Commit graph

63289 commits

Author SHA1 Message Date
R. RyanTM e8b588c359 python37Packages.breathe: 4.11.1 -> 4.12.0 (#59643)
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-breathe/versions
2019-04-27 13:02:52 +02:00
Jörg Thalheim a784e28c27
rustup: 1.17.0 -> 1.18.1 (#60098)
rustup: 1.17.0 -> 1.18.1
2019-04-27 11:14:43 +01:00
Joachim F 357df763a8
Merge pull request #57205 from tesq0/pull-request-omnisharp
omnisharp-roslyn: init at 1.32.8
2019-04-27 09:08:38 +00:00
Renaud 5c5b887f1e nlopt: 2.6.0 -> 2.6.1
Changelog: https://github.com/stevengj/nlopt/releases/tag/v2.6.1

Build is not broken anymore with Octave 4.x since
https://github.com/stevengj/nlopt/pull/245
2019-04-27 08:32:49 +02:00
R. RyanTM fea6499091 nlopt: 2.5.0 -> 2.6.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/nlopt/versions
2019-04-27 08:32:49 +02:00
Michael Raskin eda2463c4d
Merge pull request #57945 from teto/lua/std_rename
lua: std._debug / std.normalize rename + move to automated.
2019-04-27 06:30:48 +00:00
Anders Kaseorg 27d13628ee pytorch: Move cudatoolkit to nativeBuildInputs
nvcc must be available in PATH at build time; otherwise CUDA support
will be disabled.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-04-27 07:49:42 +02:00
Robert Schütz a416ef58b7 python.pkgs.pg8000: does not support Python 2.7 (#60220)
* python.pkgs.pg8000: does not support Python 2.7

* python3.pkgs.pg8000: update propagatedBuildInputs
2019-04-27 07:47:37 +02:00
Robert Scott 900dfa2705 pythonPackages.ezdxf: 0.8.8 -> 0.9
also disable for python <3.5 as upstream has dropped support
2019-04-27 07:46:59 +02:00
Robert Scott d40894cbea pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput
this dependency turns out to be completely unnecessary - the pypi
package includes its own bundled copy of the source (i know - ew.)
and building without pkgs-box2d results in a binary-identical .so.

this has the side-effect of enabling this package on darwin, which was
previously restricted by the apparently linux-only pkgs-box2d.
2019-04-27 07:45:53 +02:00
Robert Scott 4c49c02073 pythonPackages.box2d: fix build by moving swig2 to nativeBuildInputs 2019-04-27 07:45:53 +02:00
R. RyanTM 362eb6daa8 armadillo: 9.200.8 -> 9.300.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/armadillo/versions
2019-04-27 07:41:48 +02:00
R. RyanTM 24ab7ff3e0 libmysofa: 0.6 -> 0.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/libmysofa/versions
2019-04-27 07:39:53 +02:00
R. RyanTM d76507fc19 flatpak-builder: 1.0.5 -> 1.0.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-04-27 07:36:17 +02:00
Mario Rodas 3f46165af3
Merge pull request #59963 from yrashk/pforth
pforth: init at 28
2019-04-26 18:33:54 -05:00
Daniël de Kok 58c473985c python3Packages.spacy: fix build (#60276)
spaCy 2.0.18 requires an older version of wheel. Remove upper bound.
2019-04-26 20:47:31 +02:00
worldofpeace 07f96168e3
Merge pull request #60170 from worldofpeace/lollypop-bump
lollypop: 1.0.5 -> 1.0.7, other stuff
2019-04-26 12:18:40 -04:00
Yurii Rashkovskii 1ae5e27751 pforth: init at 28 2019-04-26 22:11:41 +07:00
Vladyslav M 90fa183b9c
Merge pull request #60168 from xrelkd/update/rust-bindgen
rust-bindgen: 0.42.2 -> 0.49.0
2019-04-26 13:42:31 +03:00
Florian Franzen 604dae6797 pythonPackages.joblib: skip flaky test
fixes https://github.com/NixOS/nixpkgs/issues/60248
2019-04-26 12:08:22 +02:00
Daniel Garzon a08252919a pipenv: fix package (#60045)
* pipenv: add virualenv to propagatedBuildInputs.

* pipenv: add current directory to PYTHONPATH.

* pipenv: remove pew from propagatedBuildInputs.
2019-04-26 12:05:25 +02:00
xrelkd 6361e70117 rust-bindgen: 0.42.2 -> 0.49.0
Update homepage URL (rust-bindgen has been moved to
https://github.com/rust-lang/rust-bindgen from
https://github.com/rust-lang-nursery/rust-bindgen)
2019-04-26 17:51:49 +08:00
xrelkd dc6190f04a rustup: 1.17.0 -> 1.18.1 2019-04-26 17:50:04 +08:00
Robert Scott 9b69cf0865 pythonPackages.ColanderAlchemy: mark as broken for colander >1.6.0 (#59975)
ColanderAlchemy doesn't seem to have been updated for colander 1.7.0,
or at least its tests haven't been and we get a single, subtle test
failure around null handling which I don't feel comfortable skipping.
Issue filed upstream https://github.com/stefanofontanelli/ColanderAlchemy/issues/107

users that really need this will have to feed in their own pinned
colander package.
2019-04-26 09:15:24 +02:00
Renaud ef0174873a
Merge pull request #59467 from r-ryantm/auto-update/cmark
cmark: 0.28.3 -> 0.29.0
2019-04-26 08:57:40 +02:00
Robert Scott 91a6ffa4bd pythonPackages.serversyncstorage: mark as broken if cornice.version != 0.17 (#59884)
this package doesn't build if accessed directly from the top level
without a specially overridden cornice package supplied - as done
by syncserver
2019-04-26 08:42:58 +02:00
Will Dietz 8f9b5d2f2a
Merge pull request #59552 from r-ryantm/auto-update/kdb
libsForQt5.kdb: 3.1.0 -> 3.2.0
2019-04-26 00:19:45 -05:00
Will Dietz b6309d6930
Merge pull request #58546 from dtzWill/update/intel-media-2019q1
intel-{gmmlib,media-{driver,sdk}}: 18.4.1 -> ~19.1
2019-04-25 23:43:44 -05:00
Will Dietz 0a60abc357
Merge pull request #60191 from dtzWill/update/electron-4.1.5
electron: 4.1.4 -> 4.1.5
2019-04-25 23:31:29 -05:00
Renaud 2024421f04
Merge pull request #59457 from r-ryantm/auto-update/cctz
cctz: 2.2 -> 2.3
2019-04-26 00:34:32 +02:00
Justin Woo b1e23abd7f purescript: upgrade to 0.12.5 (#59589)
* purescript: 0.12.4 -> 0.12.5
https://github.com/purescript/purescript/releases/v0.12.5

* purescript: consistent pkg name and attr name
+ version must start with a number
2019-04-25 23:29:53 +02:00
Vladyslav M 6a0f1080a1
rls: 1.31.7 -> 1.34.0 (#60181)
rls: 1.31.7 -> 1.34.0
2019-04-26 00:20:07 +03:00
Renaud 526a406f11
Merge pull request #59557 from xrelkd/add/cargo-sweep
cargo-sweep: init at 0.4.1
2019-04-25 22:56:49 +02:00
Timo Kaufmann 918f0a19a8
python.pkgs.cysignals: 1.9.0 -> 1.10.2 (#60226) 2019-04-25 22:35:36 +02:00
Michael Weiss 5b1499e47e
python37Packages.mysql-connector: 8.0.15 -> 8.0.16 2019-04-25 21:30:27 +02:00
Symphorien Gibol ac52800168 rls: 1.31.7 -> 1.34.0 2019-04-25 21:24:19 +02:00
Mario Rodas fc48e74127 pythonPackages.google-auth-oauthlib: fix python3 build (#60209) 2019-04-25 18:20:18 +02:00
Peter Simons 0dffbcd178 haskell-pandoc-citeproc: update override for the latest version 2019-04-25 17:29:40 +02:00
Peter Simons f111664194 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.2-10-gb2ea1c2 from Hackage revision
5072503e70.
2019-04-25 17:29:34 +02:00
Peter Simons e2763c05e1 hackage2nix: update list of broken builds 2019-04-25 17:29:33 +02:00
Peter Simons 905ec757ef LTS Haskell 13.18 2019-04-25 17:29:33 +02:00
Tim Steinbach 5d2775156b
sbt-extras: 2019-01-30 -> 2019-04-05 2019-04-25 08:05:07 -04:00
worldofpeace 5aa04754e5
Merge pull request #57108 from FlorianFranzen/pyside-tools
pythonPackages.pysideTools: Use fetchFromGitHub and update meta
2019-04-25 07:36:23 -04:00
Matthew Glazar 1a0098042d oraclejdk: use working mirror for download
http://download.oracle.com/otn-pub/ was recently renamed to
http://download.oracle.com/otn/ and now requires authentication with an
Oracle account. http://download.oracle.com/otn-pub/ links don't work
anymore, so installing oraclejdk fails.

Switch to http://javadl.oracle.com/webapps/download/GetFile/, which does
not require authentication. This fixes installing oraclejdk.

Note: The URL for JCE is still broken; this commit only fixes the URL
for the JDK.
2019-04-25 13:23:11 +02:00
Florian Franzen cdf35c4f17 pythonPackages.pysideTools: Use fetchFromGitHub and update meta 2019-04-25 13:04:18 +02:00
Matthias Beyer dfd8f84aef python3Packages.jupyterlab: Fix build
The build was broken by updating the underlying python library.
This is the quickfix.

Fixes: ca67a7200cf ("python37Packages.jupyterlab_server: 0.2.0 -> 0.3.0")
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-25 09:41:52 +02:00
Vincent Laporte ed1b59a98e
Merge pull request #60094 from thoughtpolice/nixpkgs/zarith-fixes
ocamlPackages: fix regression in zarith-dependent libraries
2019-04-25 08:56:55 +02:00
Vincent Laporte ce714f2b04 ocaml: 4.08.0+beta2 -> 4.08.0+beta3 2019-04-25 08:45:57 +02:00
Vincent Laporte e3a03659e5 coqPackages.Verdi: 20181102 -> 20190202 2019-04-25 08:35:20 +02:00
Peter Hoeg 1011fae581
Merge pull request #60142 from peterhoeg/u/rng
rng-tools: 6.6 -> 6.7 and libp11: 0.4.9 -> 0.4.10
2019-04-25 13:19:24 +08:00