diff --git a/python-elementpath.changes b/python-elementpath.changes index ae3ccd6..793582b 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 27 19:18:01 UTC 2022 - Yogalakshmi Arunachalam + +- update to v3.0.2 (2022-08-12) + * Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions) + * Begin XPath 3.1 implementation adding XPathMap and XPathArray +- update to v3.0.1 (2022-07-23) + * Fix of descendant path operator (issue #51) + * Add support for Python 3.11 +- update to v3.0.0 (2022-07-16) + * Transition to full XPath node implementation (more memory usage but better control and overall faster) + * Add etree.py module with a safe XML parser (ported from xmlschema) + ------------------------------------------------------------------- Sat Jun 4 14:00:38 UTC 2022 - Dirk Müller diff --git a/python-elementpath.spec b/python-elementpath.spec index 3ac5cdf..dfc4497 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-elementpath -Version: 2.5.3 +Version: 3.0.2 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v2.5.3.tar.gz b/v2.5.3.tar.gz deleted file mode 100644 index 5e25fb1..0000000 --- a/v2.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5917ed1b7155e47205569f2310ff22d0b73e7707f08795dff348e6cd3e2615d0 -size 264387 diff --git a/v3.0.2.tar.gz b/v3.0.2.tar.gz new file mode 100644 index 0000000..829f00a --- /dev/null +++ b/v3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2e600da741c51253fb480e97ab6d8bc86f1619743638877737853d91ba2e36 +size 275843