From dd9119512956d96a38edc4b62857cc8dc202e516 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 23 Mar 2023 12:20:14 +0800 Subject: python3-eth-typing: upgrade 3.2.0 -> 3.3.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb deleted file mode 100644 index b810341d2b..0000000000 --- a/meta-python/recipes-devtools/python/python3-eth-typing_3.2.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] = "177e2070da9bf557fe0fd46ee467a7be2d0b6476aa4dc18680603e7da1fc5690" - -inherit pypi setuptools3 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 new file mode 100644 index 0000000000..ad339a22c3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.3.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=bf9691ead96f1163622689e47ce3f366" + +SRC_URI[sha256sum] = "e9535e9d524d4c7a0cbd3d9832093cc5001a3e31869e72645674d24c6376d196" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf