diff --git a/python-elementpath.changes b/python-elementpath.changes index da6c35e..a53f206 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Feb 1 22:10:01 UTC 2021 - Dirk Müller + +- update to 2.1.3: + * Extend tests for XPath 2.0 with minor fixes + * Fix fn:round-half-to-even (issue #33) + * Extend tests for XPath 1.0/2.0 with minor fixes + * Fix for +/- prefix operators + * Fix for regex patterns anchors and binary datatypes + * Fix for issue #32 (test failure on missing locale setting) + * Extend tests for XPath 1.0 with minor fixes + * Create custom class hierarchy for XPath nodes that replaces named-tuples + * Bind attribute nodes, text nodes and namespace nodes to parent element (issue #31) + * Increase the speed of path step selection on large trees + * More tests and small fixes to XSD builtin datatypes + ------------------------------------------------------------------- Mon Nov 9 15:01:31 UTC 2020 - Matej Cepl diff --git a/python-elementpath.spec b/python-elementpath.spec index 9038a7a..f7aac6a 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -1,7 +1,7 @@ # # spec file for package python-elementpath # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-elementpath -Version: 2.0.4 +Version: 2.1.3 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v2.0.4.tar.gz b/v2.0.4.tar.gz deleted file mode 100644 index 6fbab18..0000000 --- a/v2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26b89cc5ed8491b43266607b575b8d01730c865042f6ca7bd7486bad55ffc856 -size 189458 diff --git a/v2.1.3.tar.gz b/v2.1.3.tar.gz new file mode 100644 index 0000000..28ee84f --- /dev/null +++ b/v2.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f3174b85d448967465ec0e6fb9e52aaa48b977283e24cbf2a7936185088973 +size 204604