From 30ed7bb022ebe6869b3e25356dc9fdf7a861e3b6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 29 Sep 2020 11:26:44 +0300 Subject: 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-regex_2020.7.14.bb | 11 ----------- .../recipes-devtools/python/python3-regex_2020.9.27.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-regex_2020.7.14.bb create mode 100644 meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.7.14.bb b/meta-python/recipes-devtools/python/python3-regex_2020.7.14.bb deleted file mode 100644 index 5c608c989f..0000000000 --- a/meta-python/recipes-devtools/python/python3-regex_2020.7.14.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Alternative regular expression module, to replace re." -HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=ee7987010dadc17745d623f406b500ec" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "c3a53929c3797289566368be4b6b964a" -SRC_URI[sha256sum] = "3a3af27a8d23143c49a3420efe5b3f8cf1a48c6fc8bc6856b03f638abc1833bb" - -BBCLASSEXTEND = "native nativesdk" 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 @@ +SUMMARY = "Alternative regular expression module, to replace re." +HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" +LICENSE = "PSF" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=ee7987010dadc17745d623f406b500ec" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "195f5e867e9f87a39f921ad0e5761a61" +SRC_URI[sha256sum] = "a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf