python3-paramiko: update to 3.4.1.
This commit is contained in:
parent
5f825909c4
commit
60fbd6af19
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'python3-paramiko'
|
||||
pkgname=python3-paramiko
|
||||
version=2.11.0
|
||||
revision=4
|
||||
version=3.4.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl
|
||||
python3-six"
|
||||
depends="python3-bcrypt python3-cryptography python3-pynacl"
|
||||
short_desc="Python3 SSH2 protocol library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.paramiko.org/"
|
||||
changelog="https://www.paramiko.org/changelog.html"
|
||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||
checksum=003e6bee7c034c21fbb051bf83dc0a9ee4106204dd3c53054c71452cc4ec3938
|
||||
make_check=no # needs pytest-relaxed
|
||||
checksum=8b15302870af7f6652f2e038975c1d2973f06046cb5d7d65355668b3ecbece0c
|
||||
make_check=no # tests require unpackaged dependencies
|
||||
|
|
Loading…
Reference in New Issue