summaryrefslogtreecommitdiffstats
path: root/python/dnspython
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-07-31 08:47:59 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:51 +0100
commitd2982cae7df4f1b04b48befc5e41b0395f0cb5dd (patch)
treebcbc511b52f8427517b08ede83a009494649cc53 /python/dnspython
parent6c2431bbf471504af18bf22ebbb032a48ccce5c9 (diff)
downloadslackbuilds-d2982cae7df4f1b04b48befc5e41b0395f0cb5dd.tar.gz
slackbuilds-d2982cae7df4f1b04b48befc5e41b0395f0cb5dd.tar.xz
python/dnspython: Updated for version 1.14.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/dnspython')
-rw-r--r--python/dnspython/dnspython.SlackBuild6
-rw-r--r--python/dnspython/dnspython.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/dnspython/dnspython.SlackBuild b/python/dnspython/dnspython.SlackBuild
index 4e5913bbe5..bebd3fb6c0 100644
--- a/python/dnspython/dnspython.SlackBuild
+++ b/python/dnspython/dnspython.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for dnspython
-# Copyright 2009-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2009-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=dnspython
-VERSION=${VERSION:-1.12.0}
+VERSION=${VERSION:-1.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog LICENSE README PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog LICENSE README.md PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/dnspython/dnspython.info b/python/dnspython/dnspython.info
index 145100a5c4..94d24e6f10 100644
--- a/python/dnspython/dnspython.info
+++ b/python/dnspython/dnspython.info
@@ -1,8 +1,8 @@
PRGNAM="dnspython"
-VERSION="1.12.0"
+VERSION="1.14.0"
HOMEPAGE="http://www.dnspython.org/"
-DOWNLOAD="http://www.dnspython.org/kits/1.12.0/dnspython-1.12.0.tar.gz"
-MD5SUM="3f2601ef3c8b77fc6d21a9c77a81efeb"
+DOWNLOAD="http://www.dnspython.org/kits/1.14.0/dnspython-1.14.0.tar.gz"
+MD5SUM="d8971c0c957abceb92c7d36170d07bc6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""