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>
This commit is contained in:
Leon Anavi
2021-08-18 12:40:37 +03:00
committed by Khem Raj
parent 3660967a91
commit 29c8f949e4

View File

@@ -3,7 +3,6 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
SRC_URI[md5sum] = "c0877603ff9de71cd8ca6ee2b50d2ebd" SRC_URI[sha256sum] = "f4e6e36db50499e0d92f79b67361041f048e2609d166e93456b50746dc4aef12"
SRC_URI[sha256sum] = "643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44"
inherit pypi setuptools3 inherit pypi setuptools3