summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/distributed (follow)
Commit message (Expand)AuthorAgeFilesLines
* pythonPackages.distributed: 2.30.1 -> 2021.3.0Sandro Jäckel2021-03-071-6/+6
* pythonPackages.distributed: cleanup, add import checkSandro Jäckel2021-02-161-18/+2
* python37Packages.distributed: 2.30.0 -> 2.30.1R. RyanTM2020-11-151-2/+2
* python37Packages.distributed: 2.23.0 -> 2.30.0R. RyanTM2020-10-151-2/+2
* distributed: disable build for Python older than 3.6Tom Hunger2020-09-221-1/+4
* python: distributed: 2.18.0 -> 2.23.0Frederik Rietdijk2020-08-161-2/+2
* python: distributed: 2.9.3 -> 2.18.0Frederik Rietdijk2020-06-111-2/+2
* python3Packages.distributed: 2.9.1 -> 2.9.3Frederik Rietdijk2020-05-111-2/+2
* pythonPackages.distributed: remove bad check dependency on pytest-faulthandlerBenjamin Hipple2020-03-261-3/+2
* python: distributed: 2.9.0 -> 2.9.1Frederik Rietdijk2019-12-301-2/+2
* python: distributed: 2.6.0 -> 2.9.0Frederik Rietdijk2019-12-301-2/+2
* python: distributed: 2.4.0 -> 2.6.0Frederik Rietdijk2019-10-271-2/+2
* python37Packages.distributed: 2.3.0 -> 2.4.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versions R. RyanTM2019-09-271-2/+2
* python37Packages.distributed: 2.2.0 -> 2.3.0Marek Mahut2019-08-201-2/+2
* python37Packages.distributed: 1.28.1 -> 2.2.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versions R. RyanTM2019-08-191-2/+2
* treewide: fix redirect URLsRyan Mulligan2019-07-101-1/+1
* python37Packages.distributed: 1.27.1 -> 1.28.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versions R. RyanTM2019-06-021-2/+2
* python37Packages.distributed: 1.26.1 -> 1.27.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versions R. RyanTM2019-05-051-2/+2
* python: distributed: 1.26.0 -> 1.26.1Frederik Rietdijk2019-04-181-2/+2
* python37Packages.distributed: 1.25.3 -> 1.26.0 (#57397)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versionsR. RyanTM2019-03-121-2/+2
* pythonPackages.distributed: add missing dependencies•••Added `mpi4py` and `bokeh` to get the executables working. Also simplified the `lib.optional` expression as Python 3.2 and 3.4 aren't supported anymore. Rather than referencing unsupported Python 3.x versions it's far more obvious now to only use `futures` and `singledispatch` if Python2 is used. Maximilian Bosch2019-02-071-4/+5
* python37Packages.distributed: 1.25.2 -> 1.25.3•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versions R. RyanTM2019-02-041-2/+2
* python37Packages.distributed: 1.25.1 -> 1.25.2•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versions R. RyanTM2019-01-171-2/+2
* python37Packages.distributed: 1.24.2 -> 1.25.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versions R. RyanTM2019-01-021-2/+2
* python: distributed: 1.24.1 -> 1.24.2Frederik Rietdijk2018-12-031-2/+2
* python36Packages.distributed: 1.24.0 -> 1.24.1•••* python36Packages.distributed: 1.24.0 -> 1.24.1 (#50621) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-distributed/versions * distributed: build for x86 only x64-darwin + x64-linux R. RyanTM2018-11-181-2/+3
* python36Packages.distributed: 1.23.3 -> 1.24.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-distributed/versions R. RyanTM2018-11-081-2/+2
* python: distributed: 1.23.1 -> 1.23.3Frederik Rietdijk2018-10-131-2/+2
* 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. Chris Ostrouchov2018-09-131-7/+5
* fixup! merge: fixing changes with nixpkgs since pull-requestChris Ostrouchov2018-09-111-0/+3
* 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) Chris Ostrouchov2018-09-051-0/+59