17
0

- Update to 2.0.3:

* Fix context handling in cycle statements
  * Change constructor's label to 'constructor function'
  * Add regex translator to package API
  * More than 99% of W3C XPath 2.0 tests pass
  * Add regex transpiler (for XPath/XQuery and XML Schema regular expressions)
  * Hotfix for issue #30
  * Extensive testing with W3C XPath 2.0 tests (~98% passed)
  * Split context variables from in-scope variables (types)
  * Add other XSD builtin atomic types

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=12
This commit is contained in:
2020-10-07 04:06:35 +00:00
committed by Git OBS Bridge
parent 8eadc94245
commit 321c963aa1
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 7 04:05:09 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.3:
* Fix context handling in cycle statements
* Change constructor's label to 'constructor function'
* Add regex translator to package API
* More than 99% of W3C XPath 2.0 tests pass
* Add regex transpiler (for XPath/XQuery and XML Schema regular expressions)
* Hotfix for issue #30
* Extensive testing with W3C XPath 2.0 tests (~98% passed)
* Split context variables from in-scope variables (types)
* Add other XSD builtin atomic types
-------------------------------------------------------------------
Wed Jun 24 03:51:04 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>