17
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

@@ -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