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

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46c0560b0dc609d7d967dc99e22cb463d3c4caf54a5fda735d6c11b5177e3a9f
size 3984546
oid sha256:dee9e99746e433935d2fffab495f3bea88ac8d9da36d4f105b96f5444e3779a5
size 3985377

View File

@@ -1,8 +1,9 @@
-------------------------------------------------------------------
Fri Jun 16 03:03:49 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
Fri Jun 23 02:42:02 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-tox-4.patch:
* Support tox 4
- Refresh upstream tarball due to repo move.
-------------------------------------------------------------------
Tue Apr 25 02:05:35 UTC 2023 - John Vandenberg <jayvdb@gmail.com>

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