diff options
author | Dimitris Zlatanidis | 2015-06-16 05:18:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2015-06-20 06:53:29 +0200 |
commit | 16a137e9c095177d29a86fb2558c4bf5025b60ab (patch) | |
tree | e7ca3c0fd99a381d7f8c52306eedfc005b9924dc | |
parent | 29bf5d36db46cceadee85d9cf246c1ae15ddb1af (diff) | |
download | slackbuilds-16a137e9c095177d29a86fb2558c4bf5025b60ab.tar.gz |
python/tzlocal: Updated for version 1.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/tzlocal/tzlocal.SlackBuild | 4 | ||||
-rw-r--r-- | python/tzlocal/tzlocal.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/tzlocal/tzlocal.SlackBuild b/python/tzlocal/tzlocal.SlackBuild index 75d2ff99ae..958253fa35 100644 --- a/python/tzlocal/tzlocal.SlackBuild +++ b/python/tzlocal/tzlocal.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tzlocal -# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tzlocal -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/tzlocal/tzlocal.info b/python/tzlocal/tzlocal.info index 6467be18c9..4247a788ac 100644 --- a/python/tzlocal/tzlocal.info +++ b/python/tzlocal/tzlocal.info @@ -1,8 +1,8 @@ PRGNAM="tzlocal" -VERSION="1.1.3" +VERSION="1.2" HOMEPAGE="https://github.com/regebro/tzlocal" -DOWNLOAD="https://pypi.python.org/packages/source/t/tzlocal/tzlocal-1.1.3.tar.gz" -MD5SUM="0e643c4b0e43ae72002562b816606ac4" +DOWNLOAD="https://pypi.python.org/packages/source/t/tzlocal/tzlocal-1.2.tar.gz" +MD5SUM="2e36ceb1260bf1233ed2f018a1df536e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytz pysetuptools" |