From 6d496a1f6084f557a446b32cdf372919da5c71a9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Aug 2023 09:46:45 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../{python3-regex_2023.6.3.bb => python3-regex_2023.8.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-regex_2023.6.3.bb => python3-regex_2023.8.8.bb} (79%) 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 similarity index 79% rename from meta-python/recipes-devtools/python/python3-regex_2023.6.3.bb rename to 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" inherit pypi setuptools3 -SRC_URI[sha256sum] = "72d1a25bf36d2050ceb35b517afe13864865268dfb45910e2e17a84be6cbfeb0" +SRC_URI[sha256sum] = "fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e" RDEPENDS:${PN} += " \ python3-stringold \