From 01a7b2cf4be593dc6fc102c410eb84e4c2f53347d6a7505be9a54813f475c2c8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Oct 2022 16:12:34 +0000 Subject: [PATCH] - update to 2.1.1: * Fix *schema_path* usage in `XMLSchemaBase.iter_errors()` * Add *allow_empty* option to `XMLSchemaBase` validation API OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=37 --- python-xmlschema.changes | 7 +++++++ python-xmlschema.spec | 2 +- xmlschema-2.1.0.tar.gz | 3 --- xmlschema-2.1.1.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 xmlschema-2.1.0.tar.gz create mode 100644 xmlschema-2.1.1.tar.gz diff --git a/python-xmlschema.changes b/python-xmlschema.changes index a570b38..6c9b4ac 100644 --- a/python-xmlschema.changes +++ b/python-xmlschema.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 3 16:12:06 UTC 2022 - Dirk Müller + +- update to 2.1.1: + * Fix *schema_path* usage in `XMLSchemaBase.iter_errors()` + * Add *allow_empty* option to `XMLSchemaBase` validation API + ------------------------------------------------------------------- Thu Sep 29 08:47:56 UTC 2022 - Fabian Vogt diff --git a/python-xmlschema.spec b/python-xmlschema.spec index 458f181..d84192c 100644 --- a/python-xmlschema.spec +++ b/python-xmlschema.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-xmlschema -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: An XML Schema validator and decoder License: MIT diff --git a/xmlschema-2.1.0.tar.gz b/xmlschema-2.1.0.tar.gz deleted file mode 100644 index b9b9b61..0000000 --- a/xmlschema-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7f70c305e0def2a2293ab7110827086c477ab3c6f8757d2acb3ccbfa6b425a4 -size 481921 diff --git a/xmlschema-2.1.1.tar.gz b/xmlschema-2.1.1.tar.gz new file mode 100644 index 0000000..b5e175c --- /dev/null +++ b/xmlschema-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca34ff15dd3276cfb2e3e7b4c8dde4b7d4d27080f333a93b6c3f817e90abddf +size 482988