From b9ebd1ae008cbf6ae3a3afefc8a9e3f7c8ea5a06 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 20 Jan 2025 16:14:04 +0800 Subject: python3-web3: upgrade 7.6.1 -> 7.7.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-web3_7.6.1.bb | 26 ---------------------- .../recipes-devtools/python/python3-web3_7.7.0.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-web3_7.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-web3_7.7.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-web3_7.6.1.bb b/meta-python/recipes-devtools/python/python3-web3_7.6.1.bb deleted file mode 100644 index 9c0db28b3e..0000000000 --- a/meta-python/recipes-devtools/python/python3-web3_7.6.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "A Python library for interacting with Ethereum." -HOMEPAGE = "https://github.com/ethereum/web3.py" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c8694da5a97575618474d9caf8c812da" - -SRC_URI[sha256sum] = "0cce0f33bef9096fc976ee00c38e71cdd10a61d4302a6b13b56ab58327764f9a" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-aiohttp \ - python3-eth-abi \ - python3-eth-account \ - python3-eth-hash \ - python3-eth-typing \ - python3-eth-utils \ - python3-hexbytes \ - python3-jsonschema \ - python3-protobuf \ - python3-pydantic \ - python3-requests \ - python3-typing-extensions \ - python3-websockets \ - python3-pyunormalize \ -" diff --git a/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb b/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb new file mode 100644 index 0000000000..3d8acd9d28 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "A Python library for interacting with Ethereum." +HOMEPAGE = "https://github.com/ethereum/web3.py" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c8694da5a97575618474d9caf8c812da" + +SRC_URI[sha256sum] = "4d0332b9a78b855e57ccebd9e1e74c8e855b95869ac7b8fe5878731593e76408" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-aiohttp \ + python3-eth-abi \ + python3-eth-account \ + python3-eth-hash \ + python3-eth-typing \ + python3-eth-utils \ + python3-hexbytes \ + python3-jsonschema \ + python3-protobuf \ + python3-pydantic \ + python3-requests \ + python3-typing-extensions \ + python3-websockets \ + python3-pyunormalize \ +" -- cgit v1.2.3-54-g00ecf