From 0d0df71fd5d8848e8f40baae29d71e9d0ca935c8f774aa3a07d8daa23be6b989 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 23 Jun 2023 02:42:55 +0000 Subject: [PATCH] - Refresh upstream tarball due to repo move. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=14 --- nox-2023.4.22.tar.gz | 4 ++-- python-nox.changes | 3 ++- python-nox.spec | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/nox-2023.4.22.tar.gz b/nox-2023.4.22.tar.gz index 59454b2..0184ea8 100644 --- a/nox-2023.4.22.tar.gz +++ b/nox-2023.4.22.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46c0560b0dc609d7d967dc99e22cb463d3c4caf54a5fda735d6c11b5177e3a9f -size 3984546 +oid sha256:dee9e99746e433935d2fffab495f3bea88ac8d9da36d4f105b96f5444e3779a5 +size 3985377 diff --git a/python-nox.changes b/python-nox.changes index d82f577..d9bad6f 100644 --- a/python-nox.changes +++ b/python-nox.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- -Fri Jun 16 03:03:49 UTC 2023 - Steve Kowalik +Fri Jun 23 02:42:02 UTC 2023 - Steve Kowalik - 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 diff --git a/python-nox.spec b/python-nox.spec index 530ea24..fb9b3c7 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -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