Maximilian Bosch
4cd107f6b3
Merge pull request #56786 from Ma27/dlib-avx-fixes
...
dlib: improve AVX configuration
2019-03-30 19:20:02 +01:00
Silvan Mosberger
0b31827e5e
pythonPackages.jupyterhub: Fix running locally
2019-03-29 20:37:55 +01:00
R. RyanTM
34483d88f5
python37Packages.osmnx: 0.8.1 -> 0.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-osmnx/versions
2019-03-29 18:21:42 +01:00
Silvan Mosberger
06f883f7a0
Merge pull request #51344 from timokau/sagenb-matplotlib-fix
...
pythonPackages.matplotlib: enable tk backend by default
2019-03-29 18:17:13 +01:00
Silvan Mosberger
106b52bac0
Merge pull request #58536 from markuskowa/fix-clblas
...
clblas: turn of gtest, fix build
2019-03-29 16:36:02 +01:00
Peter Romfeld
364cbd088e
minio: init at 4.0.13
2019-03-29 15:50:36 +01:00
Markus Kowalewski
ad1e7b09c0
libgpuarray: fix build
...
move cmake into nativeBuildInputs
2019-03-29 14:18:55 +01:00
Robert Schütz
ef6a1b7f46
Merge pull request #58429 from xeji/p/nevow
...
python2Packages.nevow, tahoe-lafs: fix build
2019-03-28 13:50:17 +01:00
Timo Kaufmann
197bc2afc0
python.pkgs.pybullet: init at 2.4.8 ( #58448 )
2019-03-27 22:17:37 +00:00
Timo Kaufmann
f2569b9116
python.pkgs.baselines: init at 0.1.5 ( #58452 )
2019-03-27 21:27:22 +00:00
Timo Kaufmann
e7a084bdba
python.pkgs.roboschool: init at 1.0.39 ( #58451 )
...
Needs a forked version of bullet.
2019-03-27 21:26:54 +00:00
Daniël de Kok
715ec6e885
pythonPackages.grpcio: fix build on Darwin
...
Builds on Darwin have started to fail recently. This seems to be caused
by a check in Makefile that verifies whether the system is able to build
BoringSSL. This check attempts to compile test/build/boringssl.c, which
is absent in PyPI archives of grpcio.
This change builds the grpcio module directly from the grpc git
repository, so that all the files that are necessary for checks are
present.
Affects #56826 since darwin builds of this derivation on nixpkgs-19.03
fail.
2019-03-27 20:06:15 +01:00
worldofpeace
c036b3e4c2
Merge pull request #58443 from dotlambda/cherrypy-18.1.1
...
python3.pkgs.cherrypy: 18.1.0 -> 18.1.1
2019-03-27 12:29:59 -04:00
Robert Schütz
3d4286e1a8
python3.pkgs.cherrypy: 18.1.0 -> 18.1.1
2019-03-27 16:48:55 +01:00
Robert Schütz
489d7351da
python.pkgs.cherrypy: spilt expression in two
2019-03-27 16:48:08 +01:00
R. RyanTM
829ed264c8
python37Packages.cassandra-driver: 3.16.0 -> 3.17.0 ( #57388 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cassandra-driver/versions
2019-03-27 15:46:02 +01:00
Uli Baum
128e6c560e
python2Packages.nevow: fix build
2019-03-27 11:58:21 +01:00
Silvan Mosberger
e7f3da287f
pythonPackages.thinc: Fix build
2019-03-27 03:26:39 +01:00
Dmitry Kalinkin
0eb2c1927e
Merge pull request #58326 from veprbl/pr/pyarrow_fix_2
...
pythonPackages.pyarrow: fix build
2019-03-26 16:47:40 -04:00
Robert Schütz
d1bdc54849
python37Packages.pyshp: 2.0.1 -> 2.1.0 ( #57442 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyshp/versions
2019-03-26 16:54:45 +01:00
Robert Schütz
29cec94d94
python.pkgs.cartopy: fix build ( #58361 )
...
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-26 16:48:57 +01:00
Dmitry Kalinkin
2645454bc7
pyarrow: remove tests that can break on darwin
2019-03-26 10:35:56 -04:00
Frederik Rietdijk
a1a4ff7471
python.pkgs.pylint: pytestrunner belongs in nativeBuildInputs
...
because it's in `setup_requires`. Noticed when building with `doCheck =
false;`.
2019-03-26 15:33:05 +01:00
Robert Schütz
4ad932483c
Merge pull request #56884 from kwohlfahrt/isort
...
pythonPackages.isort: 4.3.4 -> 4.3.15
2019-03-26 15:03:57 +01:00
Robert Schütz
6dac4d5f8e
python.pkgs.cssselect2: no isort etc. tests
...
The isort tests were broken after upgrading the isort package.
2019-03-26 14:57:53 +01:00
Kai Wohlfahrt
f61ed7f4cd
pythonPackages.isort: 4.3.4 -> 4.3.16
...
We set $TMPDIR, because isort refuses to run in paths containing
'build' (since that is part of Python's typical build infrastructure).
2019-03-26 13:30:17 +00:00
Aaron Bull Schaefer
ef48aaff73
pythonPackages.ansible: 2.7.8 -> 2.7.9 ( #58285 )
2019-03-26 13:36:35 +01:00
R. RyanTM
2d14a88f53
python37Packages.Quandl: 3.4.5 -> 3.4.6 ( #57447 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-quandl/versions
2019-03-26 13:29:14 +01:00
R. RyanTM
b71c15b410
python37Packages.shodan: 1.10.4 -> 1.11.1 ( #57457 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-shodan/versions
2019-03-26 13:24:44 +01:00
R. RyanTM
d0d43fb21c
python37Packages.shellingham: 1.2.8 -> 1.3.0 ( #57456 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-shellingham/versions
2019-03-26 13:23:28 +01:00
Robert Schütz
2413b2ac87
python.pkgs.pytest-faulthandler: fix build
...
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-26 08:59:45 +01:00
Robert Schütz
bd6d607e5b
python.pkgs.pytest-mock: 1.10.1 -> 1.10.2
2019-03-26 08:59:45 +01:00
Dmitry Kalinkin
55223a8a6a
pythonPackages.pyarrow: enable parallel build
2019-03-26 00:11:02 -04:00
Dmitry Kalinkin
49e9194b24
pythonPackages.pyarrow: fix build
...
Setting setupPyBuildFlags makes builder add an additional target
"build_ext" to setup.py arguments in addition to "bdisst_wheel".
pyarrow's setup.py recently started to try to redo build_ext again which
broke the build.
2019-03-26 00:05:59 -04:00
Pierre Bourdon
6beffff797
pythonPackages.dnslib: init at 0.9.9 ( #57101 )
2019-03-25 08:57:58 +01:00
volth
2be90ccb4f
gnome3.gtk -> gtk3
...
fix evaluation when config.allowAliases == false
(regression after #55735 )
2019-03-24 14:34:39 -04:00
Robert Schütz
5bf6a13417
Merge pull request #57879 from timor/fix-freecad-build-19.03
...
Fix FreeCAD build 19.03
2019-03-24 19:34:07 +01:00
timor
de1634a36e
pythonPackages.pysideTools: add python deps to propagatedBuildInputs
2019-03-24 19:26:13 +01:00
timor
6b8f80053f
pythonPackages.pysideTools: fix build
2019-03-24 19:26:04 +01:00
timor
17369ceae9
pythonPackages.pivy: fix build
2019-03-24 18:50:25 +01:00
Bryan Richter
a30bed52d4
pythonPackages.pyhocon: init at 0.3.51 ( #57025 )
2019-03-24 15:37:42 +01:00
Robert Schütz
f1c7bb9d29
python.pkgs.hypothesis: 3.88.3 -> 4.7.3 ( #58169 )
...
It looks like in 89f91cf06b64e278d8b019bf4238baabfcbbe13a the hash
from 4.7.3 was used and the wrong version specified.
2019-03-24 09:36:24 +01:00
Robert Schütz
2c07a0800a
python.pkgs.joblib: 0.12.4 -> 0.13.2 ( #57906 )
2019-03-24 09:32:50 +01:00
Robert Schütz
847e4e31d9
python.pkgs.restructuredtext_lint: 1.2.2 -> 1.3.0
2019-03-24 09:18:32 +01:00
Dmitry Kalinkin
6f95ac3588
Merge pull request #57988 from lopsided98/buildbot-update
...
buildbot: 1.8.1 -> 2.1.0
2019-03-23 20:38:20 -04:00
Robert Schütz
3f217df9fb
Merge pull request #57256 from Ma27/fix-jaraco-pkgs
...
errbot: fix broken dependencies
2019-03-23 18:24:08 +01:00
Robert Schütz
81dd0316a8
python.pkgs.werkzeug: 0.14.1 -> 0.15.1
...
fixes #33093
2019-03-23 17:10:12 +01:00
R. RyanTM
db67e5c5d0
python37Packages.awkward: 0.8.4 -> 0.8.7 ( #57382 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-awkward/versions
2019-03-23 17:04:35 +01:00
Thiago Kenji Okada
8820a7ab2c
python.pkgs.py3status: Added missing Python deps ( #56703 )
...
According to py3status' modules documentation [1]:
- i3ipc: Used by scratchpad_async and window_title_async modules.
- pydbus: Used by kdeconnector, mpris, systemd, vpn_status and wwan
modules.
- pyserial: Used by wwan_status module.
[1]: https://py3status.readthedocs.io/en/latest/modules.html
2019-03-23 12:23:28 +01:00
R. RyanTM
239f5e8376
python37Packages.astropy: 3.1.1 -> 3.1.2 ( #57383 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-astropy/versions
2019-03-23 12:05:56 +01:00