python3-aiohttp: update to 3.5.1.
This commit is contained in:
parent
bebd3af1ed
commit
d99858392b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-aiohttp'
|
||||
pkgname=python3-aiohttp
|
||||
version=3.4.4
|
||||
version=3.5.1
|
||||
revision=1
|
||||
wrksrc="aiohttp-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -12,10 +12,10 @@ depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl
|
|||
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
license="Apache-2.0"
|
||||
#changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst"
|
||||
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=391359ead596fa6aa78072437a63581f005629e403da9ab21615bc89d38b5bbe
|
||||
checksum=2074b00a8b883251e18093e374e060d85be6c46ac13663a4702261d300176712
|
||||
|
||||
pre_build() {
|
||||
# use system http-parser
|
||||
|
|
Loading…
Add table
Reference in a new issue