From 727b5fc8f4eb96c1799c4f273cf1b45ea6c80560785e5c1b60ef76902437ab1e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 May 2024 22:35:47 +0000 Subject: [PATCH] Fix Patch numbering. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tblib?expand=0&rev=18 --- python-tblib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tblib.spec b/python-tblib.spec index 58b8a07..93fa21e 100644 --- a/python-tblib.spec +++ b/python-tblib.spec @@ -36,7 +36,7 @@ Source: https://files.pythonhosted.org/packages/source/t/tblib/tblib-%{v # PATCH-FIX-UPSTREAM https://github.com/ionelmc/python-tblib/pull/77 vendore reraise() from six Patch0: vendore-reraise-from-six.patch # PATCH-FIX-UPSTREAM https://github.com/ionelmc/python-tblib/issues/74 More aggressive location stripping. Ref #74. -Patch0: more-aggressive-location-stripping.patch +Patch1: more-aggressive-location-stripping.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}