summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-08-03 17:05:19 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-06 10:27:27 -0700
commitff59a16b563341ba44c119a0c6faefe3ddb2b70d (patch)
tree6909c80b96ecc0e255959abe5b29c418503de14d /meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb
parent9c1d26ae56e6fb4cfda0c0de26a03bbfc043879f (diff)
downloadmeta-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/recipes-devtools/python/python3-regex_2020.6.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb11
1 files changed, 0 insertions, 11 deletions
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
deleted file mode 100644
index d09f638400..0000000000
--- a/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb
+++ /dev/null
@@ -1,11 +0,0 @@
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] = "a991f73b0ccfe8f6e9a99bd1bc9071b1"
9SRC_URI[sha256sum] = "e9b64e609d37438f7d6e68c2546d2cb8062f3adb27e6336bc129b51be20773ac"
10
11BBCLASSEXTEND = "native nativesdk"