aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-multidict
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2017-06-24 21:35:20 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-06-30 21:58:02 +0000
commitd9a08c9eb9b5086206823954c5bfef5f12ec0a4b (patch)
tree3f9cd52677649a10480ff89d01802bbd3c1eeddb /community/py3-multidict
parent9200917ffcc34ac7e324a5716159fe7530fd1722 (diff)
downloadaports-d9a08c9eb9b5086206823954c5bfef5f12ec0a4b.tar.bz2
aports-d9a08c9eb9b5086206823954c5bfef5f12ec0a4b.tar.xz
community/py3-multidict: upgrade to 3.0.0
Diffstat (limited to 'community/py3-multidict')
-rw-r--r--community/py3-multidict/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-multidict/APKBUILD b/community/py3-multidict/APKBUILD
index a6060f962f..e1045b97ce 100644
--- a/community/py3-multidict/APKBUILD
+++ b/community/py3-multidict/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-multidict
_pkgname=multidict
-pkgver=2.1.6
-pkgrel=1
+pkgver=3.0.0
+pkgrel=0
pkgdesc="multidict implementation"
url="https://github.com/aio-libs/multidict/"
arch="all"
-license="ASL2"
+license="ASL 2.0"
depends="python3"
makedepends="python3-dev py-setuptools"
subpackages="$pkgname-dev"
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="70e6727b28d9f97ece00c46c81f6d3095befa57f09de2a400b53e8b9676561de89ffe57de4810a25a9264941678f5f139aeb25489611e09b10259aed19b616f3 py3-multidict-2.1.6.tar.gz"
+sha512sums="6465405a235a52e72d949767e2e13031bda358d37e91e8cbbbf8ad623a00e18943b3d0acd924e604b6c0a59a04cecb5001a3206d81ea0df88964a62186bca349 py3-multidict-3.0.0.tar.gz"