From 948016c4a8fe041b923a24644a1da88576802066 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 20 Aug 2021 11:42:15 +0300 Subject: [PATCH] python3-simplejson: Upgrade 3.17.3 -> 3.17.4 Upgrade to release 3.17.4: - Upgrade cibuildwheel Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ython3-simplejson_3.17.3.bb => python3-simplejson_3.17.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-simplejson_3.17.3.bb => python3-simplejson_3.17.4.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb rename to meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb index 5c40cb85fb..e50aac67a9 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" -SRC_URI[sha256sum] = "da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde12b6ee" +SRC_URI[sha256sum] = "2af85e028714c4b6cb2eb6fc03aa91f39ffd654f2eb2f6f8f860e14aeefa6be1" inherit pypi setuptools3