Releases: ofek/pyapp
Releases Β· ofek/pyapp
v0.24.0
0.24.0 - 2024-10-13
Changed:
- The
PYAPP_DISTRIBUTION_VARIANT
has been renamed toPYAPP_DISTRIBUTION_VARIANT_CPU
although the former is still supported for backwards compatibility
Added:
- Support Python 3.13 and set as the default version
- Add
PYAPP_DISTRIBUTION_VARIANT_GIL
option (Python 3.13+) - Update default CPython distributions to 20241008
- Update default PyPy distributions to 7.3.17
- Update dependencies
v0.23.0
v0.22.0
v0.21.1
v0.21.0
Added:
- Add
PYAPP_DISTRIBUTION_PATH_PREFIX
option for easier configuring of custom distribution internal paths - Add
PYAPP_ALLOW_UPDATES
option for enabling theupdate
management command when project installation is skipped
Fixed:
- Properly hide the
update
management command when skipping project installation
v0.20.1
v0.20.0
Added:
- Add
cache
management command - Update dependencies
Fixed:
- Bootstrapping is now safe across multiple processes (a shared resource message is displayed if another process is already bootstrapping)
- The
pip
management command is now resilient to cache removal - Management commands now properly support the
-h
/--help
flag