From 6ad4c13fee1a2f840699a401e63db1cfa54155d9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 4 Jun 2025 16:45:19 +0800 Subject: python3-ruamel-yaml: upgrade 0.18.10 -> 0.18.12 (From OE-Core rev: eb59eff1d178764b7f8d243b825c28849a9d8c57) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-ruamel-yaml_0.18.10.bb | 20 -------------------- .../python/python3-ruamel-yaml_0.18.12.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-ruamel-yaml_0.18.10.bb create mode 100644 meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.10.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.10.bb deleted file mode 100644 index 02b04e3c0c..0000000000 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.10.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." -HOMEPAGE = "https://pypi.org/project/ruamel.yaml/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5cc5d45e8a30c81dade6ca1928caa515" - -PYPI_PACKAGE = "ruamel.yaml" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" - -RDEPENDS:${PN} += "\ - python3-shell \ - python3-datetime \ - python3-netclient \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb new file mode 100644 index 0000000000..3b136b3b58 --- /dev/null +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb @@ -0,0 +1,20 @@ +SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." +HOMEPAGE = "https://pypi.org/project/ruamel.yaml/" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5cc5d45e8a30c81dade6ca1928caa515" + +PYPI_PACKAGE = "ruamel.yaml" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + +RDEPENDS:${PN} += "\ + python3-shell \ + python3-datetime \ + python3-netclient \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf