14
0

Accepting request 1201707 from home:mcalabkova:branches:devel:languages:python

- Update to 3.4.2
  * Extended ModelVisitor to make it usable as an helper class for 
    generating content
  * Fix failing URL normalization tests
  * Disable protocols checking with elementpath v4.5.0
  * Avoid the use of sys.version_info for checking results, better 
    to extend the check to more values.
- Drop support-new-python-3.12.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1201707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=56
This commit is contained in:
2024-09-18 06:12:55 +00:00
committed by Git OBS Bridge
parent 2bf930488d
commit d52997db3a
5 changed files with 16 additions and 30 deletions

View File

@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-xmlschema
Version: 3.3.2
Version: 3.4.2
Release: 0
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}