From 40a60f0ca45116604430f8b0d1ee4f70e1f9843e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 May 2025 17:03:24 +0800 Subject: [PATCH] python3-mako: upgrade 1.3.9 -> 1.3.10 Changelog: - Fix undefined variable errors when strict_undefined=True when using a nested list comprehension. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/{python3-mako_1.3.9.bb => python3-mako_1.3.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-mako_1.3.9.bb => python3-mako_1.3.10.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-mako_1.3.9.bb b/meta/recipes-devtools/python/python3-mako_1.3.10.bb similarity index 88% rename from meta/recipes-devtools/python/python3-mako_1.3.9.bb rename to meta/recipes-devtools/python/python3-mako_1.3.10.bb index 83b6149337..4facce9233 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.9.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.10.bb @@ -10,7 +10,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest -SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac" +SRC_URI[sha256sum] = "99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28" RDEPENDS:${PN} = "python3-html \ python3-markupsafe \ -- 2.47.2