1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00

testing/py3-asyncssh: upgrade to 2.13.0

This commit is contained in:
Duncan Bellamy 2022-12-28 08:22:47 +00:00 committed by alice
parent 748262cdb5
commit 4fb1bc9d1f

View file

@ -2,12 +2,12 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-asyncssh
_relname=${pkgname#"py3-"}
pkgver=2.12.0
pkgrel=1
pkgver=2.13.0
pkgrel=0
pkgdesc="provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework"
url="https://asyncssh.readthedocs.io/en/latest/"
# s390x, ppc64le: test hangsd
arch="noarch !s390x !ppc64le"
# ppc64le: failed test_stdin_stream test
arch="noarch !ppc64le"
license="EPL-2.0"
depends="python3 py3-cryptography py3-typing-extensions"
makedepends="py3-build py3-installer py3-setuptools py3-wheel"
@ -34,5 +34,5 @@ package() {
}
sha512sums="
b7772fc7fe0a0d101ce1542b8e149e265dde0fdc3e824936f7b2db799f7580bbda5128501a6d51e6090c071014bac96897c2787442c53e333aa38bb231d66ccf asyncssh-2.12.0.tar.gz
7575e6da247355ca229fc534f594a587922c1f371a5eb922723715ec1fa56340a644b5b5f47160b258d78edb7c922943e897c07918c0d986af9673820069471f asyncssh-2.13.0.tar.gz
"