From a183574f3e3de063feab171b918b460548d17c4d Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sun, 20 Jan 2019 13:19:38 -0600 Subject: [PATCH] python3-aiohttp: update to 3.5.4 closes #7486 --- srcpkgs/python3-aiohttp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template index 63c808b40e..2e78038f1d 100644 --- a/srcpkgs/python3-aiohttp/template +++ b/srcpkgs/python3-aiohttp/template @@ -1,6 +1,6 @@ # Template file for 'python3-aiohttp' pkgname=python3-aiohttp -version=3.5.1 +version=3.5.4 revision=2 wrksrc="aiohttp-${version}" build_style=python3-module @@ -8,14 +8,14 @@ pycompile_module="aiohttp" hostmakedepends="python3-Cython python3-setuptools" makedepends="python3-devel http-parser-devel" depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl - python3-yarl python3-typing_extensions" + python3-yarl python3-typing_extensions python3-multidict" short_desc="HTTP client/server for asyncio (PEP-3156)" maintainer="Michael Aldridge " license="Apache-2.0" homepage="https://aiohttp.readthedocs.io/" #changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst" distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz" -checksum=2074b00a8b883251e18093e374e060d85be6c46ac13663a4702261d300176712 +checksum=9385ff2ea20249be9119236b3367356465cb92dc55b463d12239c7cf36024bba pre_build() { # use system http-parser