From 42b17e51be0032e383a2e080a05ad1bcb5db2215 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:28:55 -0700 Subject: python3-eth-typing: upgrade 3.5.0 -> 3.5.1 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 6a8bec7a54..0000000000 --- a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.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] = "a92f6896896752143a4704c57441eedf7b1f65d5df4b1c20cb802bb4aa602d7e" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.bb new file mode 100644 index 0000000000..3723b1931b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.5.1.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] = "e21a8b0688581a6765f72fa184d86d06c3949e354d4af5293798abc0b4255989" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf