From 11bc40bb4ff458964be9b8befca95896fc6d464d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 7 Jan 2025 17:01:19 +0800 Subject: python3-ruamel-yaml: upgrade 0.18.7 -> 0.18.9 License-Update: copyright updated to 2025 (From OE-Core rev: 98ed111650de52e6079251d1cb0c19dd6a506ded) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/python3-ruamel-yaml_0.18.7.bb | 20 -------------------- .../python/python3-ruamel-yaml_0.18.9.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-ruamel-yaml_0.18.7.bb create mode 100644 meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.7.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.7.bb deleted file mode 100644 index 137b528913..0000000000 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.7.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=30cbbccd94bf3a2b0285ec35671a1938" - -PYPI_PACKAGE = "ruamel.yaml" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "270638acec6659f7bb30f4ea40083c9a0d0d5afdcef5e63d666f11209091531a" - -RDEPENDS:${PN} += "\ - python3-shell \ - python3-datetime \ - python3-netclient \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb new file mode 100644 index 0000000000..efc07169f7 --- /dev/null +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.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] = "59d0f8b10c658bd55ecd107e334d4117d766a2b9cc8f5176afcdadcff6f84a5e" + +RDEPENDS:${PN} += "\ + python3-shell \ + python3-datetime \ + python3-netclient \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf