diff mbox series

[1/2] python3-markupsafe: upgrade 2.1.3 -> 2.1.5

Message ID 20240204203411.2342606-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 697a249f27d16adeeee074d0baad83ad67c7a9e6
Headers show
Series [1/2] python3-markupsafe: upgrade 2.1.3 -> 2.1.5 | expand

Commit Message

Richard Purdie Feb. 4, 2024, 8:34 p.m. UTC
Note that 2.1.4 broke python3-jinja2 so skip to 2.1.5 which doesn't.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...{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 mbox series

Patch

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