summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-19 19:39:09 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-21 07:30:58 -0700
commit9221e2d306f9a2356f458bb41edff8a87883c713 (patch)
treee0d8c48cb2fb5547441c7312ce242103266e0ece /meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb
parent0b6fa1f1c6f60f1cc4b630470be5bef16a8da924 (diff)
downloadmeta-openembedded-9221e2d306f9a2356f458bb41edff8a87883c713.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb b/meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb
new file mode 100644
index 0000000000..6dbf329b65
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-regex_2026.5.9.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Alternative regular expression module, to replace re."
2HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
5
6inherit pypi python_setuptools_build_meta
7
8SRC_URI[sha256sum] = "a8234aa23ec39894bfe4a3f1b85616a7032481964a13ac6fc9f10de4f6fca270"
9
10RDEPENDS:${PN} += " \
11 python3-stringold \
12"
13
14BBCLASSEXTEND = "native nativesdk"