wok diff paramiko/receipt @ rev 25137

updated phpmyadmin (5.0.2 -> 5.1.1)
author Hans-G?nter Theisgen
date Wed Jun 29 11:08:48 2022 +0100 (24 months ago)
parents ac8ca9758df1
children d88295c12cfc
line diff
     1.1 --- a/paramiko/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/paramiko/receipt	Wed Jun 29 11:08:48 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="paramiko"
     1.7 -VERSION="2.7.1"
     1.8 +VERSION="2.11.0"
     1.9  CATEGORY="development"
    1.10  TAGS="ssh"
    1.11  SHORT_DESC="Module for python that implements the SSH2 protocol."
    1.12 @@ -12,7 +12,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz"
    1.15  
    1.16 -DEPENDS="python-bcrypt python-cryptography python-pyasn1 python-pynacl"
    1.17 +DEPENDS="python-bcrypt python-cryptography python-pynacl python-pyasn1"
    1.18  BUILD_DEPENDS="python python-setuptools"
    1.19  
    1.20  current_version()