forked from pool/python-elementpath
- Update to 1.3.1:
* Improved schema proxy * Improved XSD type matching using paths * Cached parent path for XPathContext (only Python 3) * Improve typed selection with TypedAttribute and TypedElement named-tuples * Add iter_results to XPathContext * Remove XMLSchemaProxy from package * Fix descendant shortcut operator '//' * Fix text() function * Fix typed select of '(name)' token * Fix 24-hour time for DateTime OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
07bb696653
commit
05f6f70a24
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:32:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.3.1:
|
||||
* Improved schema proxy
|
||||
* Improved XSD type matching using paths
|
||||
* Cached parent path for XPathContext (only Python 3)
|
||||
* Improve typed selection with TypedAttribute and TypedElement named-tuples
|
||||
* Add iter_results to XPathContext
|
||||
* Remove XMLSchemaProxy from package
|
||||
* Fix descendant shortcut operator '//'
|
||||
* Fix text() function
|
||||
* Fix typed select of '(name)' token
|
||||
* Fix 24-hour time for DateTime
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 18:33:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user