python3-aiohttp: update to 3.4.0
This commit is contained in:
parent
3faccebb14
commit
15429d61dc
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-aiohttp'
|
||||
pkgname=python3-aiohttp
|
||||
version=3.3.2
|
||||
version=3.4.0
|
||||
revision=1
|
||||
wrksrc="aiohttp-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -17,7 +17,7 @@ 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=edcc93ab19880068ce460542810bdb1ee55a834184765380fd3be343a8f107d7
|
||||
checksum=56da630b185c51af7e013d310b9f7775f402eb3cf652f9a3ecca8a1645e5ab8d
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
|
Loading…
Reference in a new issue