From 31038ebbae4f67771786a19efbf5de8e0c4dddeb7132e0ff1e891821c093bdb7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Jun 2021 21:25:21 +0000 Subject: [PATCH] - update to 1.6.4: * Add testing config for Python 3.10 (Tox and CI) * Fix internal _PurePath class with Python 3.10 (issue #251) * Remove redundant xmlns="" declaration when encoding with lxml (issue #252) * Refactor normalize_url() using pathlib.PurePath * Support UNC paths (issue #246) * Fix API docs (issue #248) * Fix for issue #245 (key/keyref with dynamic types) * Change default decoding of mixed content with only text to a string instead of a dictionary (issue #242) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=32 --- python-xmlschema.changes | 14 ++++++++++++++ python-xmlschema.spec | 2 +- xmlschema-1.6.1.tar.gz | 3 --- xmlschema-1.6.4.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 xmlschema-1.6.1.tar.gz create mode 100644 xmlschema-1.6.4.tar.gz diff --git a/python-xmlschema.changes b/python-xmlschema.changes index 1387c5a..6641dac 100644 --- a/python-xmlschema.changes +++ b/python-xmlschema.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jun 17 21:22:48 UTC 2021 - Dirk Müller + +- update to 1.6.4: + * Add testing config for Python 3.10 (Tox and CI) + * Fix internal _PurePath class with Python 3.10 (issue #251) + * Remove redundant xmlns="" declaration when encoding with lxml (issue #252) + * Refactor normalize_url() using pathlib.PurePath + * Support UNC paths (issue #246) + * Fix API docs (issue #248) + * Fix for issue #245 (key/keyref with dynamic types) + * Change default decoding of mixed content with only text to a string + instead of a dictionary (issue #242) + ------------------------------------------------------------------- Tue May 18 21:44:06 UTC 2021 - Dirk Müller diff --git a/python-xmlschema.spec b/python-xmlschema.spec index 50d7f01..c210884 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: 1.6.1 +Version: 1.6.4 Release: 0 Summary: An XML Schema validator and decoder License: MIT diff --git a/xmlschema-1.6.1.tar.gz b/xmlschema-1.6.1.tar.gz deleted file mode 100644 index c3a049f..0000000 --- a/xmlschema-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d02b82bb4fce3af09495b85e6ada5ce0cfdaa865b09b28ecc0f5ab81fad7e328 -size 365094 diff --git a/xmlschema-1.6.4.tar.gz b/xmlschema-1.6.4.tar.gz new file mode 100644 index 0000000..aa34a0d --- /dev/null +++ b/xmlschema-1.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577ac82b89f6de354fb59abb544a77a41a282763ecb29843ea9e113693080c58 +size 369270