aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-08-18 12:40:37 +0300
committerKhem Raj <raj.khem@gmail.com>2021-08-19 09:56:43 -0700
commit29c8f949e4ac21fc91d8d17061eaadb539ffef9a (patch)
treeac427aacbc1e741808284500fd41a1a1dd565487 /meta-python
parent3660967a91a58e7820b679cf8fc724cef0a8f52a (diff)
downloadmeta-openembedded-contrib-29c8f949e4ac21fc91d8d17061eaadb539ffef9a.tar.gz
python3-tzlocal: Upgrade 2.1 -> 3.0
Upgrade to release 3.0: - Modernized the packaging, moving to setup.cfg etc. - Handles if the text config files incorrectly is a TZ file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb (renamed from meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb
index 56a8fc06f8..a9d372ee98 100644
--- a/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb
@@ -3,7 +3,6 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
-SRC_URI[md5sum] = "c0877603ff9de71cd8ca6ee2b50d2ebd"
-SRC_URI[sha256sum] = "643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44"
+SRC_URI[sha256sum] = "f4e6e36db50499e0d92f79b67361041f048e2609d166e93456b50746dc4aef12"
inherit pypi setuptools3