From 0413f01a424ed015a5a8888f95b79a78b40c5177 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:03 +0800 Subject: python3-eth-typing: upgrade 3.3.0 -> 3.4.0 License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb (limited to 'meta-python/recipes-devtools/python') 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.3.0.bb deleted file mode 100644 index ad339a22c3..0000000000 --- a/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -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" - -SRC_URI[sha256sum] = "e9535e9d524d4c7a0cbd3d9832093cc5001a3e31869e72645674d24c6376d196" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb new file mode 100644 index 0000000000..a1594fbf54 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb @@ -0,0 +1,9 @@ +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=3d7bdfe69b1ffbde073ca6e96f5c53f7" + +SRC_URI[sha256sum] = "7f49610469811ee97ac43eaf6baa294778ce74042d41e61ecf22e5ebe385590f" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf