From b11e4f37b94b06fcb8eba8a773c41f02f65200cc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:52:06 +0800 Subject: python3-regex: upgrade 2026.2.19 -> 2026.2.28 Changelog: ========== - Replaced atomic operations with mutex on pattern object for free-threaded Python. - PR #598: Fix race condition in storage caching with atomic operations. - Replaced use of PyUnicode_GET_LENGTH with PyUnicode_GetLength. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-regex_2026.2.28.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-regex_2026.2.28.bb (limited to 'meta-python/recipes-devtools/python/python3-regex_2026.2.28.bb') diff --git a/meta-python/recipes-devtools/python/python3-regex_2026.2.28.bb b/meta-python/recipes-devtools/python/python3-regex_2026.2.28.bb new file mode 100644 index 0000000000..4ad0eadc98 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2026.2.28.bb @@ -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] = "a729e47d418ea11d03469f321aaf67cdee8954cde3ff2cf8403ab87951ad10f2" + +RDEPENDS:${PN} += " \ + python3-stringold \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf