diff mbox series

[33/47] python3-markupsafe: upgrade 3.0.1 -> 3.0.2

Message ID 1731403483-21399-33-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/47] barebox-tools: upgrade 2024.09.0 -> 2024.10.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 12, 2024, 9:24 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix compatibility when __str__ returns a str subclass.
- Build requires setuptools >= 70.1.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-markupsafe_3.0.1.bb => python3-markupsafe_3.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-markupsafe_3.0.1.bb => python3-markupsafe_3.0.2.bb} (88%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb b/meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb
rename to meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb
index 03be78a022..7e48bc36c7 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_3.0.2.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] = "3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344"
+SRC_URI[sha256sum] = "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0"
 
 PYPI_PACKAGE = "markupsafe"
 UPSTREAM_CHECK_PYPI_PACKAGE = "MarkupSafe"