Commit Graph

16195 Commits

Author SHA1 Message Date
R. RyanTM b1e9df1890 python37Packages.django-auth-ldap: 2.1.0 -> 2.1.1 2020-04-06 16:49:54 +00:00
Drew Risinger ab4336f7b7 python3Packages.qiskit-aer: only enable on x86_64
Build was failing on ofborg on platforms.aarch64 due to
missing muparserx library built for aarch64. Added notes about
this issue & when build could be expanded.
2020-04-06 12:03:07 -04:00
Drew Risinger 2553798f93 python3Packages.qiskit-aqua: init at 0.6.5
Qiskit Aqua: An extensible library of quantum computing algorithms.

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-04-06 12:01:35 -04:00
R. RyanTM e5d683a375 python37Packages.cmd2: 1.0.0 -> 1.0.1 2020-04-06 15:59:39 +02:00
Mario Rodas 415e26531d
Merge pull request #84156 from marsam/update-grpc
grpc: 1.27.1 -> 1.28.0
2020-04-05 21:59:09 -05:00
Florian Klink 40dcac87f4
Merge pull request #84336 from r-ryantm/auto-update/python2.7-bpython
python27Packages.bpython: 0.18 -> 0.19
2020-04-05 13:50:22 +02:00
R. RyanTM 7837086b6b python27Packages.bpython: 0.18 -> 0.19 2020-04-05 10:44:18 +00:00
Frederik Rietdijk 866c5aa090 Merge master into staging-next 2020-04-05 08:33:39 +02:00
Dmitry Kalinkin f601ab37c2
Merge pull request #83748 from veprbl/pr/python_docker_dontUseSetuptoolsCheck
pythonPackages.docker: use dontUseSetuptoolsCheck
2020-04-05 00:41:06 -04:00
Benjamin Hipple d20a62ae85 python3Packages.PyGithub: 1.45 -> 1.47
Upstream dropped python2 support in 1.45, so the `nixpkgs-update` bot has not
been successful in bumping it.

While this still does not run the test suite, it gets us closer.
2020-04-04 15:47:17 -07:00
Drew Risinger 364909d535 python3Packages.uvloop: enable on python3.8
Allow build pass by disabling test. Isolated issue to
test_sockets.py::TestAIOSockets::test_sock_close_add_reader_race.
This test is supposed to be skipped, but it isn't for some reason,
so we disable it instead.
See uvloop#284 (https://github.com/MagicStack/uvloop/pull/284)
for full details. Don't know why this test isn't properly skipped.
2020-04-03 20:41:34 -04:00
Benjamin Hipple f6b382b25a
Merge pull request #84197 from drewrisinger/dr-pr-python-pint
pythonPackages.pint: 0.9 -> 0.11
2020-04-03 17:42:12 -04:00
Benjamin Hipple c51ba89873
Merge pull request #84120 from drewrisinger/dr-pr-cvxpy-fix
pythonPackages.cvxpy: add explicit numpy/scipy dependencies
2020-04-03 17:35:34 -04:00
Benjamin Hipple c5313ebf30
Merge pull request #84124 from drewrisinger/dr-pr-py-osqp-remove-mkl
pythonPackages.osqp: remove mkl dependency
2020-04-03 17:34:27 -04:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
Drew Risinger fb252907f5 datasette: 0.35 -> 0.39 2020-04-03 14:12:50 -04:00
Drew Risinger 4b822bbd23 pythonPackages.pint: 0.9 -> 0.11 2020-04-03 13:46:24 -04:00
Jonathan Ringer f329b29cb8 python3Packages.tbm-utils: 1.0.0 -> 2.5.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer 9c1222aa01 python3Packages.httpx: 0.9.5 -> 0.12.1 2020-04-02 10:04:28 -07:00
Jonathan Ringer 60d5dc598b python3Packages.google-music: 3.2.1 -> 3.5.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer c38615cc8a python3Packages.google-music-proto 2020-04-02 10:04:28 -07:00
Jonathan Ringer 4c1789f5e4 python3Packages.audio-metadata: 0.6.0 -> 0.9.0 2020-04-02 10:04:28 -07:00
Drew Risinger beedfa5f27 pythonPackages.osqp: remove mkl
Also add scipy.
Cleanup commit slightly for formatting.
Removing mkl allows this to be built in Hydra (mkl = unfree),
and it seems the mkl dependency is somewhat optional given downstream
packages build cleanly when removing mkl.
2020-04-02 12:43:54 -04:00
Drew Risinger 53b803ed95 pythonPackages.cvxpy: explicit numpy/scipy
Make numpy/scipy dependencies explicit, based on conda install
instructions for cvxpy.
Slight formatting fix.
2020-04-02 12:07:21 -04:00
Mario Rodas 0b68f2ef09
Merge pull request #84066 from marsam/update-pdfminer
python3Packages.pdfminer: 20191020 -> 20200402
2020-04-02 08:26:40 -05:00
Mario Rodas 37dfac7bd8
pythonPackages.grpcio-tools: 1.27.1 -> 1.28.1 2020-04-02 04:20:00 -05:00
Jörg Thalheim cd3d229eba
Merge pull request #83583 from colemickens/nixpkgs-ha-pkgs-alarmdecoder
pythonPackages.alarmdecoder: init at v1.13.9
2020-04-02 09:47:54 +01:00
R. RyanTM d32b77f5e4 python37Packages.chalice: 1.12.0 -> 1.13.0 2020-04-01 18:14:56 -07:00
Jonathan Ringer f5617ff294 pythonPackages.pytest-pylint: disable for python2 2020-04-01 17:59:07 -07:00
R. RyanTM 6d6dc97c60 python37Packages.pytest-pylint: 0.14.1 -> 0.15.1 2020-04-01 17:59:07 -07:00
R. RyanTM 54e45fcf18 python37Packages.moderngl-window: 1.2.0 -> 2.1.0 2020-04-01 17:43:35 -07:00
R. RyanTM 8234f4ab49 aws-adfs: 1.21.2 -> 1.24.3 2020-04-01 17:22:10 -07:00
R. RyanTM 0750bc3628 python37Packages.hg-evolve: 9.2.2 -> 9.3.0 2020-04-01 17:18:51 -07:00
Ben Darwin 2d50f3e27e python3Packages.spyder: unbreak package
- by removed removed "Editor" category from categories arg to
  makeDesktopItem
