14
0

- update to 2.2.0:

* Refine string serialization of XML resources and data
    elements
  * Switch to use elementpath v4
  * Fix sequence_type property for XSD types
  * Remove *XsdElement.get_attribute()*: unused and doesn't work
    as expected

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=39
This commit is contained in:
2023-02-10 12:46:57 +00:00
committed by Git OBS Bridge
parent 01a7b2cf4b
commit 60ea2ec8b9
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 10 12:46:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.0:
* Refine string serialization of XML resources and data
elements
* Switch to use elementpath v4
* Fix sequence_type property for XSD types
* Remove *XsdElement.get_attribute()*: unused and doesn't work
as expected
-------------------------------------------------------------------
Mon Oct 3 16:12:06 UTC 2022 - Dirk Müller <dmueller@suse.com>