tag:github.com,2008:https://github.com/ofek/pyapp/releases Release notes from pyapp 2025-10-15T06:33:40Z tag:github.com,2008:Repository/637533152/v0.29.0 2025-10-15T06:40:39Z v0.29.0 <p><em><strong>Added:</strong></em></p> <ul> <li>Update default CPython distributions to 20251014</li> <li>Update default PyPy distributions to 7.3.20</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.28.0 2025-07-17T16:26:17Z v0.28.0 <p><em><strong>Added:</strong></em></p> <ul> <li>Update default CPython distributions to 20250712</li> <li>Switch to <code>zlib-rs</code> for handling <code>.tar.gz</code> distributions</li> <li>Update dependencies</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.27.0 2025-03-12T16:22:09Z v0.27.0 <p><em><strong>Added:</strong></em></p> <ul> <li>Update default CPython distributions to 20250311</li> <li>Update dependencies</li> </ul> <p><em><strong>Fixed:</strong></em></p> <ul> <li>Fix compiler warnings on newer versions of Rust for use of the <code>FileExt</code> trait provided by the <code>fs4</code> crate</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.26.0 2025-01-04T18:10:34Z v0.26.0 <p><em><strong>Added:</strong></em></p> <ul> <li>Update default CPython distributions to 20241219</li> <li>Update dependencies</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.25.0 2024-12-15T20:54:57Z v0.25.0 <p><em><strong>Added:</strong></em></p> <ul> <li>Update default CPython distributions to 20241206</li> <li>Enable LTO for releases</li> <li>Update dependencies</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.24.0 2024-12-15T18:58:05Z v0.24.0 <p><em><strong>Changed:</strong></em></p> <ul> <li>The <code>PYAPP_DISTRIBUTION_VARIANT</code> has been renamed to <code>PYAPP_DISTRIBUTION_VARIANT_CPU</code> although the former is still supported for backwards compatibility</li> </ul> <p><em><strong>Added:</strong></em></p> <ul> <li>Support Python 3.13 and set as the default version</li> <li>Add <code>PYAPP_DISTRIBUTION_VARIANT_GIL</code> option (Python 3.13+)</li> <li>Update default CPython distributions to 20241008</li> <li>Update default PyPy distributions to 7.3.17</li> <li>Update dependencies</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.23.0 2024-08-04T01:27:02Z v0.23.0 <p><em><strong>Added:</strong></em></p> <ul> <li>Add <code>PYAPP_UV_SOURCE</code> option</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.22.0 2024-05-26T15:38:03Z v0.22.0 <p><em><strong>Added:</strong></em></p> <ul> <li>Add <code>PYAPP_EXPOSE_ALL_COMMANDS</code> option</li> <li>Update dependencies</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.21.1 2024-05-15T05:16:15Z v0.21.1 <p><em><strong>Fixed:</strong></em></p> <ul> <li>Fix the <code>PYAPP_DISTRIBUTION_PATH_PREFIX</code> option</li> </ul> ofek tag:github.com,2008:Repository/637533152/v0.21.0 2024-05-15T04:15:30Z v0.21.0 <p><em><strong>Added:</strong></em></p> <ul> <li>Add <code>PYAPP_DISTRIBUTION_PATH_PREFIX</code> option for easier configuring of custom distribution internal paths</li> <li>Add <code>PYAPP_ALLOW_UPDATES</code> option for enabling the <code>update</code> management command when project installation is skipped</li> </ul> <p><em><strong>Fixed:</strong></em></p> <ul> <li>Properly hide the <code>update</code> management command when skipping project installation</li> </ul> ofek