From: Ankur Tyagi Date: Thu, 6 Nov 2025 11:16:23 +0000 (+1300) Subject: python3-markupsafe: upgrade 3.0.2 -> 3.0.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc11d32aeb79773b33ce54989e9dab4e03815b8;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-markupsafe: upgrade 3.0.2 -> 3.0.3 Changelog: https://github.com/pallets/markupsafe/releases/tag/3.0.3 Signed-off-by: Ankur Tyagi Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb b/meta/recipes-devtools/python/python3-markupsafe_3.0.3.bb similarity index 82% rename from meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb rename to meta/recipes-devtools/python/python3-markupsafe_3.0.3.bb index b90dd84f48f..dace235bb8d 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_3.0.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ffeffa59c90c9c4a033c7574f8f3fb75" -SRC_URI[sha256sum] = "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" +SRC_URI[sha256sum] = "722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698" PYPI_PACKAGE = "markupsafe" inherit pypi python_setuptools_build_meta ptest-python-pytest