14
0

2 Commits

Author SHA256 Message Date
ca56325217 Accepting request 1219092 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1219092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xmltodict?expand=0&rev=10
2024-10-30 16:32:51 +00:00
a0b7635925 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=24
2024-10-29 17:03:36 +00:00
4 changed files with 26 additions and 4 deletions

View File

@@ -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>

View File

@@ -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

Binary file not shown.

BIN
xmltodict-0.14.2.tar.gz LFS Normal file

Binary file not shown.