From f5dea531412faf4ab2a73a50c3feae55ad277ba8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 15 Jul 2025 14:07:38 +0300 Subject: python3-web3: Upgrade 7.12.0 -> 7.12.1 Upgrade to release 7.12.1: - Fix AutoProvider batching setup by adding a proxy batch request. - Update integrations tests to use geth v1.16.0. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-web3_7.12.0.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-web3_7.12.0.bb (limited to 'meta-python/recipes-devtools/python/python3-web3_7.12.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-web3_7.12.0.bb b/meta-python/recipes-devtools/python/python3-web3_7.12.0.bb deleted file mode 100644 index 06e09b9cf1..0000000000 --- a/meta-python/recipes-devtools/python/python3-web3_7.12.0.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=1d34d9701a1461e4bd71a904ac4cf7be" - -SRC_URI[sha256sum] = "08fbe79a2e2503c9820132ebad24ba0372831588cabac5f467999c97ace7dda3" - -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