15
0
forked from pool/python-nox

- Add patch support-tox-4.patch:

* Support tox 4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=13
This commit is contained in:
2023-06-16 03:04:14 +00:00
committed by Git OBS Bridge
parent d15019691c
commit c55b29cc97
3 changed files with 618 additions and 3 deletions

View File

@@ -22,9 +22,10 @@ Version: 2023.4.22
Release: 0
Summary: Flexible test automation
License: Apache-2.0
Group: Development/Languages/Python
URL: https://nox.thea.codes
Source: https://github.com/theacodes/nox/archive/%{version}.tar.gz#/nox-%{version}.tar.gz
Source: https://github.com/wntrblm/nox/archive/%{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}
@@ -56,7 +57,7 @@ BuildRequires: %{python_module virtualenv >= 14.0.0}
Flexible test automation.
%prep
%setup -q -n nox-%{version}
%autosetup -p1 -n nox-%{version}
%build
%pyproject_wheel