diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-10-30 10:03:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 20:27:34 +0700 |
commit | e353bd6429863eb51048a063965510291f52fe33 (patch) | |
tree | de48f11888d0383b936836752aea1af948e809cc /python/dnspython | |
parent | 11ea2c935d5f0961a1467fae767259250bc3690a (diff) | |
download | slackbuilds-e353bd6429863eb51048a063965510291f52fe33.tar.gz |
python/dnspython: Updated for version 1.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dnspython')
-rw-r--r-- | python/dnspython/README | 2 | ||||
-rw-r--r-- | python/dnspython/dnspython.SlackBuild | 4 | ||||
-rw-r--r-- | python/dnspython/dnspython.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/python/dnspython/README b/python/dnspython/README index 0188d8b5b6..4ff3ee0745 100644 --- a/python/dnspython/README +++ b/python/dnspython/README @@ -7,4 +7,4 @@ level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. -pycrypto is an optional dependency for DNSSEC functionality. +pycrypto and ecdsa are optional dependencies for DNSSEC functionality. diff --git a/python/dnspython/dnspython.SlackBuild b/python/dnspython/dnspython.SlackBuild index 1b054fca50..4e5913bbe5 100644 --- a/python/dnspython/dnspython.SlackBuild +++ b/python/dnspython/dnspython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for dnspython -# Copyright 2009-2013 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2009-2014 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.11.1} +VERSION=${VERSION:-1.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/dnspython/dnspython.info b/python/dnspython/dnspython.info index 1572be5711..145100a5c4 100644 --- a/python/dnspython/dnspython.info +++ b/python/dnspython/dnspython.info @@ -1,8 +1,8 @@ PRGNAM="dnspython" -VERSION="1.11.1" +VERSION="1.12.0" HOMEPAGE="http://www.dnspython.org/" -DOWNLOAD="http://www.dnspython.org/kits/1.11.1/dnspython-1.11.1.tar.gz" -MD5SUM="6167344ca849bd2ba108a8aa6118cb2b" +DOWNLOAD="http://www.dnspython.org/kits/1.12.0/dnspython-1.12.0.tar.gz" +MD5SUM="3f2601ef3c8b77fc6d21a9c77a81efeb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |