Commit Graph
15952 Commits
Author SHA1 Message Date
Imran Hossain aa2cd3e24b python3Packages.ptpython: 2.0.6 -> 3.0.1 2020-03-28 07:33:11 +01:00
Imran Hossain d2377446f4 python3Packages.prompt_toolkit: 2.0.10 -> 3.0.4 2020-03-28 07:33:11 +01:00
worldofpeace 1495eb3bab Merge pull request #83570 from bhipple/fix/zetup
python38Packages.zetup: fix build
2020-03-28 02:12:05 -04:00
worldofpeace 55c5aa5ed3 Merge pull request #83555 from bhipple/clean/airflow
python3Packages.apache-airflow: no-op cleanups to drv file
2020-03-28 01:24:59 -04:00
worldofpeace 702b89f952 Merge pull request #83573 from bhipple/f/effect
pythonPackages.effect: fix build by marking py3 only
2020-03-28 01:22:02 -04:00
Mario Rodas f856191f21 Merge pull request #83538 from r-ryantm/auto-update/python2.7-fire
python27Packages.fire: 0.2.1 -> 0.3.0
2020-03-27 22:23:29 -05:00
Mario Rodas 9b315680d2 Merge pull request #83539 from r-ryantm/auto-update/python3.7-minidb
python37Packages.minidb: 2.0.2 -> 2.0.3
2020-03-27 22:23:07 -05:00
Benjamin Hipple 3b7b98ce1e pythonPackages.effect: fix build by marking py3 only
Upstream only supports python >= 3.6:
https://github.com/python-effect/effect/#effect

CC @NixOS/nixos-release-managers

ZHF: #80379
2020-03-27 23:10:36 -04:00
Benjamin Hipple a65e052e4c python38Packages.zetup: fix build
Currently fails to build on python 3.8 due to an overly restrictive version bound.

ZHF: #80379

CC @NixOS/nixos-release-managers
2020-03-27 22:59:43 -04:00
Benjamin Hipple a4a00ca3cc python3Packages.apache-airflow: no-op cleanups to drv file
Consistently indent with 2 spaces and cleanup the meta by quoting it for
https://github.com/NixOS/rfcs/pull/45
2020-03-27 21:05:53 -04:00
Drew Risinger c8dd834189 pythonPackages.scikit-build: fix python3.8 bug
Python3.8 removes ``platform.linux_distribution()`` call,
must use ``pythonPackages.distro`` to get same information.
Closes #83305
Upstream PR: https://www.github.com/scikit-build/scikit-build/pull/458
Also formatting.
2020-03-27 20:38:05 -04:00
R. RyanTM 181ab9ec0e python37Packages.minidb: 2.0.2 -> 2.0.3 2020-03-27 22:56:48 +00:00
R. RyanTM 2a491a53c3 python27Packages.fire: 0.2.1 -> 0.3.0 2020-03-27 22:35:13 +00:00
Ben Darwin 17611f14c2 python3Packages.dipy: init at 1.1.1 2020-03-27 14:43:56 -07:00
Drew Risinger 1b87322620 pythonPackages.qiskit-aer: init at 0.4.1
Qiskit Aer - High performance simulators for Qiskit.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-03-27 13:15:54 -07:00
R. RyanTM 368cc58db3 python37Packages.PyChromecast: 4.1.1 -> 4.2.0 2020-03-27 10:58:14 -07:00
Ben Darwin 6f9f91d331 python3Packages.cufflinks: add nose to checkInputs 2020-03-27 10:53:07 -07:00
Ben Darwin 93c9cb09bd python3Packages.deap: add nose to checkInputs 2020-03-27 10:53:07 -07:00
Ben Darwin ca2cf66f10 python3Packages.bayespy: add nose to checkInputs 2020-03-27 10:53:07 -07:00
Ben Darwin 78d5faba5e python3Packages.nilearn: add nose to checkInputs 2020-03-27 10:53:07 -07:00
Ben Darwin 5842ec9368 python3Packages.matplotlib: remove nose from propagatedBuildInputs 2020-03-27 10:53:07 -07:00
Drew Risinger a845adeb9b pythonPackages.quandl: 3.4.8 -> 3.5.0
Format meta to match standard practice.
2020-03-27 10:45:35 -07:00
Johannes Schleifenbaum 837469b388 pythonPackages.python-mpv-jsonipc: 1.1.7 -> 1.1.8 2020-03-27 10:40:42 -07:00
Timo Kaufmann c6c0ae3be2 python.pkgs.doc8: add pygments dependency
Without pygments doc8 will throw "errors" since it cannot check code
blocks. Pygments has since been added to the dependencies upstream [1],
though that hasn't made it into a release yet. I think we should already
adopt this now.

