15
0

- update to 2.1.3:

* Extend tests for XPath 2.0 with minor fixes
  * Fix fn:round-half-to-even (issue #33)
  * Extend tests for XPath 1.0/2.0 with minor fixes
  * Fix for +/- prefix operators
  * Fix for regex patterns anchors and binary datatypes
  * Fix for issue #32 (test failure on missing locale setting)
  * Extend tests for XPath 1.0 with minor fixes
  * Create custom class hierarchy for XPath nodes that replaces named-tuples
  * Bind attribute nodes, text nodes and namespace nodes to parent element (issue #31)
  * Increase the speed of path step selection on large trees
  * More tests and small fixes to XSD builtin datatypes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=16
This commit is contained in:
2021-02-01 22:11:30 +00:00
committed by Git OBS Bridge
parent 3470773377
commit 2093090177
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 1 22:10:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.1.3:
* Extend tests for XPath 2.0 with minor fixes
* Fix fn:round-half-to-even (issue #33)
* Extend tests for XPath 1.0/2.0 with minor fixes
* Fix for +/- prefix operators
* Fix for regex patterns anchors and binary datatypes
* Fix for issue #32 (test failure on missing locale setting)
* Extend tests for XPath 1.0 with minor fixes
* Create custom class hierarchy for XPath nodes that replaces named-tuples
* Bind attribute nodes, text nodes and namespace nodes to parent element (issue #31)
* Increase the speed of path step selection on large trees
* More tests and small fixes to XSD builtin datatypes
-------------------------------------------------------------------
Mon Nov 9 15:01:31 UTC 2020 - Matej Cepl <mcepl@suse.com>