diff --git a/2025.02.09.tar.gz b/2025.5.1.tar.gz similarity index 73% rename from 2025.02.09.tar.gz rename to 2025.5.1.tar.gz index c7ba34c7e569e77dab0516ddc691c31c96810517..2a2519300b7acec0f86366e1a3d5cc81759450f7 100644 Binary files a/2025.02.09.tar.gz and b/2025.5.1.tar.gz differ diff --git a/python-nox.spec b/python-nox.spec index fa9770b6f20a855aec5a0f51912d3c074292f7e6..f8830c294eba8f8f73382dcc1ac406849b860c42 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -1,5 +1,5 @@ Name: python-nox -Version: 2025.02.09 +Version: 2025.5.1 Release: 1 Summary: Flexible test automation @@ -53,6 +53,13 @@ sed -i "s/2\.7/%python3_version/;s/27/%python3_version_nodots/" tests/test_tox_t %{python3_sitelib}/nox/ %changelog +* Thu Oct 09 2025 lifeifei - 2025.5.1-1 +- update package to 2025.05.01 + - Fix conda_install compatibility issue with newer versions of conda (Unix only). + - Support pathlib.Path objects for the envdir configuration. + - Add UV_PYTHON to the list of disallowed environment variables to prevent conflicts. + - Support forcing a specific Python version in parametrized sessions. + * Mon Aug 25 2025 dongqi - 2025.02.09-1 - Upgrade package version to 2025.02.09-1 - Support PEP 723 noxfiles