2020-04-01 17:16:05 -07:00
R. RyanTM e133b5f8f4 python37Packages.django-multiselectfield: 0.1.11 -> 0.1.12 2020-04-01 17:08:54 -07:00
R. RyanTM 4fb8e55e0b python37Packages.cliff: 2.17.0 -> 3.1.0 2020-04-01 17:06:16 -07:00
Jonathan Ringer 7d6e15b9db python3Packages.dash: 1.9.1 -> 1.10.1 2020-04-01 17:05:48 -07:00
Jonathan Ringer 54dd44d9c6 python3Packages.dash-table: 4.6.1 -> 4.6.2 2020-04-01 17:05:48 -07:00
Jonathan Ringer 96852b405e python3Packages.dash-renderer: 1.2.4 -> 1.3.0 2020-04-01 17:05:48 -07:00
Jonathan Ringer d39ad7a5f9 python3Packages.dash-html-components: 1.0.2 -> 1.0.3 2020-04-01 17:05:48 -07:00
R. RyanTM 3ae13a9aa6 python37Packages.dash-core-components: 1.8.1 -> 1.9.0 2020-04-01 17:05:48 -07:00
R. RyanTM 5d2a778c91 python37Packages.django-mailman3: 1.3.1 -> 1.3.2 2020-04-01 16:52:42 -07:00
R. RyanTM 88a4b68985 python37Packages.vowpalwabbit: 8.8.0 -> 8.8.1 2020-04-01 16:51:08 -07:00
R. RyanTM a6ecdd7bab python37Packages.HTSeq: 0.11.2 -> 0.11.4 2020-04-01 16:43:32 -07:00
R. RyanTM d42b7f6e7d python37Packages.sly: 0.3 -> 0.4 2020-04-01 16:42:49 -07:00
R. RyanTM df003491d7 python37Packages.jsonrpc-websocket: 1.0.2 -> 1.1.0 2020-04-01 16:42:24 -07:00
Jaakko Luttinen 094f7ddd5a pythonPackages.salmon-mail: 3.1.1 -> 3.2.0 2020-04-01 12:34:11 -07:00
Drew Risinger 543382d83c pythonPackages.qiskit-ignis: init at 0.2.0
Qiskit Ignis is a toolbox for quantum hardware verification,
noise characterization, and error correction.

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-04-01 09:49:29 -07:00
Marek Mahut ff6a64c5bc python3Packages.trezor: 0.11.6 -> 0.12.0 2020-04-01 12:42:12 +02:00
Mario Rodas 899c35ccc1
python3Packages.pdfminer: 20191020 -> 20200402 2020-04-01 04:20:00 -05:00
R. RyanTM 75a164ef4c python27Packages.sybil: 1.2.2 -> 1.3.0 2020-03-31 22:56:43 -07:00
R. RyanTM be3121ab5c python27Packages.mypy-protobuf: 1.16 -> 1.20 2020-03-31 22:54:52 -07:00
R. RyanTM 673b3cd92e python27Packages.jsbeautifier: 1.10.2 -> 1.10.3 2020-03-31 22:40:32 -07:00
R. RyanTM 74ad48e413 snscrape: 0.3.0 -> 0.3.1 2020-03-31 22:39:40 -07:00
R. RyanTM 18fde5d57b jc: 1.9.2 -> 1.9.3 2020-03-31 22:39:34 -07:00
Timo Kaufmann c9bf23e658
Merge pull request #83482 from doronbehar/improve-picard
picard: add optional qtmultimedia dependency
2020-03-31 19:37:28 +00:00
Jan Tojnar dbb4a47de0
Merge branch 'staging-next' into staging 2020-03-31 21:33:00 +02:00
Jan Tojnar 3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
Leo Colisson abe5f7070a python37Packages.picos: 1.2.0 -> 2.0 2020-03-31 12:27:20 -07:00
John Ericson be0d1dc5a6
Merge pull request #69454 from jmillerpdt/bugfix/tensorflow-mkl
pythonPackages.tensorflow: fix for bazel settings for intel mkl, dnnl
2020-03-31 12:47:29 -04:00
Jason Miller 4a4b44803c tensorflow: bugfix for bazel settings (intel mkl, dnnl) 2020-03-31 12:01:22 -04:00
Jörg Thalheim 5371ea9702
Merge pull request #83582 from colemickens/nixpkgs-ha-pkgs-roku
pythonPackages.roku: init at v4.1
2020-03-31 11:46:04 +01:00
Jörg Thalheim 61cee883a9
Merge pull request #83720 from bhipple/f/py-application
python27Packages.application: 2.7.0 -> 2.8.0 and fix build; python27Packages.python-otr: mark as broken
2020-03-31 11:36:51 +01:00
Cole Mickens ad65f60099 pythonPackages.alarmdecoder: init at v1.13.9 2020-03-31 07:46:44 +00:00
Matt Snider c015badaa2 python3Packages.openwrt-luci-rpc: init at 1.1.2 2020-03-30 20:10:58 -07:00
R. RyanTM 215ca6863d python27Packages.pysmbc: 1.0.18 -> 1.0.19 2020-03-30 19:40:58 -07:00
Raphael Borun Das Gupta 4bbb0e83b1 python: Shapely: 1.6.4.post2 -> 1.7.0 2020-03-30 18:57:34 -07:00
Ben Darwin 4aaa18b64b python3Packages.dcmstack: init at 0.8 2020-03-30 18:01:07 -07:00
Dmitry Kalinkin 03ccfe23f7 pythonPackages.pyarrow: remove dead code in preCheck, use pytestCheckHook 2020-03-30 17:50:19 -07:00
R. RyanTM dad6f372fb python27Packages.flaskbabel: 0.12.2 -> 1.0.0 2020-03-30 17:04:08 -07:00
R. RyanTM 62948a60be python27Packages.datadog: 0.34.1 -> 0.35.0 2020-03-30 17:00:06 -07:00
Jonathan Ringer 915d58ba7c python3Packages.subunit: fix build and add tests 2020-03-30 16:54:40 -07:00
R. RyanTM d3a077ca06 python27Packages.identify: 1.4.11 -> 1.4.13 2020-03-30 16:04:08 -07:00
R. RyanTM b7572546b4 python27Packages.ipdb: 0.13.0 -> 0.13.2 2020-03-30 16:02:16 -07:00
R. RyanTM b0a29a6dae python27Packages.cgroup-utils: 0.6 -> 0.8 2020-03-30 16:01:46 -07:00
R. RyanTM 8f91b1745a python27Packages.cocotb: 1.3.0 -> 1.3.1 2020-03-30 15:57:26 -07:00
Jon 9cf5d3a2b4
Merge pull request #83802 from r-ryantm/auto-update/python2.7-hdbscan
python27Packages.hdbscan: 0.8.24 -> 0.8.25
2020-03-30 15:38:52 -07:00
Jon c05a3570a2
Merge pull request #83811 from r-ryantm/auto-update/python2.7-phonenumbers
python27Packages.phonenumbers: 8.11.4 -> 8.12.0
2020-03-30 15:32:39 -07:00
R. RyanTM 919a924e04 python37Packages.nbdime: 1.1.0 -> 2.0.0 2020-03-30 15:05:37 -07:00
Cole Mickens b5855b9847 pythonPackages.pyftdi: v0.44.2 -> 0.49.0 2020-03-30 21:38:41 +00:00
Cole Mickens 53dc9d6751 pythonPackages.roku: init at v4.1 2020-03-30 21:22:36 +00:00
R. RyanTM bd6a1ae174 python27Packages.phonenumbers: 8.11.4 -> 8.12.0 2020-03-30 21:08:32 +00:00
Ryan Mulligan 97f404147e
Merge pull request #82993 from Synthetica9/homepage-fix2
treewide: fix redirected urls (again)
2020-03-30 13:40:46 -07:00
Timo Kaufmann be749b3bc0
Merge pull request #83797 from r-ryantm/auto-update/python2.7-jupytext
python27Packages.jupytext: 1.3.4 -> 1.4.1
2020-03-30 19:02:34 +00:00
R. RyanTM ab30516fec python27Packages.hdbscan: 0.8.24 -> 0.8.25 2020-03-30 18:41:37 +00:00
R. RyanTM ef3a9c8e9e python27Packages.jupytext: 1.3.4 -> 1.4.1 2020-03-30 18:04:03 +00:00
John Ericson e541a44c17
Merge pull request #83794 from obsidiansystems/add-tensorflow-2
tensorflow-estimator-1.x: Put back comment
2020-03-30 13:45:51 -04:00
John Ericson cef0110b84 tensorflow-estimator-1.x: Put back comment 2020-03-30 17:43:56 +00:00
Frederik Rietdijk 46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
John Ericson 1fa310549c Merge remote-tracking branch 'upstream/master' into add-tensorflow-2 2020-03-30 13:59:16 +00:00
Timo Kaufmann a730888ce0 python.pkgs.tensorflow{,-bin,-estimator,-tensorboard}-2: Init at 2.1.0
Major breaking change from 1.x, so treating keeping both versions for now.

