summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2023-05-28 12:15:40 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2023-05-28 12:15:40 +0200
commitac1f162fac4373aaffe3330890649e645d812005 (patch)
treea8b44e5d6c067dad13fc2211afe90d44e5a2f390
parentba54b09c53e94bbea8c560cf19bb6d7159a74593 (diff)
downloadslackbuilds-user/pprkut/updates.tar.gz
slackbuilds-user/pprkut/updates.tar.xz
python/python3-paramiko: Updated for version 3.2.0.user/pprkut/updates
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r--python/python3-paramiko/python3-paramiko.SlackBuild4
-rw-r--r--python/python3-paramiko/python3-paramiko.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-paramiko/python3-paramiko.SlackBuild b/python/python3-paramiko/python3-paramiko.SlackBuild
index 2df6133ee4..9fa63562ed 100644
--- a/python/python3-paramiko/python3-paramiko.SlackBuild
+++ b/python/python3-paramiko/python3-paramiko.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-paramiko
-# Copyright 2008-2022 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2023 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-paramiko
SRCNAM=paramiko
-VERSION=${VERSION:-2.9.2}
+VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-paramiko/python3-paramiko.info b/python/python3-paramiko/python3-paramiko.info
index 8e05a98dfb..cb52464f3d 100644
--- a/python/python3-paramiko/python3-paramiko.info
+++ b/python/python3-paramiko/python3-paramiko.info
@@ -1,10 +1,10 @@
PRGNAM="python3-paramiko"
-VERSION="2.9.2"
+VERSION="3.2.0"
HOMEPAGE="http://www.paramiko.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/ea/01/f4c41238b4e4cae41502598c79a62785bdfe9fb5bb54728775805bd0b5d8/paramiko-2.9.2.tar.gz"
-MD5SUM="df65b3d7e0cfe6a4afe14b570d2ef240"
+DOWNLOAD="https://files.pythonhosted.org/packages/87/62/cee9551811c846e9735f749dbdf05d4f9f0dbcecd66eae35b5daacf9a117/paramiko-3.2.0.tar.gz"
+MD5SUM="38f30306e8198e470e6b4bebcb976792"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="cryptography"
+REQUIRES="cryptography pynacl python3-bcrypt"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@slackbuilds.org"