Commit Graph

19670 Commits

Author SHA1 Message Date
Robert Scott
ef82f49fc0 pythonPackages.pyjet: fix tests
tests are now pytest tests, and not included in the pypi tarball
2020-09-10 15:16:44 -07:00
Robert Scott
70c56dd486 pythonPackages.pq: fix build
we can't run the tests anyway, so remove fragile attempts to patch them
2020-09-10 15:15:58 -07:00
Robert Scott
483fa86c36 pythonPackages.hiredis: fix tests
just requires the source-directory-hiding trick
2020-09-10 15:15:39 -07:00
Drew Risinger
8f6436a825 python3Packages.parso: disable on python 2.7
* Disabled on python 2.7
* Updated meta
* Changed to pytestCheckHook
2020-09-10 15:09:01 -07:00
Jonathan Ringer
5916b96370 python3Packages.executor: 21.3 -> 23.1, fix tests 2020-09-10 14:39:20 -07:00
Frederik Rietdijk
336ce7a797 python3.pkgs.fastparquet: 0.4.0 -> 0.4.1 2020-09-10 17:13:49 +02:00
Drew Risinger
b03c729c88 python3Packages.nmigen: fix build
Tried to debug failure & traced it to subprocess.Popen calling fork_exec()
with a bad path, but couldn't reproduce error from manual debugging
using ``nix-shell``.

Bad path meaning that most paths were of form /nix/store/.../bin/sby,
but one path was "sby" only. That's my only guess as to what would
be causing this failure.
2020-09-09 20:04:41 -07:00
Drew Risinger
9fae7b21ef python3Packages.pyfakefs: disable on py2.7
* No longer supports python < 3.5, so disabled.
* Enables tests that were disabled due to bugs.
* Add changelog
2020-09-09 20:01:37 -07:00
Erik Arvstedt
a81c38893c python3Packages.django_extensions: 2.2.8 -> 3.0.8 2020-09-09 19:39:06 -07:00
Erik Arvstedt
039e248555 python3Packages.django-picklefield: fix tests 2020-09-09 19:39:06 -07:00
WORLDofPEACE
872f2b76c1 Merge pull request #97578 from makefu/pkgs/pyhaversion/fix
python3Packages.pyhaversion: add missing semantic-version
2020-09-09 16:29:00 -04:00
makefu
92bf2d7c03 python3Packages.pyhaversion: add missing semantic-version 2020-09-09 19:46:33 +02:00
William Kral
cf54ef99b6 python3Packages.jq: 0.1.8 -> 1.0.2 2020-09-09 09:52:45 -07:00
Jörg Thalheim
b5118540bf Merge pull request #97560 from makefu/pkgs/python-maintainer/fix-eval
aresponses,pyhaversion: disable for py2
2020-09-09 18:30:08 +02:00
Shea Levy
31579c6b0a matplotlib: Disable LTO on darwin.
Needs #19312 or equivalent to work.
2020-09-09 12:18:50 -04:00
makefu
b30dfc4f4b pythonPackages.pyhaversion: py3k only 2020-09-09 18:11:17 +02:00
makefu
467dcc5b75 pythonPackages.aresponses: only py3k 2020-09-09 18:10:21 +02:00
Maximilian Bosch
f961ac6695 python3Packages.todoist: fix build
See https://hydra.nixos.org/build/126777642
ZHF #97479
2020-09-09 13:32:31 +02:00
Jonathan Ringer
ff7e38b954 python3Packages.xdis: 4.2.4 -> 5.0.4, fix build 2020-09-08 18:16:34 -07:00
Edmund Wu
b169bfc9e2 python3Packages.tinycss2: fix build 2020-09-08 17:43:57 -07:00
Edmund Wu
0f5c7d2bfb python3Packages.mistletoe: init at 0.7.2 2020-09-08 17:43:57 -07:00
Robert Scott
570dbab975 pythonPackages.jug: fix tests
these seem to have switched to pytest tests in 2.0.2
2020-09-08 17:04:31 -07:00
Jörg Thalheim
b99096b1f0 python3.pkgs.python-language-server: fix jedi integration
recent jedi/parso versions uses Path instead of str.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
12a9a93d68 python3.pkgs.jedi: fix compatibility with parso
The current version is fundamentally broken as tested with
python-language-server because parso now uses Path instead of str
in many instances.

