python3-aiohttp: update to 3.5.4

closes #7486
This commit is contained in:
Alex Childs 2019-01-20 13:19:38 -06:00 committed by maxice8
parent 53c739e3a5
commit a183574f3e
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,6 +1,6 @@
# Template file for 'python3-aiohttp' # Template file for 'python3-aiohttp'
pkgname=python3-aiohttp pkgname=python3-aiohttp
version=3.5.1 version=3.5.4
revision=2 revision=2
wrksrc="aiohttp-${version}" wrksrc="aiohttp-${version}"
build_style=python3-module build_style=python3-module
@ -8,14 +8,14 @@ pycompile_module="aiohttp"
hostmakedepends="python3-Cython python3-setuptools" hostmakedepends="python3-Cython python3-setuptools"
makedepends="python3-devel http-parser-devel" makedepends="python3-devel http-parser-devel"
depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl 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)" short_desc="HTTP client/server for asyncio (PEP-3156)"
maintainer="Michael Aldridge <maldridge@voidlinux.org>" maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://aiohttp.readthedocs.io/" homepage="https://aiohttp.readthedocs.io/"
#changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst" #changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst"
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz" distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
checksum=2074b00a8b883251e18093e374e060d85be6c46ac13663a4702261d300176712 checksum=9385ff2ea20249be9119236b3367356465cb92dc55b463d12239c7cf36024bba
pre_build() { pre_build() {
# use system http-parser # use system http-parser