15
0

- Add patch support-python-313.patch:

* Support Python 3.13 AttributeError message changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=58
This commit is contained in:
2024-09-26 04:57:18 +00:00
committed by Git OBS Bridge
parent 49dfad6286
commit bda7ca83e5
3 changed files with 44 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ Summary: A collection of helpers and mock objects for unit tests and doc
License: MIT
URL: https://github.com/Simplistix/testfixtures
Source: https://files.pythonhosted.org/packages/source/t/testfixtures/testfixtures-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#simplistix/testfixtures#202
Patch0: support-python-313.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}