aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-aiohttp-cors
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2018-01-05 16:15:11 +0000
committerSören Tempel <soeren+git@soeren-tempel.net>2018-01-19 13:49:19 +0100
commit1b435ca5dd17e222d43b40abaf19428184415c3b (patch)
tree3d02e060572b5c63799b5694162adb57a99fbef5 /community/py3-aiohttp-cors
parent356a16ba95254f4e9d1ec7ba5a07446fc0d055c5 (diff)
downloadaports-1b435ca5dd17e222d43b40abaf19428184415c3b.tar.bz2
aports-1b435ca5dd17e222d43b40abaf19428184415c3b.tar.xz
community/py3-aiohttp-cors: upgrade to 0.6.0
Diffstat (limited to 'community/py3-aiohttp-cors')
-rw-r--r--community/py3-aiohttp-cors/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-aiohttp-cors/APKBUILD b/community/py3-aiohttp-cors/APKBUILD
index b4919df740..734bfa55a4 100644
--- a/community/py3-aiohttp-cors/APKBUILD
+++ b/community/py3-aiohttp-cors/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-aiohttp-cors
_pkgname=aiohttp_cors
-pkgver=0.5.3
+pkgver=0.6.0
pkgrel=0
pkgdesc="CORS support for aiohttp"
url="https://github.com/aio-libs/aiohttp-cors"
arch="noarch"
license="Apache-2.0"
depends="py3-aiohttp"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
source="$_pkgname-$pkgver.tar.gz::https://github.com/aio-libs/aiohttp-cors/archive/v$pkgver.tar.gz"
builddir="$srcdir"/aiohttp-cors-$pkgver
@@ -28,4 +28,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="0813ea48de714c85e361dfdaeef1a69526f7446dcc4ce637139cd333dedea58c635f85cfad1c3ccfb0df6e573f0351f282fdbd9726211d5915ed2ba120206b09 aiohttp_cors-0.5.3.tar.gz"
+sha512sums="75453ebbc074d5f25cc8efc46ffdb76fc90b0a96a9e6fce0eee5a5f28dba31cb50301289cac3b36c70ccdbc10c8f4ba9e362d8e9f350ba7f9dfacd06e6f5e699 aiohttp_cors-0.6.0.tar.gz"