]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-ruamel-yaml: upgrade 0.18.15 -> 0.18.17
authorAlexander Kanavin <alex@linutronix.de>
Mon, 22 Dec 2025 20:07:01 +0000 (21:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2025 12:21:52 +0000 (12:21 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-ruamel-yaml_0.18.17.bb [moved from meta/recipes-devtools/python/python3-ruamel-yaml_0.18.15.bb with 75% similarity]

similarity index 75%
rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.18.15.bb
rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.18.17.bb
index f14d043f56b5bb3798670802c57991ddfe85c59d..a513a9e9574d00483172d378e5bb54b8f24e561b 100644 (file)
@@ -4,12 +4,13 @@ HOMEPAGE = "https://pypi.org/project/ruamel.yaml/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5cc5d45e8a30c81dade6ca1928caa515"
 
-PYPI_PACKAGE = "ruamel.yaml"
+PYPI_PACKAGE = "ruamel_yaml"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "dbfca74b018c4c3fba0b9cc9ee33e53c371194a9000e694995e620490fd40700"
+S = "${UNPACKDIR}/ruamel.yaml-${PV}"
+SRC_URI[sha256sum] = "9091cd6e2d93a3a4b157ddb8fabf348c3de7f1fb1381346d985b6b247dcd8d3c"
 
 RDEPENDS:${PN} += "\
     python3-shell \