Accepting request 530456 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/530456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tzlocal?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-10-09 17:41:11 +00:00 committed by Git OBS Bridge
commit f3f46935ef
4 changed files with 25 additions and 6 deletions

View File

@ -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

View File

@ -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}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1950d112ed1b717683280d54f1e7a4533564d479127162cbf247bd0fb3708983
size 15854

3
tzlocal-1.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05a2908f7fb1ba8843f03b2360d6ad314dbf2bce4644feb702ccd38527e13059
size 15279