diff --git a/python-xmlschema.changes b/python-xmlschema.changes index 068d869..3275013 100644 --- a/python-xmlschema.changes +++ b/python-xmlschema.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 30 12:31:19 UTC 2019 - Tomáš Chvátal + +- Update to 1.0.15: + * Improved XPath 2.0 bindings + * Added logging for schema initialization and building (handled with argument loglevel) + * Update encoding of collapsed contents with a new model based reordering method + * Removed XLink namespace from meta-schema (loaded from a fallback location like XHTML) + * Fixed half of failed W3C instance tests (remain 255 over 15344 tests) + ------------------------------------------------------------------- Mon Sep 9 14:18:37 UTC 2019 - Tomáš Chvátal diff --git a/python-xmlschema.spec b/python-xmlschema.spec index ec2c6bf..69ab4ba 100644 --- a/python-xmlschema.spec +++ b/python-xmlschema.spec @@ -18,25 +18,24 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xmlschema -Version: 1.0.14 +Version: 1.0.15 Release: 0 Summary: An XML Schema validator and decoder License: MIT -Group: Development/Languages/Python URL: https://github.com/brunato/xmlschema Source: https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz -BuildRequires: %{python_module elementpath >= 1.2.0} +BuildRequires: %{python_module elementpath >= 1.3.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-elementpath >= 1.2.0 +Requires: python-elementpath >= 1.3.0 BuildArch: noarch %python_subpackages %description The *xmlschema* library is an implementation of `XML Schema `_ -for Python (supports Python 2.7 and Python 3.5+). +for Python. %prep %setup -q -n xmlschema-%{version} diff --git a/xmlschema-1.0.14.tar.gz b/xmlschema-1.0.14.tar.gz deleted file mode 100644 index 17a1e92..0000000 --- a/xmlschema-1.0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:249003f3f0d1bff0162b3564d1c647971e2268abb9e662a951c127abd70e09e8 -size 260579 diff --git a/xmlschema-1.0.15.tar.gz b/xmlschema-1.0.15.tar.gz new file mode 100644 index 0000000..68729d0 --- /dev/null +++ b/xmlschema-1.0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa72705aa16477ca2e2522b1a982f8343d3c8751faa7f0fd42720230d6dd066 +size 270853