14
0

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

- 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

OBS-URL: https://build.opensuse.org/request/show/822084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-07-21 13:17:53 +00:00
committed by Git OBS Bridge
parent 9b6a9a93b7
commit 1f23448376
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Thu Jun 11 03:46:21 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>