From a5e9cf5cd1fddd39147ab878da8e463770610a2d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 15 Jul 2025 14:07:37 +0300 Subject: python3-eth-account: Upgrade 0.12.1 -> 0.13.7 Upgrade to release 0.13.7: - Fix issues with the json schema generation for Pydantic models (SignedSetCodeAuthorization) and simplify the serialization by moving a misplaced @field_validator decorator above @classmethod (not below it). - Update and clarify documentation for authorization signing. License-Update: Update years Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-eth-account_0.12.1.bb | 20 ------------------- .../python/python3-eth-account_0.13.7.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb diff --git a/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb b/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb deleted file mode 100644 index 867aaaf025..0000000000 --- a/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Assign Ethereum transactions and messages with local private keys." -HOMEPAGE = "https://github.com/ethereum/eth-account" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=16ffc86adf4293d4cfb204e77d62cfe6" - -SRC_URI[sha256sum] = "0374c5886f35780e1f23e50ce6b0482f3387646eceda544e97d69f17f6c216ee" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-bitarray \ - python3-eth-abi \ - python3-eth-keyfile \ - python3-eth-keys \ - python3-eth-rlp \ - python3-eth-utils \ - python3-hexbytes \ - python3-rlp \ -" diff --git a/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb b/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb new file mode 100644 index 0000000000..a3ae8a7802 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb @@ -0,0 +1,23 @@ +SUMMARY = "Assign Ethereum transactions and messages with local private keys." +HOMEPAGE = "https://github.com/ethereum/eth-account" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a26e64020156e806cf0054a6d504b301" + +SRC_URI[sha256sum] = "5853ecbcbb22e65411176f121f5f24b8afeeaf13492359d254b16d8b18c77a46" + +PYPI_PACKAGE = "eth_account" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-bitarray \ + python3-eth-abi \ + python3-eth-keyfile \ + python3-eth-keys \ + python3-eth-rlp \ + python3-eth-utils \ + python3-hexbytes \ + python3-rlp \ + python3-ckzg \ +" -- cgit v1.2.3-54-g00ecf