14
0
forked from pool/python-pytz

- update to 2019.1

* Raise UnknownTimeZoneError if provided timezone name is None
 * Use early python2 compatible str formatting
 * timezone constructor arg is case-insensitive
 * Add _all_timezones_lower_to_standard to gen_tzinfo

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytz?expand=0&rev=77
This commit is contained in:
2019-04-16 09:07:48 +00:00
committed by Git OBS Bridge
parent 4276d49ec8
commit 83385d6f65
6 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 16 09:04:10 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 2019.1
* Raise UnknownTimeZoneError if provided timezone name is None
* Use early python2 compatible str formatting
* timezone constructor arg is case-insensitive
* Add _all_timezones_lower_to_standard to gen_tzinfo
-------------------------------------------------------------------
Sun Feb 17 01:37:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>