python3-async-timeout: update to 3.0.0. (#14151)
This commit is contained in:
parent
19d85a8d80
commit
ed604979d4
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-async-timeout'
|
# Template file for 'python3-async-timeout'
|
||||||
pkgname=python3-async-timeout
|
pkgname=python3-async-timeout
|
||||||
version=2.0.1
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="async-timeout-${version}"
|
wrksrc="async-timeout-${version}"
|
||||||
|
@ -11,6 +11,7 @@ depends="python3"
|
||||||
short_desc="Timeout context manager for asyncio programs"
|
short_desc="Timeout context manager for asyncio programs"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
#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=75a300199bb1bc11bb79a9ba7525a547ea0d3109000660e4ca57d4069b4544c3
|
checksum=48341ca53e51d5e975154e14f3d75444355243482c7319bb95b727a487d92cc8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue