[packages/python3-xmlschema] - up to 3.4.3
baggins
baggins at pld-linux.org
Fri Mar 14 11:24:01 CET 2025
commit 9355464ddc70bd57944fc8eaaf313885c4957f8d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Mar 14 11:20:53 2025 +0100
- up to 3.4.3
python3-xmlschema-remote-tests.patch | 8 ++++----
python3-xmlschema.spec | 14 +++++++-------
2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/python3-xmlschema.spec b/python3-xmlschema.spec
index d5d60f4..8849498 100644
--- a/python3-xmlschema.spec
+++ b/python3-xmlschema.spec
@@ -6,27 +6,27 @@
Summary: XML Schema validator and decoder
Summary(pl.UTF-8): Biblioteka do sprawdzania poprawności i dekodowania schematów XML
Name: python3-xmlschema
-Version: 2.1.1
-Release: 3
+Version: 3.4.3
+Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/xmlschema/
Source0: https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz
-# Source0-md5: 74757314884491c5d134a5df20c6d1b8
+# Source0-md5: d6d9fbac420431cbb5d6f6777ac7fdab
Patch0: %{name}-remote-tests.patch
URL: https://pypi.org/project/xmlschema/
BuildRequires: python3-modules >= 1:3.7
BuildRequires: python3-setuptools
%if %{with tests}
-BuildRequires: python3-elementpath >= 3.0.0
-BuildRequires: python3-elementpath < 4
+BuildRequires: python3-elementpath >= 4.4.0
+BuildRequires: python3-elementpath < 5
BuildRequires: python3-lxml
%endif
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with doc}
-BuildRequires: python3-elementpath >= 3.0.0
-BuildRequires: python3-elementpath < 4
+BuildRequires: python3-elementpath >= 4.4.0
+BuildRequires: python3-elementpath < 5
BuildRequires: python3-jinja2
BuildRequires: python3-sphinx_rtd_theme
BuildRequires: sphinx-pdg-3
diff --git a/python3-xmlschema-remote-tests.patch b/python3-xmlschema-remote-tests.patch
index 5cbf4c3..5f31ee4 100644
--- a/python3-xmlschema-remote-tests.patch
+++ b/python3-xmlschema-remote-tests.patch
@@ -12,8 +12,8 @@
return False
--SKIP_REMOTE_TESTS = not has_network_access(
-+SKIP_REMOTE_TESTS = os.environ.get("XMLSCHEMA_SKIP_REMOTE_TESTS", 0) or not has_network_access(
- 'https://github.com/', 'https://www.w3.org/', 'https://www.sissa.it/'
- )
+-SKIP_REMOTE_TESTS = not has_network_access('https://github.com/')
++SKIP_REMOTE_TESTS = os.environ.get("XMLSCHEMA_SKIP_REMOTE_TESTS", 0) or not has_network_access('https://github.com/')
+
+ __all__ = [
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-xmlschema.git/commitdiff/9355464ddc70bd57944fc8eaaf313885c4957f8d
More information about the pld-cvs-commit
mailing list