# HG changeset patch # User Hans-G?nter Theisgen # Date 1655542345 -3600 # Node ID 12b393d8921885eb4acd5ba42ef1063c2f35ed33 # Parent 22cb2ed9e1dfd1fd27c35b7803a62504e7e08b1f updated paramiko (2.7.1 -> 2.11.0) diff -r 22cb2ed9e1df -r 12b393d89218 paramiko/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paramiko/description.txt Sat Jun 18 09:52:25 2022 +0100 @@ -0,0 +1,8 @@ +Paramiko is a pure-Python (2.7, 3.4+) implementation of the SSHv2 protocol, +providing both client and server functionality. +It provides the foundation for the high-level SSH library Fabric, +which is what we recommend you use for common client use-cases such +as running remote shell commands or transferring files. + +Direct use of Paramiko itself is only intended for users who need +advanced or low-level primitives or want to run an in-Python sshd. diff -r 22cb2ed9e1df -r 12b393d89218 paramiko/receipt --- a/paramiko/receipt Sat Jun 18 09:48:53 2022 +0100 +++ b/paramiko/receipt Sat Jun 18 09:52:25 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="paramiko" -VERSION="2.7.1" +VERSION="2.11.0" CATEGORY="development" TAGS="ssh" SHORT_DESC="Module for python that implements the SSH2 protocol." @@ -12,7 +12,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" -DEPENDS="python-bcrypt python-cryptography python-pyasn1 python-pynacl" +DEPENDS="python-bcrypt python-cryptography python-pynacl python-pyasn1" BUILD_DEPENDS="python python-setuptools" current_version()