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:
parent
748262cdb5
commit
4fb1bc9d1f
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue