15
0
forked from pool/python-nox

Accepting request 1217424 from devel:languages:python

- 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/request/show/1217424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nox?expand=0&rev=10
This commit is contained in:
2024-10-24 13:43:18 +00:00
committed by Git OBS Bridge
3 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 23 20:29:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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