diff mbox series

[20/22] python3-xmltodict: upgrade 0.13.0 -> 0.14.2

Message ID 1729834769-4717-20-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/22] autoconf-archive: upgrade 2023.02.20 -> 2024.10.16 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 25, 2024, 5:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Revert "Ensure significant whitespace is not trimmed"
- Drop support for Python older than 3.6
- Additional ruff/Pyflakes/codespell fixes.
- 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.
- Tests in gh-action.
- 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
- Fix Travis CI status badge URL
- Update push_release.sh to use twine.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-xmltodict_0.13.0.bb => python3-xmltodict_0.14.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-xmltodict_0.13.0.bb => python3-xmltodict_0.14.2.bb} (86%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb b/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb
rename to meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb
index e8e275647c..e99fa3826e 100644
--- a/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb
+++ b/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/martinblech/xmltodict"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"
 
-SRC_URI[sha256sum] = "341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56"
+SRC_URI[sha256sum] = "201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553"
 
 PYPI_PACKAGE = "xmltodict"