aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-24 07:38:45 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-30 07:14:03 -0400
commit8ec93d847d506c0b743ad5a566dc0db9b75ea0a5 (patch)
tree5a0976f65e138019e2fca657da475594bf7a62cc
parentea019ccde897e835947e64f3cf801bb695583116 (diff)
downloadmeta-openembedded-8ec93d847d506c0b743ad5a566dc0db9b75ea0a5.tar.gz
python3-tzlocal: upgrade 5.0.1 -> 5.1
Changelog: - The Unicode data doesn't change tz names when IANA does, so what is current in IANA is treated as an alias in Unicode data. This version handles that. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7ba238662e12e456cd9e3e6974be676f61c2a7fd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb (renamed from meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb
index 9673c5d0ea..2f69000b3a 100644
--- a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
-SRC_URI[sha256sum] = "46eb99ad4bdb71f3f72b7d24f4267753e240944ecfc16f25d2719ba89827a803"
+SRC_URI[sha256sum] = "a5ccb2365b295ed964e0a98ad076fe10c495591e75505d34f154d60a7f1ed722"
inherit pypi python_setuptools_build_meta