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 e863ba320f9a..30ccd863e8d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-distributed
pkgdesc = Python library for distributed computing
- pkgver = 2.9.3
+ pkgver = 2.10.0
pkgrel = 1
url = https://distributed.dask.org/
arch = any
@@ -32,8 +32,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.9.3.tar.gz
- sha256sums = 70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a
+ source = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.10.0.tar.gz
+ sha256sums = 2f8cca741a20f776929cbad3545f2df64cf60207fb21f774ef24aad6f6589e8b
pkgname = python-distributed
diff --git a/PKGBUILD b/PKGBUILD
index afaebbc061bd..086242dd2e1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-distributed
_pkgname=distributed
-pkgver=2.9.3
+pkgver=2.10.0
pkgrel=1
pkgdesc="Python library for distributed computing"
arch=('any')
@@ -38,7 +38,7 @@ source=(
"https://files.pythonhosted.org/packages/source/d/distributed/distributed-$pkgver.tar.gz"
)
sha256sums=(
- '70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a'
+ '2f8cca741a20f776929cbad3545f2df64cf60207fb21f774ef24aad6f6589e8b'
)
build() {