diff mbox series

[meta-python] python3-regex: upgrade 2023.6.3 -> 2023.8.8

Message ID 1692150405-5820-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-regex: upgrade 2023.6.3 -> 2023.8.8 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 16, 2023, 1:46 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{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 mbox series

Patch

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 \