summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tzlocal: upgrade 5.2 -> 5.3Wang Mingyu2025-02-261-14/+0
| | | | | | | | | | | | | | Changelog: =========== - Now supports Python 3.9 to 3.13, and no longer requires backports.zoneinfo. - Debian is for some reason removing support for /etc/timezone, which is bad, because that's the only place where the timezone is stated in plain text, and what's worse, they don't delete it. So we can't trust it now, so when we have multiple configs, we are forced to just ignore it. - Attempts to return a ZoneInfo object also for UTC. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: Add zoneinfo dependencyPavel Zhukov2024-02-091-0/+1
| | | | | | Fixes: https://github.com/openembedded/meta-openembedded/issues/787 Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: upgrade 5.1 -> 5.2Khem Raj2023-11-061-0/+13
Signed-off-by: Khem Raj <raj.khem@gmail.com>