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
committerArmin Kuster <akuster808@gmail.com>2021-04-07 09:37:36 -0700
commitfb0bbfdbbb6f969a51d0502d183893e73ce1419e (patch)
tree7e8edf57bfb4000b5cf58951052c7eddf00b3e28 /meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
parent8b22a2a83a9990953701ba50406c1bbbba7b8d92 (diff)
downloadmeta-openembedded-fb0bbfdbbb6f969a51d0502d183893e73ce1419e.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> (cherry picked from commit ad0df8ff6f2c5e3aa8cf11cabd616f3352a22144) Signed-off-by: Armin Kuster <akuster808@gmail.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"