15
0

- Update to 1.4.6:

* Fix XPathContext to let the subclasses replace the XPath nodes iterator function
  * Fix tokenizer and parsers for ambiguities between symbols and names
  * Improve XPath context and axes processing
  * Integrate pull requests and fix bug on predicate selector

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=10
This commit is contained in:
2020-06-24 03:52:27 +00:00
committed by Git OBS Bridge
parent 4c17ad9e2f
commit 8eadc94245
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 24 03:51:04 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.4.6:
* Fix XPathContext to let the subclasses replace the XPath nodes iterator function
* Fix tokenizer and parsers for ambiguities between symbols and names
* Improve XPath context and axes processing
* Integrate pull requests and fix bug on predicate selector
-------------------------------------------------------------------
Mon Apr 6 08:06:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>