From e5c4592d4b167af57a9fc36b1e88a68c9a1be695 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 11 Apr 2015 06:56:56 +0300 Subject: python/tzlocal: Updated for version 1.1.3. Signed-off-by: Dimitris Zlatanidis --- python/tzlocal/tzlocal.SlackBuild | 6 +++--- python/tzlocal/tzlocal.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python') 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" -- cgit v1.2.3