Commit Graph

46884 Commits

Author SHA1 Message Date
Matthieu Coudron
604aa24f85 pygccxml: init at 1.9.1
Python library to play with castxml output, aka your program's clang-produced AST.
2018-04-05 19:15:58 +09:00
Giulio Eulisse
606a945f64 Allow remake to build on darwin 2018-04-05 11:29:00 +02:00
Matthieu Coudron
37210d4938 castxml: init at 20180403
4 tests are ignored because the regex don't match with custom clang
output see:
https://github.com/CastXML/CastXML/issues/90
2018-04-05 18:26:37 +09:00
Robert Schütz
addb985275
Merge pull request #37784 from ixxie/wordfreq-and-deps
pythonPackages.wordfreq and dependencies
2018-04-05 10:38:56 +02:00
Peter Hoeg
0433bd1aac
Merge pull request #38192 from r-ryantm/auto-update/opendht
opendht: 1.6.0 -> 1.6.1
2018-04-05 16:06:58 +08:00
Peter Hoeg
6de6aeb81d
Merge pull request #38289 from r-ryantm/auto-update/lmdb
lmdb: 0.9.21 -> 0.9.22
2018-04-05 15:58:33 +08:00
Mathis
7485d214a6 python3Packages.black: init at 18.4a0 (#38386) 2018-04-05 09:11:53 +02:00
Corey O'Connor
39db8ac1d8 godot: add application metadata and man page to share. 2018-04-04 16:38:36 -07:00
xeji
837dd2e371 python27Packages.rootpy: fix build (tests)
run tests properly, skip problematic tests
2018-04-05 00:15:49 +02:00
Matan Shenhav
1f82712ee8 pythonPackages.wordfreq: init at 2.0 2018-04-05 00:10:20 +02:00
Robert Schütz
ad5ff7bb9a pythonPackages.jieba: init at 0.39 2018-04-05 00:10:20 +02:00
Matan Shenhav
d59fafd896 pythonPackages.langcodes: init at 1.4.1 2018-04-05 00:10:14 +02:00
Matan Shenhav
8cd264f53f pythonPackages.marisa-trie: init at 0.7.4 2018-04-05 00:02:56 +02:00
Matan Shenhav
3d93a9b1d2 pythonPackages.mecab-python3: init at 0.7 2018-04-05 00:02:56 +02:00
Jörg Thalheim
5a4a3a6433
Merge pull request #38438 from vbgl/ocaml-ocsigen-deriving-0.8.1
ocamlPackages.ocsigen_deriving: 0.7.1 -> 0.8.1
2018-04-04 20:59:24 +01:00
Tuomas Tynkkynen
9c292a0568 llvm_34, llvm_35: Bring ARMv7 back to platforms
This is required for GHC.
2018-04-04 21:57:57 +03:00
Jörg Thalheim
814288c571
Merge pull request #36359 from alunduil/bump-behave-version
behave: 1.2.5 -> 1.2.6
2018-04-04 19:17:25 +01:00
Daiderd Jordan
15f31cafb0
Merge pull request #38197 from r-ryantm/auto-update/mypy
mypy: 0.570 -> 0.580
2018-04-04 18:54:37 +02:00
Ben Gamari
b9484875bc pythonPackages.Rtree: init at 0.8.3
This is a commonly-used package for spatial indexing.

Strangely enough, the tests are broken due to memory unsafety that I was unable
to reproduce under Debian. For instance, when run with Python 3.6 valgrind
reports,

==10453== Invalid read of size 4
==10453==    at 0x4EF1DFA: _PyObject_Free (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FE7D96: _PyFaulthandler_Fini (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8438D: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==  Address 0x67b1020 is 352 bytes inside a block of size 640 free'd
==10453==    at 0x4C2DD6B: free (in /nix/store/6z028lfnxyhh8dlngpm6zrkwqxmbglj4-valgrind-3.13.0/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==10453==    by 0x4EDDC4A: free_keys_object (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EDEE63: dict_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EECF59: module_clear (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA062B: collect (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA13A0: _PyGC_CollectNoFail (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F79CED: PyImport_Cleanup (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8436F: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==
==10453== Conditional jump or move depends on uninitialised value(s)
==10453==    at 0x4EF1E03: _PyObject_Free (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EFEF2D: type_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EFD009: subtype_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA063E: collect (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA13A0: _PyGC_CollectNoFail (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F79DF8: PyImport_Cleanup (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8436F: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==
...
2018-04-04 18:39:01 +02:00
Jan Tojnar
c490b05507
Merge pull request #38149 from bkchr/gst_1_14_0
Updates gstreamer and plugins to 1.14.0
2018-04-04 18:34:40 +02:00
Bastian Köcher
e7410733f1 gst-plugins-bad: Removes unused depdency
See: https://bugzilla.gnome.org/show_bug.cgi?id=719849
2018-04-04 17:44:23 +02:00
Bastian Köcher
9ad4ca13c3 Moves gtksupport from gst-plugins-good to gst-plugins-bad 2018-04-04 17:43:36 +02:00
Robert Schütz
1ddff47184
Merge pull request #38361 from Ma27/update-face-recognition
Update face recognition
2018-04-04 17:42:29 +02:00
Bastian Köcher
4a945a03fd gst-plugins-good: Adds twolame dependency 2018-04-04 17:34:38 +02:00
Jörg Thalheim
d5ee86533a
Merge pull request #38415 from Infinisil/fix/rocksdblite
rocksdb_lite: Fix
2018-04-04 16:33:45 +01:00
Bastian Köcher
41a4fea5de Move dependencies from ugly to good as the code moved
See: https://bugzilla.gnome.org/show_bug.cgi?id=774252
2018-04-04 17:25:39 +02:00
Jan Tojnar
be5bff0214 pythonPackages.gst-python: 1.12.3 → 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
40b4b87cc4 Switch to absolute path for includedir/libdir 2018-04-04 17:25:39 +02:00
Bastian Köcher
3508f3058d gst-gnonlin: Remove package as it is deprecated 2018-04-04 17:25:39 +02:00
Bastian Köcher
fd5c1f665e gst-editing-services: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
69fb4ddb6e gst-vaapi: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
2a80d83f59 gst-libav: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
42d3b5c846 gst-rtsp-server: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
a19a9b2b14 gst-plugins-ugly: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
ac0d32b866 gst-plugins-bad: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
fd0474e6f8 gst-plugins-good: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
edd17a0cab gst-plugins-base: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
365640a6f3 gstreamer: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
1884beb21e gst-rtsp-server: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
06f9b94a7c gst-validate: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
bdefa9ab7b gst-vaapi: 1.12.4 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
78b59ff8e8 gst-libav: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
222883a62f gst-editing-services: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
1e71bcff93 gst-plugins-ugly: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
cd28a5e233 gst-plugins-bad: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
d18d0c2f30 gst-plugins-good: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
346ab3dc29 gst-plugins-base: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
db2977ad51 gstreamer: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Vincent Laporte
8aa1e53a98
ocamlPackages.ocsigen_deriving: 0.7.1 -> 0.8.1 2018-04-04 15:20:26 +00:00
Vincent Laporte
50b0afa269
ocamlPackages.optcomp: fix build with OCaml 4.06 2018-04-04 15:20:20 +00:00
Silvan Mosberger
336ef91339
rocksdb: Disable aarch64
Because the build for it is broken
2018-04-04 17:08:52 +02:00
Jörg Thalheim
b76f0ed3ed
Merge pull request #38426 from fgaz/gron
gron: init at 0.5.1
2018-04-04 16:05:22 +01:00
Michael Raskin
26597bf59c
Merge pull request #38435 from fgaz/jl
jl: iniit at 0.0.4
2018-04-04 14:49:40 +00:00
Francesco Gazzetta
1150bdedd1 jl: iniit at 0.0.4 2018-04-04 14:11:04 +00:00
Tuomas Tynkkynen
af16d71e88 gsl: Disable tests on aarch64
https://hydra.nixos.org/build/70700906

I opened an upstream bug, but their bug system is e-mail based and I
haven't got a single reply which contains an web link :(
2018-04-04 16:54:39 +03:00
Michael Raskin
31fe962bb1
Merge pull request #38365 from fare-patches/master
Monthly update for Gambit and Gerbil
2018-04-04 13:33:16 +00:00
Pascal Wittmann
c70addc2ae
Merge pull request #38247 from r-ryantm/auto-update/doit
doit: 0.31.0 -> 0.31.1
2018-04-04 15:21:46 +02:00
Peter Simons
ed92418b96 ghc: add version 8.4.2-rc1 2018-04-04 15:00:31 +02:00
Peter Simons
c111b4bf80 haskell-alex: fix broken test suite 2018-04-04 15:00:25 +02:00
Peter Simons
821592f5ba haskell-data-inttrie: drop obsolete override 2018-04-04 15:00:24 +02:00
Peter Simons
170ea4f6c8 haskell-hackage-security: update override after Stackage update 2018-04-04 15:00:24 +02:00
Peter Simons
54d20d9a7c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-5-g17e0b6c from Hackage revision
e8d163b127.
2018-04-04 15:00:24 +02:00
Peter Simons
f11302e665 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
2a6f701156.
2018-04-04 15:00:23 +02:00
Peter Simons
8a10401452 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-5-g611edf4 from Hackage revision
fb685155eb.
2018-04-04 14:59:54 +02:00
Peter Simons
5e39db2297 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
54d2fd4d50.
2018-04-04 14:59:53 +02:00
Peter Simons
fc85a86e62 LTS Haskell 11.3 2018-04-04 14:59:53 +02:00
Francesco Gazzetta
70ff455608 gron: init at 0.5.1 2018-04-04 11:45:54 +00:00
Francois-Rene Rideau
a48bfdc260 gerbil-unstable: init at 2018-04-03 2018-04-04 07:43:00 -04:00
Francois-Rene Rideau
d50469adc7 gambit-unstable: init at 2018-03-26 2018-04-04 07:39:48 -04:00
Jörg Thalheim
e7d77fecfe
Merge pull request #38242 from Mic92/lightstep-tracer-cpp
lightstep-tracer-cpp: mark as broken
2018-04-04 11:57:55 +01:00
Jörg Thalheim
b41e5065d2
Merge pull request #38233 from andir/go_1_10_1
go_1_10: 1.10 -> 1.10.1, g_1_9: 1.9.4 -> 1.9.5
2018-04-04 11:23:41 +01:00
Jörg Thalheim
1ba44cc957
Merge pull request #37684 from Ralith/vulkan
vulkan-loader: 1.0.61.1 -> 1.1.70.0
2018-04-04 11:18:22 +01:00
Jörg Thalheim
a88ad6c679
Merge pull request #38417 from marsam/feature/enable-libtorrent-xmlrpc-darwin
Enable libtorrent and xmlrpc-c on darwin
2018-04-04 09:06:01 +01:00
Robert Schütz
775fce10fd pythonPackages.vxi11: fix tests by fetching from GitHub 2018-04-04 09:44:52 +02:00
Matthew Bauer
d434365614 mpfr: remove unused patch 2018-04-03 22:30:33 -05:00
Mario Rodas
eb6a85e03d xmlrpc-c: enable darwin build 2018-04-03 20:30:51 -05:00
Silvan Mosberger
3f9876a253
rocksdb_lite: Fix 2018-04-04 03:23:24 +02:00
Tim Steinbach
5a53b98248
openjdk10: Use included cacerts 2018-04-03 19:17:35 -04:00
Michael Raskin
713b0f77fb
Merge pull request #38077 from nyarly/create-cycle-app
(create-cycle-app): init at 4.0.0
2018-04-03 22:57:37 +00:00
Matthew Justin Bauer
60f8df20ae
Merge pull request #38164 from r-ryantm/auto-update/pmd
pmd: 6.1.0 -> 6.2.0
2018-04-03 13:21:00 -05:00
Matt McHenry
2bd7c3a906 openjdk10: gtk2 -> gtk3
http://openjdk.java.net/jeps/283 "Enable GTK 3 on Linux" was included
in OpenJDK 9.

nothing else currently in nixpkgs is using 10, so this just lets us
establish a good baseline as things are ported onto it.  if needed,
the build could be parameterized so that any packages that turn out to
need gtk2 could still use it.
2018-04-03 12:29:39 -04:00
Peter Simons
97e891aee0
Merge pull request #38314 from ElvishJerricco/fix-ghcjs-7.10
Fix GHCJS 7.10
2018-04-03 18:15:44 +02:00
Jan Tojnar
817c086642
Merge pull request #38392 from hedning/gvfs-fix
gvfs: fix non-deterministic build failure
2018-04-03 18:03:54 +02:00
Jan Tojnar
74839720f9
Merge pull request #38375 from hedning/webkitgtk-fix-build-failure
webkitgtk: fix non-deterministic build failure
2018-04-03 17:20:15 +02:00
adisbladis
6a6bdca507
Merge pull request #38322 from rvl/buildkite-agent
buildkite-agent: 2.6.9 -> 2.6.10
2018-04-03 22:44:57 +08:00
Ben Gamari
ef3c42b9c4 pythonPackages.vxi11: init at 0.9 2018-04-03 16:39:17 +02:00
Ricardo M. Correia
9c5f79d2ab
Merge pull request #38347 from r-ryantm/auto-update/icedtea-web
icedtea8_web: 1.6.2 -> 1.7.1
2018-04-03 16:33:44 +02:00
adisbladis
3593d19a64
Merge pull request #38379 from andrestylianos/joker
joker: 0.8.9 -> 0.9.1
2018-04-03 21:37:17 +08:00
Tor Hedin Brønner
ebda67e15f gvfs: fix non-deterministic build failure 2018-04-03 15:29:24 +02:00
Maximilian Bosch
a770159b76
Revert "dlib: 19.9 -> 19.10"
This reverts commit 7ec4573f4c.
2018-04-03 14:45:54 +02:00
Maximilian Bosch
6df74adb14
pythonPackages.face_recognition: 1.2.1 -> 1.2.2
The following fixes have been applied according to the changelog (https://github.com/ageitgey/face_recognition/releases)

- Added the face_detection CLI command
- Removed dependencies on scipy to make installation easier
- Cleaned up KNN example and fixed a bug with drawing fonts to label detected faces in the demo

Furthermore the maintainer switched to actual GIT tags for PyPI releases
as discussed in ageitgey/face_recognition#417 and #37566
2018-04-03 14:45:53 +02:00
Andre Ramos
3f9cc31af4 joker: 0.8.9 -> 0.9.1 2018-04-03 12:49:15 +02:00
Benjamin Staffin
09b16a92af bazel: 0.10.1 -> 0.11.1 2018-04-03 12:45:30 +02:00
Tor Hedin Brønner
5058529572 webkitgtk: fix non-deterministic build failure
The build sometimes fails, mostly when using a single core. This is a simple
stopgap, see upstream bug: https://bugs.webkit.org/show_bug.cgi?id=183788
2018-04-03 11:52:47 +02:00
Eelco Dolstra
6b27ae33c5
Merge pull request #38261 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.4.15 -> 1.4.24
2018-04-03 11:13:59 +02:00
adisbladis
3af1b1eb52
Merge pull request #38367 from frontsideair/flow-0.69.0
flow: 0.68.0 -> 0.69.0
2018-04-03 16:34:03 +08:00
Vincent Laporte
d0072be8cd
ocamlPackages.ocamlify: fix build with OCaml 4.06 2018-04-03 05:55:59 +00:00
Robert Schütz
00fc66dc7d pythonPackages.mock-open: init at 1.3.1 2018-04-02 23:29:50 +02:00
Judson
4bf9fc79e1
Adding create-cycle-app
Adding create-cycle-app

Fixing removed modules
2018-04-02 14:24:39 -07:00
Fatih Altinok
445f027486
flow: 0.68.0 -> 0.69.0 2018-04-03 00:01:44 +03:00
Nikolay Amiantov
37546be900 nodePackages.parsoid: pin service-runner to 2.3.0
service-runner had a backwards incompatible update, and parsoid 0.9.0
doesn't work with current stable MediaWiki. Instead use as a source
a repository with 0.8.0 and pinned service-runner version.
2018-04-02 22:38:40 +03:00
Peter Simons
5a6291f1a6
Merge pull request #37842 from ElvishJerricco/fix-ghcjs-haddock-library-1.4.3
GHCJS: Fix GHCJS with haddock-library-1.4.3
2018-04-02 21:10:33 +02:00
R. RyanTM
ede066dfcc icedtea8_web: 1.6.2 -> 1.7.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/icedtea-web/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws --version` and found version 1.7.1
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws version` and found version 1.7.1
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/itweb-settings --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/itweb-settings help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/policyeditor --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/policyeditor help` got 0 exit code
- found 1.7.1 with grep in /nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1
- directory tree listing: https://gist.github.com/0e5014eea224d7b6d3648167d610e4f0
2018-04-02 10:52:44 -07:00
Mario Rodas
7ec2c54953 sbcl: 1.4.4 -> 1.4.6 2018-04-02 10:31:51 -05:00
xeji
b838881f11 pythonPackages.python-gnupg: 0.4.1 -> 0.4.2 2018-04-02 03:53:32 -05:00
Vincent Laporte
32cdc7967e
ocamlPackages.ocamlnet: fix build with OCaml 4.06 2018-04-02 06:20:37 +00:00
Will Fancher
5da837ad9c GHCJS: Fix GHCJS with haddock-library-1.4.3 2018-04-02 00:23:32 -04:00
Will Fancher
774253e56b Fix GHCJS 7.10 2018-04-01 23:25:37 -04:00
R. RyanTM
2a13e8fdb2 alembic: 1.7.6 -> 1.7.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/alembic/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls -h` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls --help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abctree -h` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abctree --help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcconvert --help` got 0 exit code
- found 1.7.7 with grep in /nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin
- directory tree listing: https://gist.github.com/ef5ac862933e11b24f7c82cf0d0c4b16
2018-04-02 01:06:13 +02:00
Matt McHenry
b80874cda9 elm: override either for elm-interface-to-json
as suggested by @pbogdan

final fix for #38023
2018-04-02 01:05:03 +02:00
Matt McHenry
da8d48117f elm: patch elm-package to work with current http-client
partial fix for #38023
2018-04-02 01:05:03 +02:00
Matt McHenry
5dd5faddc0 elm: disable dependencies' tests to fix build
these haskell packages need their tests disabled after recent hackage
package version bumps.

partial fix for #38023
2018-04-02 01:05:03 +02:00
Franz Pletz
b1687d3a95
Merge pull request #38301 from pbogdan/go-extra-src-paths
buildGoPackage: use a separator when joining extraSrcPaths together
2018-04-01 22:37:16 +00:00
Franz Pletz
850f5aee79
Merge pull request #38142 from xeji/p/root_numpy
pythonPackages.root_numpy: fix build
2018-04-01 22:32:10 +00:00
Franz Pletz
de1e189ab6
Merge pull request #38151 from xeji/p/smart_open
pythonPackages.smart_open: fix build, 1.5.6 -> 1.5.7
2018-04-01 22:29:39 +00:00
Austin Seipp
bffc8c0481 openjdk: move bootstrap tarballs to tarballs.nixos.org
Many thanks to @shlevy for doing this migration of the old and new tarballs.

Closes #38097.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:19:21 -05:00
Austin Seipp
14e0251362 openjdk8: rename swing patch to be more consistent with the others
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
9357a9fbd5 openjdk: remove some old patches that aren't needed anymore
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
5d5ed30150 nixpkgs: remove all Java 7 expressions
JDK 7 was technically EOL'd a while ago, although RedHat etc are still
doing updates I believe. However, JDK 8 is the default in the tree and
really used everywhere, and JDK 7 isn't seeing many updates by current maintainers, so dropping it seems appropriate.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
dc40fca23f nixpkgs: remove ancient 'ecj' package
Nobody has stepped up to keep maintaining this and it's several
years old, and the last strict Java 7 dependency, as it won't work
with newer versions without an update.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
ebbf7078e2 nixpkgs: remove ancient 'classpath' package
This is the only package that still needs ECJ and has no dependencies.
It's ancient and unmaintained and should just be removed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
f71b066d60 nixpkgs: remove all Java 9 expressions
Java 9 is EOL, and we no longer need it with JDK 10 builds bootstrapped via JDK
10.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
0d04d01021 openjdk10: add new bootstrap minimal binary packages
JDK 10 can only be bootstrapped by version 9 or 10, but we want to
now get rid of version 9.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
da9fba1a54 openjdk10: do not remove libawt in the minimal config variant
This is now required to build JDK 10 with JDK 10, so we're a bit
stuck on this one.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
bdb531f6af openjdk/bootstrap: add zlib to bootstrap JDK RPATH
./bin/java now apparently requires zlib.so, otherwise the whole
thing is busted. This is even required in the minimal configuration.

Unfortunately this impiles a rebuild of *all* OpenJDK packages and
their downstream dependencies.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Piotr Bogdan
d1fad21401 buildGoPackage: use a separator when joining extraSrcPaths together 2018-04-01 17:44:36 +01:00
adisbladis
4df450ef28
Merge pull request #38275 from MikePlayle/master
libamqpcpp: 2.7.4 -> 3.0.0
2018-04-01 23:16:21 +08:00
Peter Simons
6e3cb231e6 haskell-hledger: update post-install hooks for the new documentation scheme 2018-04-01 16:56:54 +02:00
Peter Simons
d265fc7274 haskell-brick: update override for ghc 8.4.x 2018-04-01 16:56:54 +02:00
Peter Simons
932a07340c haskell-data-inttrie: use latest version for ghc 8.4.x 2018-04-01 16:56:54 +02:00
Peter Simons
7035e0345a hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
1d76c4d88c.
2018-04-01 16:56:54 +02:00
R. RyanTM
af598b5b87 lttng-tools: 2.10.2 -> 2.10.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lttng-tools/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng -V` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng --version` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng version` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng-crash -V` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng-crash --version` and found version 2.10.3
- found 2.10.3 with grep in /nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3
- directory tree listing: https://gist.github.com/bf4b92fc08881141af11b0444ed15630
2018-04-01 15:12:30 +02:00
adisbladis
a052328aac
Merge pull request #38279 from r-ryantm/auto-update/binaryen
binaryen: 44 -> 45
2018-04-01 20:57:30 +08:00
Sébastien Maccagnoni
e8ad790710 nodePackages vue-cli: init at 2.9.3 (#36391) 2018-04-01 12:41:31 +01:00
Andreas Rammhold
e9f74b91d6
go_1_9: 1.9.4 -> 1.9.5
This is a maintenance bump of the golang 1.9 version.

Within the updates are a few bug fixes including an (extended?)
fix for CVE-2018-7187 [1].

The complete changelog is available at the golang GitHub project [2].

[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7187
[2] https://github.com/golang/go/issues?q=milestone%3AGo1.9.5
2018-04-01 12:44:08 +02:00
Peter Simons
70ddb32cab Revert "Haskell: free-4.12.4 for ghc-7.10.x"
This reverts commit e419e98a24. It turns out the
older version is no longer required after all.
2018-04-01 11:45:44 +02:00
Robert Schütz
dd7900a043
Merge pull request #38245 from xeji/p/imbalanced-learn
pythonPackages.imbalanced-learn: 0.3.2 -> 0.3.3, fix build
2018-04-01 11:11:11 +02:00
Vladimír Čunát
a48f50641c
lmdb: patch-out hardcoded compiler 2018-04-01 11:09:48 +02:00
R. RyanTM
b5b314c137 lmdb: 0.9.21 -> 0.9.22
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lmdb/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_stat -V` and found version 0.9.22
- ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_copy -V` and found version 0.9.22
- ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_dump -V` and found version 0.9.22
- ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_load -V` and found version 0.9.22
- found 0.9.22 with grep in /nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin
- directory tree listing: https://gist.github.com/f4d443d41dd66aa5f5038de9319c607d
2018-04-01 01:31:03 -07:00
Will Fancher
c6a9e3a911 Added ElvishJerricco to GHCJS maintainers 2018-04-01 03:58:45 -04:00
Will Fancher
e419e98a24 Haskell: free-4.12.4 for ghc-7.10.x 2018-04-01 03:52:32 -04:00
Daiderd Jordan
7a33e5727b
Merge pull request #38157 from aperiodic/gflags-darwin-fix
gflags: fix build on case-insensitive filesystems
2018-04-01 09:23:43 +02:00
lewo
4a6d6373c8
Merge pull request #37377 from guibou/guibou_add_gcompris
Add `gcompris` educational package
2018-04-01 09:14:24 +02:00
R. RyanTM
942edf52a0 binaryen: 44 -> 45
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/binaryen/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-shell -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-shell --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-opt -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-opt --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-merge -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-merge --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-metadce -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-metadce --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/asm2wasm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/asm2wasm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm2asm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm2asm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/s2wasm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/s2wasm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-emscripten-finalize -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-emscripten-finalize --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-as -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-as --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-dis -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-dis --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-ctor-eval -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-ctor-eval --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-reduce -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-reduce --help` got 0 exit code
- found 45 with grep in /nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45
- directory tree listing: https://gist.github.com/d46c9206b6d0b68c0f9dcc3bf83b6540
2018-03-31 18:35:15 -07:00
Mike Playle
4247776e08 libamqpcpp: 2.7.4 -> 3.0.0 2018-04-01 01:52:55 +01:00
Matthew Justin Bauer
d8e1a52326
Merge pull request #37797 from bhmiller/master
pants: 1.3.0 -> 1.4.0
2018-03-31 19:30:26 -05:00
Matthew Justin Bauer
651f6bfd2f
Merge pull request #38102 from ryantm/auto-update/checkbashisms
checkbashism: 2.0.0.2 -> 2.18.1
2018-03-31 19:29:45 -05:00
Matthew Justin Bauer
6b84bef3f5
Merge pull request #37893 from leenaars/panopticon
panopticon: init -> 0.16.0
2018-03-31 19:27:59 -05:00
Matthew Justin Bauer
834f56f9c7
Merge pull request #37904 from lufia/update-ct
ct: 0.5.0 -> 0.7.0
2018-03-31 19:27:42 -05:00
Matthew Justin Bauer
38d33581d0
Merge pull request #37927 from avnik/init/toxiproxy
toxiproxy: Init at 2.1.3
2018-03-31 19:26:28 -05:00
Matthew Justin Bauer
5090611d3a
Merge pull request #37973 from ryantm/auto-update/petsc
petsc: 3.8.3 -> 3.8.4
2018-03-31 19:23:44 -05:00
José Luis Lafuente
786b5bb8bc
clojure: 1.9.0.329 -> 1.9.0.358 2018-04-01 02:22:38 +02:00
Matthew Justin Bauer
84f6b46d6b
Merge pull request #37633 from thefloweringash/avrgcc-upgrade
avrgcc: 5.4.0 -> 7.3.0
2018-03-31 19:18:49 -05:00
Matthew Justin Bauer
c2018e4a11
Merge pull request #37325 from ryantm/auto-update/psqlodbc
unixODBCDrivers.psql: 09.05.0210 -> 10.01.0000
2018-03-31 19:17:30 -05:00
xeji
6b2bc4b5d1 pythonPackages.imbalanced-learn: 0.3.2 -> 0.3.3, fix build
minor bump, fix tests, move to development/python-modules
2018-04-01 01:58:22 +02:00
R. RyanTM
083eb53949 chromedriver: 2.36 -> 2.37
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/chromedriver/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/z1h08azp3xdik94is0g2m2y5pvdfy4fc-chromedriver-2.37/bin/chromedriver -h` got 0 exit code
- ran `/nix/store/z1h08azp3xdik94is0g2m2y5pvdfy4fc-chromedriver-2.37/bin/chromedriver --help` got 0 exit code
- ran `/nix/store/z1h08azp3xdik94is0g2m2y5pvdfy4fc-chromedriver-2.37/bin/chromedriver -v` and found version 2.37
- ran `/nix/store/z1h08azp3xdik94is0g2m2y5pvdfy4fc-chromedriver-2.37/bin/chromedriver --version` and found version 2.37
- ran `/nix/store/z1h08azp3xdik94is0g2m2y5pvdfy4fc-chromedriver-2.37/bin/chromedriver -h` and found version 2.37
- ran `/nix/store/z1h08azp3xdik94is0g2m2y5pvdfy4fc-chromedriver-2.37/bin/chromedriver --help` and found version 2.37
- found 2.37 with grep in /nix/store/z1h08azp3xdik94is0g2m2y5pvdfy4fc-chromedriver-2.37
- directory tree listing: https://gist.github.com/d24f8e2019df676c89bb32d16ee980ed
2018-03-31 16:06:10 -07:00
R. RyanTM
97cfd915a5 aws-sdk-cpp: 1.4.15 -> 1.4.24
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.24 with grep in /nix/store/l5b5v0apdlpjby67kzzrvi6gqfvccal8-aws-sdk-cpp-1.4.24
- directory tree listing: https://gist.github.com/a9ed6bbccf52e2bbd300e219ff1f892e
2018-03-31 15:12:27 -07:00
Dan Lidral-Porter
66bbee3b81 gflags: build on case-insensitive FSs, add meta
Darwin machines come with a case-insensitive filesystem by default. The
gflags package's source contains a file 'BUILD' and the build process
attempts to create a directory called 'build', which fails on
case-insensitive filesystems.

Add a prePatch hook to rename the BUILD file (which is for use with an
unrelated build tool) to something that doesn't conflict with the
'build' directory. This hook allows this derivation to be built on
case-insensitive filesystems.

Add metadata to the derivation because previously it had none.
2018-03-31 13:52:28 -07:00
adisbladis
357a2cc547
nodejs-9_x: 9.8.0 -> 9.10.1 2018-04-01 03:28:39 +08:00
adisbladis
017fffc149
nodejs-8_x: 8.10.0 -> 8.11.1 2018-04-01 03:28:38 +08:00
adisbladis
042c001481
nodejs-6_x: 6.13.1 -> 6.14.1 2018-04-01 03:28:37 +08:00
R. RyanTM
9b784e9309 itk: 4.12.2 -> 4.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/itk/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.13.0 with grep in /nix/store/9dfpbhp02y597y9zw3xvdcjsb8w3gqjv-itk-4.13.0
- directory tree listing: https://gist.github.com/4a6da5cc90a5718caa480eba957def8f
2018-03-31 20:26:25 +01:00
Pascal Wittmann
776256b20a
Merge pull request #38243 from r-ryantm/auto-update/gdcm
gdcm: 2.8.4 -> 2.8.5
2018-03-31 21:17:37 +02:00
Robert Schütz
10e029514b
Merge pull request #37952 from Ma27/fix-nipype
pythonPackage.nipype: fix build
2018-03-31 21:08:41 +02:00
Robert Schütz
ee1896d63d pythonPackages.nipype: enable tests 2018-03-31 20:43:32 +02:00
Bjørn Forsman
6ba7677665 pythonPackages.autopep8: 1.3.4 -> 1.3.5 2018-03-31 20:35:00 +02:00
R. RyanTM
75d80d6cd1 easyloggingpp: 9.96.1 -> 9.96.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/easyloggingpp/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 9.96.2 with grep in /nix/store/b1cczf98rkjasl6qwjbzhgns4jy025px-easyloggingpp-9.96.2
- directory tree listing: https://gist.github.com/be5c17c733361d9cd681055de44e8424
2018-03-31 11:23:44 -07:00
R. RyanTM
2ad2e5f0f7 doit: 0.31.0 -> 0.31.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/doit/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/.doit-wrapped --help` got 0 exit code
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/.doit-wrapped help` got 0 exit code
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/.doit-wrapped --version` and found version 0.31.1
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/doit --help` got 0 exit code
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/doit help` got 0 exit code
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/doit --version` and found version 0.31.1
- found 0.31.1 with grep in /nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1
- directory tree listing: https://gist.github.com/a0ba66d49e0c01c3003ca50e9ad705a0
2018-03-31 11:07:24 -07:00
lewo
fb72ee1d2b
Merge pull request #38222 from r-ryantm/auto-update/json-c
json_c: 0.13 -> 0.13.1
2018-03-31 20:03:16 +02:00
R. RyanTM
a8cceae603 closurecompiler: 20180204 -> 20180319
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/closure-compiler/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/5cwv2kws2j74bchi3gd1fknaxglrplmi-closure-compiler-20180319/bin/closure-compiler --help` got 0 exit code
- ran `/nix/store/5cwv2kws2j74bchi3gd1fknaxglrplmi-closure-compiler-20180319/bin/closure-compiler --version` and found version 20180319
- found 20180319 with grep in /nix/store/5cwv2kws2j74bchi3gd1fknaxglrplmi-closure-compiler-20180319
- found 20180319 in filename of file in /nix/store/5cwv2kws2j74bchi3gd1fknaxglrplmi-closure-compiler-20180319
- directory tree listing: https://gist.github.com/f4c40a73ba5b7b3b9eeb7c65db12a641
2018-03-31 10:46:45 -07:00
Jörg Thalheim
eea21b2835 lightstep-tracer-cpp: mark as broken
needs an update + https://github.com/opentracing/opentracing-cpp
2018-03-31 18:22:54 +01:00
R. RyanTM
aa753ed896 gdcm: 2.8.4 -> 2.8.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gdcm/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 --help` and found version 2.8.5
- found 2.8.5 with grep in /nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5
- found 2.8.5 in filename of file in /nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5
- directory tree listing: https://gist.github.com/394151986c20ad18aa843271bc40a48f
2018-03-31 10:14:27 -07:00
Ryan Mulligan
3051ddd49d libqalculate: 2.2.1 -> 2.3.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/libqalculate/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc -h` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc --help` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc help` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc -v` and found version 2.3.0
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc --version` and found version 2.3.0
- found 2.3.0 with grep in /nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0
- directory tree listing: https://gist.github.com/6f930e6da5dc3ef9c09229cc76f36a31
2018-03-31 17:42:47 +02:00
Peter Simons
d44d35947e
Merge pull request #37910 from maximedenes/fix-spdx-build
haskellPackages.spdx: fix build
2018-03-31 17:26:18 +02:00
Robert Schütz
f5755a2686
Merge pull request #38028 from Ma27/cleanup-frescobaldi
frescobaldi: 2.0.16 -> 3.0.0; fix build
2018-03-31 17:25:03 +02:00
R. RyanTM
8660a33046 grails: 3.3.2 -> 3.3.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/grails/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.3 with grep in /nix/store/frwxcwdrb1krnp6pz6cijgnr95wf4qcy-grails-3.3.3
- found 3.3.3 in filename of file in /nix/store/frwxcwdrb1krnp6pz6cijgnr95wf4qcy-grails-3.3.3
- directory tree listing: https://gist.github.com/2469271cf9e5770d815f84baf8ff7bc7
2018-03-31 17:07:43 +02:00
Andreas Rammhold
568d30bb10
go_1_10: 1.10 -> 1.10.1
This updates go to the latest version of the golang 1.10 branch.
A few minor (but important) things are fixed in this version:

* CVE-2018-7187 - arbitrary code execution in `go get` (when used with
  --insecure) [1]
* Extended Key Usage verification in client certificate scenarios [3]
* a bunch of stability changes

The full list of changes can se been on GitHub [2] & [4].

[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7187
[2] https://github.com/golang/go/issues?q=milestone%3AGo1.10.1
[3] https://github.com/golang/go/issues/23884
[4] https://github.com/golang/go/issues/24563
2018-03-31 17:02:53 +02:00
Maximilian Bosch
8446cd9c32
pythonPackages.poppler-qt5: init at 0.24.2
related to #32883
2018-03-31 17:02:32 +02:00
Maximilian Bosch
d50943ad46
pythonPackages.python-ly: init at 0.9.5 2018-03-31 17:01:39 +02:00
Robert Schütz
d3b9cabd6e
Merge pull request #37950 from Ma27/fix-mrbob
pythonPackages.mrbob: fix build
2018-03-31 16:57:06 +02:00
R. RyanTM
b795452499 json_c: 0.13 -> 0.13.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/json-c/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.13.1 with grep in /nix/store/3ckha7sbyy0la7qswa3b01n3wgnccqsf-json-c-0.13.1
- directory tree listing: https://gist.github.com/cad3ba1104556e76a7088a0fd5427df9
2018-03-31 06:17:01 -07:00
R. RyanTM
9f447ca367 rdkafka: 0.11.3 -> 0.11.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/rdkafka/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.11.4 with grep in /nix/store/p7dbh8kabl3bqr28icnkzp55s6636mpl-rdkafka-0.11.4
- directory tree listing: https://gist.github.com/ab8b067a5f31e07af4ed6b1dbdc1a8a4
2018-03-31 05:33:53 -07:00
R. RyanTM
8faf41fe05 libsass: 3.5.1 -> 3.5.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libsass/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.5.2 with grep in /nix/store/nmrdgaid01pxdciii293qs8pj79a0jm1-libsass-3.5.2
- directory tree listing: https://gist.github.com/56876c4a3406ecb01ba31b9a9dbed572
2018-03-31 05:19:09 -07:00
R. RyanTM
ea18a00a76 libsolv: 0.6.33 -> 0.6.34
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libsolv/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/mergesolv -h` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/mergesolv --help` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/mergesolv -V` and found version 0.6.34
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/mergesolv -v` and found version 0.6.34
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/mergesolv --version` and found version 0.6.34
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/mergesolv --help` and found version 0.6.34
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/dumpsolv -h` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/testsolv -h` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/testsolv help` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/rpmdb2solv -h` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/repomdxml2solv -h` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/rpmmd2solv -h` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/updateinfoxml2solv -h` got 0 exit code
- ran `/nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34/bin/deltainfoxml2solv -h` got 0 exit code
- found 0.6.34 with grep in /nix/store/bs3l8vgzajfslygxd6428x9agz7k0sdz-libsolv-0.6.34
- directory tree listing: https://gist.github.com/55d7c975b96261e699fe5ba6b9bdddec
2018-03-31 04:34:35 -07:00
Frederik Rietdijk
113f0ff3b1
Merge pull request #37971 from jluttine/upgrade-pytest-flake8
pythonPackages.pytest-flake8: 0.9.1 -> 1.0.0
2018-03-31 13:07:11 +02:00
R. RyanTM
a3b98b1c2f libmediainfo: 18.03 -> 18.03.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmediainfo/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 18.03.1 with grep in /nix/store/6q9709wh9dins0xbp9cp9yc9w1vj29ja-libmediainfo-18.03.1
- directory tree listing: https://gist.github.com/433043833de962c7cbb5237224bdc026
2018-03-31 03:39:14 -07:00
Ryan Mulligan
91c162e66a libmysqlconnectorcpp: 1.1.7 -> 1.1.9
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.1.9 with grep in /nix/store/vj6fm6qlsf14jlmlhwdyla240jqa6i4h-libmysqlconnectorcpp-1.1.9
- found 1.1.9 in filename of file in /nix/store/vj6fm6qlsf14jlmlhwdyla240jqa6i4h-libmysqlconnectorcpp-1.1.9
2018-03-31 12:23:49 +02:00
Ryan Mulligan
5cb865e100 ocamlPackages.js_of_ocaml: 3.0.0 -> 3.1.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.I0xNTw0Lrg /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.1.0 with grep in /nix/store/rg3dh55klmmy5gffvv353nbgwjg0mh11-js_of_ocaml-3.1.0
- directory tree listing: https://gist.github.com/4afbe9caa678f6e8124185a1cc5d2a9c
2018-03-31 12:19:28 +02:00
R. RyanTM
84af16a547 matio: 1.5.11 -> 1.5.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/matio/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/g0zdli6b3hzmnwdzyq1jblh89kqvxaqw-matio-1.5.12/bin/matdump --help` got 0 exit code
- ran `/nix/store/g0zdli6b3hzmnwdzyq1jblh89kqvxaqw-matio-1.5.12/bin/matdump -V` and found version 1.5.12
- ran `/nix/store/g0zdli6b3hzmnwdzyq1jblh89kqvxaqw-matio-1.5.12/bin/matdump --version` and found version 1.5.12
- found 1.5.12 with grep in /nix/store/g0zdli6b3hzmnwdzyq1jblh89kqvxaqw-matio-1.5.12
- directory tree listing: https://gist.github.com/d5648482494f82e4d49cc3aea608b4fa
2018-03-31 02:58:10 -07:00
Maxime Dénès
a1e8bd39a5
haskellPackages.spdx: fix build
We disable tests which depend on old tasty (< 0.12).
2018-03-31 11:46:46 +02:00
R. RyanTM
1fa341fcc4 ocamlPackages.yojson: 1.4.0 -> 1.4.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-yojson/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1/bin/ydump --help` got 0 exit code
- ran `/nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1/bin/ydump --help` and found version 1.4.1
- found 1.4.1 with grep in /nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1
- directory tree listing: https://gist.github.com/45ad3b6379841d4750efc7dcfe6b602f
2018-03-31 11:44:41 +02:00
Vincent Laporte
f8acdb08f0 ocamlPackages.ocp-ocamlres: 0.3 -> 0.4 2018-03-31 11:44:20 +02:00
Maxime Dénès
1e1839239c psc-package: 0.2.5 -> 0.3.2-pre
Note: the previous version was not building due to outdated upstream
dependencies.
2018-03-31 10:42:42 +01:00
Elis Hirwing
130008101d
php56: 5.6.34 -> 5.6.35
Changelog: http://www.php.net/ChangeLog-5.php#5.6.35
2018-03-31 10:50:26 +02:00
R. RyanTM
3d8a356ae6 mypy: 0.570 -> 0.580
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mypy/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.dmypy-wrapped -h` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.dmypy-wrapped --help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.dmypy-wrapped help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/dmypy -h` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/dmypy --help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/dmypy help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.mypy-wrapped -h` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.mypy-wrapped --help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.mypy-wrapped -V` and found version 0.580
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.mypy-wrapped --version` and found version 0.580
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/mypy -h` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/mypy --help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/mypy -V` and found version 0.580
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/mypy --version` and found version 0.580
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.stubgen-wrapped -h` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.stubgen-wrapped --help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.stubgen-wrapped help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.stubgen-wrapped version` and found version 0.580
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/.stubgen-wrapped help` and found version 0.580
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/stubgen -h` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/stubgen --help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/stubgen help` got 0 exit code
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/stubgen version` and found version 0.580
- ran `/nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580/bin/stubgen help` and found version 0.580
- found 0.580 with grep in /nix/store/gzpx9ph7vrm4c3hqiy6b7lfbzvbpz3gm-mypy-0.580
- directory tree listing: https://gist.github.com/63b1f0c61670aaf2501d007ddb06581a
2018-03-31 01:48:33 -07:00
Elis Hirwing
9b59a912f6
php71: 7.1.15 -> 7.1.16
Changelog: http://www.php.net/ChangeLog-7.php#7.1.16
2018-03-31 10:47:05 +02:00
Elis Hirwing
a56b5d6793
php70: 7.0.28 -> 7.0.29
Changelog: http://www.php.net/ChangeLog-7.php#7.0.29
2018-03-31 10:47:04 +02:00
Jaakko Luttinen
aef1900923
pythonPackages.pytest-flake8: 0.9.1 -> 1.0.0 2018-03-31 11:40:23 +03:00
R. RyanTM
2c0a5635d3 opendht: 1.6.0 -> 1.6.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/opendht/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/8ma5flfjdkb4gs01vyc35mfmi2rzmm12-opendht-1.6.1/bin/dhtnode -h` got 0 exit code
- ran `/nix/store/8ma5flfjdkb4gs01vyc35mfmi2rzmm12-opendht-1.6.1/bin/dhtnode --help` got 0 exit code
- ran `/nix/store/8ma5flfjdkb4gs01vyc35mfmi2rzmm12-opendht-1.6.1/bin/dhtchat -h` got 0 exit code
- ran `/nix/store/8ma5flfjdkb4gs01vyc35mfmi2rzmm12-opendht-1.6.1/bin/dhtchat --help` got 0 exit code
- ran `/nix/store/8ma5flfjdkb4gs01vyc35mfmi2rzmm12-opendht-1.6.1/bin/dhtscanner -h` got 0 exit code
- ran `/nix/store/8ma5flfjdkb4gs01vyc35mfmi2rzmm12-opendht-1.6.1/bin/dhtscanner --help` got 0 exit code
- found 1.6.1 with grep in /nix/store/8ma5flfjdkb4gs01vyc35mfmi2rzmm12-opendht-1.6.1
- directory tree listing: https://gist.github.com/2fabb2b68bb3484aee392ab952c5a428
2018-03-31 01:01:17 -07:00
R. RyanTM
dc1b32d020 openfst: 1.6.6 -> 1.6.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openfst/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.6.7 with grep in /nix/store/38nl69xxg8n8qjv95bsmypfqd5jqhdl8-openfst-1.6.7
- directory tree listing: https://gist.github.com/bf617c469da4df6bef7fc0c08bb30666
2018-03-31 00:31:58 -07:00