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 47c2a38f97c3..84c53780ae64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-distributed
pkgdesc = Python library for distributed computing
- pkgver = 2.11.0
+ pkgver = 2.12.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.11.0.tar.gz
- sha256sums = 8252e9e6387db3862c9b56b5e028b5a592fa82dcbe100bffc34be58ccd74e01c
+ source = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.12.0.tar.gz
+ sha256sums = 5805bac7bf15a00f2cceb55babc2456bb148f8b01376a14984d32a1cd7ac0669
pkgname = python-distributed
diff --git a/PKGBUILD b/PKGBUILD
index a5247df1a7d8..4525a893a8af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-distributed
_pkgname=distributed
-pkgver=2.11.0
+pkgver=2.12.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=(
- '8252e9e6387db3862c9b56b5e028b5a592fa82dcbe100bffc34be58ccd74e01c'
+ '5805bac7bf15a00f2cceb55babc2456bb148f8b01376a14984d32a1cd7ac0669'
)
build() {