From 163cce5191765e946e78b563fddfea3b53309ca7 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 20 Sep 2022 10:24:57 +0800 Subject: [PATCH] python3-eth-typing: upgrade 3.1.0 -> 3.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-eth-typing_3.1.0.bb => python3-eth-typing_3.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eth-typing_3.1.0.bb => python3-eth-typing_3.2.0.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb rename to meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb index 0e274c25d..b810341d2 100644 --- a/meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb @@ -4,6 +4,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9691ead96f1163622689e47ce3f366" -SRC_URI[sha256sum] = "92698268be83c75f65a028d47421f7c0aed459be76dd7ce916af166dca8bc53e" +SRC_URI[sha256sum] = "177e2070da9bf557fe0fd46ee467a7be2d0b6476aa4dc18680603e7da1fc5690" inherit pypi setuptools3