From 6ed04dfed770772a22767338a3661080538ac0be Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:55:06 +0800 Subject: python3-tzlocal: upgrade 5.3 -> 5.3.1 Changelog: =========== - Now only warns bout /etc/timezone if it is actually conflicting with other timezone configurations. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-tzlocal_5.3.1.bb | 14 ++++++++++++++ meta-python/recipes-devtools/python/python3-tzlocal_5.3.bb | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_5.3.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_5.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.3.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.3.1.bb new file mode 100644 index 0000000000..3d27588cd1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.3.1.bb @@ -0,0 +1,14 @@ +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] = "cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-logging \ + python3-zoneinfo \ +" diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.3.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.3.bb deleted file mode 100644 index eaa80e83f7..0000000000 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.3.bb +++ /dev/null @@ -1,14 +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] = "2fafbfc07e9d8b49ade18f898d6bcd37ae88ce3ad6486842a2e4f03af68323d2" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += " \ - python3-datetime \ - python3-logging \ - python3-zoneinfo \ -" -- cgit v1.2.3-54-g00ecf