Changelog for
python312-xmltodict-0.13.0-24.13.noarch.rpm :
* Mon Feb 12 2024 Matej Cepl
- Clean up the SPEC file.
* Tue May 09 2023 Johannes Kastl - add sle15_python_module_pythons
* Sun Jun 19 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 2022 Steve Kowalik - Add patch skip-tests-expat-245.patch:
* Do not run tests that make no sense with a current Expat.
* Fri May 29 2020 Marketa Calabkova - Replace nose with pytest
* Sat Apr 06 2019 John Vandenberg - Add export LANG=en_US.UTF-8 to fix Leap builds
* Tue Mar 26 2019 Jan Engelhardt - Use noun phrase in summary.
* Tue Mar 26 2019 pgajdosAATTsuse.com- version update to 0.12.0
* Allow force_commits=True for getting all keys as lists (#204)
* README.md: fix useless uses of cat (#200)
* Add FreeBSD install instructions (#199)
* Fix and simplify travis config (#192)
* Add support for Python 3.7 (#189)
* Drop support for EOL Python (#191)
* Use Markdown long_description on PyPI (#190)
* correct spelling mistake (#165)
* correctly unparse booleans (#180)
* Updates README.md with svg badge
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu May 18 2017 toddrme2178AATTgmail.com- Implement single-spec version- Fix source URL.- Update to version 0.11.0
* Determine fileness by checking for read attr
* Add support for Python 3.6.
* Release as a universal wheel.
* Updated docs examples to use print function.
* unparse: pass short_empty_elements to XMLGenerator
* Added namespace support when unparsing.