summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-05 15:49:33 +0300
committerKhem Raj <raj.khem@gmail.com>2021-04-06 08:58:42 -0700
commitad0df8ff6f2c5e3aa8cf11cabd616f3352a22144 (patch)
tree62e81bf776d3e4dae5f2ad61d2dad321c16c0914 /meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
parentbefe8552bdefc3fa289c9a5a966b5a8c96377ada (diff)
downloadmeta-openembedded-ad0df8ff6f2c5e3aa8cf11cabd616f3352a22144.tar.gz
python3-regex: Upgrade 2021.3.17 -> 2021.4.4
Upgrade to release 2021.4.4 with the following bug fixes: - regex fails with a quantified backreference but succeeds with repeated backref - API is not a drop-in replacement for python's re when it comes to typing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
new file mode 100644
index 0000000000..177b06b97c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
@@ -0,0 +1,10 @@
1SUMMARY = "Alternative regular expression module, to replace re."
2HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c046c93d45d8e4bc"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb"
9
10BBCLASSEXTEND = "native nativesdk"