* Revert "Ensure significant whitespace is not trimmed"
This changed was backwards incompatible and caused downstream
issues.
- Update to version 0.14.1
* Drop support for Python older than 3.6
* Additional ruff/Pyflakes/codespell fixes.
- Update to version 0.14.0
* Drop old Python 2 support leftover code and apply several RUFF
code health fixes.
* Add Python 3.11, 3.12 and 3.13 support and tests.
* Remove defusedexpat import.
* Replace deprecated BadZipfile with BadZipFile.
* Support indent using integer format,
enable python -m unittest tests/*.py.
* Ensure significant whitespace is not trimmed
* added conda installation command
* fix attributes not appearing in streaming mode
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=24
- 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
* 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
- update to version 0.10.2
+ Fixed defusedexpat expat import.
- v0.10.1
+ Use defusedexpat if available.
+ Allow non-string attributes in unparse.
+ Add postprocessor support for attributes.
+ Make command line interface Python 3-compatible.
- v0.10.0
+ Add force_list feature.
+ Add support for Python 3.4 and 3.5.
+ Performance optimization: use list instead of string for CDATA.
+ Include Arch Linux package instructions in README.
+ Improved documentation.
+ Allow any iterable in unparse, not just lists.
+ Bugfix: Process namespaces in attributes too.
+ Better testing under Python 2.6.
- v0.9.2
+ Fix multiroot check for list values
- v0.9.1
+ Only check single root when full_document=True
OBS-URL: https://build.opensuse.org/request/show/424908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=4