From: Wang Mingyu Date: Wed, 22 May 2024 09:14:42 +0000 (+0800) Subject: python3-mako: upgrade 1.3.3 -> 1.3.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f840ff8f3ff4b25077e788f94995c9982f667f2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-mako: upgrade 1.3.3 -> 1.3.5 Changelog: - Reverted the fix for #400 as it caused new issues when traversing some bracketed situations. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-mako_1.3.3.bb b/meta/recipes-devtools/python/python3-mako_1.3.5.bb similarity index 84% rename from meta/recipes-devtools/python/python3-mako_1.3.3.bb rename to meta/recipes-devtools/python/python3-mako_1.3.5.bb index 7545cbef994..d27fb121a62 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.3.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.5.bb @@ -8,7 +8,7 @@ PYPI_PACKAGE = "Mako" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73" +SRC_URI[sha256sum] = "48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc" RDEPENDS:${PN} = "python3-html \ python3-markupsafe \