From: Richard Purdie Date: Wed, 1 Feb 2023 11:30:19 +0000 (+0000) Subject: python3-markupsafe: upgrade 2.1.1 -> 2.1.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1827 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe7ecb620ae5d1c94bdc6e17e86e318213fc0ec;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-markupsafe: upgrade 2.1.1 -> 2.1.2 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb similarity index 87% rename from meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb rename to meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb index 0544dd1b83d..f4f0ad2df0f 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.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] = "7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" +SRC_URI[sha256sum] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d" PYPI_PACKAGE = "MarkupSafe" inherit pypi setuptools3