summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-20 20:22:27 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:22 -0800
commit010015b8eb0e40c18163137ff0a7a9ef63a7ae8b (patch)
treeb20fc5708306343ad7c1b503f40a2aee7ed1c0cf /meta-python/recipes-devtools
parent77f323224f1202be2865d0bd0c1b15517ad0aa25 (diff)
downloadmeta-openembedded-010015b8eb0e40c18163137ff0a7a9ef63a7ae8b.tar.gz
python3-pydicti: upgrade 1.1.6 -> 1.2.0
Changelog: add type hints Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-pydicti_1.1.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydicti_1.1.6.bb b/meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb
index 17c52881e..18d3a0aa6 100644
--- a/meta-python/recipes-devtools/python/python3-pydicti_1.1.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb
@@ -3,6 +3,6 @@ HOMEPAGE = "https://github.com/coldfix/pydicti"
3LICENSE = "WTFPL" 3LICENSE = "WTFPL"
4LIC_FILES_CHKSUM = "file://COPYING;md5=389a9e29629d1f05e115f8f05c283df5" 4LIC_FILES_CHKSUM = "file://COPYING;md5=389a9e29629d1f05e115f8f05c283df5"
5 5
6SRC_URI[sha256sum] = "32eb329de2023c92158ac6c2d67837adf96195f188ba8d768b3248a0218b5a65" 6SRC_URI[sha256sum] = "32d59407b3229b22702910bd10f53d46c330481b5aea7cce076630d661be9d1e"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3