Backporting of the fixes is not trivial and likely breaks more stuff
than it fixes due to other refactorings in jedi, hence using a recent
commit in master seems more reasonably.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
b0a8c8af6f python3.pkgs.python-language-server: 0.33.1 -> 0.34.1 2020-09-08 14:29:15 -07:00
Jörg Thalheim
12fc3e0718 python-engineio: 3.13.0 -> 3.13.2 (fix build) 2020-09-08 14:29:15 -07:00
Jonathan Ringer
9716fcd940 python3Packages.minio: fix cred tests 2020-09-08 14:24:43 -07:00
Vincent Haupert
9c6c7acf22 python3Packages.mitmproxy: 5.1.1 -> 5.2 2020-09-08 10:40:22 -07:00
Vincent Haupert
0e5657498d mitmproxy: convert to python3Packages 2020-09-08 10:40:22 -07:00
Michael Weiss
d2eb16cdf5 python3Packages.goobook: Generate and install the man page 2020-09-08 14:57:06 +02:00
Michael Weiss
9550ba71fa python3Packages.goobook: 3.4 -> 3.5 2020-09-08 14:11:56 +02:00
Frederik Rietdijk
945fdbe1b9 pythonPackages.python-pam: remove duplicate package, fixes #97355 2020-09-08 08:13:04 +02:00
Thomas Tuegel
0b3cc29f09 Merge pull request #97242 from ttuegel/qt-5.15
Qt 5.15.0
2020-09-07 20:18:57 -05:00
R. RyanTM
7a85c05878 python27Packages.graph-tool: 2.31 -> 2.32 2020-09-07 14:14:10 -07:00
laikq
d4b6ea979a python: pyopengl-accelerate: init at 3.1.5 2020-09-07 10:49:24 -07:00
laikq
1f8f476ca2 python: rtmixer: init at 0.1.1 2020-09-07 10:49:24 -07:00
laikq
ec1f9624da python: pa_ringbuffer: init at 0.1.3 2020-09-07 10:49:24 -07:00
James ‘Twey’ Kay
0aa340b2fc imgsize: init at 2.1 2020-09-07 10:19:37 -07:00
sternenseemann
227b210693 pythonPackages.fontparts: 0.9.2 → 0.9.6 2020-09-07 10:17:24 -07:00
Thomas Tuegel
8c3cef55c5 pivy: import soqt properly 2020-09-07 10:55:46 -05:00
Thomas Tuegel
e865c6ffcc pivy: pin to qt514 2020-09-07 10:53:37 -05:00
Thomas Tuegel
a811e37d1c roboschool: pin to qt514 2020-09-07 10:50:10 -05:00
Vladimír Čunát
c1c85b9bad Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
Thomas Tuegel
282aadbd36 Revert "python.pkgs.pyqt5: 5.14.2 -> 5.15.0"
This reverts commit 3977fed49ee33e3c42bca884a4872fdd1857ead3.
2020-09-07 08:06:36 -05:00
Timothy DeHerrera
f299399edb python.pkgs.pyqt5: 5.14.2 -> 5.15.0 2020-09-07 08:05:19 -05:00
Michael Weiss
e6cbcc2ac1 python3Packages.scapy: 2.4.3 -> 2.4.4 (#97215) 2020-09-06 20:29:31 +02:00
R. RyanTM
7dce8e2171 python27Packages.pydub: 0.24.0 -> 0.24.1 2020-09-06 10:31:19 -07:00
Frederik Rietdijk
d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Gabriel Ebner
daa77cc74a python3Packages.uranium: 4.6.1 -> 4.7.1 2020-09-06 13:31:56 +02:00
Gabriel Ebner
497ff43da1 python3Packages.libsavitar: 4.6.1 -> 4.7.1 2020-09-06 13:31:39 +02:00