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
This commit is contained in:
Thomas Bechtold 2017-08-29 12:05:37 +00:00 committed by Git OBS Bridge
parent c500b0a224
commit 69d9945fd7
4 changed files with 19 additions and 5 deletions

View File

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

View File

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

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