diff --git a/python-xmlschema.changes b/python-xmlschema.changes index 8bc09ac..1387c5a 100644 --- a/python-xmlschema.changes +++ b/python-xmlschema.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue May 18 21:44:06 UTC 2021 - Dirk Müller + +- update to 1.6.1: + * Add multi-source initialization and add_schema() to schema class + * Add bytes strings to accepted XML sources (issue #238) + * XML data bindings and code generators are now considered stable + * Add arguments 'max_depth' and 'extra_validator' to validation methods + * Enhance decoding with 'value_hook' argument + * Remove unnecessary bindings with schema proxy from ElementPathMixin + to avoid conflicts when schema is used by an XPath 3 parser + * Fix schema logger (issue #228) + ------------------------------------------------------------------- Thu Apr 22 19:36:20 UTC 2021 - Dirk Müller diff --git a/python-xmlschema.spec b/python-xmlschema.spec index 46d52ce..50d7f01 100644 --- a/python-xmlschema.spec +++ b/python-xmlschema.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-xmlschema -Version: 1.5.2 +Version: 1.6.1 Release: 0 Summary: An XML Schema validator and decoder License: MIT @@ -28,14 +28,14 @@ Source: https://files.pythonhosted.org/packages/source/x/xmlschema/xmlsc # PATCH-FIX-UPSTREAM remove_shebang.patch gh#sissaschool/xmlschema#210 mcepl@suse.com # Remove superfluous shebang Patch0: remove_shebang.patch -BuildRequires: %{python_module elementpath >= 2.1.2} +BuildRequires: %{python_module elementpath >= 2.2.1} BuildRequires: %{python_module lxml} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-elementpath >= 2.1.2 +Requires: python-elementpath >= 2.2.1 Requires: python-lxml Requires(post): update-alternatives Requires(postun):update-alternatives diff --git a/xmlschema-1.5.2.tar.gz b/xmlschema-1.5.2.tar.gz deleted file mode 100644 index 49b8164..0000000 --- a/xmlschema-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f821ce780f84c7e61ca1ccf32f23aec400446e74fa5cc888450af7604ce2291f -size 350754 diff --git a/xmlschema-1.6.1.tar.gz b/xmlschema-1.6.1.tar.gz new file mode 100644 index 0000000..c3a049f --- /dev/null +++ b/xmlschema-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02b82bb4fce3af09495b85e6ada5ce0cfdaa865b09b28ecc0f5ab81fad7e328 +size 365094