diff options
-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 75d2ff99ae19..958253fa355c 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 6467be18c9e1..4247a788ac88 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" |