diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-16 16:38:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:23 -0800 |
| commit | b48841d0776c5c8ac66130c082d3071c01d92343 (patch) | |
| tree | 0c318a1586933f07d9ac374f6267411c9f5ee1d0 /meta-python/recipes-devtools/python/python3-web3_6.11.3.bb | |
| parent | d5d19962b2ffd0b54e9b8f426556775a29e0d68c (diff) | |
| download | meta-openembedded-b48841d0776c5c8ac66130c082d3071c01d92343.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-web3_6.11.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_6.11.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb b/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb new file mode 100644 index 0000000000..2c7aca9ba9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "A Python library for interacting with Ethereum." | ||
| 2 | HOMEPAGE = "https://github.com/ethereum/web3.py" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "f9bec9d2339bf649fe25293435a5c897a4b035aa96d6c33670ed467acf59dbe7" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-aiohttp \ | ||
| 13 | python3-distutils \ | ||
| 14 | python3-eth-account \ | ||
| 15 | python3-idna \ | ||
| 16 | python3-jsonschema \ | ||
| 17 | python3-google-api-core \ | ||
| 18 | python3-lru-dict \ | ||
| 19 | python3-requests \ | ||
| 20 | python3-setuptools \ | ||
| 21 | python3-websockets \ | ||
| 22 | " | ||
