From 3b1b1b3f9f52f78ee052b0acc4e6f8a4fabcca1718de99165e32ecf203c45a52 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2022 19:36:09 +0000 Subject: [PATCH] Accepting request 1006509 from home:yarunachalam:branches:devel:languages:python - 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) OBS-URL: https://build.opensuse.org/request/show/1006509 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=26 --- python-elementpath.changes | 13 +++++++++++++ python-elementpath.spec | 2 +- v2.5.3.tar.gz | 3 --- v3.0.2.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 v2.5.3.tar.gz create mode 100644 v3.0.2.tar.gz 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