]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-ruamel-yaml: upgrade 0.18.17 -> 0.19.1
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 7 Jan 2026 10:30:59 +0000 (18:30 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Jan 2026 10:16:17 +0000 (10:16 +0000)
License-Update: Copyright year updated to 2026.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
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.19.1.bb [moved from meta/recipes-devtools/python/python3-ruamel-yaml_0.18.17.bb with 74% similarity]

similarity index 74%
rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.18.17.bb
rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.19.1.bb
index a513a9e9574d00483172d378e5bb54b8f24e561b..6129bcae130363f8b842a3f1404d3a966597b9f4 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments,
 HOMEPAGE = "https://pypi.org/project/ruamel.yaml/"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5cc5d45e8a30c81dade6ca1928caa515"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fae78348fee46c087389813e0ebf5ed7"
 
 PYPI_PACKAGE = "ruamel_yaml"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
@@ -10,7 +10,7 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 inherit pypi python_setuptools_build_meta
 
 S = "${UNPACKDIR}/ruamel.yaml-${PV}"
-SRC_URI[sha256sum] = "9091cd6e2d93a3a4b157ddb8fabf348c3de7f1fb1381346d985b6b247dcd8d3c"
+SRC_URI[sha256sum] = "53eb66cd27849eff968ebf8f0bf61f46cdac2da1d1f3576dd4ccee9b25c31993"
 
 RDEPENDS:${PN} += "\
     python3-shell \