15
0

- Switch to github archive as per upstream recommendation:

* the pypi archive fails tests due to wrong file->symlink conversions
- Update to 1.5.1:
  * increased test coverage.
  * No longer treats macOS as special, but as a unix.
  * get_windows_info.py is renamed to update_windows_mappings.py
  * Windows mappings now also contain mappings from deprecated zoneinfo names.
    (Preston-Landers, regebro)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzlocal?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2019-03-04 11:15:43 +00:00
committed by Git OBS Bridge
parent a2c2390685
commit cc232de4c5
4 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 4 11:10:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Switch to github archive as per upstream recommendation:
* the pypi archive fails tests due to wrong file->symlink conversions
- Update to 1.5.1:
* increased test coverage.
* No longer treats macOS as special, but as a unix.
* get_windows_info.py is renamed to update_windows_mappings.py
* Windows mappings now also contain mappings from deprecated zoneinfo names.
(Preston-Landers, regebro)
-------------------------------------------------------------------
Tue Dec 4 12:55:33 UTC 2018 - Matej Cepl <mcepl@suse.com>