diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 11:46:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:54 +0000 |
commit | c650f68db6c0674969e3b5b594185194d5687c30 (patch) | |
tree | 2e0a623abe25d1363841c236481617f2d1a55580 | |
parent | 66881bb2dda712fe908281fcaf77e10326d509f0 (diff) | |
download | aports-c650f68db6c0674969e3b5b594185194d5687c30.tar.bz2 aports-c650f68db6c0674969e3b5b594185194d5687c30.tar.xz |
community/py3-async-timeout: rebuild against python 3.8
-rw-r--r-- | community/py3-async-timeout/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-async-timeout/APKBUILD b/community/py3-async-timeout/APKBUILD index 39220bae41..3876c2fa8a 100644 --- a/community/py3-async-timeout/APKBUILD +++ b/community/py3-async-timeout/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-async-timeout _pkgname=async-timeout pkgver=3.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Timeout context manager for asyncio programs" url="https://pypi.python.org/pypi/async_timeout" arch="noarch" |