From f7dedbcc38bd875b7788ff4e19911b5b917b3dac Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 17 Apr 2024 09:40:33 +0800 Subject: python3-eth-typing: upgrade 4.0.0 -> 4.1.0 Changelog: ============ -Add python3.12 support -Merge template updates, adding build tests for all docs formats, add blocklint to lint tools Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb deleted file mode 100644 index 3ca311db5c..0000000000 --- a/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Common type annotations for ethereum python packages." -HOMEPAGE = "https://github.com/ethereum/eth-typing" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7" - -SRC_URI[sha256sum] = "9af0b6beafbc5c2e18daf19da5f5a68315023172c4e79d149e12ad10a3d3f731" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb new file mode 100644 index 0000000000..4491de979c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Common type annotations for ethereum python packages." +HOMEPAGE = "https://github.com/ethereum/eth-typing" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7" + +SRC_URI[sha256sum] = "ed52b0c6b049240fd810bc87c8857c7ea39370f060f70b9ca3876285269f2938" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf