meta-openembedded/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb
Wang Mingyu b48841d077
python3-web3: upgrade 6.11.2 -> 6.11.3
Changelog:
============
-When coming back through the middleware onion after a request is made, we have
 the response id. Use it to match to the cached request information and process
 the response accordingly.
-Adds Discord bot template repo to Resources page
-Additional contract abi documentation to make it a clear requirement for
 contract instances.
-Fix type annotations for web3 constants.
-Add upper pin to deprecated dependency lru-dict whose new minor version release
 introduced a typing issue with CI lint builds.
-Recompile test contracts with new Solidity version v0.8.23 to ensure compatibility.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:23 -08:00

23 lines
605 B
BlitzBasic

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] = "f9bec9d2339bf649fe25293435a5c897a4b035aa96d6c33670ed467acf59dbe7"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-aiohttp \
python3-distutils \
python3-eth-account \
python3-idna \
python3-jsonschema \
python3-google-api-core \
python3-lru-dict \
python3-requests \
python3-setuptools \
python3-websockets \
"