Commit Graph

72315 Commits

Author SHA1 Message Date
worldofpeace
85f3d86bea gom: test only on x86_64
This is failing at the stress test regularly on
aarch64 and i686-linux.
2019-11-06 21:23:09 -05:00
Jonathan Ringer
cb581af6d5 cargo-geiger: fix darwin build 2019-11-06 18:07:27 -08:00
merijnb
f3288a2b8d pythonPackages.tables: 3.6.0 -> 3.6.1 (#72930)
The package has vanished from pypi, and only this new version is now
available. The release notes for the new version state:

```
Release 3.6.1
Maintenance release to fix packaging issues.
No new features or bug fixes.
```

so I can only assume that the 3.6.0 release was not working correctly.
2019-11-06 19:31:56 -05:00
worldofpeace
7c716705fd
Merge pull request #72369 from worldofpeace/corefonts-drop
nixos/fontconfig-ultimate: remove
2019-11-07 00:13:14 +00:00
Maximilian Bosch
997bd95b3b
python3Packages.todoist: 8.1.0 -> 8.1.1 2019-11-07 00:37:40 +01:00
Michael Bishop
5a715fc96c
Merge pull request #72142 from chessai/arrayfire-update
arrayfire: update
2019-11-06 18:38:19 -04:00
chessai
61dda301bf arrayfire: update
- Depend on `clfft`, `clblas`, and `opencl-clhpp` from nixpkgs (do not
fetch their sources)
- Add `buildDocs` flag. When set to true, arrayfire's docs will be
built using `doxygen`.
- Ensure that `cudatoolkit` is not evaluated on darwin.
- Move `python` from `buildInputs` to `nativeBuildInputs`.
- Meta: Shrink `description` and add `longDescription`.
- Meta: `homepage` formatting now adheres to nixpkgs manual.
- Meta: remove version
- A few minour syntactic-only changes.
2019-11-06 17:34:50 -05:00
Graham Christensen
4835c83e3a
Merge pull request #72925 from davidak/nlohmann_json_disable_tests
nlohmann_json: disable tests for now since they timeout
2019-11-06 22:36:42 +01:00
Merijn Broeren
8b8db86860 Revert "python: jupyter_console: 5.2.0 -> 6.0.0"
This reverts commit dc4eb2fc5e. It was
added in a large PR (#71893) by @fridh, where he already predicted some of
the changes would have to be reverted. This is an obvious one, it breaks
python 2.7 compatibility, as that needs 5.x of jupyter_console.
2019-11-06 13:12:36 -08:00
davidak
7456f19b40 nlohmann_json: disable tests for now since they timeout 2019-11-06 20:12:11 +01:00
R. RyanTM
91c8c0093a leatherman: 1.8.0 -> 1.9.0
(#72553)
2019-11-06 19:26:09 +01:00
R. RyanTM
01aedf07d9 renpy: 7.3.3 -> 7.3.5 (#72653)
(#72653)
2019-11-06 18:53:53 +01:00
worldofpeace
7a551b3d43 fontconfig-ultimate: remove 2019-11-06 12:02:35 -05:00
Robert Scott
baa8892616 opencv3: 3.4.7 -> 3.4.8 (security)
addressing CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939

all internal downloads are unchanged for this release
2019-11-06 13:20:15 +00:00
R. RyanTM
b69a51a08b libtommath: 1.1.0 -> 1.2.0
(#72554)
2019-11-06 10:46:15 +01:00
Andreas Rammhold
1e72fa5158
Merge pull request #68954 from dguibert/dg/cudatoolkit_10_1
cudatoolkit: add 10.1.243
2019-11-06 08:58:30 +01:00
Marius Bergmann
ebaedb0e11 pythondialog: init at 3.4.0 2019-11-05 16:26:08 -08:00
Vincent Laporte
92930b8568 ocamlPackages.reason: 3.5.0 → 3.5.1
Ensure compatibility with OCaml 4.09
2019-11-05 23:42:28 +00:00
Daiderd Jordan
f48ecbf850
Merge pull request #72624 from witkamp/master
muparser: add darwin support
2019-11-06 00:38:38 +01:00
Mario Rodas
ca76550c98 flow: 0.111.0 -> 0.111.3 2019-11-05 23:37:34 +00:00
Jonathan Ringer
5d1c5ba7f1 arrow-cpp: 0.15.0 -> 0.15.1 2019-11-05 23:33:34 +00:00
worldofpeace
917ab4b158
Merge pull request #72792 from jlesquembre/clj-kondo-update
clj-kondo: 2019.10.26 -> 2019.11.03
2019-11-05 19:19:49 +00:00
R. RyanTM
1a1bab34cc sysbench: 1.0.17 -> 1.0.18
* sysbench: 1.0.17 -> 1.0.18 (#72685)

* sysbench: set meta.homepage
+ cleanup build inputs (vim isn't needed since 1.0.12)
+ enable parallel building
2019-11-05 18:50:06 +01:00
Jonathan Ringer
65db5ce85c onnxruntime: 0.5.0 -> 1.0.0 2019-11-05 09:32:27 -08:00
Jonathan Ringer
f605e22cc3 python3Packages.cytoolz: 0.10.0 -> 0.10.1 2019-11-05 09:31:27 -08:00
Andrew Newman
1eafac2ac6 qtcreator 4.9.1 -> 4.10.0 (#70573)
Added optional withClangPlugins to disable clang plugins compilation
and, therefore, vendor clang dependency.
2019-11-05 12:00:42 -05:00
Jan Tojnar
9d36ef765c
gjs: various improvements (#72805)
gjs: various improvements
2019-11-05 16:00:24 +01:00
Jan Tojnar
51de90ef44
gjs: add separateDebugInfo 2019-11-05 15:20:16 +01:00
Philip Kranz
fa2909bf51 python.pkgs.pyglet: Fix missing libraries
Add the paths for Xext, fontconfig and freetype to the hardcoded library
paths in load_library.
2019-11-05 13:42:48 +01:00
Frederik Rietdijk
21c201adee pythonPackages.mesonpep517: init at 0.1.9999994 2019-11-05 12:19:35 +01:00
Frederik Rietdijk
eb98b1d1d2 pythonPackages.intreehooks: init at 1.0 2019-11-05 12:19:35 +01:00
Tyler Benster
6d7ab9e146 pythonPackages.scikitlearn: 0.21.2 -> 0.21.3 2019-11-05 11:30:46 +01:00
R. RyanTM
ccadfbeb24 python38Packages.telethon: 1.9.0 -> 1.10.8 2019-11-05 02:28:13 -08:00
R. RyanTM
78c5c97695 python38Packages.wurlitzer: 1.0.3 -> 2.0.0 2019-11-05 02:10:33 -08:00
R. RyanTM
b9611d2287 python38Packages.willow: 1.1 -> 1.3 2019-11-05 02:10:02 -08:00
Tobias Mayer
85fb93535c pythonPackages.schema: Add myself as maintainer 2019-11-05 01:42:40 -08:00
Tobias Mayer
aa1ad7b866 pythonPackages.schema: Fix
This depends on contextlib2 and mock. The preConfigure hook
can probably be removed with the next version bump, see
https://github.com/keleshev/schema/pull/222.
2019-11-05 01:42:40 -08:00
Linus Heckemann
19fb94212b
Merge pull request #66645 from WhittlesJr/python-easysnmp-and-poster3
pythonPackages.easysnmp: init at 0.2.5; python3Packages.poster3: init at 0.8.1
2019-11-05 10:32:08 +01:00
Vincent Laporte
8632698b06 ocamlPackages.checkseum: 0.0.3 → 0.1.1
This fixes the “decompress” library on non-x86_64 platforms
2019-11-05 07:13:09 +00:00
Mario Rodas
c855dceacf python3Packages.nvchecker: 1.4.4 -> 1.5 2019-11-04 21:29:11 -08:00
Ryan Mulligan
aa499df731
Merge pull request #72670 from r-ryantm/auto-update/rocksdb
rocksdb: 6.3.6 -> 6.4.6
2019-11-04 18:54:39 -08:00
Mario Rodas
11d378412a
Merge pull request #72559 from r-ryantm/auto-update/libpwquality
libpwquality: 1.4.1 -> 1.4.2
2019-11-04 21:03:32 -05:00
Jan Tojnar
a2f6928257
gjs: clean up
* format
* add homepage
2019-11-05 00:49:38 +01:00
Jan Tojnar
3d89ead7c6
gjs: move to top-level 2019-11-05 00:47:04 +01:00
Jan Tojnar
d34465eeca
Merge pull request #72795 from jtojnar/mm-common-1.0
mm-common: 0.9.12 → 1.0.0
2019-11-04 22:34:04 +01:00
Jan Tojnar
527dd6e833
mm-common: 0.9.12 → 1.0.0
https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.0.news
2019-11-04 21:17:46 +01:00
José Luis Lafuente
e2058c7231
clj-kondo: 2019.10.26 -> 2019.11.03 2019-11-04 20:27:52 +01:00
Jonathan Ringer
5842a29159 python3Packages.solo-python: 0.0.15 -> 0.0.18 2019-11-04 08:58:36 -08:00
gnidorah
b7dc9e131f pakcs: 2.1.2 -> 2.2.0 2019-11-04 08:54:02 -08:00
gnidorah
34647cf35b kmsxx: 2018-10-23 -> 2019-10-28 2019-11-04 08:54:02 -08:00