Commit Graph

43223 Commits

Author SHA1 Message Date
Tuomas Tynkkynen
2e56ba6fbd Merge remote-tracking branch 'upstream/master' into staging 2018-01-16 22:49:20 +02:00
Rob Vermaas
b62c601e91
werkzeug: disable one test on darwin. 2018-01-16 21:32:35 +01:00
Rob Vermaas
60468bf4e5
scitkitlearn: disable doctests on darwin as they are known to be broken there for this version. 2018-01-16 21:31:51 +01:00
Michael Raskin
a12ba709ab
Merge pull request #33945 from eschnett/eschnett/julia-0.6.2
julia: 0.6.0 -> 0.6.2
2018-01-16 19:40:49 +00:00
Michael Raskin
847db60f02
julia: 0.6.0 -> 0.6.2 2018-01-16 19:30:04 +00:00
John Ericson
5a754e75b4 Merge branch 'ericson2314-cross-master' into staging 2018-01-16 13:05:39 -05:00
Erik Schnetter
6c1277a864 julia: 0.6.0 -> 0.6.2 2018-01-16 12:09:37 -05:00
Izorkin
f6ee29dda2 libnetfilter_queue: 1.0.2 -> 1.0.3
fixes #33887
2018-01-16 16:41:01 +00:00
Tuomas Tynkkynen
222f905fd9 rustc: Supports ARMv7 2018-01-16 14:17:40 +02:00
adisbladis
df4746d2b2
Merge pull request #33930 from bkchr/fix_kinit
kinit: Fixes build
2018-01-16 19:48:41 +08:00
Bastian Köcher
97db143538 kinit: Fixes build 2018-01-16 12:21:18 +01:00
Guillaume Bouchard
2995066e9b alembic: use threadsafe hdf5 (#30682)
* hdf5: introduce hdf5-threadsafe variant

Compiled with thread safe support and without the High Level library
which is incompatible with thread safety.

* alembic: clean buildInputs to nativeBuildInputs

* alembic: use hdf5-threadsafe
2018-01-16 18:31:35 +08:00
Yurii Rashkovskii
91e9989911 aenum: make tests pass (#33805)
For Python 2, tests were failing because they depended on a particular
way of executing the tests module as it defined a global variable
and created a temporary file. Running it through setup.py didn't work.
Invoking it directly solved the issue.

For Python 3, aenum tests were disabled, however, they did't have to
fail. Configuring UTF8 locale resolved the failure that was happening
after the above fix for Python 2 was applied.
2018-01-16 09:40:40 +00:00
Jörg Thalheim
cf3cc25bb2
Merge pull request #33880 from vbgl/ocaml-uri-1.9.5
ocamlPackages.uri: 1.9.2 -> 1.9.6
2018-01-16 09:37:11 +00:00
Bastian Köcher
f6c2fb3846 kimageformats: Fixes build 2018-01-16 09:52:04 +01:00
Jörg Thalheim
c53f1518f8
Merge pull request #33426 from nlewo/pr/go-protobuf
go-protobuf: init at 2018-01-04
2018-01-16 08:15:09 +00:00
Jörg Thalheim
b880ef935a python.pkgs.nose-parameterized: 0.5.0 -> 0.6.0 2018-01-16 08:07:09 +00:00
Thomas Tuegel
5783980fc6
qtbase: fix evaluation error
`git rebase` strikes again!
2018-01-15 19:12:01 -06:00
Thomas Tuegel
1c004da67e
Merge branch 'bugfix/kwidgetsaddons/5.42.1' into merge/qt-5.10.0 2018-01-15 19:08:27 -06:00
Thomas Tuegel
7e5346c584
kwidgetsaddons: 5.42.0 -> 5.42.1
Fix regression with Kate sidebar.

See also: https://mail.kde.org/pipermail/release-team/2018-January/010780.html
2018-01-15 19:07:05 -06:00
Thomas Tuegel
04239641b5
Merge branch 'bugfix/qt-5/closure-size-static-libs' into merge/qt-5.10.0 2018-01-15 18:49:27 -06:00
Thomas Tuegel
617c4f4220
Merge branch 'feature/qt-5/5.10.0' into merge/qt-5.10.0 2018-01-15 18:49:13 -06:00
Thomas Tuegel
75d2a7dc4d
qt5: reduce closure size
First, closure size is reduced by including the static libraries in $out instead
of trying to move them to $dev. The Qt build system cannot handle libraries
being split between different prefixes. Previously, the static libraries were
moved into $dev and the shared libraries were symlinked from $out to $dev to
fool the build system. However, this causes $dev to be retained at
runtime. Instead, we now keep the static libraries in $out. Fortunately, the
static libraries are not very large anyway.

Second, we build with QT_NO_DEBUG defined unless debugging is enabled. This
causes some assertions to be removed; when assertions are included, they pull
paths from $dev into the runtime closure by using the __FILE__ macro. We also
now patch qtbase to remove even more assertions when QT_NO_DEBUG is defined.
2018-01-15 18:48:37 -06:00
Jörg Thalheim
1cfdc98410
Merge pull request #33896 from guibou/guibou_bump_ispc
ispc: 20170807 -> 1.9.2
2018-01-15 14:00:31 +00:00
Jörg Thalheim
4c63cc8c4b
Merge pull request #33895 from dywedir/tokei
tokei: 6.1.2 -> 7.0.0
2018-01-15 13:49:17 +00:00
Michael Raskin
ffb383eca0
Merge pull request #33652 from thefloweringash/libvncserver-deps
libvncserver: reduce dependencies; only use systemd on linux
2018-01-15 12:32:31 +00:00
Guillaume Bouchard
156b8029f2 ispc: 20170807 -> 1.9.2
Version bump, fixes #29979
2018-01-15 12:25:03 +01:00
dywedir
c6c3344cc4 tokei: 6.1.2 -> 7.0.0 2018-01-15 12:33:15 +02:00
Jörg Thalheim
092aaf22f6
Merge pull request #33888 from kamilchm/ponyc
ponyc: 0.21.2 -> 0.21.3
2018-01-15 09:28:04 +00:00
adisbladis
6e8290ec31
solc: 0.4.17 -> 0.4.19 2018-01-15 17:11:33 +08:00
adisbladis
edd712e521
Merge pull request #33857 from adisbladis/kde-frameworks-5_42
kde-frameworks: 5.41 -> 5.42
2018-01-15 17:10:10 +08:00
Andrew Childs
48bf2c3e81 libvncserver: reduce dependencies; only use systemd on linux
Permits building on macOS.
2018-01-15 17:25:59 +09:00
Kamil Chmielewski
282934ca8e ponyc: 0.21.2 -> 0.21.3
https://github.com/ponylang/ponyc/issues/2478
2018-01-15 08:15:01 +01:00
Vincent Laporte
550136f516
ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0 (#33566)
* ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0

* ocamlPackages.x509: 0.5.3 -> 0.6.0

* ocamlPackages.x509: 0.6.0 -> 0.6.1

* ocamlPackages.tls: 0.7.1 -> 0.9.0

* jackline: fix build with ocaml-tls ≥ 0.9.0
2018-01-15 05:01:50 +01:00
Will Dietz
17453b2310 snowman: Drop qt4 variant
cc #33248
2018-01-14 14:56:17 -06:00
Dan Peebles
1a054480d3 mono54: init
Still trying to figure out how msbuild should fit into the picture...
2018-01-14 15:36:00 -05:00
Vladimír Čunát
990ff97c6d
glibc: 2.26-115 -> 2.26-131 to fix CVE-2018-1000001
/cc https://github.com/NixOS/nixpkgs/issues/33826#issuecomment-357436030
2018-01-14 20:41:43 +01:00
Tuomas Tynkkynen
6ed0fe7e45 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/build-support/fetchbower/default.nix
	pkgs/build-support/fetchdarcs/default.nix
	pkgs/build-support/fetchgx/default.nix
	pkgs/development/python-modules/botocore/default.nix
	pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
	pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
adisbladis
05d803ab5f
qmltermwidget: Use fetchFromGitHub 2018-01-15 01:47:42 +08:00
Robert Schütz
f2c08d3e9e python3Packages.netdisco: init at 1.2.3 2018-01-14 16:59:38 +01:00
adisbladis
ef2591ee01
kde-frameworks: 5.41 -> 5.42 2018-01-14 22:28:34 +08:00
Frederik Rietdijk
a6af522217
Merge pull request #33856 from jluttine/add-versioneer
pythonPackages.versioneer: init at 0.18
2018-01-14 15:05:42 +01:00
Jaakko Luttinen
f3c996e25d
pythonPackages.versioneer: init at 0.18 2018-01-14 16:03:21 +02:00
Frederik Rietdijk
4475995685
Merge pull request #33774 from LumiGuide/elasticsearch-curator-5.4.1-cleanup
Elasticsearch curator 5.4.1 cleanup
2018-01-14 15:00:02 +01:00
Robert Schütz
9121a97366 pythonPackages.user-agents: init at 1.1.0 2018-01-14 14:10:01 +01:00
Jörg Thalheim
c08042ba4b
Merge pull request #33742 from lsix/gdbm_1_14
gdbm: 1.13 -> 1.14
2018-01-14 10:47:04 +00:00
Sarah Brofeldt
ee4e6ebbfa
Merge pull request #32822 from LumiGuide/elk6
ELK: 5.6.1 -> 5.6.5 & add ELK 6.1.0
2018-01-14 10:40:50 +01:00
Vincent Laporte
bed805f4ed
ocamlPackages.uri: 1.9.5 -> 1.9.6 2018-01-14 05:33:36 +00:00
Vincent Laporte
1b43f4fe86
ocamlPackages.uri: 1.9.2 -> 1.9.5 2018-01-14 05:28:49 +00:00
Vincent Laporte
08492b31d1 ocamlPackages.mstruct: 1.3.3 -> 1.4.0 2018-01-14 06:28:13 +01:00