Commit Graph

5587 Commits

Author SHA1 Message Date
Jörg Thalheim 080b3ef0b5 python2.pkgs.mypy_extensions: also enable python2 2018-09-18 08:05:02 +01:00
Jörg Thalheim bab28c26f1 Merge pull request #46788 from teto/mypy630
python3Packages.mypy: 0.620 -> 0.630
2018-09-18 08:01:53 +01:00
Maximilian Bosch 5f2eacccf6 pythonPackages.mahotas: skip test_moments.test_normalize and test_texture.test_haralick3d testcase (#46793)
As stated in #46368, this package seems to have issues with impure tests
(reported in https://github.com/luispedro/mahotas/issues/97).

Unfortunately the `release-18.09` job on Hydra fails at the attempt to
build this package since `test_moments.test_normalize1` and
`test_texture.test_haralick3d` breaks. Until
the root cause is identified, we skip the disabled tests to ensure that
the resulting package is not entirely broken (which can't be confirmed
with `doCheck = false`).

See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python27Packages.mahotas.x86_64-linux
See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python36Packages.mahotas.x86_64-linux
See https://logs.nix.ci/?key=nixos/nixpkgs.46793&attempt_id=b85a638d-dcb0-41d3-ab2a-9616a3bb0175

/cc @xeji @luispedro
2018-09-17 21:33:47 +02:00
Matthieu Coudron 676ceb81b7 python3Packages.mypy: 0.620 -> 0.630
Now requires mypy_extensions so added it as well.
2018-09-18 00:31:41 +09:00
Uli Baum a66c00d780 pythonPackages.dendropy: fix build
Build failed after update to 4.4.0 because the tests are incorrectly
packages in the pypi version.
Switch to upstream github repo, fix tests, disable failing test cases
2018-09-16 17:37:28 +02:00
Jörg Thalheim f03e9545eb Merge pull request #46732 from worldofpeace/asyncssh/1.14.0
python.pkgs.asyncssh: 1.13.3 -> 1.14.0
2018-09-16 11:22:16 +01:00
worldofpeace 710b3d678b python.pkgs.asyncssh: 1.13.3 -> 1.14.0 2018-09-16 04:48:14 -04:00
Vincent Laporte 5b8b9a08e7 pythonPackages.libnacl: fix build on darwin 2018-09-16 06:24:49 +00:00
xeji 13c500ae16 pythonPackages.pyodbc: fix build (#46703)
Build with unixODBC instead of libiodbc, see discussion in
https://github.com/mkleehammer/pyodbc/issues/444
2018-09-15 23:13:51 +02:00
Maximilian Bode 2438ceb5b4 salt: fix darwin build by specifying dependency on tornado 4
/cc ZHF #45961
2018-09-15 10:09:36 +02:00
Symphorien Gibol 46cd67e6a1 pythonPackages.{pyocr,pypillowfight}: fix homepage 2018-09-14 14:32:32 +02:00
Symphorien Gibol cd599c8fa6 pythonPackages.pypillowfight: 0.2 -> 0.2.4 2018-09-14 14:32:32 +02:00
Symphorien Gibol 5314a74ee6 pythonPackages.pyocr: 0.4.7 -> 0.5.3 2018-09-14 14:32:31 +02:00
xeji f1f8ce80c4 Merge pull request #46608 from xeji/p/python-fixes-2
pythonPackages: fix some broken builds
2018-09-14 10:56:59 +02:00
Chris Ostrouchov bd6873774e pythonPackages.dask-xgboost: init at 0.1.5 2018-09-13 16:42:25 -04:00
Chris Ostrouchov 72bd196b89 pythonPackages.dask-image: init at 0.1.1 2018-09-13 16:41:58 -04:00
Chris Ostrouchov ce4b7154ac pythonPackages.slicerator: init at 0.9.8 2018-09-13 16:41:34 -04:00
Chris Ostrouchov 1a67a15c6f pythonPackages.pims: init at 0.4.1 2018-09-13 16:41:13 -04:00
Chris Ostrouchov 41cd200b64 pythonPackages.dask-jobqueue: init at 0.4.0 2018-09-13 16:40:58 -04:00
Chris Ostrouchov 32cb956fea pythonPackages.dask-glm: init at 0.1.0 2018-09-13 16:40:58 -04:00
Chris Ostrouchov 93cdaaa3d4 pythonPackages.dask-ml: init at 0.10.0 2018-09-13 16:40:58 -04:00
Chris Ostrouchov e5cd420e73 pythonPackages.distributed: refactor move to fetchPypi
There is a bug when using git repo in that the package does not get a
version (shows up as `0+unknown`). Using pypi fixes this issue allows
allows for auto upgrades.
2018-09-13 15:10:40 -04:00
Uli Baum d9bdd64f04 pythonPackages.nilearn: fix tests
disable failing tests
2018-09-13 19:40:29 +02:00
Uli Baum be12bb81aa pythonPackages.wordfreq: 2.0 -> 2.2.0, fix build
Previous version didn't build (test failure).
Update to latest, tests use pytest now, disable failing tests.
2018-09-13 18:16:34 +02:00
Uli Baum 0bda601ee5 pythonPackages.pytest-rerunfailures: fix build
some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
2018-09-13 17:48:38 +02:00
Uli Baum 781eaa1377 pythonPackages.flask-pymongo: fix build
add missing dependency: vcversioner
2018-09-13 17:25:38 +02:00
Uli Baum 9e4b0b795c pythonPackages.eve: fix build, drop incorrect dependencies
Build failed because of dependency Flask-PyMongo, which actually
isn't a dependency of eve as they have their own flask_pymongo code.

- Drop incorrect dependency flask-pymongo
- Drop redunant dependencies already propageted by flask:
  itsdangerous, werkzeug, jinja2
- Drop dependency markupsafe, not required any more
2018-09-13 17:09:51 +02:00
Uli Baum abe97e9446 pythonPackages.daphne: 2.1.0 -> 2.2.2
Update, re-enable all tests on linux, disable tests on darwin.
This fixes the build of pythonPackages.channels
2018-09-13 16:45:27 +02:00
Uli Baum b54677969b pythonPackages.zodb: fix tests
Tests failed after `persistent` was updated to 4.4.
Apply an upstream patch to fix them.
2018-09-13 13:35:34 +02:00
xeji 2bc08ce0f5 Merge pull request #46488 from xeji/p/python-fixes
pythonPackages.{pydub,readme_renderer,pyfakefs,us,restview}: fix build
2018-09-13 11:38:20 +02:00
Uli Baum 6dc57134da pythonPackages.restview: fix tests
Failed after readme_renderer was updated. Apply an upstream patch.
2018-09-13 11:21:19 +02:00
xeji 68b7de9e2e pythonPackages.BTrees: fix build (#46588)
a test case failed since the update to 4.5.1, disable it
2018-09-13 02:32:37 +02:00
xeji decd819911 Merge pull request #46556 from rnhmjoj/lastpass
qutebrowser: patch all python scripts
2018-09-12 23:51:40 +02:00
Robert Schütz c15a94b6d1 Merge pull request #45644 from jluttine/update-rlp-1.0.2
pythonPackages.rlp: 1.0.1 -> 1.0.2 (with some new deps)
2018-09-12 12:55:29 +02:00
Jörg Thalheim 63668d33b2 python-language-server: 0.19.0 -> 0.21.2 2018-09-12 09:03:08 +01:00
Jörg Thalheim e4393102e6 python-jsonrpc-server: init at 0.0.1 2018-09-12 09:03:08 +01:00
Jörg Thalheim 8d4afa5f2e pythonPackage.backports-shutil-which: enable tests 2018-09-12 09:04:36 +03:00
Jaakko Luttinen d0ce8834ae pythonPackages.libagent: fix propagatedBuildInputs 2018-09-12 09:04:36 +03:00
Jaakko Luttinen 80b64a2e04 pythonPackage.backports-shutil-which: init at 3.5.1 2018-09-12 08:44:19 +03:00
Jaakko Luttinen c9bf7f67b9 pythonPackage.pymsgbox: init at 1.0.6 2018-09-12 08:44:19 +03:00
Jaakko Luttinen 5c9db2f02f pythonPackages.ledgerblue: fix build inputs 2018-09-12 08:44:19 +03:00
Jaakko Luttinen 38e86a8f1e pythonPackages.python-u2flib-host: init at 3.0.3 2018-09-12 08:44:19 +03:00
Jaakko Luttinen f053daf36c pythonPackages.rlp: fix build 2018-09-12 08:44:19 +03:00
Jaakko Luttinen 9f8e6148c5 pythonPackages.eth-utils: init at 1.2.0 2018-09-12 08:44:18 +03:00
Jaakko Luttinen 541a13ca0a pythonPackages.eth-typing: init at 1.1.0 2018-09-12 08:44:18 +03:00
rnhmjoj d117e3ccd8 python.pkgs.construct: 2.8.16 -> 2.9.45 2018-09-12 03:35:26 +02:00
rnhmjoj dca577a36c python.pkgs.pykeepass: init at 3.0.2 2018-09-12 03:35:25 +02:00
rnhmjoj 75b2058aff python.pkgs.pyreadability: init at 0.4.0 2018-09-12 03:23:04 +02:00
rnhmjoj e281f0e686 python.pkgs.tldextract: init at 2.2.0 2018-09-12 03:23:04 +02:00
rnhmjoj 99dad9d7f0 python.pkgs.requests-file: init at 1.4.3 2018-09-12 03:23:04 +02:00