summaryrefslogtreecommitdiffstats
path: root/python/tzlocal
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-02-29 22:54:39 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-02 19:12:05 +0700
commit81a61e36d2d96f0ccbdb5bf4cdc6e63b7e9b5772 (patch)
tree04833afcf7d6aa4b473caaec4decfd04bb30a780 /python/tzlocal
parent518abe551573071f4fd474b905a030f4775197e0 (diff)
downloadslackbuilds-81a61e36d2d96f0ccbdb5bf4cdc6e63b7e9b5772.tar.gz
slackbuilds-81a61e36d2d96f0ccbdb5bf4cdc6e63b7e9b5772.tar.xz
python/tzlocal: Updated for version 1.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/tzlocal')
-rw-r--r--python/tzlocal/tzlocal.SlackBuild4
-rw-r--r--python/tzlocal/tzlocal.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/tzlocal/tzlocal.SlackBuild b/python/tzlocal/tzlocal.SlackBuild
index 958253fa35..63061db351 100644
--- a/python/tzlocal/tzlocal.SlackBuild
+++ b/python/tzlocal/tzlocal.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tzlocal
-# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 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.2}
+VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/tzlocal/tzlocal.info b/python/tzlocal/tzlocal.info
index a936869f5d..ce0f13ee00 100644
--- a/python/tzlocal/tzlocal.info
+++ b/python/tzlocal/tzlocal.info
@@ -1,8 +1,8 @@
PRGNAM="tzlocal"
-VERSION="1.2"
+VERSION="1.2.1"
HOMEPAGE="https://github.com/regebro/tzlocal"
-DOWNLOAD="https://pypi.python.org/packages/source/t/tzlocal/tzlocal-1.2.tar.gz"
-MD5SUM="2e36ceb1260bf1233ed2f018a1df536e"
+DOWNLOAD="https://pypi.python.org/packages/source/t/tzlocal/tzlocal-1.2.1.tar.gz"
+MD5SUM="df3082bc11e80e4cc0528e01a686498d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pytz"