From: Wang Mingyu Date: Mon, 12 May 2025 09:03:24 +0000 (+0800) Subject: python3-mako: upgrade 1.3.9 -> 1.3.10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a60f0ca45116604430f8b0d1ee4f70e1f9843e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 \