Commit graph

4 commits

Author SHA1 Message Date
Frederik Rietdijk e8783b8284 python: distributed: 1.23.1 -> 1.23.3 2018-10-13 09:50:15 +02:00
Chris Ostrouchov e5cd420e73
pythonPackages.distributed: refactor move to fetchPypi
There is a bug when using git repo in that the package does not get a
version (shows up as `0+unknown`). Using pypi fixes this issue allows
allows for auto upgrades.
2018-09-13 15:10:40 -04:00
Chris Ostrouchov 027b9beb58 fixup! merge: fixing changes with nixpkgs since pull-request 2018-09-11 17:14:12 -04:00
Chris Ostrouchov 4f70170f8a
pythonPackages.distributed: 1.15.1 -> 1.22.1
The github repository was downloaded instead of the pypi repository
for testing (needed `conftest.py`). Major work was done on the
underlying dependencies to make distributed work on python 2.7,
3+. Note that the test **do** take a significant amount of time (10-15
minutes).

 - moved to `python-modules`
 - compatible with 2.7, 3+
 - all tests pass (previously tests were not run)
2018-09-05 23:46:28 -04:00