aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-aiohttp
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2018-01-17 12:52:13 +0000
committerSören Tempel <soeren+git@soeren-tempel.net>2018-01-19 13:42:43 +0100
commit3af40f4b1c7e23cdc3b230b803fcf4e65b74fd86 (patch)
tree45dc9d5b47310ded03506ce92a21fbea62313ae4 /community/py3-aiohttp
parent9ffc8f916ec7785124ca34a053cfbda42d6d494c (diff)
downloadaports-3af40f4b1c7e23cdc3b230b803fcf4e65b74fd86.tar.bz2
aports-3af40f4b1c7e23cdc3b230b803fcf4e65b74fd86.tar.xz
community/py3-aiohttp: upgrade to 2.3.9
Diffstat (limited to 'community/py3-aiohttp')
-rw-r--r--community/py3-aiohttp/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD
index 8915a3408f..539fcff7e7 100644
--- a/community/py3-aiohttp/APKBUILD
+++ b/community/py3-aiohttp/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-aiohttp
_pkgname=aiohttp
-pkgver=2.3.7
+pkgver=2.3.9
pkgrel=0
pkgdesc="HTTP client/server for asyncio"
url="https://pypi.python.org/pypi/aiohttp"
arch="all"
license="Apache-2.0"
depends="python3 py3-async-timeout py3-chardet py3-multidict py3-yarl"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --root="$pkgdir" --optimize=1
}
-sha512sums="52c83e92b05e861a97b729a50e7919ff1cb386f93ed1fe3e1bb6e15a827ab9b5e024519e0a9a89cfa507ca69d4365bb04bc3c7519d23c6d59590bc00fed0cccb py3-aiohttp-2.3.7.tar.gz"
+sha512sums="0fe2bbcfc5b9b145a129ebee3b802e9dff5bc00030ce1fa5cea8bb63575be71c657289a92a020fb4fe8b9b5d5a0871234a630c3e9562a464cd43741b19a3b82f py3-aiohttp-2.3.9.tar.gz"