wok-6.x rev 25091
updated paramiko (2.7.1 -> 2.11.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 18 09:52:25 2022 +0100 (2022-06-18) |
parents | 22cb2ed9e1df |
children | 021e72976497 |
files | paramiko/description.txt paramiko/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/paramiko/description.txt Sat Jun 18 09:52:25 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +Paramiko is a pure-Python (2.7, 3.4+) implementation of the SSHv2 protocol, 1.5 +providing both client and server functionality. 1.6 +It provides the foundation for the high-level SSH library Fabric, 1.7 +which is what we recommend you use for common client use-cases such 1.8 +as running remote shell commands or transferring files. 1.9 + 1.10 +Direct use of Paramiko itself is only intended for users who need 1.11 +advanced or low-level primitives or want to run an in-Python sshd.
2.1 --- a/paramiko/receipt Sat Jun 18 09:48:53 2022 +0100 2.2 +++ b/paramiko/receipt Sat Jun 18 09:52:25 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="paramiko" 2.7 -VERSION="2.7.1" 2.8 +VERSION="2.11.0" 2.9 CATEGORY="development" 2.10 TAGS="ssh" 2.11 SHORT_DESC="Module for python that implements the SSH2 protocol." 2.12 @@ -12,7 +12,7 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" 2.15 2.16 -DEPENDS="python-bcrypt python-cryptography python-pyasn1 python-pynacl" 2.17 +DEPENDS="python-bcrypt python-cryptography python-pynacl python-pyasn1" 2.18 BUILD_DEPENDS="python python-setuptools" 2.19 2.20 current_version()