forked from pool/python-xmlschema
- update to 1.6.1:
* Add multi-source initialization and add_schema() to schema class * Add bytes strings to accepted XML sources (issue #238) * XML data bindings and code generators are now considered stable * Add arguments 'max_depth' and 'extra_validator' to validation methods * Enhance decoding with 'value_hook' argument * Remove unnecessary bindings with schema proxy from ElementPathMixin to avoid conflicts when schema is used by an XPath 3 parser * Fix schema logger (issue #228) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=30
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 21:44:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.6.1:
|
||||
* Add multi-source initialization and add_schema() to schema class
|
||||
* Add bytes strings to accepted XML sources (issue #238)
|
||||
* XML data bindings and code generators are now considered stable
|
||||
* Add arguments 'max_depth' and 'extra_validator' to validation methods
|
||||
* Enhance decoding with 'value_hook' argument
|
||||
* Remove unnecessary bindings with schema proxy from ElementPathMixin
|
||||
to avoid conflicts when schema is used by an XPath 3 parser
|
||||
* Fix schema logger (issue #228)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 19:36:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user