From 69d9945fd7ecf14065a83aa26072bea6e264a633f32aed4de3b8a91f3f192db7 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 29 Aug 2017 12:05:37 +0000 Subject: [PATCH 1/2] Accepting request 519195 from home:bear454:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/519195 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzlocal?expand=0&rev=9 --- python-tzlocal.changes | 14 ++++++++++++++ python-tzlocal.spec | 4 ++-- tzlocal-1.1.3.tar.gz | 3 --- tzlocal-1.4.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 tzlocal-1.1.3.tar.gz create mode 100644 tzlocal-1.4.tar.gz diff --git a/python-tzlocal.changes b/python-tzlocal.changes index f48112d..4ea576c 100644 --- a/python-tzlocal.changes +++ b/python-tzlocal.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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..938fbda 100644 --- a/python-tzlocal.spec +++ b/python-tzlocal.spec @@ -19,10 +19,10 @@ %{?!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 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 From 2411e047d2b195d751ce73793ba04f87793ad1b3732e7314728849b95d515424 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 2 Oct 2017 12:29:22 +0000 Subject: [PATCH 2/2] Accepting request 530426 from home:seanmarlow:branches:devel:languages:python Update source tarball location. OBS-URL: https://build.opensuse.org/request/show/530426 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzlocal?expand=0&rev=10 --- python-tzlocal.changes | 5 +++++ python-tzlocal.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tzlocal.changes b/python-tzlocal.changes index 4ea576c..0d95c6e 100644 --- a/python-tzlocal.changes +++ b/python-tzlocal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-tzlocal.spec b/python-tzlocal.spec index 938fbda..3e0f7ff 100644 --- a/python-tzlocal.spec +++ b/python-tzlocal.spec @@ -25,7 +25,7 @@ Summary: Provides tzinfo object for the local timezone 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}