(adapted from 33f11be707)
(adapted from 9e8dea7986)
2020-03-30 13:58:28 +00:00
Robin Gloster d6fa642608
Merge pull request #81161 from wedens/libvirt-6.0.0
libvirt: 5.4.0 -> 6.1.0
2020-03-30 13:19:00 +00:00
John Ericson d4de62dedd bazel_0_29: init at 0.29.1
Needed for Tensorflow 2.1
2020-03-30 04:30:40 +00:00
Dmitry Kalinkin 272cdfcd6c
pythonPackages.docker: use dontUseSetuptoolsCheck 2020-03-30 00:29:31 -04:00
Benjamin Hipple c77bd38764 python27Packages.python-otr: mark as broken
See inline comment for details.

https://hydra.nixos.org/build/115510612

CC @NixOS/nixos-release-managers

ZHF: #80379
2020-03-29 18:51:54 -04:00
Benjamin Hipple 2c5fe63fbe python27Packages.application: 2.7.0 -> 2.8.0 and fix build
The build is currently broken due to failure to build `darcs` to fetch the src
package. The homepage is already their GitHub repo, and it appears to be the
active src of development anyways. See #83718

I came across this while debugging this failure:
https://hydra.nixos.org/build/115510612

Note that the `application` dependency *does* succeed on Hydra, because it's
already on local disk in Hydra's store, but I cannot rebuild locally because it
has prefer local builds.
https://hydra.nixos.org/build/115512559

