diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-03 17:05:19 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-06 10:27:27 -0700 |
commit | ff59a16b563341ba44c119a0c6faefe3ddb2b70d (patch) | |
tree | 6909c80b96ecc0e255959abe5b29c418503de14d /meta-python | |
parent | 9c1d26ae56e6fb4cfda0c0de26a03bbfc043879f (diff) | |
download | meta-openembedded-ff59a16b563341ba44c119a0c6faefe3ddb2b70d.tar.gz |
python3-regex: Upgrade 2020.6.8 -> 2020.7.14
Upgrade to release 2020.7.14:
- Added \h as an alias to [[:blank:]].
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2020.7.14.bb (renamed from meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb b/meta-python/recipes-devtools/python/python3-regex_2020.7.14.bb index d09f638400..5c608c989f 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2020.7.14.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=ee7987010dadc17745 | |||
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[md5sum] = "a991f73b0ccfe8f6e9a99bd1bc9071b1" | 8 | SRC_URI[md5sum] = "c3a53929c3797289566368be4b6b964a" |
9 | SRC_URI[sha256sum] = "e9b64e609d37438f7d6e68c2546d2cb8062f3adb27e6336bc129b51be20773ac" | 9 | SRC_URI[sha256sum] = "3a3af27a8d23143c49a3420efe5b3f8cf1a48c6fc8bc6856b03f638abc1833bb" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |