From f4159f1691628ec38c8880394c70cfb8fbb60e16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 16 Sep 2022 16:16:32 -0400 Subject: [PATCH] python3-uvloop: update to 0.17.0. --- srcpkgs/python3-uvloop/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() {