This package is not reproducible on 20.03 or buildable outside of Hydra, so I
intend to backport the fix.

CC @NixOS/nixos-release-managers

ZHF: #80379
2020-03-29 18:18:04 -04:00
Tobias Mayer 56ec5a2577 pythonPackages.pyarrow: fix test 2020-03-29 10:43:42 -07:00
Jörg Thalheim 10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD 2020-03-29 14:08:10 +01:00
Konrad Borowski cfb435732a pythonPackages.ftputil: fix build
Some tests assume execution before 2020.
2020-03-29 14:39:48 +02:00
Rakesh Gupta 95e15a991a pythonPackages.variants: init at 0.2.0 2020-03-29 14:24:08 +02:00
Daniel Wheeler 773c84d944 pythonPackages.sfepy: 2019.2 -> 2019.4
- Bump the version number to fix incompatibility with Numpy 1.18.1
 - Remove broken test to fix incompatibility with Numpy 1.18.1
2020-03-29 14:17:31 +02:00
Daniel Wheeler f77e60466f pythonPackages.fipy: 3.3 -> 3.4.1 2020-03-29 14:14:52 +02:00
Frederik Rietdijk 036abcf58d pythonPackages.py2to3: fix pname
Applying parseDrvName results in incorrect name and version otherwise.
https://github.com/NixOS/nixos-homepage/issues/306#issuecomment-531187598
2020-03-29 12:25:12 +02:00
Benjamin Hipple f5a65df77c
Merge pull request #83546 from r-ryantm/auto-update/python2.7-mayavi
python27Packages.mayavi: 4.7.0 -> 4.7.1
2020-03-28 22:10:20 -04:00
Jan Tojnar fa4e1bbe07
Merge branch 'master' into staging-next
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
R. RyanTM a15897c0cd python27Packages.qdarkstyle: 2.8 -> 2.8.1 2020-03-28 16:23:32 -07:00
R. RyanTM d5b7f97098 python27Packages.globus-sdk: 1.8.0 -> 1.9.0 2020-03-28 16:23:09 -07:00
R. RyanTM de4b549f65 xml2rfc: 2.37.3 -> 2.41.0 2020-03-28 16:11:02 -07:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Benjamin Hipple 97f09ff09f pythonPackages.ntlm-auth: 1.0.3 -> 1.4.0 to fix build
On master and 20.03, this is failing to build on `python 3.8`.

