14
0

- Add patch support-new-python-3.12.patch:

* Support pickle exception changes in Python 3.12.5 and later.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=54
This commit is contained in:
2024-08-26 02:42:57 +00:00
committed by Git OBS Bridge
parent a154c399b8
commit 2bf930488d
3 changed files with 32 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ Summary: An XML Schema validator and decoder
License: MIT
URL: https://github.com/sissaschool/xmlschema
Source: https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz
# PATCH-FIX-OPENSUSE Based on https://github.com/sissaschool/xmlschema/issues/412
Patch0: support-new-python-3.12.patch
BuildRequires: %{python_module elementpath >= 3.0.0}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pip}