Accepting request 983728 from devel:languages:python
- 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/request/show/983728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xmltodict?expand=0&rev=7
This commit is contained in:
commit
4749d0b35d
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 19 17:47:26 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21
|
||||
size 18481
|
BIN
xmltodict-0.13.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
xmltodict-0.13.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user