diff --git a/nox-2024.4.15.tar.gz b/nox-2024.10.9.tar.gz similarity index 100% rename from nox-2024.4.15.tar.gz rename to nox-2024.10.9.tar.gz diff --git a/python-nox.changes b/python-nox.changes index d4d271a..910a447 100644 --- a/python-nox.changes +++ b/python-nox.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 23 20:29:29 UTC 2024 - Dirk Müller + +- update to 2024.10.09: + * This release adds explicit support for Python 3.13 and drops + support for running Nox itself under Python 3.7. Note that + you can still use 3.7 in your Nox sessions, we just dropped + support for installing & running `nox` itself in 3.7. + * Allow setting tags on parametrized sessions + * Added support for `uv`-installed pythons + * Added `session.install_and_run_script` + * Updated type annotation of `stderr` parameter to make it + optional + * Removed `add_timestamp` from `noxfile.options` + ------------------------------------------------------------------- Sat Apr 20 20:57:29 UTC 2024 - Dirk Müller diff --git a/python-nox.spec b/python-nox.spec index 6a68bf2..18cea4b 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %global padded_version 2024.04.15 Name: python-nox -Version: 2024.4.15 +Version: 2024.10.9 Release: 0 Summary: Flexible test automation License: Apache-2.0