aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-28 15:25:36 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-28 14:48:48 +0000
commit705e9529294b23863046d2ada3eb10bf26f79f37 (patch)
tree6fd2710d87f32c96be94646fbc96c437a78212d0
parent79ab7ed96029129d9b1273485ccf3b8202fd174e (diff)
downloadalpine_aports-705e9529294b23863046d2ada3eb10bf26f79f37.tar.bz2
alpine_aports-705e9529294b23863046d2ada3eb10bf26f79f37.tar.xz
alpine_aports-705e9529294b23863046d2ada3eb10bf26f79f37.zip
testing/py3-distributed: upgrade to 2.17.0
-rw-r--r--testing/py3-distributed/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-distributed/APKBUILD b/testing/py3-distributed/APKBUILD
index e2f56c9f60..e3103691a2 100644
--- a/testing/py3-distributed/APKBUILD
+++ b/testing/py3-distributed/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Bart Ribbers <bribbers@disroot.org> 1# Contributor: Bart Ribbers <bribbers@disroot.org>
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=py3-distributed 3pkgname=py3-distributed
4pkgver=2.16.0 4pkgver=2.17.0
5pkgrel=0 5pkgrel=0
6pkgdesc="A library for distributed computation" 6pkgdesc="A library for distributed computation"
7url="https://distributed.dask.org/" 7url="https://distributed.dask.org/"
@@ -29,4 +29,4 @@ package() {
29 python3 setup.py install --prefix=/usr --root="$pkgdir" 29 python3 setup.py install --prefix=/usr --root="$pkgdir"
30} 30}
31 31
32sha512sums="070f7060abe5468c100fb6c6632e9b7ba002c1a3c3d90b66a3ad70d8dce7438e6967cdf78932cf25c7449e05da8779437e7ef3bfb50f95862cf8f9f4b2bb624c distributed-2.16.0.tar.gz" 32sha512sums="a46e8eca58f8c2e5f412188ad096f13a59333e64545830465d5d579c644209a2cc033a020613bf1d17ebb72ce504680f38bddaaae2f7708e2c83697a6a2b9f5c distributed-2.17.0.tar.gz"