From 1eb58ca6fed5ffad7ac93c113c11f80e2f1879c0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:39:31 +0800 Subject: python3-eth-typing: upgrade 3.4.0 -> 3.5.0 Changelog: ========== Add script to maintain Network constants listed in the networks module. Add types-setuptools to support pkg_resources and __version__ Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 547d54d8cb63f896c7681f9d80dd453ad5a41443) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb (limited to 'meta-python') 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 deleted file mode 100644 index a1594fbf54..0000000000 --- a/meta-python/recipes-devtools/python/python3-eth-typing_3.4.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=3d7bdfe69b1ffbde073ca6e96f5c53f7" - -SRC_URI[sha256sum] = "7f49610469811ee97ac43eaf6baa294778ce74042d41e61ecf22e5ebe385590f" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb new file mode 100644 index 0000000000..6a8bec7a54 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.5.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] = "a92f6896896752143a4704c57441eedf7b1f65d5df4b1c20cb802bb4aa602d7e" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf