diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-13 09:40:03 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-14 09:41:35 -0700 |
commit | 0413f01a424ed015a5a8888f95b79a78b40c5177 (patch) | |
tree | bf5a79be99ba14a7bffd8669e06de6e6a31ac805 /meta-python | |
parent | 4ca5c469d66aad4208cb9df4b6dc921c51c66dd7 (diff) | |
download | meta-openembedded-0413f01a424ed015a5a8888f95b79a78b40c5177.tar.gz |
python3-eth-typing: upgrade 3.3.0 -> 3.4.0
License-Update: Copyright year updated to 2023.
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-eth-typing_3.4.0.bb (renamed from meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb index ad339a22c3..a1594fbf54 100644 --- a/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "Common type annotations for ethereum python packages." | |||
2 | HOMEPAGE = "https://github.com/ethereum/eth-typing" | 2 | HOMEPAGE = "https://github.com/ethereum/eth-typing" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9691ead96f1163622689e47ce3f366" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "e9535e9d524d4c7a0cbd3d9832093cc5001a3e31869e72645674d24c6376d196" | 7 | SRC_URI[sha256sum] = "7f49610469811ee97ac43eaf6baa294778ce74042d41e61ecf22e5ebe385590f" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |