Releases: Falldog/pyconcrete
Releases · Falldog/pyconcrete
v1.0.0 Release Note
Features
- Build-system migrate to
meson-python
- Migrate
setup.py
topyproject.toml
- Migrate test framework to pytest
- Support python 3.11 3.12, 3.13
Breaking Changes
- No longer support python versions earlier than 3.6
- Assign passphrase by argument when pip installation, rather than assign env
- Pip installation passphrase naming be
passphrase
- Rename
pyconcrete-admin.py
topyecli
v0.15.2 Release Note
What's Changed
- build(deps): bump django from 2.2.27 to 2.2.28 in /example/django/pye_web by @dependabot in #97
- Replace url for download pip.py for 3.6 back-capability by @stitrace in #100
- fix: Change PYE finder (hook) logic from meta hook to path hook by @dx-77 in #108
New Contributors
Full Changelog: v0.15.1...v0.15.2
v0.15.1 Release Note
v0.14.1 Release Note
- Fix pip installation issue
v0.14.0 Release Note
- Support Python3.9 & Python3.10
v0.13.0 Release Note
v0.12.1 Release Note
v0.11.3 Release Note
Support windows build with AppVeyor
, fix severy windows build issues
v0.11.2 Release Note
Support windows build with AppVeyor
, fix severy windows build issues
v0.11.1 Release Note
Support full encryption by pyconcrete
(exe) for execute .pye
as main script
- Fix python3 support compatible issue
- Fix Travis.ci unit test slient exception issue