diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 10:17:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-07 08:53:30 +0700 |
commit | 0e66b0339a40e9c963a90caba7d432e3ffa7834e (patch) | |
tree | 9bd5054e631609d09a347da3b856c4d5355b8780 /python/pyOpenSSL | |
parent | 0d195ac819e362a09152466e05f98b2138e6fd33 (diff) |
python/pyOpenSSL: Updated for version 22.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL')
-rw-r--r-- | python/pyOpenSSL/README | 4 | ||||
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.SlackBuild | 6 | ||||
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.info | 6 |
3 files changed, 6 insertions, 10 deletions
diff --git a/python/pyOpenSSL/README b/python/pyOpenSSL/README index 73a7771c85c2b..dbbca3b70ed55 100644 --- a/python/pyOpenSSL/README +++ b/python/pyOpenSSL/README @@ -5,7 +5,3 @@ socket methods and can therefore be used in. This package only build python3 modules. If you need python2 modules, please install python2-pyOpenSSL package. - -This is the last pyOpenSSL that can be built on Slackware 15.0. -Version 23.0.0 and newer requires newer cryptography version that -can't be built on Slackware 15.0 due to upstream dropping OpenSSL 1.1.0. diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index 6d83a9365a0cb..57e0dadd5bf01 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -4,7 +4,7 @@ # # Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> # Copyright 2012-2018 Markus Reichelt, Aachen, DE -# Copyright 2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2022-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyOpenSSL -VERSION=${VERSION:-22.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-23.3.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pyOpenSSL/pyOpenSSL.info b/python/pyOpenSSL/pyOpenSSL.info index 6ce49b7a9b369..c43a26880a47e 100644 --- a/python/pyOpenSSL/pyOpenSSL.info +++ b/python/pyOpenSSL/pyOpenSSL.info @@ -1,8 +1,8 @@ PRGNAM="pyOpenSSL" -VERSION="22.1.0" +VERSION="23.3.0" HOMEPAGE="https://pypi.python.org/pypi/pyOpenSSL" -DOWNLOAD="https://files.pythonhosted.org/packages/e7/2f/c6d89edac75482f11e231b644e365d31d5479b7b727734e6a8f3d00decd5/pyOpenSSL-22.1.0.tar.gz" -MD5SUM="6834da75e33d3c8dcd891b723bfcec9e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyopenssl/pyOpenSSL-23.3.0.tar.gz" +MD5SUM="4c4f6f9e1c731b8ee7adcd9fbeccec62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cryptography" |