summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd54505a2638..c29fed1ab22c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-distributed
pkgdesc = Python library for distributed computing
- pkgver = 2.14.0
+ pkgver = 2.15.0
pkgrel = 1
url = https://distributed.dask.org/
arch = any
@@ -34,8 +34,8 @@ pkgbase = python-distributed
optdepends = python-asyncssh: Computing cluster using SSH communication
optdepends = python-pytorch: Support for tensors and dynamic neural networks
optdepends = python-ipywidgets: Extra widgets in diagnostic pages
- source = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.14.0.tar.gz
- sha256sums = d9d49536fefc4238417de89bc6ddcc1cfa64da90d52b74128a16d9d28a823089
+ source = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.15.0.tar.gz
+ sha256sums = 5c99b9a672af397e438779230596a774da3a07a4aaf2083ed9e3fc105daf8998
pkgname = python-distributed
diff --git a/PKGBUILD b/PKGBUILD
index 05123ab7b9ff..41d697f4240a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-distributed
_pkgname=distributed
-pkgver=2.14.0
+pkgver=2.15.0
pkgrel=1
pkgdesc="Python library for distributed computing"
arch=('any')
@@ -41,7 +41,7 @@ source=(
"https://files.pythonhosted.org/packages/source/d/distributed/distributed-$pkgver.tar.gz"
)
sha256sums=(
- 'd9d49536fefc4238417de89bc6ddcc1cfa64da90d52b74128a16d9d28a823089'
+ '5c99b9a672af397e438779230596a774da3a07a4aaf2083ed9e3fc105daf8998'
)
build() {