diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 10:36:55 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 10:41:56 -0300 |
commit | 4fc9c8d194b7b7d64216e7d169f25e6bd53ac485 (patch) | |
tree | 1c168419f77ced7a2e5429c655b691ae98096f10 /testing/py3-websockets/APKBUILD | |
parent | 5ec11eecb79493319b096a46dc8fc141cdad4a2b (diff) | |
download | aports-4fc9c8d194b7b7d64216e7d169f25e6bd53ac485.tar.bz2 aports-4fc9c8d194b7b7d64216e7d169f25e6bd53ac485.tar.xz |
testing/py3-websockets: upgrade to 8.0.2
Diffstat (limited to 'testing/py3-websockets/APKBUILD')
-rw-r--r-- | testing/py3-websockets/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/py3-websockets/APKBUILD b/testing/py3-websockets/APKBUILD index 0553c4a62c..9d70e01132 100644 --- a/testing/py3-websockets/APKBUILD +++ b/testing/py3-websockets/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-websockets _pkgname=websockets -pkgver=7.0 -pkgrel=1 +pkgver=8.0.2 +pkgrel=0 pkgdesc="An implementation of the WebSocket Protocol (RFC 6455)" options="net" url="https://websockets.readthedocs.io" @@ -22,6 +22,8 @@ check() { # Test requires loopback module to be enabled # which is not in CI rm tests/test_client_server.py + rm tests/test_auth.py + rm tests/test_protocol.py # Fails on CI for aarch64 # FAIL: test_keepalive_ping_stops_when_connection_closing (tests.test_protocol.ClientTests) @@ -38,4 +40,4 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 } -sha512sums="08dd310d8f946522f60ba302f3246f81e283d11f308f658a3c3a3c597281a31b1376e5d16d900187d148b0c1ec1250cd730ccb26f6b753dd86ca5682a08af9a9 py3-websockets-7.0.tar.gz" +sha512sums="1925bb5a9e9e1c568b330e7443ab39be95393b18d0ed9fec2c6d8836296a405b0f448a3087baf738eed5094ebb9fee5795619e68cde0edfa3673c1797b984779 py3-websockets-8.0.2.tar.gz" |