diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-20 16:13:53 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:02 -0800 |
| commit | 59b0795dd1e582afa099da12bb491fde74a241db (patch) | |
| tree | 7429468c79ee5b068ec6c25472c32b0a452f9e92 /meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb | |
| parent | c1cdf76ba9309f120b10000cfe38a2425bbc129f (diff) | |
| download | meta-openembedded-59b0795dd1e582afa099da12bb491fde74a241db.tar.gz | |
python3-eth-abi: upgrade 5.1.0 -> 5.2.0
License-Update: Copyright year updated to 2025
Changelog:
===========
- Merge template, adding py313 support, replace bumpversion with bump-my-version, raise required hypothesis versions.
- Merge template, fixing docs CI and other various updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb b/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb new file mode 100644 index 0000000000..e1459653ea --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Python utilities for working with Ethereum ABI definitions, especially encoding and decoding." | ||
| 2 | HOMEPAGE = "https://github.com/ethereum/eth-abi" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b6a85414b7d058ab1c58e11611c21b2" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "178703fa98c07d8eecd5ae569e7e8d159e493ebb6eeb534a8fe973fbc4e40ef0" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "eth_abi" | ||
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-eth-typing \ | ||
| 16 | python3-eth-utils \ | ||
| 17 | python3-parsimonious \ | ||
| 18 | python3-setuptools \ | ||
| 19 | " | ||
