From 9221e2d306f9a2356f458bb41edff8a87883c713 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 May 2026 19:39:09 +0800 Subject: [PATCH] python3-regex: upgrade 2026.4.4 -> 2026.5.9 Changelog: Reverse matching with full unicode casefolding could lead to out-of-range string indexes. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{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 --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 \