forked from pool/python-nox
- 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
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user