diff --git a/2025.5.1.tar.gz b/2025.10.16.tar.gz similarity index 79% rename from 2025.5.1.tar.gz rename to 2025.10.16.tar.gz index 2a2519300b7acec0f86366e1a3d5cc81759450f7..6f6b1f96d28263dfadc6dd5633c23bc852268ecb 100644 Binary files a/2025.5.1.tar.gz and b/2025.10.16.tar.gz differ diff --git a/python-nox.spec b/python-nox.spec index f8830c294eba8f8f73382dcc1ac406849b860c42..523423332c5a84c0613991828e90d3f9f32e7fb1 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -1,5 +1,5 @@ Name: python-nox -Version: 2025.5.1 +Version: 2025.10.16 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 +* Wed Oct 22 2025 wang_kun - 2025.10.16-1 +- Upgrade package version to 2025.10.16 + - Include time on longer runs (adds humanize dependency) + - Add --download-python python option + - Add session.env_dir to get the Path to the environment + - Recommend --locked over --frozen for uv sync + * 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).