From 24047c44bb652a61d2239a40c0917f553e601726 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 28 Dec 2017 11:37:42 -0200 Subject: [PATCH] python3-aiohttp: update to 2.3.7. Closes: #10253 [via git-merge-pr] --- srcpkgs/python3-aiohttp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template index 4ac41f849b9..02e28bdae86 100644 --- a/srcpkgs/python3-aiohttp/template +++ b/srcpkgs/python3-aiohttp/template @@ -1,6 +1,6 @@ # Template file for 'python3-aiohttp' pkgname=python3-aiohttp -version=2.3.6 +version=2.3.7 revision=1 wrksrc="aiohttp-${version}" build_style=python3-module @@ -15,7 +15,7 @@ maintainer="Michael Aldridge " license="Apache-2.0" homepage="https://aiohttp.readthedocs.io/" distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz" -checksum=1d9c5a6a27b462fe04430ceab0edd90b83535354a4fc9e8856719274cd89994c +checksum=8e8a1fd47accc7164636dcfa45348d224b5963fbfc18c81416204a4c1e67916b do_check() { PYTHONPATH="${PWD}/build/lib.linux-${XBPS_TARGET_MACHINE}-3.6" python3 -m pytest