From 8ec93d847d506c0b743ad5a566dc0db9b75ea0a5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Oct 2023 07:38:45 +0800 Subject: 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 Signed-off-by: Khem Raj (cherry picked from commit 7ba238662e12e456cd9e3e6974be676f61c2a7fd) Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-tzlocal_5.0.1.bb | 13 ------------- meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb deleted file mode 100644 index 9673c5d0ea..0000000000 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Library to return tzinfo with the local timezone information" -HOMEPAGE = "https://pypi.org/project/tzlocal/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10" - -SRC_URI[sha256sum] = "46eb99ad4bdb71f3f72b7d24f4267753e240944ecfc16f25d2719ba89827a803" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += " \ - python3-datetime \ - python3-logging \ -" diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb new file mode 100644 index 0000000000..2f69000b3a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "Library to return tzinfo with the local timezone information" +HOMEPAGE = "https://pypi.org/project/tzlocal/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10" + +SRC_URI[sha256sum] = "a5ccb2365b295ed964e0a98ad076fe10c495591e75505d34f154d60a7f1ed722" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-logging \ +" -- cgit v1.2.3-54-g00ecf