diff --git a/nox-2025.10.16.tar.gz b/nox-2025.10.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6f6b1f96d28263dfadc6dd5633c23bc852268ecb Binary files /dev/null and b/nox-2025.10.16.tar.gz differ diff --git a/python-nox.spec b/python-nox.spec index fa9770b6f20a855aec5a0f51912d3c074292f7e6..37f174ba09e57c48603ea9ca7979b71db7c14a75 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -1,11 +1,11 @@ Name: python-nox -Version: 2025.02.09 +Version: 2025.10.16 Release: 1 Summary: Flexible test automation License: Apache-2.0 URL: https://github.com/wntrblm/nox -Source0: https://github.com/wntrblm/nox/archive/refs/tags/%{version}.tar.gz +Source0: https://github.com/wntrblm/nox/archive/refs/tags/nox-%{version}.tar.gz BuildArch: noarch %description @@ -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 + * Mon Aug 25 2025 dongqi - 2025.02.09-1 - Upgrade package version to 2025.02.09-1 - Support PEP 723 noxfiles