diff --git a/2.0.0.tar.gz b/2.0.0.tar.gz deleted file mode 100644 index 1e153d3..0000000 --- a/2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d71186f016732f65ad5f0a3fce6f43682a91a57a212fd57b43293ebd8afb42 -size 18223 diff --git a/2.1.tar.gz b/2.1.tar.gz new file mode 100644 index 0000000..c129313 --- /dev/null +++ b/2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ed8518bfa3506f7fed7f7205f468f70eaa4622b52c82d27fd9b8fb2d817631 +size 18463 diff --git a/python-tzlocal.changes b/python-tzlocal.changes index 1f7adf7..c780933 100644 --- a/python-tzlocal.changes +++ b/python-tzlocal.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 2 17:17:59 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-tzlocal.spec b/python-tzlocal.spec index 95e3a09..38595d5 100644 --- a/python-tzlocal.spec +++ b/python-tzlocal.spec @@ -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