https://hydra.nixos.org/build/115517329
https://hydra.nixos.org/build/114714922

CC @NixOS/nixos-release-managers
ZHF: #80379

Co-Authored-By: Niklas Hambüchen <mail@nh2.me>
2020-03-28 11:44:59 -04:00
Elis Hirwing d0abce68ba
Merge pull request #82303 from sjmackenzie/seabreeze
seabreeze: udev rules not installed
2020-03-28 14:32:33 +01:00
Robin Gloster 11b2136565
Merge pull request #83559 from r-ryantm/auto-update/python2.7-plumbum
python27Packages.plumbum: 1.6.8 -> 1.6.9
2020-03-28 11:52:15 +00:00
Cole Mickens 4366b198d7 pythonPackages.bravia-tv: init at 1.0.1 2020-03-28 08:08:36 +00:00
Jörg Thalheim dc0d45999a
Merge pull request #82866 from Mic92/home-assistant
home-assistant: 0.106.6 -> 0.107.7
2020-03-28 06:51:58 +00:00
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
Andreas Rammhold 6c7b2ac58e pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1
TF 1.15 still needs an older version of the tensorflow-estimator
package.

(cherry picked from commit c539f937c5)
2020-03-28 03:05:54 +00:00
(cdep)illabout 9939bd67f0 python3Packages.tensorflow-estimator: 1.15.1 -> 2.1.0
(cherry picked from commit c186f5ec4d)
2020-03-28 03:05:54 +00: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
Jörg Thalheim 808909d0db
hass-nabucasa: 0.31 -> 0.32.2 2020-03-28 02:29:59 +00:00
Jörg Thalheim 0d0a9776a2
python3.pkgs.pycognito: init at 0.1.2 2020-03-28 02:29:59 +00:00
Jörg Thalheim c646a56802
python-jose: 3.0.1 -> 3.1.0 2020-03-28 02:29:59 +00:00
Jörg Thalheim 63749d8a18
python3.pkgs.pyicloud: 0.9.4 -> 0.9.5 2020-03-28 02:29:59 +00:00
Jörg Thalheim 3c85ed263d
python3.pkgs.zeroconf: 0.24.4 -> 0.24.5 2020-03-28 02:29:58 +00:00
Jörg Thalheim 49e252a46c
python3.pkgs.ciso8601: init at 2.1.3 2020-03-28 02:29:58 +00:00
R. RyanTM 0174009059 python27Packages.plumbum: 1.6.8 -> 1.6.9 2020-03-28 01:55:51 +00: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 0b1e4118b4 python27Packages.mayavi: 4.7.0 -> 4.7.1 2020-03-27 23:45:02 +00:00
Patrick Hilhorst 5b49816cf4
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01: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] b693181658
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