summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-05 15:53:07 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-05 09:29:35 -0700
commit5bee3853d92553ff202020d22fefe080465dc9b6 (patch)
tree3c3d5e5bfc9c71b01518bbcbb478679bb66e7a6f /meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb
parentb5d5a8565adf64dde67fcf1c608f6c8c688d6dd4 (diff)
downloadmeta-openembedded-5bee3853d92553ff202020d22fefe080465dc9b6.tar.gz
python3-regex: upgrade 2023.5.5 -> 2023.6.3
Changelog: ============= # Git issue 498: Conditional negative lookahead inside positive lookahead fails to match Conditional node needed an additional member that points to the true branch. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb b/meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb
new file mode 100644
index 000000000..f653f32fe
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Alternative regular expression module, to replace re."
2HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "72d1a25bf36d2050ceb35b517afe13864865268dfb45910e2e17a84be6cbfeb0"
9
10RDEPENDS:${PN} += " \
11 python3-stringold \
12"
13
14BBCLASSEXTEND = "native nativesdk"