From 97fa607158ee3b4730e3520949da0e6f271bba79 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 May 2024 17:10:13 +0800 Subject: python3-web3: upgrade 6.17.2 -> 6.18.0 Changelog: ========== - Disable doctest in docs/web3.eth.account.rst due to eth-account deprecation of messageHash for message_hash - Deprecate the geth.personal namespace methods. These will be removed in web3.py v7. - Internal Changes - for web3.py Contributors - Increase pytest-asyncio dependency to be >=0.21.2,<0.23 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-web3_6.18.0.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-web3_6.18.0.bb (limited to 'meta-python/recipes-devtools/python/python3-web3_6.18.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-web3_6.18.0.bb b/meta-python/recipes-devtools/python/python3-web3_6.18.0.bb new file mode 100644 index 0000000000..dab37c8708 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-web3_6.18.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=373fede350846fdffd23648fba504635" + +SRC_URI[sha256sum] = "2e626a4bf151171f5dc8ad7f30c373f0416dc2aca9d8d102a63578a2413efa26" + +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