Change logs:
- Show more hints if registering group device license failed
- Print machine id in console when generating group device file by
pyarmor reg -g N
- Check PyInstaller version and show error message if PyInstaller >= 6.0 which still not supported by Pyarmor
Fix issues:
- Fix issue #1509: RFT mode does not work with statement
import a.b.c as abc
- Fix issue #1513: RFT mode faild to import names from packages when input path is current path "."
- Fix issue #1525:
--no-wrap
and--mix-str
results inNameError: name '__assert_armored__' is not defined
- Fix issue #1526: when enable trace,
--mix-str
with non-ascii string may raise encoding error - Fix issue #1528: could not register group license in docker container, it raises
UnboundLocalError