diff --git a/nox-2024.3.2.tar.gz b/nox-2024.3.2.tar.gz deleted file mode 100644 index 0184ea8..0000000 --- a/nox-2024.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dee9e99746e433935d2fffab495f3bea88ac8d9da36d4f105b96f5444e3779a5 -size 3985377 diff --git a/nox-2024.4.15.tar.gz b/nox-2024.4.15.tar.gz new file mode 100644 index 0000000..46c0f5d --- /dev/null +++ b/nox-2024.4.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2045cae9525cd25d62070213515a9aff830beba3d1934b0432cad10abcdf9f96 +size 4001096 diff --git a/python-nox.changes b/python-nox.changes index 74714b9..67256fd 100644 --- a/python-nox.changes +++ b/python-nox.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Apr 20 20:57:29 UTC 2024 - Dirk Müller + +- update to 2024.04.15: + * Added support for PEP 723 (inline script metadata) with + `nox.project.load_toml` + * Added support for `micromamba` + * Added `venv_backend` property to sessions + * Added the ability to use `None` to remove environment + variables + * Added support for skipping sessions by default using + `default=False` + * Use static arguments instead of `**kwargs` + * Do not depend on `pipx` in Nox GitHub action + * Disallow `UV_SYSTEM_PYTHON` + * Ensure 'uv' always works in a uv venv + * Fixed missing f-string in `--help` message + * Don't error if not installing to passthrough + * Avoid mixing `venv` and `conda` from environment + * Skip test for conda env when `conda` isn't installed + ------------------------------------------------------------------- Fri Mar 15 21:08:41 UTC 2024 - Dirk Müller diff --git a/python-nox.spec b/python-nox.spec index 43aae5a..6a68bf2 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -16,17 +16,15 @@ # -%define skip_python2 1 -%define padded_version 2023.04.22 +%{?sle15_python_module_pythons} +%global padded_version 2024.04.15 Name: python-nox -Version: 2024.3.2 +Version: 2024.4.15 Release: 0 Summary: Flexible test automation License: Apache-2.0 URL: https://nox.thea.codes Source: https://github.com/wntrblm/nox/archive/refs/tags/%{padded_version}.tar.gz#/nox-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gh#wntrblm/nox#687 -Patch0: support-tox-4.patch BuildRequires: %{python_module base >= 3.5} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip}