diff mbox series

python3-markupsafe: upgrade 2.1.3 -> 2.1.4

Message ID 1706833028-19944-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series python3-markupsafe: upgrade 2.1.3 -> 2.1.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 2, 2024, 12:17 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Don't use regular expressions for striptags, avoiding a performance issue.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-markupsafe_2.1.3.bb => python3-markupsafe_2.1.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-markupsafe_2.1.3.bb => python3-markupsafe_2.1.4.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.4.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.4.bb
index b346cc85d9..b245ce6fe9 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.4.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] = "3aae9af4cac263007fd6309c64c6ab4506dd2b79382d9d19a1994f9240b8db4f"
 
 PYPI_PACKAGE = "MarkupSafe"
 inherit pypi setuptools3 ptest