From 4fea437e3e5b4846e4d753f2395c71035c737460 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 19 Nov 2022 15:44:55 +0800 Subject: [PATCH] python3-eth-utils: upgrade 2.0.0 -> 2.1.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-eth-utils_2.0.0.bb => python3-eth-utils_2.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eth-utils_2.0.0.bb => python3-eth-utils_2.1.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-eth-utils_2.0.0.bb b/meta-python/recipes-devtools/python/python3-eth-utils_2.1.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-eth-utils_2.0.0.bb rename to meta-python/recipes-devtools/python/python3-eth-utils_2.1.0.bb index ff7caf5bf..da45cc7c9 100644 --- a/meta-python/recipes-devtools/python/python3-eth-utils_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-eth-utils_2.1.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324" -SRC_URI[sha256sum] = "32f50edb14c5be0c4f0e8c2e6117286ccc5dfda21d170f358add554a048398e3" +SRC_URI[sha256sum] = "fcb4c3c1b32947ba92970963f9aaf40da73b04ea1034964ff8c0e70595127138" inherit pypi setuptools3