15
0

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
This commit is contained in:
2022-09-27 19:36:09 +00:00
committed by Git OBS Bridge
parent fc798de47c
commit 3b1b1b3f9f
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 27 19:18:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com>