meta-openembedded/meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb
Wang Mingyu 9221e2d306
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>
2026-05-21 07:30:58 -07:00

15 lines
441 B
BlitzBasic

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"