python3-aiohttp: update to 2.3.9. (#10939)

This commit is contained in:
maxice8 2018-01-18 16:29:06 -02:00 committed by Alessio Sergi
parent ba1957037d
commit 80696bea53
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-aiohttp'
pkgname=python3-aiohttp
version=2.3.8
version=2.3.9
revision=1
wrksrc="aiohttp-${version}"
build_style=python3-module
@ -15,7 +15,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="Apache-2.0"
homepage="https://aiohttp.readthedocs.io/"
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
checksum=5804fd4d8c1d11484a272823e60b932400ab6474aa19f7826b83b7fe8434b88e
checksum=3044eed412a7100ba5c9ef61a06e0264ae159a4cb007339e0e98812dd45ae83d
do_check() {
PYTHONPATH="${PWD}/build/lib.linux-${XBPS_TARGET_MACHINE}-3.6" python3 -m pytest