From 7bd57a13640a95551112a8f1c5d37831c7d1fe48c38c20640039ab7afada7b60 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 19 Jun 2022 17:48:25 +0000 Subject: [PATCH] - update to 0.13.0: * Add install info to readme for openSUSE. (#205) * Support defaultdict for namespace mapping (#211) * parse(generator) is now possible (#212) * Processing comments on parsing from xml to dict (connected to #109) (#221) * Add expand_iter kw to unparse to expand iterables (#213) * Fixed some typos * Add support for python3.8 * Drop Jython/Python 2 and add Python 3.9/3.10. * Drop OrderedDict in Python >= 3.7 * Do not use len() to determine if a sequence is empty * Add more namespace attribute tests * Fix encoding issue in setup.py OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=18 --- python-xmltodict.changes | 17 +++++++++++++++++ python-xmltodict.spec | 2 +- xmltodict-0.12.0.tar.gz | 3 --- xmltodict-0.13.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 xmltodict-0.12.0.tar.gz create mode 100644 xmltodict-0.13.0.tar.gz diff --git a/python-xmltodict.changes b/python-xmltodict.changes index c866cf8..9d6d044 100644 --- a/python-xmltodict.changes +++ b/python-xmltodict.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jun 19 17:47:26 UTC 2022 - Dirk Müller + +- update to 0.13.0: + * Add install info to readme for openSUSE. (#205) + * Support defaultdict for namespace mapping (#211) + * parse(generator) is now possible (#212) + * Processing comments on parsing from xml to dict (connected to #109) (#221) + * Add expand_iter kw to unparse to expand iterables (#213) + * Fixed some typos + * Add support for python3.8 + * Drop Jython/Python 2 and add Python 3.9/3.10. + * Drop OrderedDict in Python >= 3.7 + * Do not use len() to determine if a sequence is empty + * Add more namespace attribute tests + * Fix encoding issue in setup.py + ------------------------------------------------------------------- Tue Feb 22 10:27:36 UTC 2022 - Steve Kowalik diff --git a/python-xmltodict.spec b/python-xmltodict.spec index df997f4..47f2e0d 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xmltodict -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: Module to make XML working resemble JSON License: MIT diff --git a/xmltodict-0.12.0.tar.gz b/xmltodict-0.12.0.tar.gz deleted file mode 100644 index 2a462c0..0000000 --- a/xmltodict-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21 -size 18481 diff --git a/xmltodict-0.13.0.tar.gz b/xmltodict-0.13.0.tar.gz new file mode 100644 index 0000000..806ea46 --- /dev/null +++ b/xmltodict-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56 +size 33813