diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-06-01 12:21:10 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-06-01 14:40:57 +0000 |
commit | c9a9745a2244ccd84281578473bbbb5da9d7826b (patch) | |
tree | cbff5ce43c6f566d2879cb4f01480e316c9e596e /community/py3-aiohttp | |
parent | f9fc18b4ae3a24e6209b07a75214909bad11e035 (diff) | |
download | aports-c9a9745a2244ccd84281578473bbbb5da9d7826b.tar.bz2 aports-c9a9745a2244ccd84281578473bbbb5da9d7826b.tar.xz |
community/py3-aiohttp: upgrade to 3.3.0
Diffstat (limited to 'community/py3-aiohttp')
-rw-r--r-- | community/py3-aiohttp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD index 7e8b7e231a..67a4ecff7c 100644 --- a/community/py3-aiohttp/APKBUILD +++ b/community/py3-aiohttp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-aiohttp _pkgname=aiohttp -pkgver=3.2.1 +pkgver=3.3.0 pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="https://pypi.python.org/pypi/aiohttp" @@ -30,4 +30,4 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 } -sha512sums="4ac3a798eaf8a42777b21836e17e6b5145493c6329cca700a293fe6ac64152e0714f3e1b919793a6acd5acf9061bf121a7cfea0188e3708dcb8c221d67ae4470 py3-aiohttp-3.2.1.tar.gz" +sha512sums="e7dd320abb0d9baa0dd583ce034b2d2dd328aa37750197789207e80eabfaf1e998a58e9aa0a6b98ff213f8c78ca90b85698ac559c57f44ce1b643fc317735a4b py3-aiohttp-3.3.0.tar.gz" |