diff mbox series

[meta-python,2/2] python3-regex: Upgrade 2022.7.25 -> 2022.8.17

Message ID 20220822141828.2554564-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-coverage: Upgrade 6.4.1 -> 6.4.4 | expand

Commit Message

Leon Anavi Aug. 22, 2022, 2:18 p.m. UTC
Upgrade to release 2022.8.17:

-  \v for vertical spacing, added \p{HorizSpace} (\p{H}) and
   \p{VertSpace} (\p{V}).

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-regex_2022.7.25.bb => python3-regex_2022.8.17.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2022.7.25.bb => python3-regex_2022.8.17.bb} (79%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-regex_2022.7.25.bb b/meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-regex_2022.7.25.bb
rename to meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb
index 437563b1c..4999fc64f 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2022.7.25.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "bd0883e86964cd61360ffc36dbebbc49b928e92a306f886eab02c11dfde5b7aa"
+SRC_URI[sha256sum] = "5c77eab46f3a2b2cd8bbe06467df783543bf7396df431eb4a144cc4b89e9fb3c"
 
 RDEPENDS:${PN} += " \
 	python3-stringold \