diff mbox series

[meta-python] python3-eth-typing: upgrade 3.3.0 -> 3.4.0

Message ID 1686620422-29962-14-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-eth-typing: upgrade 3.3.0 -> 3.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 13, 2023, 1:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-eth-typing_3.3.0.bb => python3-eth-typing_3.4.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-eth-typing_3.3.0.bb => python3-eth-typing_3.4.0.bb} (53%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb
similarity index 53%
rename from meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb
index ad339a22c..a1594fbf5 100644
--- a/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb
@@ -2,8 +2,8 @@  SUMMARY = "Common type annotations for ethereum python packages."
 HOMEPAGE = "https://github.com/ethereum/eth-typing"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9691ead96f1163622689e47ce3f366"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
 
-SRC_URI[sha256sum] = "e9535e9d524d4c7a0cbd3d9832093cc5001a3e31869e72645674d24c6376d196"
+SRC_URI[sha256sum] = "7f49610469811ee97ac43eaf6baa294778ce74042d41e61ecf22e5ebe385590f"
 
 inherit pypi setuptools3