[Python-modules-commits] [dask.distributed] 03/04: Update build-dependencies

Diane Trout diane at moszumanska.debian.org
Tue May 9 18:19:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a commit to branch master
in repository dask.distributed.

commit cada5ed18cf9f06fe7fdfbac66200b202eaa7ab4
Author: Diane Trout <diane at ghic.org>
Date:   Tue May 9 11:17:25 2017 -0700

    Update build-dependencies
---
 debian/changelog | 3 +++
 debian/control   | 7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b4df4f..4196ee9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 dask.distributed (1.16.1+ds.1-1) unstable; urgency=medium
 
   * New upstream release
+  * Update Build-dependencies
+    - add python3-sortedcollections
+    - set minimum versions for python3-{click,dask,zict}
 
  -- Diane Trout <diane at ghic.org>  Mon, 24 Apr 2017 11:18:36 -0700
 
diff --git a/debian/control b/debian/control
index 420b7a6..7ed7f51 100644
--- a/debian/control
+++ b/debian/control
@@ -7,21 +7,22 @@ Build-Depends: coffeescript,
                debhelper (>= 9),
                dh-python,
                python3-all,
-               python3-click,
+               python3-click (>= 6.6),
                python3-cloudpickle,
-               python3-dask,
+               python3-dask (>= 0.14.0),
                python3-locket,
                python3-msgpack,
                python3-numpydoc,
                python3-psutil,
                python3-setuptools,
                python3-six,
+               python3-sortedcollections,
                python3-sphinx,
                python3-sphinx-rtd-theme,
                python3-tblib,
                python3-toolz,
                python3-tornado,
-               python3-zict
+               python3-zict (>= 0.1.1)
 Standards-Version: 3.9.8
 Homepage: https://distributed.readthedocs.io/en/latest/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/dask.distributed.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dask.distributed.git



More information about the Python-modules-commits mailing list