diff mbox series

[meta-python] python3-web3: upgrade 6.11.3 -> 6.12.0

Message ID 1702600113-1864-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-web3: upgrade 6.11.3 -> 6.12.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 15, 2023, 12:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Make downloadable versions of docs available in pdf, htmlzip, and epub formats
-Add 2023 user survey fine art banner in the docs
-Polish the community resources docs page
-Implement createAccessList RPC endpoint to create an EIP-2930 access list.
-Run flaky eth-tester tests on CI
-Pin pytest-asyncio dependency to <0.23
-Fix collision of w3 variable when initializing contract with function of the same name

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-web3_6.11.3.bb => python3-web3_6.12.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-web3_6.11.3.bb => python3-web3_6.12.0.bb} (85%)

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Fri, 15 Dec 2023 08:28:33 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ============
> -Make downloadable versions of docs available in pdf, htmlzip, and epub formats
> -Add 2023 user survey fine art banner in the docs
> -Polish the community resources docs page
> -Implement createAccessList RPC endpoint to create an EIP-2930 access list.
> -Run flaky eth-tester tests on CI
> -Pin pytest-asyncio dependency to <0.23
> -Fix collision of w3 variable when initializing contract with function of the same name
> 
> [...]

Applied, thanks!

[1/1] python3-web3: upgrade 6.11.3 -> 6.12.0
      commit: 496776dedef947b381177d2f15fe7f3c7f197797

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb b/meta-python/recipes-devtools/python/python3-web3_6.12.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-web3_6.11.3.bb
rename to meta-python/recipes-devtools/python/python3-web3_6.12.0.bb
index 2c7aca9ba..f0f126508 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.12.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
 
-SRC_URI[sha256sum] = "f9bec9d2339bf649fe25293435a5c897a4b035aa96d6c33670ed467acf59dbe7"
+SRC_URI[sha256sum] = "81a68519ff4416eee7f16d4dbc498e70deb90908c7c1d7bebc950e5f3d1f29d5"
 
 inherit pypi setuptools3