diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-02-07 09:32:44 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:14 -0800 |
| commit | 7e45304132af657fed7990e271dd4a9f9255ab43 (patch) | |
| tree | a73afce8e6e19d7b03144a1a686bf4f849f1a02f /meta-python/recipes-devtools/python/python3-web3_6.15.1.bb | |
| parent | 941f2a62151368232d179ccc11a0037f751415bf (diff) | |
| download | meta-openembedded-7e45304132af657fed7990e271dd4a9f9255ab43.tar.gz | |
python3-web3: upgrade 6.15.0 -> 6.15.1
Changelog:
Bugfixes
Handle new geth errors related to waiting for a transaction receipt while transactions are still being indexed
Improved Documentation
Remove annual user survey prompt from docs
Internal Changes
Create test fixture for latest geth version. Run tests with geth in --dev mode
Formatting updates for black==24.1.0
Add eth-tester version that supports eth_feeHistory
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-web3_6.15.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_6.15.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb b/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb new file mode 100644 index 0000000000..00b19bb240 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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] = "f9e7eefc1b3c3d194868a4ef9583b625c18ea3f31a48ebe143183db74898f381" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | ${PYTHON_PN}-aiohttp \ | ||
| 13 | ${PYTHON_PN}-eth-abi \ | ||
| 14 | ${PYTHON_PN}-eth-account \ | ||
| 15 | ${PYTHON_PN}-eth-hash \ | ||
| 16 | ${PYTHON_PN}-eth-typing \ | ||
| 17 | ${PYTHON_PN}-eth-utils \ | ||
| 18 | ${PYTHON_PN}-hexbytes \ | ||
| 19 | ${PYTHON_PN}-jsonschema \ | ||
| 20 | ${PYTHON_PN}-protobuf \ | ||
| 21 | ${PYTHON_PN}-pydantic \ | ||
| 22 | ${PYTHON_PN}-requests \ | ||
| 23 | ${PYTHON_PN}-typing-extensions \ | ||
| 24 | ${PYTHON_PN}-websockets \ | ||
| 25 | ${PYTHON_PN}-pyunormalize \ | ||
| 26 | " | ||
