aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-13 02:22:38 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-13 06:23:17 +0000
commite9cc0da148acc2d97a523fb327b5c70495dda153 (patch)
tree7a52a421db045b57f0bd613e280886a8617c50fc
parentb802ed05b0a594c38986ab65802dd9c5c9c2ec02 (diff)
community/py3-aiohttp: upgrade to 3.6.3
-rw-r--r--community/py3-aiohttp/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD
index 84f1384804c..152d3faff9d 100644
--- a/community/py3-aiohttp/APKBUILD
+++ b/community/py3-aiohttp/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-aiohttp
_pkgname=aiohttp
-pkgver=3.6.2
-pkgrel=1
+pkgver=3.6.3
+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
+depends="python3 py3-async-timeout py3-chardet py3-multidict py3-yarl
py3-idna-ssl py3-attrs"
makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-dev"
@@ -16,18 +16,15 @@ source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/
builddir="$srcdir/$_pkgname-$pkgver"
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py check
}
package() {
- cd "$builddir"
python3 setup.py install --root="$pkgdir" --optimize=1
}
-sha512sums="49bd3089158c05ff6312420190ccd7fed95efb4a18b8aff7497d5507c71c692080d6949801edabdcd95379ca8e6614398408118d72ff1e782399e059e2cfc1a8 py3-aiohttp-3.6.2.tar.gz"
+sha512sums="21a0272c2805bda8809e151e48e0ae2661a00239b7898cc627e273b8b17ffe27f29373d0a7d2f1c628469a905e18835906a8068e336e8901a6ab0c2043353d97 py3-aiohttp-3.6.3.tar.gz"