diff mbox series

[meta-python] python3-eth-typing: upgrade 3.5.2 -> 4.0.0

Message ID 1705974269-25776-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-eth-typing: upgrade 3.5.2 -> 4.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 23, 2024, 1:44 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Drop python 3.7 support
-Merge updates from the project template, notably: use pre-commit for linting
 and change the name of the master branch to main
-Fixed booleans in pyproject.toml and added a test for the presence of the
 eth_typing.__version__ attribute

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-eth-typing_3.5.2.bb => python3-eth-typing_4.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-typing_3.5.2.bb => python3-eth-typing_4.0.0.bb} (74%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.2.bb b/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-eth-typing_3.5.2.bb
rename to meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb
index c8044b389..3ca311db5 100644
--- a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb
@@ -4,6 +4,6 @@  SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
 
-SRC_URI[sha256sum] = "22bf051ddfaa35ff827c30090de167e5c5b8cc6d343f7f35c9b1c7553f6ab64d"
+SRC_URI[sha256sum] = "9af0b6beafbc5c2e18daf19da5f5a68315023172c4e79d149e12ad10a3d3f731"
 
 inherit pypi setuptools3