Accepting request 694743 from devel:languages:python
- 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/request/show/694743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytz?expand=0&rev=32
This commit is contained in:
commit
91e1ffbf1a
@ -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>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define oldpython python
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytz
|
||||
Version: 2018.9
|
||||
Version: 2019.1
|
||||
Release: 0
|
||||
Summary: World timezone definitions, modern and historical
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5f05e487007e29e03409f9398d074e158d920d36eb82eaf66fb1136b0c5374c
|
||||
size 310705
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTH7MNlq28lXh65uhcB+pmPusY3SgUCXDMFwQAKCRAB+pmPusY3
|
||||
Sm/xAJwKoNIZbIVMaFNGOXeSJu1X8QXgsACfVHNlaOz/34yCJrVniSBsopgA0QQ=
|
||||
=KrRL
|
||||
-----END PGP SIGNATURE-----
|
3
pytz-2019.1.tar.gz
Normal file
3
pytz-2019.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d747dd3d23d77ef44c6a3526e274af6efeb0a6f1afd5a69ba4d5be4098c8e141
|
||||
size 308148
|
6
pytz-2019.1.tar.gz.asc
Normal file
6
pytz-2019.1.tar.gz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTH7MNlq28lXh65uhcB+pmPusY3SgUCXK1Q+wAKCRAB+pmPusY3
|
||||
Sh1DAJ0RfANKVsA8cDWAVtEF0oJPlsgiTwCgnLTT5U7lWt62FhKIYsUbOPikQgY=
|
||||
=MOJ4
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user