python3-async-timeout: update to 3.0.1.

This commit is contained in:
maxice8 2018-10-10 02:07:59 -03:00 committed by maxice8
parent 9acc0894ed
commit 25e7abe892

View file

@ -1,6 +1,6 @@
# Template file for 'python3-async-timeout'
pkgname=python3-async-timeout
version=3.0.0
version=3.0.1
revision=1
noarch=yes
wrksrc="async-timeout-${version}"
@ -8,10 +8,15 @@ build_style=python3-module
pycompile_module="async_timeout"
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest-cov python3-pytest-asyncio"
short_desc="Timeout context manager for asyncio programs"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="Apache-2.0"
#changelog="https://raw.githubusercontent.com/aio-libs/async-timeout/master/CHANGES.rst"
homepage="https://github.com/aio-libs/async-timeout"
distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz"
checksum=48341ca53e51d5e975154e14f3d75444355243482c7319bb95b727a487d92cc8
checksum=d0a7a927ed6b922835e1b014dfcaa9982caccbb25131320582cc660af7c93949
do_check() {
python3 -m pytest
}