From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../python/{python3-web3_6.11.2.bb => python3-web3_6.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-web3_6.11.2.bb => python3-web3_6.11.3.bb} (85%) 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 similarity index 85% rename from meta-python/recipes-devtools/python/python3-web3_6.11.2.bb rename to 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635" -SRC_URI[sha256sum] = "77340b9a8109835a680950e09f21ae77e41ea38076215ab8be2ba4bee7b8034a" +SRC_URI[sha256sum] = "f9bec9d2339bf649fe25293435a5c897a4b035aa96d6c33670ed467acf59dbe7" inherit pypi setuptools3 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106803): https://lists.openembedded.org/g/openembedded-devel/message/106803 Mute This Topic: https://lists.openembedded.org/mt/102623654/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
