summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-03 22:38:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-03 22:38:37 +0700
commitcc3302c61f8715dfb37ed13e714c0bce5d22a15a (patch)
treed5b1a22c28385c3740304fc215eb4c4cce856fdd /python
parent41a50a4bfde9617afcc5b8aa454717d60e1893cc (diff)
downloadslackbuilds-cc3302c61f8715dfb37ed13e714c0bce5d22a15a.tar.gz
slackbuilds-cc3302c61f8715dfb37ed13e714c0bce5d22a15a.tar.xz
python/pyOpenSSL: Updated for version 16.2.0.
This should fix letsencrypt warning. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pyOpenSSL/pyOpenSSL.SlackBuild4
-rw-r--r--python/pyOpenSSL/pyOpenSSL.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild
index 5679431f68..9af389b235 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-2016 Markus Reichelt, Aachen, DE
+# Copyright 2012-2017 Markus Reichelt, Aachen, 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:-16.1.0}
+VERSION=${VERSION:-16.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pyOpenSSL/pyOpenSSL.info b/python/pyOpenSSL/pyOpenSSL.info
index 2ed5be1963..14ccf1e41f 100644
--- a/python/pyOpenSSL/pyOpenSSL.info
+++ b/python/pyOpenSSL/pyOpenSSL.info
@@ -1,8 +1,8 @@
PRGNAM="pyOpenSSL"
-VERSION="16.1.0"
+VERSION="16.2.0"
HOMEPAGE="http://pypi.python.org/pypi/pyOpenSSL"
-DOWNLOAD="https://pypi.python.org/packages/15/1e/79c75db50e57350a7cefb70b110255757e9abd380a50ebdc0cfd853b7450/pyOpenSSL-16.1.0.tar.gz"
-MD5SUM="d8100b0c333f0eeadaf05914da8792a6"
+DOWNLOAD="https://pypi.python.org/packages/0c/d6/b1fe519846a21614fa4f8233361574eddb223e0bc36b182140d916acfb3b/pyOpenSSL-16.2.0.tar.gz"
+MD5SUM="6635503758c65ea6f70d18d1b18e46d5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cryptography"