mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/py3-aiohttp-cors: upgrade to 0.6.0
This commit is contained in:
parent
356a16ba95
commit
1b435ca5dd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user