summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:26:15 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:08 -0800
commit05ad81a2b7acb2ae2a78f813caff58317ce980c1 (patch)
tree17d80c2d5ed0b823a1a46355ab67e9b4a43193f5 /meta-python/recipes-devtools/python
parentc2bc74aec5d6f2e8f1f949f17fb61fbba464689c (diff)
downloadmeta-openembedded-05ad81a2b7acb2ae2a78f813caff58317ce980c1.tar.gz
python3-eth-keyfile: upgrade 0.7.0 -> 0.8.0
Changelog: Add decode keyfile json v4 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-eth-keyfile_0.8.0.bb (renamed from meta-python/recipes-devtools/python/python3-eth-keyfile_0.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-keyfile_0.7.0.bb b/meta-python/recipes-devtools/python/python3-eth-keyfile_0.8.0.bb
index 2afc288bce..741db5ced0 100644
--- a/meta-python/recipes-devtools/python/python3-eth-keyfile_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-keyfile_0.8.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=6749008d847c14b9718949c2e24d5c0a" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=6749008d847c14b9718949c2e24d5c0a"
6 6
7SRC_URI[sha256sum] = "6bdb8110c3a50439deb68a04c93c9d5ddd5402353bfae1bf4cfca1d6dff14fcf" 7SRC_URI[sha256sum] = "02e3c2e564c7403b92db3fef8ecae3d21123b15787daecd5b643a57369c530f9"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10