15
0
forked from pool/python-nox

- Refresh upstream tarball due to repo move.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=14
This commit is contained in:
2023-06-23 02:42:55 +00:00
committed by Git OBS Bridge
parent c55b29cc97
commit 0d0df71fd5
3 changed files with 7 additions and 5 deletions

View File

@@ -17,13 +17,14 @@
%define skip_python2 1
%define padded_version 2023.04.22
Name: python-nox
Version: 2023.4.22
Release: 0
Summary: Flexible test automation
License: Apache-2.0
URL: https://nox.thea.codes
Source: https://github.com/wntrblm/nox/archive/%{version}.tar.gz#/nox-%{version}.tar.gz
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}
@@ -57,7 +58,7 @@ BuildRequires: %{python_module virtualenv >= 14.0.0}
Flexible test automation.
%prep
%autosetup -p1 -n nox-%{version}
%autosetup -p1 -n nox-%{padded_version}
%build
%pyproject_wheel