1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00
Commit graph

5061 commits

Author SHA1 Message Date
Jörg Thalheim 3ea430ca2a python.pkgs.pyls-black: init at 0.2.1 2018-08-10 14:15:16 +02:00
Kevin Quick a9c48a0ad3 python: thespian: 3.9.2 -> 3.9.4 (#44857) 2018-08-10 12:28:49 +02:00
Silvan Mosberger d91825e158 python3Packages.zeep: fix build (#44843) 2018-08-10 00:17:57 +02:00
Christopher Ostrouchov 1d46027c3d pythonPackages.pysrim: init at 0.5.8 (#44756)
- compatible with 2.7, 3+
 - tests are not run due to requiring git lfs download of repository
2018-08-09 00:31:51 +02:00
Christopher Ostrouchov 74f0282d65 pythonPackages.singledispatch: move expression (#44654) 2018-08-08 22:35:46 +02:00
Christopher Ostrouchov 8de02232c5 pythonPackages.sortedcontainers: 1.5.7 -> 2.0.4 (#44653)
Moving sortedcontianers from top-level -> python-modules and updating
to newest sortedcontianers release.
2018-08-08 22:12:12 +02:00
Frederik Rietdijk 52e7817aa2
Merge pull request #26580 from twhitehead/theano-cleanup
Theano cleanup
2018-08-08 17:43:04 +02:00
Robert Schütz 6342ab656c
Merge pull request #44446 from rnhmjoj/python2->python3
Make python{2,3} version explicit
2018-08-08 11:18:21 +02:00
Christopher Ostrouchov c2e7a20f34 pythonPackages.docrep: init at 0.2.3 (#44665) 2018-08-08 10:53:28 +02:00
Christopher Ostrouchov 6ec399ef23 pythonPackages.jupyterlab: 0.32.1 -> 0.33.7 (#44638)
previous jupyterlab 0.32.1 did not build due to requiring
jupyterlab_launcher version between (0.10.0 <-> 0.11.0) now
requires (0.11.2 <-> 0.12.0).
2018-08-08 10:16:13 +02:00
rnhmjoj f0aa5654ee
pythonPackages.robotsuite: enable python3 build 2018-08-08 02:20:55 +02:00
rnhmjoj beeb973b93
pythonPackages.robotframework: enable python3 build 2018-08-08 02:20:55 +02:00
rnhmjoj 3c212d9271
pythonPackages.selenium: 3.6.0 -> 3.8.1 2018-08-08 02:20:54 +02:00
Robert Schütz fbb60556f8 python.pkgs.tidylib: 0.2.4 -> 0.3.2
fixes #44581
2018-08-08 01:29:54 +02:00
Robert Schütz 80bf2e3641
Merge pull request #44599 from jyp/tensorflow-1.9
Update to tensorflow 1.9
2018-08-08 00:30:34 +02:00
Michael Weiss 90b27d020b pythonPackages.scapy: Add support for the manuf database from Wireshark
This file contains "Ethernet vendor codes, and well-known MAC
addresses".
2018-08-07 19:14:10 +02:00
Michael Weiss f9291887af pythonPackages.scapy: Add optional dependencies 2018-08-07 18:55:48 +02:00
Jean-Philippe Bernardy 8162378401 python.pkgs.tensorflow 1.7.0 -> 1.9.0 2018-08-07 11:42:36 +02:00
Robert Schütz d71dbf2f87 python.pkgs.tensorflow-tensorboard: 1.7.0 -> 1.9.0 2018-08-07 11:40:31 +02:00
Robert Schütz 746aae0e55
Merge pull request #44571 from kalbasit/nixpkgs-update-mycli
mycli: 1.6.0 -> 1.17.0
2018-08-07 10:49:37 +02:00
Robert Schütz 0359f150cd python.pkgs.tokenserver: 1.2.27 -> 1.3.1 2018-08-07 10:46:51 +02:00
Robert Schütz 0a6d4b669b python.pkgs.pyfxa: init at 0.6.0 2018-08-07 10:46:51 +02:00
Wael M. Nasreddine 16cfc2a602
pythonPackages.pymysql: 0.6.6 -> 0.9.2; move to python-modules 2018-08-07 00:18:18 -07:00
Wael M. Nasreddine 1faec393f1
pythonPackages.cli-helpers: init at 1.0.2 2018-08-06 23:43:56 -07:00
Jörg Thalheim 9d825127b5
Merge pull request #44567 from LnL7/python-language-server
python-language-server: 0.18.0 -> 0.19.0
2018-08-07 01:25:38 +01:00
volth 8835240895 libvirt: 4.5.0 -> 4.6.0 (#44566) 2018-08-06 23:15:06 +02:00
Maximilian Bosch ea36b975ab pythonPackages.asana: 0.7.0 -> 0.7.1 (#44561)
Also fixed the package build from
https://hydra.nixos.org/build/78900949.

`requests_oauthlib` seems to work fine at version 1.0 with `asana`, so
rather than creating our own override for `asana` it's fine to use 1.0
and patch `setup.py`.
2018-08-06 22:24:24 +02:00
leenaars 040bbfab60 pythonPackages.fire: init at 0.1.3 (#44493) 2018-08-06 21:33:34 +02:00
Robert Schütz b1e7c4ca25 python.pkgs.asgiref: disable for python < 3.5 2018-08-06 21:31:48 +02:00
Maximilian Bosch 3819c542ba python3Packages.asgiref: 2.2.0 -> 2.3.2 (#44563)
2.3.2 supports async-timeout@3.x which fixes https://hydra.nixos.org/build/78889815.
2018-08-06 21:29:19 +02:00
Daiderd Jordan 5b2ff69544
python-language-server: add providers option
Adding all of the extra dependencies isn't always desirable and
overriding a bunch of inputs is a bit cumbersome and brittle.

eg.

python-language-server.override { providers = ["rope"]; }
2018-08-06 20:41:52 +02:00
Daiderd Jordan d12afcf734
python-language-server: 0.18.0 -> 0.19.0 2018-08-06 19:48:24 +02:00
Michael Raskin 2b6e13157f pythonPackages.mozlog: fix the hash 2018-08-05 10:20:24 +03:00
Michael Raskin 25cfc9812a pythonPackages.mozterm: pass pythonPackages.six 2018-08-05 10:20:23 +03:00
Michael Raskin b79dbfe482
Merge pull request #43281 from timokau/sage-8.3
sage: 8.2 -> 8.3
2018-08-04 13:02:06 +00:00
Frederik Rietdijk d296a379ba python.pkgs.beaker: move expression 2018-08-04 13:33:32 +02:00
Frederik Rietdijk e002b543af python.pkgs.basiciw: move expression 2018-08-04 13:30:24 +02:00
Frederik Rietdijk 2356a84bbd
Merge pull request #44381 from twhitehead/tensorflow
tensorflow: workaround tensorboard collision due to upstream pip hack
2018-08-03 20:43:39 +02:00
Tyson Whitehead fd0c467f96
tensorflow: workaround tensorboard collision from upstream pip hack
Upstream lists tensorboard as a utility from tensorflow despite it
being provided by tensorboard to stop pip for deleting it.  This
causes python.withPackages collisions between the two.
2018-08-03 14:28:46 -04:00
Robert Schütz c2649439d5
Merge pull request #44408 from dotlambda/actdiag-application
*diag: use python3 and toPythonApplication
2018-08-03 19:59:15 +02:00
Frederik Rietdijk e271c47fcb
Merge pull request #44390 from dotlambda/keras-2.2.2
python.pkgs.Keras: 2.2.0 -> 2.2.2
2018-08-03 17:53:34 +02:00
Robert Schütz 0f8185e3fc python.pkgs.Keras: 2.2.0 -> 2.2.2 2018-08-03 17:46:09 +02:00
Robert Schütz 95134fb939 pythonPackages.actdiag: run tests 2018-08-03 17:40:56 +02:00
Timo Kaufmann 86f058c842 python2Packages.ipython: apply upstream signature patch 2018-08-03 15:22:04 +02:00
Roger Qiu 83cc1e3d38 pythonPackages.imgaug: init at 0.2.6 (#43720) 2018-08-03 14:39:55 +02:00
Uli Baum a4ec1ec039 pythonPackages.shippai: fix eval (typo) 2018-08-03 13:18:41 +02:00
Gabriel Ebner 0a519ad6df pythonPackages.shippai: init at 0.2.3 2018-08-03 12:40:34 +02:00
Robert Schütz 148f0746ab python.pkgs.keras-applications: init at 1.0.4 2018-08-03 11:36:42 +02:00
Robert Schütz 2553369795 python.pkgs.keras-preprocessing: init at 1.0.2 2018-08-03 07:48:04 +02:00
Tyson Whitehead 303a3f972e
Theano: get theano to use a captured build environment 2018-08-02 15:23:22 -04:00