summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-16 16:38:11 +0800
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:23 -0800
commitb48841d0776c5c8ac66130c082d3071c01d92343 (patch)
tree0c318a1586933f07d9ac374f6267411c9f5ee1d0
parentd5d19962b2ffd0b54e9b8f426556775a29e0d68c (diff)
downloadmeta-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>
-rw-r--r--meta-python/recipes-devtools/python/python3-web3_6.11.3.bb (renamed from meta-python/recipes-devtools/python/python3-web3_6.11.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_6.11.2.bb b/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb
index 8cc5dd728..2c7aca9ba 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
6 6
7SRC_URI[sha256sum] = "77340b9a8109835a680950e09f21ae77e41ea38076215ab8be2ba4bee7b8034a" 7SRC_URI[sha256sum] = "f9bec9d2339bf649fe25293435a5c897a4b035aa96d6c33670ed467acf59dbe7"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10