summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-01 15:41:34 +0800
committerKhem Raj <raj.khem@gmail.com>2023-08-01 08:46:48 -0700
commitd246afe8e028b44a2e803aeeae64c78865d3409b (patch)
treeabdbe091142c74d848ced8608b41fb76c3775896 /meta-python
parentd0805a5a16b36bee829b9379448a39653972c9de (diff)
downloadmeta-openembedded-d246afe8e028b44a2e803aeeae64c78865d3409b.tar.gz
python3-web3: upgrade 6.3.0 -> 6.7.0
License-Update: change lib author to EF Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-web3_6.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-web3_6.3.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_6.3.0.bb b/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb
index 088bfd504e..c842639678 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "A Python library for interacting with Ethereum."
2HOMEPAGE = "https://github.com/ethereum/web3.py" 2HOMEPAGE = "https://github.com/ethereum/web3.py"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dc2732bdc5e50382737979791cbb3b7" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
6 6
7SRC_URI[sha256sum] = "d13f17d18eaacd87f7d233b4b2c70d1579b39573628b71ec996adfcd4dac9cab" 7SRC_URI[sha256sum] = "dc05e4130ed2e1e67a18a6f012cd3095440f37c0b8334038071d5510176debb5"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10