aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-multidict
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2017-10-06 09:37:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-09 15:10:56 +0000
commitf12ea6bbfe8ceccc1c3a03a0bf88c9b85a1db9fe (patch)
tree528a0b1a717a52135a3a7fe99f94344a4c920763 /community/py3-multidict
parentce9aa7c70c9c4e9843ce6924e705a21625f80c4e (diff)
downloadaports-f12ea6bbfe8ceccc1c3a03a0bf88c9b85a1db9fe.tar.bz2
aports-f12ea6bbfe8ceccc1c3a03a0bf88c9b85a1db9fe.tar.xz
community/py3-multidict: upgrade to 3.2.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 9cf7b25de5..454f1b7650 100644
--- a/community/py3-multidict/APKBUILD
+++ b/community/py3-multidict/APKBUILD
@@ -2,16 +2,16 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-multidict
_pkgname=multidict
-pkgver=3.1.3
+pkgver=3.2.0
pkgrel=0
-pkgdesc="multidict implementation"
+pkgdesc="A multidict implementation"
url="https://github.com/aio-libs/multidict/"
arch="all"
license="ASL 2.0"
depends="python3"
makedepends="python3-dev py-setuptools"
subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="$_pkgname-$pkgver.tar.gz::https://github.com/aio-libs/multidict/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!strip"
@@ -30,4 +30,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="bd795dcb63b1590c1c65eb2c6a55a8ef66d69cf38da3b3a680e064cd65d349f5f103e8a6106f2d80fd54b910cdf06892fa466428801fe06ac67f429377449ce9 py3-multidict-3.1.3.tar.gz"
+sha512sums="20a127706eaecbaafd19953625aef9dbee4dfddca3a74f5972d6ff0fb3e1a3c0e336a5b305b4b4dd1cf0c447835f362e363445d51c5b311c5db6035a232fad70 multidict-3.2.0.tar.gz"