14
0

- Add patch python-312.patch:

* Fiddle with the refcounting for Python 3.12.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=34
This commit is contained in:
2024-03-18 05:35:27 +00:00
committed by Git OBS Bridge
parent 189208fddc
commit 11b0fd3312
3 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ URL: https://github.com/xmlrunner/unittest-xml-reporting
Source: https://github.com/xmlrunner/unittest-xml-reporting/archive/%{version}.tar.gz
# PATCH-FIX-UPSTREAM python-311.patch gh#xmlrunner/unittest-xml-reporting#274
Patch0: python-311.patch
# PATCH-FIX-OPENSUSE Add one to the refcount for Python 3.12
Patch1: python-312.patch
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}