From 1803178dbf81707e4df94231fd8614886b8c7896b8173fa22713682abfa40f1c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Oct 2024 20:29:50 +0000 Subject: [PATCH] - 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` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=21 --- nox-2024.4.15.tar.gz => nox-2024.10.9.tar.gz | 0 python-nox.changes | 15 +++++++++++++++ python-nox.spec | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) rename nox-2024.4.15.tar.gz => nox-2024.10.9.tar.gz (100%) 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