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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-05-19 19:39:09 +08:00
committed by Khem Raj
parent 0b6fa1f1c6
commit 9221e2d306
@@ -0,0 +1,14 @@
SUMMARY = "Alternative regular expression module, to replace re."
HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "a8234aa23ec39894bfe4a3f1b85616a7032481964a13ac6fc9f10de4f6fca270"
RDEPENDS:${PN} += " \
python3-stringold \
"
BBCLASSEXTEND = "native nativesdk"