From 8f089b6b99023a0de760345e705878085a0b191e Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Mon, 23 Apr 2018 04:26:26 -0300 Subject: [PATCH] python3-aiohttp: update to 3.1.3. (#13238) --- srcpkgs/python3-aiohttp/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template index 26197eee06..740a7f817b 100644 --- a/srcpkgs/python3-aiohttp/template +++ b/srcpkgs/python3-aiohttp/template @@ -1,22 +1,22 @@ # Template file for 'python3-aiohttp' pkgname=python3-aiohttp -version=3.1.1 +version=3.1.3 revision=1 wrksrc="aiohttp-${version}" build_style=python3-module pycompile_module="aiohttp" hostmakedepends="python3-Cython python3-setuptools" makedepends="python3-devel" -checkdepends="python3-async-timeout python3-chardet python3-idna-ssl - python3-pytest-mock python3-yarl python3-async_generator" -depends="python3-async-timeout python3-chardet python3-idna-ssl python3-yarl - python3-attrs" +checkdepends="python3-async-timeout python3-async_generator python3-chardet + python3-idna-ssl python3-pytest-mock python3-yarl" +depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl + python3-yarl" short_desc="HTTP client/server for asyncio (PEP-3156)" 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=3586e2cb1772bd867770214db62a0e86433a8f7a520fb385af519dc1bafebb07 +checksum=876d74ee986051590cf4af90365fe4268a19586a72024551e84ce6c0c5d11bfa do_check() { python3 setup.py test