python3-async-timeout: update to 4.0.3.

This commit is contained in:
Arjan Mossel 2023-10-02 12:22:43 +02:00 committed by Andrew J. Hesford
parent 1bd40b5245
commit 90ec6e2e12

View file

@ -1,9 +1,8 @@
# Template file for 'python3-async-timeout' # Template file for 'python3-async-timeout'
pkgname=python3-async-timeout pkgname=python3-async-timeout
version=3.0.1 version=4.0.3
revision=6 revision=1
build_style=python3-module build_style=python3-module
pycompile_module="async_timeout"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-pytest-asyncio" checkdepends="python3-pytest-asyncio"
@ -13,7 +12,7 @@ license="Apache-2.0"
#changelog="https://raw.githubusercontent.com/aio-libs/async-timeout/master/CHANGES.rst" #changelog="https://raw.githubusercontent.com/aio-libs/async-timeout/master/CHANGES.rst"
homepage="https://github.com/aio-libs/async-timeout" homepage="https://github.com/aio-libs/async-timeout"
distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz" distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz"
checksum=d0a7a927ed6b922835e1b014dfcaa9982caccbb25131320582cc660af7c93949 checksum=c63f1252d5fa878fdceb7a6894f1df6a73f92546e52a0b7999a5de429fd64ff8
do_check() { do_check() {
# don't enable coverage # don't enable coverage