Commit Graph

69236 Commits

Author SHA1 Message Date
Maximilian Bosch
d8f5ad9948
Merge pull request #68842 from Ma27/disable-pytest5-on-python2
python2Packages.pytest_5: disable build
2019-09-16 01:20:28 +02:00
Mario Rodas
87cd31d538
Merge pull request #68703 from jonringer/fix-celery
pythonPackage.celery: fix tests
2019-09-15 18:18:50 -05:00
Mario Rodas
c3c3dcc86c
Merge pull request #68794 from JohnAZoidberg/zake-tests
pythonPackages.zake: Skip failing test
2019-09-15 18:12:50 -05:00
Mario Rodas
32af4a66a3
Merge pull request #68812 from jonringer/fix-cheroot
pythonPackages.cheroot: fix tests
2019-09-15 18:09:36 -05:00
Mario Rodas
9f756b8e9b
Merge pull request #68838 from tkerber/chmlib
chmlib: 0.4 -> 0.4a
2019-09-15 18:04:19 -05:00
Mario Rodas
b46c3c5554
Merge pull request #68819 from jonringer/mark-percol-broken
pythonPackages.percol: mark broken
2019-09-15 17:45:59 -05:00
Mario Rodas
8624303abb
Merge pull request #68821 from d-goldin/fix_build_scikitlearn
python37Packages.scikitlearn: patching build
2019-09-15 17:41:09 -05:00
Jonathan Ringer
ca1a246741 pythonPackages.percol: mark broken 2019-09-15 15:20:10 -07:00
worldofpeace
f8ca2f340b
Merge pull request #68827 from virusdave/dnicponski/scratch/upgrade_unison
unison-ucm: 1.0.M1c-alpha -> 1.0.M1d-alpha
2019-09-15 17:52:54 -04:00
Dima
82d7833b9b python37Packages.scikitlearn: patching build
For numpy>=1.17 a test-case broke that required adjustments to
a threshold.

See https://github.com/NixOS/nixpkgs/issues/68494
2019-09-15 23:52:15 +02:00
Mario Rodas
27c9327076
Merge pull request #68719 from jonringer/fix-lightgbm
pythonPackages.lightgbm: fix build
2019-09-15 16:19:24 -05:00
Maximilian Bosch
3ddbe41f79
Merge pull request #68723 from jonringer/freeze-azure-storage
nixops_1_6_1: fix build
2019-09-15 20:03:13 +02:00
Mario Rodas
edc033a616
Merge pull request #67905 from marsam/add-pgformatter
pgformatter: init at 4.0
2019-09-15 11:38:08 -05:00
Markus Kowalewski
3857d3d6f9 openmpi: use absolute paths compiler wrapper
The MPI compiler wrappers should point to the
compilers used at build time per default.
2019-09-15 18:35:22 +02:00
Markus Kowalewski
2e363860c6 openmpi: make build reproducible
fix:
* build and configure time stamps
* build and configure user
2019-09-15 18:35:22 +02:00
Mario Rodas
c281e68e9f
Merge pull request #68796 from risicle/ris-hug-tests
pythonPackages.hug: enable tests
2019-09-15 11:32:28 -05:00
Mario Rodas
3bb87649f4
Merge pull request #68813 from jonringer/fix-ssdp
pythonPackages.ssdp: disable python2 tests
2019-09-15 11:20:35 -05:00
Mario Rodas
fe9085e2e5
Merge pull request #68815 from jonringer/fix-minidb
pythonPackages.minidb: disable python2 tests
2019-09-15 11:19:14 -05:00
Thomas Tuegel
c6469ebd85
Merge pull request #68832 from markuskowa/fix-lapack
liblapack: enable LAPACKE interface
2019-09-15 10:03:38 -05:00
Bjørn Forsman
6ba044c166 pythonPackages.demjson: disable on python 3
It doesn't seem to support _any_ python 3 versions.
2019-09-15 16:36:46 +02:00
Maximilian Bosch
5f1c02a1c9
python2Packages.pytest_5: disable build
`pytest_5` only supports python3[1], however the python2 build was enabled by
separating pytest_4 and pytest_5 into two different attributes.

ZHF #68361

