Commit graph

3937 commits

Author SHA1 Message Date
Matthieu Coudron eb2ba8ac0d pythonPackages.configobj: enable tests
I found a bug in configobj and wanted to run the testsuite to confirm it
was a bugs rather than a nixos oddity. Now that tests work let's upstream it.
2018-05-11 12:10:12 +09:00
Robert Schütz f79e0fcf75
Merge pull request #39926 from Ma27/update-yowsup
python3Packages.yowsup: 2.5.2 -> 2.5.7
2018-05-04 23:02:59 +02:00
Robert Schütz bee495e9ee
Merge pull request #39931 from catern/supup
pythonPackages.supervise_api: 0.4.0 -> 0.5.3
2018-05-04 22:39:23 +02:00
Spencer Baugh 62855fc04a pythonPackages.supervise_api: 0.4.0 -> 0.5.3
Upstream added tests, so we run those too now.
2018-05-04 20:10:29 +00:00
Anders Kaseorg ce00943916 pytorch: 0.2.0 → 0.3.1 with CUDA and cuDNN (#38530)
* pytorch-0.3 with optional cuda and cudnn

* pytorch tests reenabled if compiling without cuda

* pytorch: Conditionalize cudnn dependency on cudaSupport

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

* pytorch: Compile with the same GCC version used by CUDA if cudaSupport

Fixes this error:

In file included from /nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/host_config.h:50:0,
                 from /nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/cuda_runtime.h:78,
                 from <command-line>:0:
/nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/crt/host_config.h:121:2: error: #error -- unsupported GNU version! gcc versions later than 6 are not supported!
 #error -- unsupported GNU version! gcc versions later than 6 are not supported!
  ^~~~~

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

* pytorch: Build with joined cudatoolkit

Similar to #30058 for TensorFlow.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

* pytorch: 0.3.0 -> 0.3.1

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

* pytorch: Patch for “refcounted file mapping not supported” failure

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

* pytorch: Skip distributed tests

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

* pytorch: Use the stub libcuda.so from cudatoolkit for running tests

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-05-04 16:19:31 +02:00
Maximilian Bosch cf50edf583
python3Packages.yowsup: 2.5.2 -> 2.5.7
The latest update of `yowsup` (https://github.com/tgalal/yowsup/releases/tag/v2.5.7)
contains the following fixes:

* Updated tokens
* Fixed tgalal/yowsup#1842: Bug in protocol_groups RemoveGroupsNotificationProtocolEntity
* Other minor bug fixes

The `argparse-dependency.patch` required a rebase onto the latest
version of `setup.py` and ensures that `argparse` won't be needed as
extra dependency as our `python3` package ships `argparse` by default.

A short note to Python 2 support:

the actual issue related to Python 2.x support has been resolved
(https://github.com/tgalal/yowsup/issues/2325#issuecomment-354533727),
however this relies on `six==1.10` which isn't support by `nixpkgs` as
`six` has been bumped to `1.11`. When trying to inject a patched version
of our `six` package based on `six==1.10` you'll run into issues with
duplicated libraries in your closure as further build dependencies
(`pytest` in this case) use the latest `six` version. As Python 2.7 will
die in 2020 (https://pythonclock.org/) and patching around in the
dependencies of `pytest` to get `yowsup` running isn't worth the effort
in my opinion I decided to keep the Python 2.x build disabled for now.
2018-05-04 09:09:59 +02:00
Robin Gloster 2cca7e686b
rocket-errbot: fix hash 2018-05-02 22:06:08 +02:00
Matthew Justin Bauer bead42df5d
Merge pull request #37639 from Twey/plover-4.0.0.dev6
Plover 4.0.0.dev6
2018-05-02 12:49:02 -05:00
Robert Schütz ac75ebf171
Merge pull request #39694 from veprbl/pr/pyslurm_fix_for_17.11.5
pythonPackages.pyslurm: 20170302 -> 20180427
2018-05-02 15:27:39 +02:00
Robert Schütz 166282e826
Merge pull request #39815 from jluttine/pytest-flake8-1.0.1
pythonPackages.pytest-flake8: 1.0.0 -> 1.0.1
2018-05-02 15:17:09 +02:00
Robert Schütz c64676af19 Revert "keyring: disable testing"
This reverts commit b6567229a2.
2018-05-02 14:12:11 +02:00
Michael Raskin b82ee7c3d2 pythonPackages.nbxmpp: 0.6.4 -> 0.6.5 2018-05-02 02:46:51 +02:00
Jaakko Luttinen c639df5fa4
pythonPackages.pytest-flake8: 1.0.0 -> 1.0.1
This upgrade fixes #39206.
2018-05-01 17:13:37 +03:00
Robin Gloster 926f312cf4
python.pkgs.httplib2: 0.9.2 -> 0.11.3 2018-05-01 14:13:22 +02:00
Robin Gloster 6f76d907c8
pythonPackages.sleekxmpp: fix dnspython issue 2018-05-01 13:11:11 +02:00
Robin Gloster bf2e512377
python.pkgs.errbot-rocket: add patch to fix IPv6 2018-05-01 13:04:23 +02:00
Robin Gloster d868a6cdeb
python.pkgs.jira: disable on python2 2018-05-01 12:53:11 +02:00
Robin Gloster b2c0126b94
python.pkgs.jira: init at 1.0.14 2018-05-01 12:49:47 +02:00
Dmitry Kalinkin bb12277049
pythonPackages.pyslurm: 20170302 -> 20180427
Fixes build against slurm 17.11.5

Fixes: 0e0b80d4b4 ('slurm: 17.11.3 -> 17.11.5')
2018-04-30 11:28:50 -04:00
Matan Shenhav 80bf73b11c pythonPackages.hdbscan: init at 0.8.12 (#37762) 2018-04-29 20:22:12 +02:00
Ilya Kolpakov f2adf2059a pythonPackages.pymc3: init at 3.2 2018-04-28 22:57:57 +02:00
Ilya Kolpakov 4797fe8da4 pythonPackages.patsy: 0.3.0 -> 0.5.0 2018-04-28 22:57:56 +02:00
Robert Schütz ac0ee0c837
Merge pull request #39599 from erikarvstedt/opentimestamps
opentimestamps: 0.2.1 -> 0.3.0, opentimestamps-client: 0.5.1 -> 0.6.0
2018-04-27 23:31:05 +02:00
Erik Arvstedt 5c7b7c360b pythonPackages.opentimestamps: 0.2.1 -> 0.3.0 2018-04-27 23:09:55 +02:00
aszlig 89df48e9db
weboob: Disable doctests requiring networking
Unfortunately I haven't found a way for nose to disable doctests and the
-e/--exclude flag only works on unit tests.

So I'm using sed in postPatch to remove the doctests without mangling
the whole docstring.

I've built weboob and it now succeeds.

Signed-off-by: aszlig <aszlig@nix.build>
2018-04-27 20:39:14 +02:00
Timo Kaufmann 12707b8810 pythonPackages.cysignals: 1.6.9 -> 1.7.1 2018-04-27 19:03:17 +02:00
Robert Schütz 6ed855289e python.pkgs.pyhomematic: 0.1.41 -> 0.1.42 2018-04-26 20:20:01 +02:00
Mark Karpov 2a4dc39e1e pytaglib: init at 1.4.3 (#39498) 2018-04-26 17:19:52 +01:00
Dan Peebles ca52152a91 boto{3,core}: {1.6.0,1.9.3} -> {1.7.9,1.10.9}
Yeah yeah, I want parallel glob expansion but you get what I mean.
These two packages like getting upgraded together so to minimize
incompatibilities I'm upgrading them both in the same commit.
2018-04-25 21:36:15 -04:00
Frederik Rietdijk 304c3ebc6d
Merge pull request #39285 from florianjacob/synapse
matrix-synapse: 0.27.2 -> 0.27.4
2018-04-25 07:41:29 +02:00
Frederik Rietdijk fbd169ae5f
Merge pull request #39158 from catern/dataclass
pythonPackages.dataclasses: init at 0.5
2018-04-25 07:39:29 +02:00
Timo Kaufmann b75b5cdc79 pythonPackages.entrypoints: Fix buildInputs (#39449) 2018-04-25 00:23:44 +01:00
Jan Tojnar ddc48afcca
python3.pkgs.pyatspi: 2.18.0 → 2.26.0 2018-04-24 21:53:11 +02:00
Spencer Baugh 2dbde855eb pythonPackages.dataclasses: init at 0.5 2018-04-24 18:04:54 +00:00
Robert Schütz 7a82fcfefa python.pkgs.faulthandler: 3.0 -> 3.1 2018-04-24 00:55:30 +02:00
Robert Schütz 1aaab715e4
Merge pull request #39195 from teto/vdirsyncer
[RDY] Vdirsyncer update
2018-04-24 00:52:41 +02:00
Robert Schütz 16408d3920
Merge pull request #38784 from timokau/flask-autoindex-init
pythonPackages.flask-autoindex: init at 0.6
2018-04-24 00:27:25 +02:00
Florian Jacob 9c194b1b63 frozendict: disable checks
as there are none
2018-04-23 15:29:50 +02:00
Timo Kaufmann a8f9fc1c16 pythonPackages.flask-autoindex: init at 0.6 2018-04-23 13:26:43 +02:00
Matthias Beyer f396f0937e pythonPackages.milksnake: init at 0.1.5 2018-04-23 16:35:44 +09:00
Jörg Thalheim 9814515772
Merge pull request #39343 from Balletie/master
pythonPackages.html5-parser: 0.4.4 -> 0.4.5
2018-04-22 23:26:14 +01:00
Balletie ef47a5846c
pythonPackages.html5-parser: 0.4.4 -> 0.4.5 2018-04-22 22:43:21 +02:00
Florian Jacob 2749531e0f frozendict: move to separate module 2018-04-22 15:25:33 +02:00
Florian Jacob 63901546df canonicaljson: separating from pythonPackages 2018-04-22 15:25:33 +02:00
Jörg Thalheim 3cd82a3605
Merge pull request #39326 from lheckemann/xdot-disable-py2
xdot: disable for python 2.x
2018-04-22 12:17:25 +01:00
Linus Heckemann 701f22275c xdot: disable for python 2.x
It just fails at runtime otherwise.
2018-04-22 08:55:10 +01:00
Timo Kaufmann a037da9afe cypari2: init at 1.1.4 2018-04-21 20:39:56 -05:00
Timo Kaufmann 9897e959f3 pythonPackages.flask-silk: init at 0.2 2018-04-21 20:39:22 -05:00
Timo Kaufmann 1cf1b1e0f4 pythonPackages.flask-babel: init at 0.11.2 2018-04-21 20:39:03 -05:00
Robert Schütz 43c1711182 python.pkgs.pytest-sugar: mark as broken
https://github.com/Frozenball/pytest-sugar/issues/134
2018-04-20 15:43:10 +02:00