File project.diff of Package python-xmlschema
--- python-xmlschema.changes.orig
+++ python-xmlschema.changes
@@ -1,4 +1,22 @@
-------------------------------------------------------------------
+Fri Oct 9 14:10:21 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
+
+- Update to version 1.2.5
+ * Add schema export API to schema and global maps (issue #187)
+ * Fix decoding with lax/skip validation modes (issue #204)
+ * Add keep_unknown optional argument for iter_decode() methods
+- Update to version 1.2.4
+ * Use the regex engine of elementpath library
+ * Fix and extend tests on xs:assert
+- Update to version 1.2.3
+ * Full coverage of W3C tests (excluding ones for unavailable or
+ unimplemented features)
+ * Update and restrict elementpath dependency to v2.0.x
+ * Fix check and iteration of empty model group
+ * Fix substitution group iteration for local elements
+- Disable another test with remote access
+
+-------------------------------------------------------------------
Tue Jul 21 11:50:05 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.2.2
--- python-xmlschema.spec.orig
+++ python-xmlschema.spec
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-xmlschema
-Version: 1.2.2
+Version: 1.2.5
Release: 0
Summary: An XML Schema validator and decoder
License: MIT
@@ -67,7 +67,7 @@ done
# test_element_tree_import_script is (easily workaroundable) https://github.com/sissaschool/xmlschema/issues/167
# tests_factory setup is broken
export LANG="en_US.UTF8"
-%pytest -k "not (test_element_tree_import_script or tests_factory)" tests
+%pytest -k "not (test_element_tree_import_script or tests_factory or test_export_remote__issue_187)" tests
%post
%python_install_alternative xmlschema-json2xml