summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb (renamed from meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb b/meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb
index ddd840246..f653f32fe 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7
8SRC_URI[sha256sum] = "7d76a8a1fc9da08296462a18f16620ba73bcbf5909e42383b253ef34d9d5141e" 8SRC_URI[sha256sum] = "72d1a25bf36d2050ceb35b517afe13864865268dfb45910e2e17a84be6cbfeb0"
9 9
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 python3-stringold \ 11 python3-stringold \