Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-xmlschema for openSUSE:Factory checked in at 2021-05-20 19:23:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old) and /work/SRC/openSUSE:Factory/.python-xmlschema.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xmlschema" Thu May 20 19:23:29 2021 rev:13 rq:894173 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes 2021-04-26 16:38:57.506012038 +0200 +++ /work/SRC/openSUSE:Factory/.python-xmlschema.new.2988/python-xmlschema.changes 2021-05-20 19:23:55.542224931 +0200 @@ -1,0 +2,13 @@ +Tue May 18 21:44:06 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- 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) + +------------------------------------------------------------------- Old: ---- xmlschema-1.5.2.tar.gz New: ---- xmlschema-1.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xmlschema.spec ++++++ --- /var/tmp/diff_new_pack.YGMIRT/_old 2021-05-20 19:23:56.014222934 +0200 +++ /var/tmp/diff_new_pack.YGMIRT/_new 2021-05-20 19:23:56.018222918 +0200 @@ -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 @@ # PATCH-FIX-UPSTREAM remove_shebang.patch gh#sissaschool/xmlschema#210 mc...@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 ++++++ xmlschema-1.5.2.tar.gz -> xmlschema-1.6.1.tar.gz ++++++ ++++ 6030 lines of diff (skipped)