From eade12f88846d943103abb0ff0217ce1077063ff Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 3 Jul 2020 12:30:14 +0300 Subject: python3-regex: Upgrade 2020.1.8 -> 2020.6.8 Upgrade to release 2020.6.8: - Updated to Unicode 13.0.0. - Improved performance of string sets. Fix SUMMARY and HOMEPAGE. Use exact line from PKG-INFO to determine the license and LIC_FILES_CHKSUM. The license remain the same. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb (limited to 'meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb') diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb b/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb new file mode 100644 index 0000000000..d09f638400 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2020.6.8.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] = "a991f73b0ccfe8f6e9a99bd1bc9071b1" +SRC_URI[sha256sum] = "e9b64e609d37438f7d6e68c2546d2cb8062f3adb27e6336bc129b51be20773ac" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf