summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-29 11:26:44 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-30 15:58:08 -0700
commit30ed7bb022ebe6869b3e25356dc9fdf7a861e3b6 (patch)
tree67c7c662d4176802a46239d5f042f8fb285941ab /meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
parent9a7b3bf8cf1aea7d93f6cbd0f879c0bcc273cf1f (diff)
downloadmeta-openembedded-30ed7bb022ebe6869b3e25356dc9fdf7a861e3b6.tar.gz
python3-regex: Upgrade 2020.7.14 -> 2020.9.27
Upgrade to release 2020.9.27: - Fix Memory Error - regex.findall. The problem was caused by a lazy repeat looping forever, growing the backtracking stack. Greedy repeats were OK. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb b/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
new file mode 100644
index 0000000000..fb891f8716
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Alternative regular expression module, to replace re."
2HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
3LICENSE = "PSF"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=ee7987010dadc17745d623f406b500ec"
5
6inherit pypi setuptools3
7
8SRC_URI[md5sum] = "195f5e867e9f87a39f921ad0e5761a61"
9SRC_URI[sha256sum] = "a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d"
10
11BBCLASSEXTEND = "native nativesdk"