- update to 2.1:
- The is_dst flag is wrong for Europe/Dublin on some Unix releases. I changed to another way of determining if DST is in effect or not. - Added support for Python 3.7 and 3.8. Dropped 3.5 although it still works. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzlocal?expand=0&rev=25
This commit is contained in:
parent
0d3d0e66cb
commit
b227fa5f8f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7d71186f016732f65ad5f0a3fce6f43682a91a57a212fd57b43293ebd8afb42
|
||||
size 18223
|
3
2.1.tar.gz
Normal file
3
2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72ed8518bfa3506f7fed7f7205f468f70eaa4622b52c82d27fd9b8fb2d817631
|
||||
size 18463
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 17:17:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1:
|
||||
- The is_dst flag is wrong for Europe/Dublin on some Unix releases.
|
||||
I changed to another way of determining if DST is in effect or not.
|
||||
- Added support for Python 3.7 and 3.8. Dropped 3.5 although it still works.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 16:47:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define modname tzlocal
|
||||
Name: python-%{modname}
|
||||
Version: 2.0.0
|
||||
Version: 2.1
|
||||
Release: 0
|
||||
Summary: tzinfo object for the local timezone
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user