From 27fad5ae2fff3f982aa30d19e5ad4fb4dbeaec9a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 4 Jan 2023 12:05:20 +0100 Subject: [PATCH] python3-mako: upgrade 1.2.3 -> 1.2.4 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/{python3-mako_1.2.3.bb => python3-mako_1.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-mako_1.2.3.bb => python3-mako_1.2.4.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-mako_1.2.3.bb b/meta/recipes-devtools/python/python3-mako_1.2.4.bb similarity index 85% rename from meta/recipes-devtools/python/python3-mako_1.2.3.bb rename to meta/recipes-devtools/python/python3-mako_1.2.4.bb index 12acfee7773..9860058723c 100644 --- a/meta/recipes-devtools/python/python3-mako_1.2.3.bb +++ b/meta/recipes-devtools/python/python3-mako_1.2.4.bb @@ -8,7 +8,7 @@ PYPI_PACKAGE = "Mako" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "7fde96466fcfeedb0eed94f187f20b23d85e4cb41444be0e542e2c8c65c396cd" +SRC_URI[sha256sum] = "d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" RDEPENDS:${PN} = "${PYTHON_PN}-html \ ${PYTHON_PN}-markupsafe \ -- 2.47.3