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>

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5917ed1b7155e47205569f2310ff22d0b73e7707f08795dff348e6cd3e2615d0
size 264387

3
v3.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe2e600da741c51253fb480e97ab6d8bc86f1619743638877737853d91ba2e36
size 275843