diff --git a/python-tzlocal.changes b/python-tzlocal.changes index f48112d..0d95c6e 100644 --- a/python-tzlocal.changes +++ b/python-tzlocal.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Oct 2 12:15:10 UTC 2017 - sean.marlow@suse.com + +- Update source tarball location. + +------------------------------------------------------------------- +Mon Aug 28 17:37:27 UTC 2017 - bear454@opensuse.org + +- Update to version 1.4 + - Relicensed upstream as MIT + - Dropping support for Python versions 2.5, 3.1, 3.2 + - adding support for Python 3.6 + - Closes stdout and stderr to get rid of ResourceWarnings + - Added support for /var/db/zoneinfo + - Tests failed if TZ was set in the environment. + - Replaces os.popen() with subprocess.Popen() + - Systemd stores no time zone name, forcing us to look at the + name of the file that localtime symlinks to. + ------------------------------------------------------------------- Tue Jul 11 16:22:34 UTC 2017 - rjschwei@suse.com diff --git a/python-tzlocal.spec b/python-tzlocal.spec index 907d23b..3e0f7ff 100644 --- a/python-tzlocal.spec +++ b/python-tzlocal.spec @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname tzlocal Name: python-%{modname} -Version: 1.1.3 +Version: 1.4 Release: 0 Summary: Provides tzinfo object for the local timezone -License: CC0-1.0 +License: MIT Group: Development/Libraries/Python Url: https://github.com/regebro/%{modname} -Source: http://pypi.python.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} diff --git a/tzlocal-1.1.3.tar.gz b/tzlocal-1.1.3.tar.gz deleted file mode 100644 index 664a28e..0000000 --- a/tzlocal-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1950d112ed1b717683280d54f1e7a4533564d479127162cbf247bd0fb3708983 -size 15854 diff --git a/tzlocal-1.4.tar.gz b/tzlocal-1.4.tar.gz new file mode 100644 index 0000000..cb3974c --- /dev/null +++ b/tzlocal-1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a2908f7fb1ba8843f03b2360d6ad314dbf2bce4644feb702ccd38527e13059 +size 15279