forked from pool/python-xmlschema
- version update to 1.1.2 * Extension of validation tests with *XMLSchema11* validator * Fixed several bugs OBS-URL: https://build.opensuse.org/request/show/787854 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=11
46 lines
1.9 KiB
Plaintext
46 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 24 15:10:44 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 1.1.2
|
|
* Extension of validation tests with *XMLSchema11* validator
|
|
* Fixed several bugs
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 10 09:08:03 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 1.1.1
|
|
* Change of *skip* validation mode with errors filtering in decode() or encode()
|
|
* Extension of location hints by argument to imported/included schemas
|
|
* Fixed lazy validation with identity constraints
|
|
* Fixed many W3C instance tests (remain ~100 over 15344 tests)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 11:47:34 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 1.1.0
|
|
* Removed Python 2 compatibility code
|
|
* Removed tests code from binary package
|
|
* Improved identity constraints validation
|
|
* Added JSON lazy decoding as experimental feature
|
|
* few bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 5 10:56:46 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Handle UnicodeDecodeErrors during build process
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 30 12:31:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0.15:
|
|
* Improved XPath 2.0 bindings
|
|
* Added logging for schema initialization and building (handled with argument loglevel)
|
|
* Update encoding of collapsed contents with a new model based reordering method
|
|
* Removed XLink namespace from meta-schema (loaded from a fallback location like XHTML)
|
|
* Fixed half of failed W3C instance tests (remain 255 over 15344 tests)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 9 14:18:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, needed by pytest 5.1.2
|