New features:
- Print hardware infomation by
python -m pyarmor.cli.hdinfo
- Protect private module attribute
__dict__
which could be got from plain scripts
Fix issues:
- Fix issue #1606: when run
pip install pyarmor
in FreeBSD, the dependent packagepyarmor.cli.core.freebsd
is not installed automatically - Fix issue #1610: private module could be imported by plain scripts
- Fix issue #1628:
pyarmor reg pyarmor-regfile-xxxx.zip
may raise errorinvalid license token
in some Linux network, for example, some AWS cloud runners