summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2016-07-28 02:28:30 +0200
committer Willy Sudiarto Raharjo2016-07-30 03:28:40 +0200
commit84a8aeb19b4ad792f337df9fca0236603d13d971 (patch)
tree304284417b4c17173af632fcb14419a48c23f4ce
parent8a0cca0f733e2c8fcb89f6f9f3604ac03f05b3a7 (diff)
downloadslackbuilds-84a8aeb19b4ad792f337df9fca0236603d13d971.tar.gz
python/pymysql: Updated for version 0.7.5
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--python/pymysql/pymysql.SlackBuild6
-rw-r--r--python/pymysql/pymysql.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pymysql/pymysql.SlackBuild b/python/pymysql/pymysql.SlackBuild
index 2ee2a77421..550b264215 100644
--- a/python/pymysql/pymysql.SlackBuild
+++ b/python/pymysql/pymysql.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pymysql
-# Copyright 2014-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=pymysql
SRCNAM=PyMySQL
-VERSION=${VERSION:-0.6.7}
+VERSION=${VERSION:-0.7.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,7 +47,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz 2>/dev/null || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/python/pymysql/pymysql.info b/python/pymysql/pymysql.info
index 55026136fb..1eed15fbd9 100644
--- a/python/pymysql/pymysql.info
+++ b/python/pymysql/pymysql.info
@@ -1,8 +1,8 @@
PRGNAM="pymysql"
-VERSION="0.6.7"
+VERSION="0.7.5"
HOMEPAGE="https://github.com/PyMySQL/PyMySQL"
-DOWNLOAD="https://github.com/PyMySQL/PyMySQL/archive/0.6.7.tar.gz"
-MD5SUM="102a1250c414330f65d9982fbca6db76"
+DOWNLOAD="https://github.com/PyMySQL/PyMySQL/archive/0.7.5/pymysql-0.7.5.tar.gz"
+MD5SUM="29bb1c5c5f85f16d69d1a4f999d67f79"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""