From: Richard Purdie Date: Thu, 1 Feb 2024 07:56:50 +0000 (+0000) Subject: python3-markupsafe: upgrade 2.1.3 -> 2.1.5 X-Git-Tag: uninative-4.4~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=697a249f27d16adeeee074d0baad83ad67c7a9e6;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Richard Purdie --- 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 b346cc85d9e..a38c97695b5 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