From dbc5fc46f9b1ca8bd4596a97de5174383df672c2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 10 Sep 2025 17:16:41 +0800 Subject: python3-xmltodict: upgrade 0.14.2 -> 0.15.1 (From OE-Core rev: b8f9db8424ead13a628c02c82f4f7b56acd38356) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-xmltodict_0.14.2.bb | 19 ------------------- .../python/python3-xmltodict_0.15.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb create mode 100644 meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb b/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb deleted file mode 100644 index 56cdf6ff4a..0000000000 --- a/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Makes working with XML feel like you are working with JSON" -HOMEPAGE = "https://github.com/martinblech/xmltodict" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" - -SRC_URI[sha256sum] = "201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553" - -PYPI_PACKAGE = "xmltodict" - -BBCLASSEXTEND = "native nativesdk" - -inherit pypi setuptools3 ptest-python-pytest - -RDEPENDS:${PN} += " \ - python3-core \ - python3-xml \ - python3-io \ -" - diff --git a/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb b/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb new file mode 100644 index 0000000000..a1d1bb47e4 --- /dev/null +++ b/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "Makes working with XML feel like you are working with JSON" +HOMEPAGE = "https://github.com/martinblech/xmltodict" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" + +SRC_URI[sha256sum] = "3d8d49127f3ce6979d40a36dbcad96f8bab106d232d24b49efdd4bd21716983c" + +PYPI_PACKAGE = "xmltodict" + +BBCLASSEXTEND = "native nativesdk" + +inherit pypi setuptools3 ptest-python-pytest + +RDEPENDS:${PN} += " \ + python3-core \ + python3-xml \ + python3-io \ +" + -- cgit v1.2.3-54-g00ecf