2020-04-06 08:11:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 6 08:06:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.4.3
|
|
|
|
|
* Fix PyPy 3 tests on xs:base64Binary and xs:hexBinary
|
|
|
|
|
* Separated the tests of schema proxy API and other schemas based tests
|
|
|
|
|
* Multiple XSD type associations on a token
|
|
|
|
|
* Extend xs:untypedAtomic type usage
|
|
|
|
|
* Increase the tests coverage to 95%
|
|
|
|
|
|
2020-02-06 11:14:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 6 10:53:28 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.4.1
|
|
|
|
|
* Remove Python 2 support
|
|
|
|
|
* Add TextNode node type
|
|
|
|
|
* fixed: test_datatypes.(Duration|Timezone)TypesTest.test_hashing fails on 32bit arches
|
|
|
|
|
|
2019-10-30 12:36:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-09-09 18:34:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 9 18:33:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Skip test_hashing to fix 32bit builds
|
|
|
|
|
|
2019-09-09 14:35:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 9 14:24:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Initial commit needed by python-xmlschema
|