diff mbox series

[18/19] python3-xmltodict: upgrade 1.0.2 -> 1.0.3

Message ID 20260303065640.2541884-18-hongxu.jia@windriver.com
State New
Headers show
Series [01/19] btrfs-tools: upgrade 6.17.1 -> 6.19 | expand

Commit Message

Hongxu Jia March 3, 2026, 6:56 a.m. UTC
Release notes[1]:

Bug Fixes

- unparse: serialize None text/attrs as empty values (fixes #401) (aa16511)

Documentation

- readme: fix Fedora and Arch package links (fd6a73b)

[1] https://github.com/martinblech/xmltodict/releases/tag/v1.0.3

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 .../{python3-xmltodict_1.0.2.bb => python3-xmltodict_1.0.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-xmltodict_1.0.2.bb => python3-xmltodict_1.0.3.bb} (82%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-xmltodict_1.0.2.bb b/meta/recipes-devtools/python/python3-xmltodict_1.0.3.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-xmltodict_1.0.2.bb
rename to meta/recipes-devtools/python/python3-xmltodict_1.0.3.bb
index e58e32e338..693549b9c8 100644
--- a/meta/recipes-devtools/python/python3-xmltodict_1.0.2.bb
+++ b/meta/recipes-devtools/python/python3-xmltodict_1.0.3.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/martinblech/xmltodict"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"
 
-SRC_URI[sha256sum] = "54306780b7c2175a3967cad1db92f218207e5bc1aba697d887807c0fb68b7649"
+SRC_URI[sha256sum] = "3bf1f49c7836df34cf6d9cc7e690c4351f7dfff2ab0b8a1988bba4a9b9474909"
 
 PYPI_PACKAGE = "xmltodict"