# HG changeset patch # User Hans-G?nter Theisgen # Date 1585409980 -3600 # Node ID 6fd9c83a476a9b7b224ef4cc9b1539981aa3718f # Parent a3322c07c687590c781848ac106ff90bd917d29a updated paramiko (2.4.2 -> 2.7.1) diff -r a3322c07c687 -r 6fd9c83a476a paramiko/receipt --- a/paramiko/receipt Sat Mar 28 16:34:30 2020 +0100 +++ b/paramiko/receipt Sat Mar 28 16:39:40 2020 +0100 @@ -1,18 +1,18 @@ # SliTaz package receipt. PACKAGE="paramiko" -VERSION="2.4.2" +VERSION="2.7.1" CATEGORY="development" TAGS="ssh" SHORT_DESC="Module for python that implements the SSH2 protocol." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="http://www.paramiko.org/" +WEB_SITE="https://www.paramiko.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" -DEPENDS="python-cryptography python-pyasn1 python-bcrypt python-pynacl" +DEPENDS="python-bcrypt python-cryptography python-pyasn1 python-pynacl" BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. @@ -24,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }