From: Alexander Kanavin Date: Mon, 22 Dec 2025 20:07:01 +0000 (+0100) Subject: python3-ruamel-yaml: upgrade 0.18.15 -> 0.18.17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a2ae3377149b6ab8974fb20a2ec3d8904ec599;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-ruamel-yaml: upgrade 0.18.15 -> 0.18.17 Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.15.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.17.bb 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 f14d043f56..a513a9e957 100644 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.15.bb +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.17.bb @@ -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 \