From 60ea2ec8b9c585d999d91bd76e7ba5988e6785b4372185ebd9736120c5f3ce3b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 12:46:57 +0000 Subject: [PATCH] - 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 --- python-xmlschema.changes | 11 +++++++++++ python-xmlschema.spec | 4 ++-- xmlschema-2.1.1.tar.gz | 3 --- xmlschema-2.2.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 xmlschema-2.1.1.tar.gz create mode 100644 xmlschema-2.2.0.tar.gz diff --git a/python-xmlschema.changes b/python-xmlschema.changes index 6c9b4ac..8eda08a 100644 --- a/python-xmlschema.changes +++ b/python-xmlschema.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 10 12:46:13 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-xmlschema.spec b/python-xmlschema.spec index d84192c..66ea765 100644 --- a/python-xmlschema.spec +++ b/python-xmlschema.spec @@ -1,7 +1,7 @@ # # spec file for package python-xmlschema # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-xmlschema -Version: 2.1.1 +Version: 2.2.0 Release: 0 Summary: An XML Schema validator and decoder License: MIT diff --git a/xmlschema-2.1.1.tar.gz b/xmlschema-2.1.1.tar.gz deleted file mode 100644 index b5e175c..0000000 --- a/xmlschema-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ca34ff15dd3276cfb2e3e7b4c8dde4b7d4d27080f333a93b6c3f817e90abddf -size 482988 diff --git a/xmlschema-2.2.0.tar.gz b/xmlschema-2.2.0.tar.gz new file mode 100644 index 0000000..3002048 --- /dev/null +++ b/xmlschema-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1465ef3de133c8c548221b372c7374e43df969784be4168ee327732c35813f6 +size 485104