From 4ee7b81570a8e5340dbf092c0635a525a775891d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 22 Aug 2022 17:18:28 +0300 Subject: [PATCH] python3-regex: Upgrade 2022.7.25 -> 2022.8.17 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 Signed-off-by: Khem Raj --- .../{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 --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 \