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
This commit is contained in:
commit
ca56325217
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-xmltodict
|
||||
Version: 0.13.0
|
||||
Version: 0.14.2
|
||||
Release: 0
|
||||
Summary: Module to make XML working resemble JSON
|
||||
License: MIT
|
||||
|
BIN
xmltodict-0.13.0.tar.gz
(Stored with Git LFS)
BIN
xmltodict-0.13.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
xmltodict-0.14.2.tar.gz
Normal file
3
xmltodict-0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553
|
||||
size 51942
|
Loading…
Reference in New Issue
Block a user