diff mbox series

python3-markupsafe: upgrade 2.1.1 -> 2.1.2

Message ID 20230202094516.1092250-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 4fe7ecb620ae5d1c94bdc6e17e86e318213fc0ec
Headers show
Series python3-markupsafe: upgrade 2.1.1 -> 2.1.2 | expand

Commit Message

Richard Purdie Feb. 2, 2023, 9:45 a.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...{python3-markupsafe_2.1.1.bb => python3-markupsafe_2.1.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-markupsafe_2.1.1.bb => python3-markupsafe_2.1.2.bb} (87%)
diff mbox series

Patch

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