diff --git a/1.5.1.tar.gz b/1.5.1.tar.gz deleted file mode 100644 index 40bd771..0000000 --- a/1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fc325121f6881b5872de15ad05e8f534e35171658519872f7c61c0e5bb7f371 -size 16728 diff --git a/2.0.0.tar.gz b/2.0.0.tar.gz new file mode 100644 index 0000000..1e153d3 --- /dev/null +++ b/2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d71186f016732f65ad5f0a3fce6f43682a91a57a212fd57b43293ebd8afb42 +size 18223 diff --git a/python-tzlocal.changes b/python-tzlocal.changes index 62c7bbe..5304e6a 100644 --- a/python-tzlocal.changes +++ b/python-tzlocal.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Jul 31 12:31:37 UTC 2019 - pgajdos@suse.com + +- version update to 2.0.0 + Major differences since 1.5.1 + ............................. + - When no time zone configuration can be find, tzlocal now return UTC. + This is a major difference from 1.x, where an exception would be raised. + This change is because Docker images often have no configuration at all, + and the unix utilities will then default to UTC, so we follow that. + - If tzlocal on Unix finds a timezone name in a /etc config file, then + tzlocal now verifies that the timezone it fouds has the same offset as + the local computer is configured with. If it doesn't, something is + configured incorrectly. (Victor Torres, regebro) + - Get timezone via Termux `getprop` wrapper on Android. It's not officially + supported because we can't test it, but at least we make an effort. + (Jean Jordaan) + Minor differences and bug fixes + ............................... + - Skip comment lines when parsing /etc/timezone. (Edward Betts) + - Don't load timezone from current directory. (Gabriel Corona) + - Now verifies that the config files actually contain something before + reading them. (Zackary Welch, regebro) + - Got rid of a BytesWarning (Mickaƫl Schoentgen) + - Now handles if config file paths exists, but are directories. + ------------------------------------------------------------------- Sun Mar 17 22:58:27 UTC 2019 - Jan Engelhardt diff --git a/python-tzlocal.spec b/python-tzlocal.spec index d5372f3..0a13b26 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: 1.5.1 +Version: 2.0.0 Release: 0 Summary: tzinfo object for the local timezone License: MIT