Josef Kemetmüller
dc2e45e3e5
python.pkgs.geopandas: 0.8.0 -> 0.8.1
...
This fixes the geopandas build, which did break with the update of
pandas from 1.0.5 to 1.1.0.
2020-09-13 09:31:07 -07:00
Daniël de Kok
69cdd652b7
python3Packages.datasets: 1.0.0 -> 1.0.1
...
Changelog:
https://github.com/huggingface/datasets/releases/tag/1.0.1
2020-09-13 09:26:34 -07:00
Martin Weinelt
e452e42d81
Merge pull request #97899 from risicle/ris-httpx-fix
...
pythonPackages.httpx: fix tests
2020-09-13 15:19:53 +02:00
Robert Scott
26e023bfa7
pythonPackages.pulp: fix by adding new dependency amply
2020-09-13 13:23:13 +01:00
Robert Scott
c305f3fac3
pythonPackages.amply: init at 0.1.2
2020-09-13 13:22:53 +01:00
Robert Scott
92a9db2e3e
pythonPackages.httpx: fix tests
...
test suite contained a literal timestamp which expired, fixed upstream
2020-09-13 12:44:47 +01:00
Robert Scott
b3fd4226ba
Merge pull request #97765 from freezeboy/fix-dependency-injector
...
python2Packages.dependency-injector: add missing dependencies
2020-09-13 12:00:40 +01:00
freezeboy
2102764e62
python2Packages.dependency-injector: add missing dependencies
2020-09-13 12:48:13 +02:00
Daniël de Kok
4afc26f0fa
Merge pull request #97771 from freezeboy/disable-py2-green
...
python2Packages.green: remove
2020-09-13 09:12:35 +02:00
freezeboy
96acb3a772
python2Packages.green: remove
2020-09-13 09:09:47 +02:00
Vladimír Čunát
97e2ca3447
Revert "Merge #97847 python27Packages.anytree: fix build"
...
Moving to staging. It's a really large rebuild.
This reverts commit 9a8bd1e564
, reversing
changes made to 9866abf63b
.
2020-09-13 08:13:00 +02:00
freezeboy
037b8aefef
cfn-lint: fixed importlib_resources version bounds
...
Also, added import checks to have a minimal test for the package
2020-09-12 22:09:50 -07:00
Martin Weinelt
8e29e178ac
pythonPackages.mocket: 3.8.8 -> 3.8.9
2020-09-12 21:42:59 -07:00
Gabriel Ebner
dfef3ec138
Merge pull request #97850 from gebner/python-websockets-tests
2020-09-12 21:47:54 +02:00
Robert Scott
9a8bd1e564
Merge pull request #97847 from drewrisinger/zhf/python-anytree
...
python27Packages.anytree: fix build
2020-09-12 18:20:40 +01:00
Gabriel Ebner
b5fcd79c3f
python3Packages.websockets: make tests deterministic
2020-09-12 19:20:11 +02:00
Matthieu Coudron
1be0767ec8
cx_Freeze: disable python2.7 ( #97763 )
2020-09-12 17:58:29 +02:00
freezeboy
c70aaa40fc
flask-api: disable python2.7 ( #97766 )
2020-09-12 17:57:39 +02:00
Drew Risinger
1d86636aca
python27Packages.anytree: fix build
...
Tests fail on python2.7 b/c the tests use enums (python 3.4+).
Follow-on from #97761 .
Converts tests to use pytestCheckHook for easier test disabling.
2020-09-12 11:39:29 -04:00
Matthieu Coudron
8d25f838d0
Merge pull request #97817 from dotlambda/zulip-terminal
...
zulip-term: init at 0.5.2
2020-09-12 17:00:02 +02:00
Benjamin Hipple
931c4f2f47
Merge pull request #97698 from obsidiansystems/pytorch-use-passhthru
...
pytorch: update to use passthru's for checks
2020-09-12 09:46:51 -04:00
Robert Schütz
bc402f3e4d
python.pkgs.urwid-readline: init at 0.11
2020-09-12 01:37:15 +02:00
Robert Schütz
c9c5be8a1e
python.pkgs.zulip: init at 0.7.0
2020-09-12 01:37:06 +02:00
freezeboy
e3912be86a
cx_Freeze: disable python2.7
2020-09-11 16:04:51 +02:00
Mario Rodas
b83b7153e3
Merge pull request #97623 from marsam/update-grpc
...
grpc: 1.31.0 -> 1.32.0
2020-09-11 06:06:11 -05:00
Martin Weinelt
4607f02589
pythonPackages.supervisor: drop glibc-2.31 patch
...
A fix was integrated into the 4.2.1 release.
2020-09-11 02:37:21 +02:00
Daniël de Kok
1839c5cd7b
python3Packages.datasets: init at 1.0.0
...
This library provides open-access datasets an evaluation metrics for
natural language processing using PyTorch, TensorFlow, NumPy, and
Pandas.
2020-09-10 16:06:40 -07:00
Robert Scott
9627ae4f9a
pythonPackages.pysnow: fix build & tests
2020-09-10 16:05:05 -07:00
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
Matthew Bauer
c85fc341b0
pytorch: update to use passthru's for checks
...
This makes the checks a little easier to understand - we can just
check it in the passthru. Also increase major check for cuda 11.
2020-09-10 14:23:15 -05: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
Mario Rodas
35665b9fc2
pythonPackages.grpcio-tools: 1.31.0 -> 1.32.0
2020-09-09 18:01:00 -05: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