From 4a09cab4b66e3e48421ea377db0f53a3816dca96 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jun 2023 15:17:26 +0800 Subject: [PATCH] python3-ruamel-yaml: upgrade 0.17.31 -> 0.17.32 Changelog: - fix issue with scanner getting stuck in infinite loop Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- ...n3-ruamel-yaml_0.17.31.bb => python3-ruamel-yaml_0.17.32.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.31.bb => python3-ruamel-yaml_0.17.32.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb similarity index 86% rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb index 5604ff01e43..b745f349e75 100644 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb @@ -9,7 +9,7 @@ PYPI_PACKAGE = "ruamel.yaml" inherit pypi setuptools3 -SRC_URI[sha256sum] = "098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335" +SRC_URI[sha256sum] = "ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2" RDEPENDS:${PN} += "\ ${PYTHON_PN}-shell \ -- 2.47.3