[1] https://github.com/PyCQA/doc8/commit/b6931816585e224019afddfc9d78ecbcf0549c74
2020-03-27 10:39:36 -07:00
R. RyanTM 8ea3f05c37 python27Packages.filetype: 1.0.5 -> 1.0.6 2020-03-27 10:38:02 -07:00
Rouven Czerwinski 16cf493533 Revert "Revert "mypy: 0.761 -> 0.770""
This reverts commit 776b55518a.
2020-03-27 01:57:48 -07:00
Benjamin Hipple acfe7e0dbc pythonPackages.distributed: remove bad check dependency on pytest-faulthandler 2020-03-26 22:14:13 -07:00
Benjamin Hipple f5ffd143d6 python2Packages.pytest-faulthandler: remove package
This has been upstreamed into pytest itself as of pytest 5.0, which we have:
https://github.com/pytest-dev/pytest-faulthandler

Since it should no longer be used, let's remove from nix.
2020-03-26 22:14:13 -07:00
Benjamin Hipple 643d10295d python2Packages.faulthandler: 3.1 -> 3.2 and fix build
It is currently failing on master and 20.03. I spent some time reading the src
code but was not able to figure out why the env var activation is not working.
Since this is currently failing, and since it's dying alongside python 2 anyways
I propose we just disable the 1 failing test.

There's some more information inline in the comment if someone wants to fix this
or dig further.
2020-03-26 22:14:13 -07:00
Marcos Benevides c116e28cc4 pythonPackages.tesserocr: 2.5.0 -> 2.5.1 2020-03-27 05:46:10 +01:00
Vincent Breitmoser e3ccc89dfd pythonPackages.fritzconnection: 0.8.4 -> 1.2.1 2020-03-27 05:46:00 +01:00
Drew Risinger d39abe9a0f pythonPackages.marshmallow-polyfield: 5.7 -> 5.9 2020-03-27 05:42:44 +01:00
Samuel Dionne-Riel 776b55518a Revert "mypy: 0.761 -> 0.770"
This reverts commit e7c3e277b6.

See https://github.com/NixOS/nixpkgs/issues/83458

This currently blocks the channel.
2020-03-26 20:50:32 -04:00
Benjamin Hipple ce9d22b6bf Merge pull request #83342 from r-ryantm/auto-update/python2.7-graph-tool
python27Packages.graph-tool: 2.29 -> 2.30
2020-03-26 20:47:50 -04:00
Ben Darwin 5df826fb11 python3Packages.rope: 0.14.0 -> 0.16.0 2020-03-26 13:43:10 -07:00
R. RyanTM 9c5f4d973c python27Packages.graph-tool: 2.29 -> 2.30 2020-03-26 16:02:26 -04:00
Matthieu Coudron ede6944f4f Merge pull request #83389 from jonringer/add-xdg
python3Packages.xdg: init at 4.0.1
2020-03-26 20:09:45 +01:00
Daiderd Jordan e7c3e277b6 mypy: 0.761 -> 0.770 2020-03-26 19:45:18 +01:00
Lancelot SIX 9d46dea6c5 Merge pull request #83413 from jonringer/bump-argcomplete
python3Packages.argcomplete: 1.10.3 -> 1.11.1
2020-03-26 19:08:00 +01:00
Daniël de Kok 86af0de552 python3Packages.spacy_models: 2.2.0 -> 2.2.5
With the exception of xx_ent_wiki_sm, since it does not have a newer
model available.
2020-03-26 10:42:49 -07:00
Drew Risinger 1dc44ccd86 pythonPackages.qiskit-ibmq-provider: 0.4.5 -> 0.5.0 2020-03-26 10:38:27 -07:00
Drew Risinger 86973e5484 pythonPackages.arrow: 0.15.4 -> 0.15.5 2020-03-26 10:38:27 -07:00
Drew Risinger 532e0890b4 pythonPackages.qiskit-ibmq-provider: init at 0.4.5
Qiskit Provider for accessing the quantum devices and simulators at IBMQ.

Requirement of qiskit package.
2020-03-26 10:38:27 -07:00
Jonathan Ringer 41e1594f46 python3Packages.argcomplete: 1.10.3 -> 1.11.1 2020-03-26 10:12:38 -07:00
Niklas Hambüchen 0bc0823ff7 Merge pull request #83144 from nh2/conan-1.23.0
Conan 1.23.0
2020-03-26 15:55:39 +01:00
Michael Weiss 9ee46bfb23 python3Packages.py-cpuinfo: 4.0.0 -> 5.0.0 (#83420) 2020-03-26 13:19:33 +01:00
Mario Rodas 9645dfb388 Merge pull request #83358 from r-ryantm/auto-update/python2.7-python-stdnum
python27Packages.python-stdnum: 1.12 -> 1.13
2020-03-25 20:30:04 -05:00
Jonathan Ringer 44df87416d python3Packages.xdg: init at 4.0.1 2020-03-25 17:11:45 -07:00
Jonathan Ringer c9f09584bc python3Packages.poetry: fix hash 2020-03-25 17:04:38 -07:00
Jonathan Ringer f171f421db python3Packages.pastel: 0.1.0 -> 0.2.0 2020-03-25 17:03:12 -07:00