aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-10 21:17:36 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-10 19:31:21 +0000
commit5cb0738289f71b854547c59a97fc610dcc8ee95e (patch)
tree072cd7f5f2928da9f9a532ac8a23608b4ac3018f
parent95f2e793e3ca7f04c853c452691e9582e0aed044 (diff)
downloadaports-5cb0738289f71b854547c59a97fc610dcc8ee95e.tar.bz2
aports-5cb0738289f71b854547c59a97fc610dcc8ee95e.tar.xz
testing/py3-distributed: upgrade to 2.16.0
-rw-r--r--testing/py3-distributed/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-distributed/APKBUILD b/testing/py3-distributed/APKBUILD
index 551ad392da..e2f56c9f60 100644
--- a/testing/py3-distributed/APKBUILD
+++ b/testing/py3-distributed/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-distributed
-pkgver=2.15.2
+pkgver=2.16.0
pkgrel=0
pkgdesc="A library for distributed computation"
url="https://distributed.dask.org/"
@@ -12,7 +12,7 @@ depends="py3-dask py3-yaml py3-tornado py3-tblib py3-click py3-cloudpickle py3-m
makedepends="py3-setuptools python3-dev linux-headers yaml-dev"
checkdepends="py3-pytest py3-pytest-asyncio py3-requests py3-paramiko py3-arrow py3-h5py py3-scipy py3-lz4 py3-jsonschema"
source="https://pypi.python.org/packages/source/d/distributed/distributed-$pkgver.tar.gz"
-# Tests are flaky
+# Tests require ipv6 stack which might not always be available yet
# Net required for tests
options="!check"
builddir="$srcdir/distributed-$pkgver"
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="e68658d090a5fd29f127e1e43619b4531f9d04f69bcf288c02aea1fa7f7f5427b91d9c42ee9d01107f5c9d5f8807cb81e79425ba26ced5ac4fde7976414f5531 distributed-2.15.2.tar.gz"
+sha512sums="070f7060abe5468c100fb6c6632e9b7ba002c1a3c3d90b66a3ad70d8dce7438e6967cdf78932cf25c7449e05da8779437e7ef3bfb50f95862cf8f9f4b2bb624c distributed-2.16.0.tar.gz"