forked from pool/python-xmltodict
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ca56325217 | |||
| a0b7635925 |
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 16:11:13 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 0.14.2
|
||||||
|
* 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 12 15:02:30 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Mon Feb 12 15:02:30 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-xmltodict
|
Name: python-xmltodict
|
||||||
Version: 0.13.0
|
Version: 0.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module to make XML working resemble JSON
|
Summary: Module to make XML working resemble JSON
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
BIN
xmltodict-0.13.0.tar.gz
LFS
BIN
xmltodict-0.13.0.tar.gz
LFS
Binary file not shown.
BIN
xmltodict-0.14.2.tar.gz
LFS
Normal file
BIN
xmltodict-0.14.2.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user