From f1921727d88880af7ed5be1f578bdb2138cf100f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 1 Feb 2024 07:56:50 +0000 Subject: [PATCH] python3-markupsafe: upgrade 2.1.3 -> 2.1.5 Note that 2.1.4 broke python3-jinja2 so skip to 2.1.5 which doesn't. (From OE-Core rev: 697a249f27d16adeeee074d0baad83ad67c7a9e6) Signed-off-by: Richard Purdie --- ...{python3-markupsafe_2.1.3.bb => python3-markupsafe_2.1.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-markupsafe_2.1.3.bb => python3-markupsafe_2.1.5.bb} (87%) diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb similarity index 87% rename from meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb rename to meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb index b346cc85d9..a38c97695b 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" -SRC_URI[sha256sum] = "af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad" +SRC_URI[sha256sum] = "d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b" PYPI_PACKAGE = "MarkupSafe" inherit pypi setuptools3 ptest