diff --git a/python-elementpath.changes b/python-elementpath.changes index 5b9a137..730ef85 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 30 12:32:22 UTC 2019 - Tomáš Chvátal + +- Update to 1.3.1: + * Improved schema proxy + * Improved XSD type matching using paths + * Cached parent path for XPathContext (only Python 3) + * Improve typed selection with TypedAttribute and TypedElement named-tuples + * Add iter_results to XPathContext + * Remove XMLSchemaProxy from package + * Fix descendant shortcut operator '//' + * Fix text() function + * Fix typed select of '(name)' token + * Fix 24-hour time for DateTime + ------------------------------------------------------------------- Mon Sep 9 18:33:40 UTC 2019 - Tomáš Chvátal diff --git a/python-elementpath.spec b/python-elementpath.spec index d16743d..d029062 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-elementpath -Version: 1.2.1 +Version: 1.3.1 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT -Group: Development/Languages/Python URL: https://github.com/sissaschool/elementpath Source: https://github.com/sissaschool/elementpath/archive/v%{version}.tar.gz +BuildRequires: %{python_module lxml} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes diff --git a/v1.2.1.tar.gz b/v1.2.1.tar.gz deleted file mode 100644 index 241024a..0000000 --- a/v1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0ef6f37eff5972acd954a113c81a1b3d40ce6a50bfe9e60672c0e1e32054ed2 -size 95343 diff --git a/v1.3.1.tar.gz b/v1.3.1.tar.gz new file mode 100644 index 0000000..116e677 --- /dev/null +++ b/v1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df490637480a28a6803f71add1eb7d7c180d823be8ccf877008b9a1d12c8b85a +size 99978