14
0
forked from pool/python-tblib

Accepting request 1199683 from home:glaubitz:branches:devel:languages:python

- Cherry-pick patch from Fedora to fix testsuite with Python 3.13
  * test_pickle_exception-even-harder-location-stripping.patch

OBS-URL: https://build.opensuse.org/request/show/1199683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tblib?expand=0&rev=20
This commit is contained in:
2024-09-09 20:52:16 +00:00
committed by Git OBS Bridge
parent 727b5fc8f4
commit 30dd65e081
3 changed files with 50 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ Source: https://files.pythonhosted.org/packages/source/t/tblib/tblib-%{v
Patch0: vendore-reraise-from-six.patch
# PATCH-FIX-UPSTREAM https://github.com/ionelmc/python-tblib/issues/74 More aggressive location stripping. Ref #74.
Patch1: more-aggressive-location-stripping.patch
# PATCH-FIX-FEDORA https://src.fedoraproject.org/rpms/python-tblib/blob/rawhide/f/0001-test_pickle_exception-even-harder-location-stripping.patch
Patch2: test_pickle_exception-even-harder-location-stripping.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}