diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-07-15 14:07:37 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 12:01:07 -0700 |
| commit | a5e9cf5cd1fddd39147ab878da8e463770610a2d (patch) | |
| tree | cc2d07d75838ee1d1eaf9e7eba3d3a981a1f8ef1 /meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb | |
| parent | 57b88d28b3b8b866cab0f06f1cc73700d67b70b8 (diff) | |
| download | meta-openembedded-a5e9cf5cd1fddd39147ab878da8e463770610a2d.tar.gz | |
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Assign Ethereum transactions and messages with local private keys." | ||
| 2 | HOMEPAGE = "https://github.com/ethereum/eth-account" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a26e64020156e806cf0054a6d504b301" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "5853ecbcbb22e65411176f121f5f24b8afeeaf13492359d254b16d8b18c77a46" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "eth_account" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-bitarray \ | ||
| 15 | python3-eth-abi \ | ||
| 16 | python3-eth-keyfile \ | ||
| 17 | python3-eth-keys \ | ||
| 18 | python3-eth-rlp \ | ||
| 19 | python3-eth-utils \ | ||
| 20 | python3-hexbytes \ | ||
| 21 | python3-rlp \ | ||
| 22 | python3-ckzg \ | ||
| 23 | " | ||
