From 7f7a9038e0bf785d78d3514c0f9fb4079aaf944c744ccba2e0b2c1f3c064bb8d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 15 Mar 2024 21:09:27 +0000 Subject: [PATCH] - update to 2024.03.02: * Add `uv` backend * Add venv backend fallback * Add option `--reuse-venv {yes,no,never,always}` * Add environment variable `NOX_DEFAULT_VENV_BACKEND` for default backend * Rename `session.run_always` to `session.run_install` * Add more option argument completions * Implement `tox-to-nox` for tox 4 * Allow `--force-python` on unparametrized sessions * Add `include_outer_env` parameter to `session.run` and friends * GitHub Action: Add support for the `~` version specifier OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=16 --- nox-2023.4.22.tar.gz => nox-2024.3.2.tar.gz | 0 python-nox.changes | 17 +++++++++++++++++ python-nox.spec | 6 +++--- 3 files changed, 20 insertions(+), 3 deletions(-) rename nox-2023.4.22.tar.gz => nox-2024.3.2.tar.gz (100%) diff --git a/nox-2023.4.22.tar.gz b/nox-2024.3.2.tar.gz similarity index 100% rename from nox-2023.4.22.tar.gz rename to nox-2024.3.2.tar.gz diff --git a/python-nox.changes b/python-nox.changes index d9bad6f..74714b9 100644 --- a/python-nox.changes +++ b/python-nox.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Mar 15 21:08:41 UTC 2024 - Dirk Müller + +- update to 2024.03.02: + * Add `uv` backend + * Add venv backend fallback + * Add option `--reuse-venv {yes,no,never,always}` + * Add environment variable `NOX_DEFAULT_VENV_BACKEND` for + default backend + * Rename `session.run_always` to `session.run_install` + * Add more option argument completions + * Implement `tox-to-nox` for tox 4 + * Allow `--force-python` on unparametrized sessions + * Add `include_outer_env` parameter to `session.run` and + friends + * GitHub Action: Add support for the `~` version specifier + ------------------------------------------------------------------- Fri Jun 23 02:42:02 UTC 2023 - Steve Kowalik diff --git a/python-nox.spec b/python-nox.spec index fb9b3c7..43aae5a 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -1,7 +1,7 @@ # # spec file for package python-nox # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %define padded_version 2023.04.22 Name: python-nox -Version: 2023.4.22 +Version: 2024.3.2 Release: 0 Summary: Flexible test automation License: Apache-2.0 @@ -39,7 +39,7 @@ Requires: python-colorlog >= 2.6.1 Requires: python-setuptools Requires: python-virtualenv >= 14.0.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Suggests: python-Jinja2 Suggests: python-tox BuildArch: noarch