diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template index d82237af7be..4ceefc346ce 100644 --- a/srcpkgs/python3-uvloop/template +++ b/srcpkgs/python3-uvloop/template @@ -1,7 +1,7 @@ # Template file for 'python3-uvloop' pkgname=python3-uvloop -version=0.16.0 -revision=2 +version=0.17.0 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools python3-Cython" @@ -13,12 +13,12 @@ maintainer="Andrew J. Hesford " license="Apache-2.0, MIT" homepage="https://github.com/MagicStack/uvloop" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=b003d3110baf076d3e70c85fb96a434ea67ad2f4c4ccb11cfce7e00ce8565378 +checksum=175ac8aeb251da6a6a72f504f451ad7b4e60092d5adee9231b0a67ad2e7ca235 do_check() { # For some reason, setting PYTHONPATH is not sufficient cp build/lib*/uvloop/*.so uvloop - python3 -m pytest tests -k 'not Test_UV_TCPSSL' + python3 -m pytest tests -k 'not (Test_AIO_TCPSSL or Test_UV_libuv)' } post_patch() {