3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

5036 commits

Author SHA1 Message Date
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
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
Bas van Dijk 0aae3fda06 graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276)
Fixes #30891

* Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3.

* Replaced the deprecated `pythonPackages.graphite_influxdb` with
  `pythonPackages.influxgraph.`

* Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web`
  to be consistent with the Python package name.

* Replaced the unmaintained `pythonPackages.graphite_pager` with
  `pythonPackages.graphitepager`

* Moved all new packages from `python-packages.nix` to
  `pkgs/development/python-modules`
2018-08-02 16:39:57 +02:00
Robert Schütz de880be9a2
Merge pull request #43260 from Assassinkin/sumo
pythonPackages.sumo: init at 1.0.9 ( And other packages that sumo depends on)
2018-08-02 14:51:37 +02:00
Assassinkin 9b349976fc pythonPackages.spglib:1.10.3.75->1.10.4.1 (#44352) 2018-08-02 14:14:37 +02:00
Jörg Thalheim d9cea0e6f1
Merge pull request #44155 from Assassinkin/slackclient
pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor
2018-08-01 12:46:57 +01:00
Assassinkin f3b60eb0a4 pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor 2018-08-01 12:05:32 +01:00
Assassinkin 6ee997a5ff pythonPackages.sumo:init at 1.0.9 2018-08-01 10:58:23 +01:00
Assassinkin 791d50fd3f pythonPackages.pymatgen:init at 2018.6.27 2018-08-01 10:58:23 +01:00
Assassinkin 1e1cf4f18c pythonPackages.phonopy:init at 1.13.2.13 2018-08-01 10:57:14 +01:00
Assassinkin 7487510d04 pythonPackages.palettable:init at 3.1.1 2018-08-01 10:57:14 +01:00
Jörg Thalheim 12c71a8cbc
Merge pull request #44261 from dotlambda/python-jose-3.0.0
python.pkgs.python-jose: 2.0.2 -> 3.0.0
2018-08-01 10:51:39 +01:00
Matthew Bauer 65c43b4468
python.futures: disable tests on darwin
https://hydra.nixos.org/build/78788633
2018-07-31 22:11:32 -04:00
Roger Qiu 0f70e78d37 pythonPackages.fastpair: init at 2016-07-05 (#43722) 2018-08-01 00:05:21 +02:00
Michael Weiss d1ae60cbad pythonPackages.mysql-connector: 8.0.11 -> 8.0.12 2018-07-31 21:45:28 +02:00
Robert Schütz a6d3577d3d python.pkgs.python-jose: 2.0.2 -> 3.0.0 2018-07-31 14:59:22 +02:00
Robert Schütz e858b285c8
Merge pull request #44239 from borisbabic/feature/init-pre-commit
gitAndTools.pre-commit: init at 1.10.4
2018-07-31 14:35:33 +02:00
Boris Babic 339f78957e pythonPackages.aspy-yaml: init at 1.1.1 2018-07-31 13:58:01 +02:00
Boris Babic eed74d16a1 pythonPackages.cfgv: init at 1.1.0 2018-07-31 13:58:01 +02:00
Boris Babic a1f03c09af pythonPackages.nodeenv: init at 1.3.2 2018-07-31 13:58:01 +02:00
Boris Babic 632d3b5d7d pythonPackages.identify: init at 1.1.4 2018-07-31 13:57:59 +02:00
Bjørn Forsman 09fcfb6168
Merge pull request #36621 from jfrankenau/init-rapid-photo-downloader
rapid-photo-downloader: init at 0.9.9
2018-07-31 01:59:50 +02:00
Wael Nasreddine 138d3be11a pythonPackages.reportlab: remove test files that require network for the tests to pass (#44244)
closes #44204
2018-07-31 00:14:41 +02:00
Ihor Antonov 742627f271 pythonPackages.fluent-logger: init at 0.9.3 (#44236) 2018-07-30 22:46:03 +02:00
catern de311d9ab3 pythonPackages.contextvars: 2.2 -> 2.3 (#44234) 2018-07-30 19:16:37 +02:00