diff mbox series

[meta-python,2/5] python3-eth-abi: Upgrade 3.0.0 -> 3.0.1

Message ID 20220817153538.3853497-2-leon.anavi@konsulko.com
State Accepted, archived
Headers show
Series [meta-python,1/5] python3-cytoolz: Upgrade 0.11.2 -> 0.12.0 | expand

Commit Message

Leon Anavi Aug. 17, 2022, 3:35 p.m. UTC
Upgrade to release 3.0.1:

- Fix small warnings for make docs
- Rename: encode_abi()->encode() and decode_abi()->decode()

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-eth-abi_3.0.0.bb => python3-eth-abi_3.0.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-abi_3.0.0.bb => python3-eth-abi_3.0.1.bb} (83%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-eth-abi_3.0.0.bb b/meta-python/recipes-devtools/python/python3-eth-abi_3.0.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-eth-abi_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-abi_3.0.1.bb
index e1f220af9..3d8a67ba5 100644
--- a/meta-python/recipes-devtools/python/python3-eth-abi_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-abi_3.0.1.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9691ead96f1163622689e47ce3f366"
 
-SRC_URI[sha256sum] = "31578b179cf9430c21ac32a4e5f401c14b6e2cc1fd64ca3587cd354068217804"
+SRC_URI[sha256sum] = "c3872e3ac1e9ef3f8c6599aaca4ee536d536eefca63a6892ab937f0560edb656"
 
 PYPI_PACKAGE = "eth_abi"