diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-16 09:46:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-16 11:39:45 -0700 |
commit | 6d496a1f6084f557a446b32cdf372919da5c71a9 (patch) | |
tree | 624a664a87cfd1bf913e8aeaf0d79b307f567e15 | |
parent | 8474402f1c9ec16255fb35ffd1fcf6415096f638 (diff) | |
download | meta-openembedded-6d496a1f6084f557a446b32cdf372919da5c71a9.tar.gz |
python3-regex: upgrade 2023.6.3 -> 2023.8.8
Changelog:
emoved usage of _PyBytes_Join and did a little tidying of the code that makes the result string.
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.8.8.bb (renamed from meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb b/meta-python/recipes-devtools/python/python3-regex_2023.8.8.bb index f653f32fe2..1676bab26a 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2023.8.8.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] = "72d1a25bf36d2050ceb35b517afe13864865268dfb45910e2e17a84be6cbfeb0" | 8 | SRC_URI[sha256sum] = "fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e" |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-stringold \ | 11 | python3-stringold \ |