From 20dfd9a646ecee57be608e2562654765808dbc60 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 15 Feb 2022 15:36:46 +0800 Subject: python3-ruamel-yaml: upgrade 0.17.20 -> 0.17.21 Changelog: ========= - fix bug in calling '.compose()' method with 'pathlib.Path' instance. (From OE-Core rev: 1f5f7cdf998cfb5f5635953ab862728a08192778) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/python3-ruamel-yaml_0.17.20.bb | 24 ---------------------- .../python/python3-ruamel-yaml_0.17.21.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-ruamel-yaml_0.17.20.bb create mode 100644 meta/recipes-devtools/python/python3-ruamel-yaml_0.17.21.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.20.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.20.bb deleted file mode 100644 index a6bee1bea1..0000000000 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.20.bb +++ /dev/null @@ -1,24 +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/" -AUTHOR = "Anthon van der Neut" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=034154b7344d15438bc5ed5ee9cc075f" - -PYPI_PACKAGE = "ruamel.yaml" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "4b8a33c1efb2b443a93fcaafcfa4d2e445f8e8c29c528d9f5cdafb7cc9e4004c" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-netclient \ -" - -do_install:prepend() { - export RUAMEL_NO_PIP_INSTALL_CHECK=1 -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.21.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.21.bb new file mode 100644 index 0000000000..7d65c4c2d8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.21.bb @@ -0,0 +1,24 @@ +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/" +AUTHOR = "Anthon van der Neut" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=034154b7344d15438bc5ed5ee9cc075f" + +PYPI_PACKAGE = "ruamel.yaml" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-netclient \ +" + +do_install:prepend() { + export RUAMEL_NO_PIP_INSTALL_CHECK=1 +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf