summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-01-18 12:15:52 +0100
committerBlair Bonnett2020-01-18 12:15:52 +0100
commitcfc42305be04f928ddec7d64f3764f71fc889125 (patch)
tree9ead296f93c7971d65c2f1e004fe93a7947cb274
parent2d23290f5850ad3e2f45fffdeb2c265bd8a26f12 (diff)
downloadaur-cfc42305be04f928ddec7d64f3764f71fc889125.tar.gz
Bumped to 2.9.3.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d61ef4c81e2..e863ba320f9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-distributed
pkgdesc = Python library for distributed computing
- pkgver = 2.9.1
+ pkgver = 2.9.3
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.1.tar.gz
- sha256sums = d37a5c5be992f3b16db24b54d2801cbe370990fbc63089c6e7ef40d6f03cf5dd
+ source = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.9.3.tar.gz
+ sha256sums = 70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a
pkgname = python-distributed
diff --git a/.gitignore b/.gitignore
index 2411f20742b5..3def1cb7adc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.tar.gz
*.log
*.tar.xz
+*.tar.zst
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index b206ff97e2c1..afaebbc061bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-distributed
_pkgname=distributed
-pkgver=2.9.1
+pkgver=2.9.3
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=(
- 'd37a5c5be992f3b16db24b54d2801cbe370990fbc63089c6e7ef40d6f03cf5dd'
+ '70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a'
)
build() {