2020-10-11 16:19:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 11 16:18:52 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add skip_network_tests.patch to skip test
|
|
|
|
test_export_remote__issue_187 which fails without the network
|
|
|
|
connection (gh#sissaschool/xmlschema#206).
|
|
|
|
|
2020-10-10 11:26:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 10 10:28:03 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.2.5:
|
|
|
|
- All W3C tests now run successful. Only W3C tests for
|
|
|
|
unavailable features (XML 1.1) or unimplemented features
|
|
|
|
(dynamic schema load) are still failing. This release requires
|
|
|
|
elementpath v2.0.x.
|
|
|
|
- The internal XML regular expressions parser has been moved to
|
|
|
|
XPath package elementpath (v2.0.2+). From this release
|
|
|
|
the regex patterns are parsed through elementpath's API
|
|
|
|
translate_pattern().'
|
|
|
|
|
2020-07-21 13:17:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 21 11:50:05 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to version 1.2.2
|
|
|
|
* Fix XPath context for schema nodes
|
|
|
|
* Fix XPath parser and context for identities
|
|
|
|
* Fix content type classification (issue #195)
|
|
|
|
* Make sandbox mode more explicit (PR #191)
|
|
|
|
* Allow alphanumeric prefixes for the base converter
|
|
|
|
* Fix XPath issues with default namespace
|
|
|
|
* Fix W3C tests on XSD identities
|
|
|
|
|
2020-06-11 03:50:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 11 03:46:21 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Update to version 1.2.0:
|
|
|
|
* Add ColumnarConverter class
|
|
|
|
* Add command-line interface utility for document API
|
|
|
|
* Fix a stable public API for XSD types, elements and attributes
|
|
|
|
* Add security modes for accessing URLs
|
|
|
|
* Clean component parsing
|
|
|
|
* Fix namespace loading for chameleon schemas
|
|
|
|
* Fix UPA checks with nested choice/all models
|
|
|
|
- Install new binaries
|
|
|
|
|
2020-03-24 15:21:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-03-10 09:15:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2020-02-06 11:56:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-12-05 11:19:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 5 10:56:46 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
|
|
|
|
- Handle UnicodeDecodeErrors during build process
|
|
|
|
|
2019-10-30 12:45:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2019-09-09 14:49:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 9 14:18:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Initial commit, needed by pytest 5.1.2
|