diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-07-03 12:30:14 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-06 10:20:37 -0700 |
| commit | eade12f88846d943103abb0ff0217ce1077063ff (patch) | |
| tree | 428ed57449ea67e0c247ada63a1ca34fc68d2f6f /meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb | |
| parent | f42ec932b6623d2310a20b64afab50b855cc9551 (diff) | |
| download | meta-openembedded-eade12f88846d943103abb0ff0217ce1077063ff.tar.gz | |
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 <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.1.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb b/meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb deleted file mode 100644 index 6bdc03995a..0000000000 --- a/meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | SUMMARY = "" | ||
| 2 | HOMEPAGE = "http://pythonhosted.org/regex" | ||
| 3 | LICENSE = "PSF" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3d9edb84b293ab5a9ed5bcaf1b769ab6" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "73abc3d7e902e94b4281fd2652f5a94f" | ||
| 9 | SRC_URI[sha256sum] = "d0f424328f9822b0323b3b6f2e4b9c90960b24743d220763c7f07071e0778351" | ||
| 10 | |||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