[1] https://docs.pytest.org/en/latest/py27-py34-deprecation.html
2019-09-15 16:02:10 +02:00
Aaron Andersen
3866029516
Merge pull request #68668 from pebbleKite/cue_version_bump
cue: 0.0.3 -> 0.0.11
2019-09-15 09:59:07 -04:00
Doron Behar
e224b17fec qtutilities: 5.13.0 -> 6.0.0 2019-09-15 15:52:53 +02:00
koral
d26fe36940 dtc: 1.5.0 -> 1.5.1 2019-09-15 15:30:08 +02:00
Thomas Kerber
a613c4a008
chmlib: 0.4 -> 0.4a 2019-09-15 13:24:08 +01:00
Vladimír Čunát
c860babfe6
redo-apenwarr: fixup a hard evaluation error on Darwin 2019-09-15 13:17:37 +02:00
Markus Kowalewski
ecd20d2166
liblapack: remove optimized blas flag.
This cmake flag has no effect since no external blas
library is provided in the build inputs.
2019-09-15 11:39:58 +02:00
Markus Kowalewski
fc7374176f
liblapack: build LAPACKE C api 2019-09-15 11:39:58 +02:00
Jaakko Luttinen
fa76f1f11c pythonPackages.XlsxWriter: 1.2.0 -> 1.2.1 2019-09-15 18:36:00 +09:00
Vladimír Čunát
991c0e1618
treewide: mark packages as buildable on darwin (PR #45364)
vcunat amended the commit a bit; see the PR for details/discussion.
2019-09-15 10:50:08 +02:00
Dave Nicponski
3b50b01e99 unison-ucm: 1.0.M1c-alpha -> 1.0.M1d-alpha 2019-09-14 21:43:25 -04:00
Jonathan Ringer
b0fc4b6e49 pythonPackages.minidb: disable python2 tests 2019-09-14 12:09:56 -07:00
Jonathan Ringer
63e7354815 pythonPackages.ssdp: disable python2 tests 2019-09-14 11:53:02 -07:00
Jonathan Ringer
9a88d2c827 pythonPackages.cheroot: fix tests 2019-09-14 11:45:38 -07:00
Vladimír Čunát
260761649b
ffmpeg_4, ffmpeg_full: 4.2 -> 4.2.1
Fixes #68561 CVE-2019-15942.
2019-09-14 20:15:26 +02:00
Daniel Schaefer
7791dccd3a pythonPackages.zake: Skip failing test 2019-09-14 18:57:34 +02:00
Matthew Bauer
94d48451a6
Merge pull request #68759 from marsam/fix-chez-build
chez: fix build on darwin
2019-09-14 11:58:10 -04:00
Robert Scott
d7cad2b8f9 pythonPackages.hug: enable tests 2019-09-14 15:16:00 +01:00
Franz Pletz
789760aa10
Merge pull request #68779 from mimame/update/maintainer
maintainer: mimadrid: update github username and personal data
2019-09-14 14:08:35 +00:00
Maximilian Bosch
0b32f6f78c
Merge pull request #68786 from JohnAZoidberg/paperless-testfix
paperless: Fix tests, including NixOS test
2019-09-14 15:17:59 +02:00
WilliButz
01bd6a98ce
Merge pull request #68788 from doronbehar/update-sccache
sccache: 0.2.10 -> 0.2.11
2019-09-14 14:57:47 +02:00
Daniel Schaefer
cbab4663f3 paperless: Use pytest_4 in django-crispy-forms
Doesn't build with pytest_5
2019-09-14 14:20:50 +02:00
Doron Behar
4a99b423fe sccache: 0.2.10 -> 0.2.11 2019-09-14 15:18:12 +03:00
Maximilian Bosch
e176117a81
python3Packages.face_recognition_models: fix startup 2019-09-14 13:59:20 +02:00
Maximilian Bosch
72ec538d2c
python3Packages.dlib: fix build
The CMake configuring is done in the `setup.py` and doesn't need to be
done by the setup hook. This broke the build as the setup-hook switches
into `source/build` which doesn't have a `setup.py`.

Relying on the setup script from upstream fixes the issue.

ZHF #68361
2019-09-14 13:42:06 +02:00
WilliButz
cbb6293dce
Merge pull request #68291 from Ma27/bump-hydra
hydra: 2019-05-06 -> 2019-08-30
2019-09-14 13:16:07 +02:00
Robin Gloster
d98fb2ca2f
Merge pull request #68726 from jonringer/bump-uamqp
pythonPackages.uamq: 1.1.0 -> 1.2.2
2019-09-14 12:39:39 +02:00
Robin Gloster
8b5e063a2b
Merge pull request #68760 from disassembler/twisted-setuptools
pythonPackages.twisted: add setuptools dependency
2019-09-14 12:28:21 +02:00
Robin Gloster
a345623f2b
spidermonkey_1_8_5: fix build with gcc8
closes #68765
closes #68763
2019-09-14 12:19:27 +02:00
Lily Ballard
a5d5133e9c jazzy: 0.10.0 -> 0.11.0 (#68766)
* gem-config: fix sassc on darwin

By default the sassc gem compiles with LTO, but LTO is currently broken
on darwin.

* jazzy: 0.10.0 -> 0.11.0
2019-09-14 10:17:05 +00:00