diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-05 15:53:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-05 09:29:35 -0700 |
commit | 5bee3853d92553ff202020d22fefe080465dc9b6 (patch) | |
tree | 3c3d5e5bfc9c71b01518bbcbb478679bb66e7a6f /meta-python/recipes-devtools/python | |
parent | b5d5a8565adf64dde67fcf1c608f6c8c688d6dd4 (diff) | |
download | meta-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')
-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 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "7d76a8a1fc9da08296462a18f16620ba73bcbf5909e42383b253ef34d9d5141e" | 8 | SRC_URI[sha256sum] = "72d1a25bf36d2050ceb35b517afe13864865268dfb45910e2e17a84be6cbfeb0" |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-stringold \ | 11 | python3-stringold \ |