summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tzlocal: upgrade 5.0.1 -> 5.1Wang Mingyu2023-10-231-13/+0
| | | | | | | | | Changelog: - The Unicode data doesn't change tz names when IANA does, so what is current in IANA is treated as an alias in Unicode data. This version handles that. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: Remove dependency on pytz_deprecation_shim removed in ↵Derek Straka2023-09-271-1/+0
| | | | | | | release 5.0 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: fix coding styleBartosz Golaszewski2023-06-241-3/+3
| | | | | | | Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: upgrade 4.3 -> 5.0.1Wang Mingyu2023-05-251-0/+13
Changelog: =========== - The logging info under windows made it look like it looked up the registry info even when you had a TZ environment, but it doesn't actually do that. - Improved the handling of loggers. - Fixed a bug in the new assert_tz_offset method. - Change how the system offset is calculated to deal with non-DST temporary changes, such as Ramadan time in Morocco. - Change the default to only warn when the timezone offset and system offset disagree (but still not even warn if TZ is set) - Add the assert_tz_offset() method to the top level for those who want to explicitly check and fail. - Removed the deprecation shim. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>