diff mbox series

[meta-python,26/38] python3-regex: upgrade 2026.4.4 -> 2026.5.9

Message ID 20260519113921.655-26-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/38] bit7z: upgrade 4.0.11 -> 4.0.12 | expand

Commit Message

Wang Mingyu May 19, 2026, 11:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Reverse matching with full unicode casefolding could lead to out-of-range string indexes.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-regex_2026.4.4.bb b/meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-regex_2026.4.4.bb
rename to meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb
index 3d4d7a3e99..6dbf329b65 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2026.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "e08270659717f6973523ce3afbafa53515c4dc5dcad637dc215b6fd50f689423"
+SRC_URI[sha256sum] = "a8234aa23ec39894bfe4a3f1b85616a7032481964a13ac6fc9f10de4f6fca270"
 
 RDEPENDS:${PN} += " \
 	python3-stringold \