python3-aiohttp: update to 3.2.1. (#14184)
This commit is contained in:
parent
c2d5aa50a3
commit
f7f255e49a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-aiohttp'
|
||||
pkgname=python3-aiohttp
|
||||
version=3.1.3
|
||||
version=3.2.1
|
||||
revision=1
|
||||
wrksrc="aiohttp-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -14,9 +14,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/"
|
||||
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
|
||||
checksum=876d74ee986051590cf4af90365fe4268a19586a72024551e84ce6c0c5d11bfa
|
||||
checksum=6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
|
Loading…
Reference in New Issue