From 98afc6ab405d603154808e23e7b9cd108c029827 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:01:28 +0800 Subject: python3-rlp: upgrade 4.0.1 -> 4.1.0 Changelog: ========== - Merge template, adding ''py313'' support and replacing ''bumpversion'' with ''bump-my-version''. ''rust-backend'' still only supported up to ''py312''. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb | 16 ---------------- meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb b/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb deleted file mode 100644 index 46ca600ea2..0000000000 --- a/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A Python implementation of Recursive Length Prefix encoding (RLP)." -HOMEPAGE = "https://github.com/ethereum/pyrlp" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=00854fa80a84236706b11f47f23e61e7" - -SRC_URI[sha256sum] = "bcefb11013dfadf8902642337923bd0c786dc8a27cb4c21da6e154e52869ecb1" - -inherit pypi setuptools3 - -DEPENDS += "python3-pip-native" - -RDEPENDS:${PN} += " \ - python3-eth-utils \ - python3-typing-extensions \ -" diff --git a/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb b/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb new file mode 100644 index 0000000000..cfd155b514 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "A Python implementation of Recursive Length Prefix encoding (RLP)." +HOMEPAGE = "https://github.com/ethereum/pyrlp" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=00854fa80a84236706b11f47f23e61e7" + +SRC_URI[sha256sum] = "be07564270a96f3e225e2c107db263de96b5bc1f27722d2855bd3459a08e95a9" + +inherit pypi setuptools3 + +DEPENDS += "python3-pip-native" + +RDEPENDS:${PN} += " \ + python3-eth-utils \ + python3-typing-extensions \ +" -- cgit v1.2.3-54-g00ecf