summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-06-23 19:08:17 +0200
committerBlair Bonnett2020-06-23 19:08:17 +0200
commit67c05509fcc8fab2ff30b353553a7cccb4bb0989 (patch)
treea8f4683879c699e356685c535fe6d252c7047f10
parente27c74522c57211495c97eff5899d76981d15cf9 (diff)
downloadaur-67c05509fcc8fab2ff30b353553a7cccb4bb0989.tar.gz
Bump to 2.19.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe336f7c947c..56cf25831a11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-distributed
pkgdesc = Python library for distributed computing
- pkgver = 2.18.0
+ pkgver = 2.19.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.18.0.tar.gz
- sha256sums = 902f098fb7558f035333804a5aeba2fb26a2a715388808205a17cbb2e02e0558
+ source = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.19.0.tar.gz
+ sha256sums = 296fc05cd786b027dd895bc1aabc3b11c7e72a7cc23588356c3d4785c180c7fe
pkgname = python-distributed
diff --git a/PKGBUILD b/PKGBUILD
index 992131681c10..5f510589780b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-distributed
_pkgname=distributed
-pkgver=2.18.0
+pkgver=2.19.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=(
- '902f098fb7558f035333804a5aeba2fb26a2a715388808205a17cbb2e02e0558'
+ '296fc05cd786b027dd895bc1aabc3b11c7e72a7cc23588356c3d4785c180c7fe'
)
build() {