diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2015-06-13 09:47:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-13 09:47:26 +0700 |
commit | d57e11d4b143c9473e13d4b82eb2a4b68eaa6f6f (patch) | |
tree | 1dc3a461b3ebca666aef06c84c62909a6d67d35b /python/pyOpenSSL | |
parent | 81a8128857205178c4ccff9524e39758b8c80ba4 (diff) | |
download | slackbuilds-d57e11d4b143c9473e13d4b82eb2a4b68eaa6f6f.tar.gz |
python/pyOpenSSL: Updated for version 0.15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL')
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.SlackBuild | 6 | ||||
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index a123eb4d88..e05eeeb033 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pyOpenSSL. # # Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> -# Copyright 2012-2014 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2012-2015 Markus Reichelt, Stolberg (Rhld.), DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=pyOpenSSL -VERSION=${VERSION:-0.14} +VERSION=${VERSION:-0.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,7 +44,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -DOCS="PKG-INFO README" +DOCS="PKG-INFO README.rst LICENSE" set -e diff --git a/python/pyOpenSSL/pyOpenSSL.info b/python/pyOpenSSL/pyOpenSSL.info index 2a1b5fc55f..05583ff6a6 100644 --- a/python/pyOpenSSL/pyOpenSSL.info +++ b/python/pyOpenSSL/pyOpenSSL.info @@ -1,8 +1,8 @@ PRGNAM="pyOpenSSL" -VERSION="0.14" +VERSION="0.15.1" HOMEPAGE="http://pypi.python.org/pypi/pyOpenSSL" -DOWNLOAD="http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.14.tar.gz" -MD5SUM="8579ff3a1d858858acfba5f046a4ddf7" +DOWNLOAD="http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.15.1.tar.gz" +MD5SUM="f447644afcbd5f0a1f47350fec63a4c6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cryptography" |