diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-30 09:03:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:57 +0000 |
commit | 7c00ef1bcef029acd589718f5953afdd019ebf97 (patch) | |
tree | 7af7dfa29907d4ef4eea68dd3594586417d1f832 | |
parent | 5c67d53127ebf136d285ae356b45ac73537562a8 (diff) | |
download | aports-7c00ef1bcef029acd589718f5953afdd019ebf97.tar.bz2 aports-7c00ef1bcef029acd589718f5953afdd019ebf97.tar.xz |
community/py3-aiohttp1: rebuild against python 3.8
-rw-r--r-- | community/py3-aiohttp1/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-aiohttp1/APKBUILD b/community/py3-aiohttp1/APKBUILD index c856668559..b0984429d8 100644 --- a/community/py3-aiohttp1/APKBUILD +++ b/community/py3-aiohttp1/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-aiohttp1 _pkgname=aiohttp pkgver=1.3.5 -pkgrel=1 +pkgrel=2 pkgdesc="HTTP client/server for asyncio - 1.x version" url="https://pypi.python.org/pypi/aiohttp" arch="all" |