15
0

Accepting request 791675 from home:mcalabkova:branches:devel:languages:python

- 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%

OBS-URL: https://build.opensuse.org/request/show/791675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-04-06 08:11:58 +00:00
committed by Git OBS Bridge
parent fd97cd4232
commit 4c17ad9e2f
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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%
-------------------------------------------------------------------
Thu Feb 6 10:53:28 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>