python3-aiohttp: update to 3.3.2

This commit is contained in:
Michael Aldridge 2018-06-16 18:01:37 -07:00
parent 271219acce
commit 2eed241374

View file

@ -1,6 +1,6 @@
# Template file for 'python3-aiohttp' # Template file for 'python3-aiohttp'
pkgname=python3-aiohttp pkgname=python3-aiohttp
version=3.2.1 version=3.3.2
revision=1 revision=1
wrksrc="aiohttp-${version}" wrksrc="aiohttp-${version}"
build_style=python3-module build_style=python3-module
@ -17,7 +17,7 @@ license="Apache-2.0"
#changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst" #changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst"
homepage="https://aiohttp.readthedocs.io/" homepage="https://aiohttp.readthedocs.io/"
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=6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a checksum=edcc93ab19880068ce460542810bdb1ee55a834184765380fd3be343a8f107d7
do_check() { do_check() {
python3 setup.py test python3 setup.py test