diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-08-18 12:40:37 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-19 09:56:43 -0700 |
| commit | 29c8f949e4ac21fc91d8d17061eaadb539ffef9a (patch) | |
| tree | ac427aacbc1e741808284500fd41a1a1dd565487 /meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb | |
| parent | 3660967a91a58e7820b679cf8fc724cef0a8f52a (diff) | |
| download | meta-openembedded-29c8f949e4ac21fc91d8d17061eaadb539ffef9a.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Library to return tzinfo with the local timezone information" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/tzlocal/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "f4e6e36db50499e0d92f79b67361041f048e2609d166e93456b50746dc4aef12" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
