summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-07-22 09:37:12 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-24 06:28:56 -0700
commitb91a71bfccf65531f9e9b971df967f073f6708a9 (patch)
tree04b51123830da6b6369071aa8363954fda73161a /meta-python/recipes-devtools/python
parent6ea9cf2478042300216fa52f1951c3337ad39587 (diff)
downloadmeta-openembedded-b91a71bfccf65531f9e9b971df967f073f6708a9.tar.gz
python3-iso3166: upgrade 2.0.2 -> 2.1.1
Changelog from 2.0.2 to 2.1.1 ============================== * Move install metadata from "setup.py" to "setup.cfg" * Add py.typed to source distribution * "Turkey" changed to "Türkiye" Signed-off-by: Xu Huan <xuhuan.fnst@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-iso3166_2.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-iso3166_2.0.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-iso3166_2.0.2.bb b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb
index e578b8aeff..b32cfe5956 100644
--- a/meta-python/recipes-devtools/python/python3-iso3166_2.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/iso3166/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5e2f4edc7e7408a82e4a1d05f229b695" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5e2f4edc7e7408a82e4a1d05f229b695"
5 5
6SRC_URI[sha256sum] = "04d02cfcfc18a6f8a9a4edb4d0a55e2e4fc575626c29d702f750de415e88d372" 6SRC_URI[sha256sum] = "fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e491719"
7 7
8inherit pypi python_setuptools_build_meta ptest 8inherit pypi python_setuptools_build_meta ptest
9 9