From f36b4c7eee2adbf7ab0452e74c62aecfeafea267 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 30 Jun 2022 10:14:04 +0800 Subject: python3-eth-typing: upgrade 3.0.0 -> 3.1.0 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-eth-typing_3.0.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.1.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.0.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.0.0.bb deleted file mode 100644 index a500d5b520..0000000000 --- a/meta-python/recipes-devtools/python/python3-eth-typing_3.0.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] = "079e4c41e98cf2635d3830a99f3cbd7b1d73d2368464d4493c002bece545184a" - -inherit pypi setuptools3 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.1.0.bb new file mode 100644 index 0000000000..0e274c25d8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.1.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] = "92698268be83c75f65a028d47421f7c0aed459be76dd7ce916af166dca8bc53e" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf