diff mbox series

python3-markupsafe: upgrade 2.1.2 -> 2.1.3

Message ID 1687850250-20040-24-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit f4c2415e55607e7ff2fb24f0791199145958d976
Headers show
Series python3-markupsafe: upgrade 2.1.2 -> 2.1.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 27, 2023, 7:17 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
 Implement format_map, casefold, removeprefix, and removesuffix methods. #370
 Fix static typing for basic str methods on Markup. #358
 Use Self for annotating return types. #379

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

Patch

diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
rename to meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb
index d150403f8c..b346cc85d9 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.3.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] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d"
+SRC_URI[sha256sum] = "af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad"
 
 PYPI_PACKAGE = "MarkupSafe"
 inherit pypi setuptools3 ptest