From 29c8f949e4ac21fc91d8d17061eaadb539ffef9a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 18 Aug 2021 12:40:37 +0300 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb | 9 --------- meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb deleted file mode 100644 index 56a8fc06f8..0000000000 --- a/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb +++ /dev/null @@ -1,9 +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[md5sum] = "c0877603ff9de71cd8ca6ee2b50d2ebd" -SRC_URI[sha256sum] = "643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb b/meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb new file mode 100644 index 0000000000..a9d372ee98 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb @@ -0,0 +1,8 @@ +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] = "f4e6e36db50499e0d92f79b67361041f048e2609d166e93456b50746dc4aef12" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf