diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 14:57:19 -0700 |
commit | fe47b51c7d55251f95929784dec16e7c8f933f6e (patch) | |
tree | 19531e908650395860a8283f78d72d5142f4fe9e /meta-python/recipes-devtools/python | |
parent | 0779f1a7ec17ec55d54f1c55bb399ef8d73c953e (diff) | |
download | meta-openembedded-fe47b51c7d55251f95929784dec16e7c8f933f6e.tar.gz |
python3-web3: upgrade 7.8.0 -> 7.9.0
Changelog:
https://github.com/ethereum/web3.py/blob/v7.9.0/docs/release_notes.rst
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_7.9.0.bb (renamed from meta-python/recipes-devtools/python/python3-web3_7.8.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_7.8.0.bb b/meta-python/recipes-devtools/python/python3-web3_7.9.0.bb index 3b8c098280..3b740329f4 100644 --- a/meta-python/recipes-devtools/python/python3-web3_7.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-web3_7.9.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d34d9701a1461e4bd71a904ac4cf7be" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d34d9701a1461e4bd71a904ac4cf7be" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "712bc9fd6b1ef6e467ee24c25b581e1951cab2cba17f9f548f12587734f2c857" | 7 | SRC_URI[sha256sum] = "3c4487a7ac57e0a187bd7ee03db455d94f354d15cca45f097f15f7281ad1a01f" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||