15
0

- update to 2.5.0:

* Add XPath 3.0 support
  * Better use of lxml.etree features
  * Full coverage of W3C tests
  * Drop support for Python 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=22
This commit is contained in:
2022-03-26 21:23:52 +00:00
committed by Git OBS Bridge
parent dd43436a4f
commit 0a4be6ff90
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 26 21:23:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.5.0:
* Add XPath 3.0 support
* Better use of lxml.etree features
* Full coverage of W3C tests
* Drop support for Python 3.6
-------------------------------------------------------------------
Mon Nov 29 11:24:07 UTC 2021 - Dirk Müller <dmueller@suse.com>