Vladyslav Mykhailichenko
336a913f42
pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 14:00:59 +03:00
Jörg Thalheim
7d39e99a1e
Merge pull request #46316 from erosennin/psycopg-2.7.5
...
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-18 11:33:06 +01:00
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
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
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
Maximilian Bosch
a25dcb6607
python3Packages.pyowm: fix python3 build ( #46549 )
...
See https://hydra.nixos.org/build/80714323
Version 2.9 requires `geojson==2.x'. To allow 2.4, the constraint
required some patching using `substituteInPlace'.
Addresses #45960
2018-09-12 01:23:36 +02:00
Ryan Mulligan
8d4248a4cb
Merge pull request #44657 from costrouc/costrouc/dask-distributed
...
pythonPackages.distributed: 1.15.1 -> 1.22.1
2018-09-11 16:05:58 -07:00
Chris Ostrouchov
027b9beb58
fixup! merge: fixing changes with nixpkgs since pull-request
2018-09-11 17:14:12 -04:00
Christopher Ostrouchov
dac171dd5d
merge: fixing changes with nixpkgs since pull-request
...
- pytest-timeout: no longer requires patch
- joblib: was improperly merged with the github merge tool (never
using again)
2018-09-11 14:24:59 -04:00
Jaakko Luttinen
c44504410b
pythonPackages.eth-hash: init at 0.1.14
2018-09-11 17:49:48 +03:00
xeji
f201f8c3fd
pythonPackages.pytestflakes: fix build ( #46500 )
...
- disable a failing test case that looks broken
- remove pytestcache depencency that was dropped upstream
2018-09-11 11:15:03 +02:00
Uli Baum
bd02a1931a
pythonPackages.pyfakefs: fix darwin build
...
One test failed on darwin due to case-insensitive file system,
disable it.
2018-09-10 22:42:23 +02:00
Uli Baum
bc036397a3
pythonPackages.pydub: fix aarch64 build
...
one test failed due to rounding errors, disable it
2018-09-10 22:36:14 +02:00
Uli Baum
40c469e56b
pythonPackages.pydub: remove obsolete patch
2018-09-10 18:19:01 +02:00