15
0
forked from pool/python-nox

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=18
This commit is contained in:
2024-04-20 20:58:11 +00:00
committed by Git OBS Bridge
parent 7f7a9038e0
commit ad6e79cb8b
4 changed files with 27 additions and 8 deletions

View File

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