summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2019-12-28 09:40:35 +0100
committerBlair Bonnett2019-12-28 09:40:35 +0100
commit2d23290f5850ad3e2f45fffdeb2c265bd8a26f12 (patch)
tree0d259c0e39eae78a84e4c57f597d3607132dd546
parenta99569ac290190e6cb76ff19a024b2c3a7a28798 (diff)
downloadaur-2d23290f5850ad3e2f45fffdeb2c265bd8a26f12.tar.gz
Bumped to 2.9.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7895bdc6a85c..5d61ef4c81e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-distributed
pkgdesc = Python library for distributed computing
- pkgver = 2.9.0
- pkgrel = 2
+ pkgver = 2.9.1
+ pkgrel = 1
url = https://distributed.dask.org/
arch = any
license = BSD
@@ -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.0.tar.gz
- sha256sums = b66a15d6c02c28dd07e815d09cd77dab8484004533d38895714a5f10c7e7e325
+ source = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.9.1.tar.gz
+ sha256sums = d37a5c5be992f3b16db24b54d2801cbe370990fbc63089c6e7ef40d6f03cf5dd
pkgname = python-distributed
diff --git a/PKGBUILD b/PKGBUILD
index 7362ddfc5ef9..b206ff97e2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-distributed
_pkgname=distributed
-pkgver=2.9.0
-pkgrel=2
+pkgver=2.9.1
+pkgrel=1
pkgdesc="Python library for distributed computing"
arch=('any')
depends=(
@@ -38,7 +38,7 @@ source=(
"https://files.pythonhosted.org/packages/source/d/distributed/distributed-$pkgver.tar.gz"
)
sha256sums=(
- 'b66a15d6c02c28dd07e815d09cd77dab8484004533d38895714a5f10c7e7e325'
+ 'd37a5c5be992f3b16db24b54d2801cbe370990fbc63089c6e7ef40d6f03cf5dd'
)
build() {