diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-03 18:08:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 15:56:47 -0700 |
commit | 9917d11343845f0db40727ce0a26f5ccfee87bc1 (patch) | |
tree | 191e30b5c2710c75aeccb991587033b27e577fee /meta-python/recipes-devtools/python/python3-regex_2023.3.23.bb | |
parent | 5f3ca17c07d307c275cfd2e218958929bf58850a (diff) | |
download | meta-openembedded-9917d11343845f0db40727ce0a26f5ccfee87bc1.tar.gz |
python3-regex: upgrade 2022.10.31 -> 2023.3.23
Changelog:
===========
Disabled repeat guards. They keep causing issues, and it's just simpler to rely on timeouts.
Re-enabled modified repeat guards due to regression in speed caused by excessive backtracking.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2023.3.23.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2023.3.23.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.3.23.bb b/meta-python/recipes-devtools/python/python3-regex_2023.3.23.bb new file mode 100644 index 0000000000..176f79e0d7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2023.3.23.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Alternative regular expression module, to replace re." | ||
2 | HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[sha256sum] = "dc80df325b43ffea5cdea2e3eaa97a44f3dd298262b1c7fe9dbb2a9522b956a7" | ||
9 | |||
10 | RDEPENDS:${PN} += " \ | ||
11 | python3-stringold \ | ||
12 | " | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||