diff --git a/2025.5.1.tar.gz b/2025.11.12.tar.gz similarity index 79% rename from 2025.5.1.tar.gz rename to 2025.11.12.tar.gz index 2a2519300b7acec0f86366e1a3d5cc81759450f7..b437e5c364d482d53557dd89828448993fd0e24b 100644 Binary files a/2025.5.1.tar.gz and b/2025.11.12.tar.gz differ diff --git a/python-nox.spec b/python-nox.spec index f8830c294eba8f8f73382dcc1ac406849b860c42..4a55203ba5643003fee3a3b7e653132c4b9456f0 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -1,5 +1,5 @@ Name: python-nox -Version: 2025.5.1 +Version: 2025.11.12 Release: 1 Summary: Flexible test automation @@ -53,6 +53,12 @@ sed -i "s/2\.7/%python3_version/;s/27/%python3_version_nodots/" tests/test_tox_t %{python3_sitelib}/nox/ %changelog +* Fri Nov 21 2025 wuzhaomin - 2025.11.12-1 +- update package to 2025.11.12 +- Fix(types): tighten type for venv_backend +- Fix: correct minimum versions and test +- Fix: let uv replace the directory instead of deleting it ourselves + * 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).