tag:github.com,2008:https://github.com/ofek/pyapp/releasesRelease notes from pyapp2025-10-15T06:33:40Ztag:github.com,2008:Repository/637533152/v0.29.02025-10-15T06:40:39Zv0.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>ofektag:github.com,2008:Repository/637533152/v0.28.02025-07-17T16:26:17Zv0.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>ofektag:github.com,2008:Repository/637533152/v0.27.02025-03-12T16:22:09Zv0.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>ofektag:github.com,2008:Repository/637533152/v0.26.02025-01-04T18:10:34Zv0.26.0<p><em><strong>Added:</strong></em></p>
<ul>
<li>Update default CPython distributions to 20241219</li>
<li>Update dependencies</li>
</ul>ofektag:github.com,2008:Repository/637533152/v0.25.02024-12-15T20:54:57Zv0.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>ofektag:github.com,2008:Repository/637533152/v0.24.02024-12-15T18:58:05Zv0.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>ofektag:github.com,2008:Repository/637533152/v0.23.02024-08-04T01:27:02Zv0.23.0<p><em><strong>Added:</strong></em></p>
<ul>
<li>Add <code>PYAPP_UV_SOURCE</code> option</li>
</ul>ofektag:github.com,2008:Repository/637533152/v0.22.02024-05-26T15:38:03Zv0.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>ofektag:github.com,2008:Repository/637533152/v0.21.12024-05-15T05:16:15Zv0.21.1<p><em><strong>Fixed:</strong></em></p>
<ul>
<li>Fix the <code>PYAPP_DISTRIBUTION_PATH_PREFIX</code> option</li>
</ul>ofektag:github.com,2008:Repository/637533152/v0.21.02024-05-15T04:15:30Zv0.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