From b91a71bfccf65531f9e9b971df967f073f6708a9 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 22 Jul 2022 09:37:12 +0800 Subject: [PATCH] python3-iso3166: upgrade 2.0.2 -> 2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- .../{python3-iso3166_2.0.2.bb => python3-iso3166_2.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-iso3166_2.0.2.bb => python3-iso3166_2.1.1.bb} (85%) 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 similarity index 85% rename from meta-python/recipes-devtools/python/python3-iso3166_2.0.2.bb rename to 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/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5e2f4edc7e7408a82e4a1d05f229b695" -SRC_URI[sha256sum] = "04d02cfcfc18a6f8a9a4edb4d0a55e2e4fc575626c29d702f750de415e88d372" +SRC_URI[sha256sum] = "fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e491719" inherit pypi python_setuptools_build_meta ptest