summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-04-11 05:56:56 +0200
committer Willy Sudiarto Raharjo2015-04-12 05:06:48 +0200
commite5c4592d4b167af57a9fc36b1e88a68c9a1be695 (patch)
tree62f4d52e9cce3264ed82b064d6e2f870feab0cd1 /python
parent20a7dcdafd5e2443b91c2c8b237c675b54d2fe7f (diff)
downloadslackbuilds-e5c4592d4b167af57a9fc36b1e88a68c9a1be695.tar.gz
python/tzlocal: Updated for version 1.1.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/tzlocal/tzlocal.SlackBuild6
-rw-r--r--python/tzlocal/tzlocal.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/tzlocal/tzlocal.SlackBuild b/python/tzlocal/tzlocal.SlackBuild
index 507d80be35..75d2ff99ae 100644
--- a/python/tzlocal/tzlocal.SlackBuild
+++ b/python/tzlocal/tzlocal.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tzlocal
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014 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.2}
+VERSION=${VERSION:-1.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-unzip $CWD/$PRGNAM-$VERSION.zip
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/python/tzlocal/tzlocal.info b/python/tzlocal/tzlocal.info
index de3b0229ae..6467be18c9 100644
--- a/python/tzlocal/tzlocal.info
+++ b/python/tzlocal/tzlocal.info
@@ -1,8 +1,8 @@
PRGNAM="tzlocal"
-VERSION="1.1.2"
+VERSION="1.1.3"
HOMEPAGE="https://github.com/regebro/tzlocal"
-DOWNLOAD="https://pypi.python.org/packages/source/t/tzlocal/tzlocal-1.1.2.zip"
-MD5SUM="0ed82c55c4ab1463ffc74a792fda7e2b"
+DOWNLOAD="https://pypi.python.org/packages/source/t/tzlocal/tzlocal-1.1.3.tar.gz"
+MD5SUM="0e643c4b0e43ae72002562b816606ac4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pytz pysetuptools"