Skip to content
Snippets Groups Projects
Commit 21a0480d authored by Fabian Affolter's avatar Fabian Affolter Committed by Natanael Copa
Browse files

testing/py-aiohttp: upgrade to 0.21.6

parent 0dfb8867
No related branches found
No related tags found
No related merge requests found
......@@ -2,18 +2,18 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py-aiohttp
_pkgname=aiohttp
pkgver=0.21.5
pkgver=0.21.6
pkgrel=0
pkgdesc="HTTP client/server for asyncio"
url="http://pypi.python.org/pypi/aiohttp"
arch="all"
license="APACHE"
license="ASL 2.0"
depends="python3 py-chardet"
depends_dev=""
makedepends="$depends_dev py-setuptools cython-dev python3-dev"
install=""
subpackages="$pkgname-dev"
source="https://pypi.python.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz"
source="https://pypi.io/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build() {
......@@ -26,6 +26,6 @@ package() {
python3 setup.py install --root="$pkgdir" --optimize=1 || return 1
}
md5sums="8e10aeb6fb49c819a7a88de1b9ef281b aiohttp-0.21.5.tar.gz"
sha256sums="bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 aiohttp-0.21.5.tar.gz"
sha512sums="4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c aiohttp-0.21.5.tar.gz"
md5sums="d7f63e51bc86a61d9bccca13986c3855 aiohttp-0.21.6.tar.gz"
sha256sums="8709c6d4b7735705ef46e0d5416083f1e92d9a9ab18e2b4c7f7944e831b73428 aiohttp-0.21.6.tar.gz"
sha512sums="622218ffbc163aefc04730bc9ca36f922182699407ea8fb6e8e5ce01b63e4bbee821e466f1701ecabf2f4c47bf840a572e7f3bcdf0903e8a87b23d5c3e07209b aiohttp-0.21.6.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment