Commit graph

64483 commits

Author SHA1 Message Date
Tristan Helmich (omniIT) 9388ca29fc packer: 1.3.3 -> 1.4.0 2019-05-15 14:47:43 +00:00
Cyril Cohen b71c308591
coqPackages: refactor mathcomp packages
Closes #61456
2019-05-15 14:11:21 +00:00
Renaud 4ec7a6eda9
Merge pull request #61532 from lilyball/chit
chit: 0.1.12 -> 0.1.13
2019-05-15 14:57:42 +02:00
Renaud c912002f2c
pythonPackages.httpretty: fix build on aarch64 (#61516)
tests.functional.test_httplib2.test_callback_response
keeps failing on Hydra
+ update meta.homepage
2019-05-15 13:17:05 +02:00
Austin Seipp b0c2352a30
Merge pull request #61529 from thoughtpolice/nixpkgs/pypy3-fix-funcsigs
pythonPackages.funcsigs: fix tests on pypy3
2019-05-15 06:00:29 -05:00
Vincent Laporte b72daf7117 coq: init at 8.10+β1 2019-05-15 10:30:03 +02:00
Lily Ballard cef5ed2cf4 chit: 0.1.12 -> 0.1.13
Re-enable tests as the one that required network access has been fixed.
2019-05-14 22:16:28 -07:00
Mario Rodas f1a6b2f426
Merge pull request #61404 from r-ryantm/auto-update/python3.7-sphinxcontrib-plantuml
python37Packages.sphinxcontrib_plantuml: 0.14 -> 0.15
2019-05-14 22:37:05 -05:00
Mario Rodas 90b21e029a
Merge pull request #61410 from r-ryantm/auto-update/python3.7-xcffib
python37Packages.xcffib: 0.7.0 -> 0.8.0
2019-05-14 22:32:35 -05:00
Mario Rodas d284b3c309
Merge pull request #61459 from xrelkd/update/cargo-bloat
cargo-bloat: 0.6.3 -> 0.6.4
2019-05-14 22:00:49 -05:00
Austin Seipp dd79d605de
pythonPackages.funcsigs: fix tests on pypy3
This package has a spurious test failure on PyPy3, which was reported
upstream a while ago:

     https://github.com/testing-cabal/funcsigs/issues/10

This is fixed thanks to the included patch, which was authored and is
also used by the Gentoo Python team.

With this, packages like 'pytest' and 'click' now work under PyPy3.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-14 21:57:27 -05:00
Mario Rodas fa1c611e10
Merge pull request #61256 from astro/pyftdi
python3Packages.pyftdi: init at 0.29.4
2019-05-14 20:46:41 -05:00
John Ericson 5ff79afb2b
Merge pull request #61245 from Synthetica9/openexr-crosscompile
openexr: fix cross-compilation
2019-05-14 20:52:30 -04:00
Matthew Bauer e19fe31e96
Merge pull request #61507 from nh2/aws-c-common-0.3.9
aws-c-common: 0.3.4 -> 0.3.9.
2019-05-14 18:05:11 -04:00
Renaud 4c6b5c12d0
Merge pull request #61304 from Ma27/bump-nexus
nexus: 3.15.0-01 -> 3.16.1-02
2019-05-14 22:33:25 +02:00
Renaud f9e482e489
Merge pull request #61409 from r-ryantm/auto-update/python3.7-xdis
python37Packages.xdis: 3.8.10 -> 4.0.1
2019-05-14 22:19:51 +02:00
Dmitry Kalinkin baeea1f463
libfaketime: refactor using builtins.placeholder 2019-05-14 15:57:48 -04:00
Austin Seipp a5f6014020
pkgs: remove souper-2017-03-23
Souper is a very experimental package that's only useful for for
compiler hackers or people who are doing PhDs. The support/cost ratio of
keeping such a package probably isn't very good.

More importantly, this puts us one step closer to deleting
llvmPackages_4, as this is one of the only two remaining packages using
it. Deleting these older LLVM packages would be far more useful than the
value Souper currently provides.

Current versions of Souper support more recent LLVM versions anyway, so
this expression could be resurrected. But it might be better to place it
in the Nix User Archive (NUR), perhaps.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-14 14:57:45 -05:00
Austin Seipp de1110d535
pkgs: remove llvm_37
These expressions are now unused, and can be removed to lighten the load
on build machines.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-14 14:23:22 -05:00
Niklas Hambüchen 46f84cac42 aws-c-common: 0.3.4 -> 0.3.9.
Also remove conditional adding of `libexecinfo` for musl; see #56106.
2019-05-14 21:13:18 +02:00
Renaud 87ba28d641
Merge pull request #61392 from r-ryantm/auto-update/python3.7-Pympler
python37Packages.pympler: 0.6 -> 0.7
2019-05-14 21:09:45 +02:00
Renaud d1bd8a983f
pythonPackages.uncompyle6: 3.2.6 -> 3.3.2
Changes:
https://github.com/rocky/python-uncompyle6/blob/release-python-3.3.2/NEWS.md
2019-05-14 20:49:57 +02:00
Daniël de Kok 9b3d4e8b8b pythonPackages.fasttext: init at 0.2.0 2019-05-14 20:27:13 +02:00
Patrick Hilhorst a347ec5a35
openexr: explictly use emulator to avoid having to set boot.binfmt.emulatedSystems 2019-05-14 12:15:26 +02:00
Frederik Rietdijk 8abe5ee07e Merge master into staging-next 2019-05-14 10:23:13 +02:00
Renaud 03a48d4871
Merge pull request #61418 from samueldr/update/mruby/2.0.1
mruby: 2.0.0 -> 2.0.1
2019-05-14 10:15:42 +02:00
R. RyanTM 59046e95c9 python37Packages.smart_open: 1.8.2 -> 1.8.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/python3.7-smart_open/versions
2019-05-14 09:52:54 +02:00
R. RyanTM bb86340a1a python37Packages.qtconsole: 4.4.3 -> 4.4.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/python3.7-qtconsole/versions
2019-05-14 09:52:40 +02:00
R. RyanTM 9f4f03798d tbb: 2019_U5 -> 2019_U6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tbb/versions
2019-05-14 09:49:12 +02:00
Bryan Richter 6a74ba96fd
Add minimal docs for callHackage and friends
Specifically haskellSrc2nix, callHackage, and callHackageDirect. Other
functions should probably also be documented, but it's at least a start.
2019-05-14 08:18:02 +03:00
Brian Hicks 9bf8f18368 devd: init at 0.9
devd is a local development server designed to be used with modd
(already in nixpkgs.)
2019-05-13 19:38:22 -05:00
worldofpeace bc7d17aa47
Merge pull request #61428 from lilyball/chit
chit: init at 0.1.12
2019-05-13 20:36:01 -04:00
Samuel Dionne-Riel 251c22ad10 mruby: 2.0.0 -> 2.0.1 2019-05-13 19:27:27 -04:00
Renaud 3c1044ae99
Merge pull request #61406 from r-ryantm/auto-update/python3.7-typed-ast
python37Packages.typed-ast: 1.3.4 -> 1.3.5
2019-05-14 00:17:17 +02:00
Renaud 816fd81ffe
ctl: builds with ilmbase 2.3.x (#61468) 2019-05-13 23:48:21 +02:00
Patrick Hilhorst a025f8535e
openexr: fix cross-compilation 2019-05-13 23:20:33 +02:00
mkgvt 715dfd0b80 py-radix: init at version 0.10.0 (#61251)
* py-radix: init at version 0.10.0
2019-05-13 23:15:34 +02:00
Joachim F fc029a6441
Merge pull request #61463 from dtzWill/update/qdarkstyle-2.6.8
qdarkstyle: 2.6.6 -> 2.6.8, use in electrum instead of override
2019-05-13 20:30:52 +00:00
Astro 1bcfffdb1e python3Packages.pyftdi: init at 0.29.4 2019-05-13 22:25:26 +02:00
Renaud fc5fe1f898
Merge pull request #61153 from Tomahna/scalafmt
scalafmt: 2.0.0-RC5 -> 2.0.0-RC7
2019-05-13 22:22:38 +02:00
Renaud 49979fafc8
Merge pull request #61419 from r-ryantm/auto-update/range-v3
range-v3: 0.4.0 -> 0.5.0
2019-05-13 22:15:22 +02:00
R. RyanTM 80510251b3 react-native-debugger: 0.9.7 -> 0.9.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/react-native-debugger/versions
2019-05-13 21:53:04 +02:00
R. RyanTM 22ee2ea675 python37Packages.qtpy: 1.7.0 -> 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/python3.7-qtpy/versions
2019-05-13 21:46:58 +02:00
Timo Kaufmann 6c90c06320
Merge pull request #61461 from timokau/linbox-1.6.1
linbox: 1.6.0 -> 1.6.1
2019-05-13 21:15:08 +02:00
Matthew Bauer a688ee7798
Merge pull request #61383 from marsam/fix-darwin-haskell-servant-auth-server
servant-auth-server: fix darwin build
2019-05-13 15:10:24 -04:00
Timo Kaufmann 4cb493f128 linbox: mark as broken on aarch64 and darwin 2019-05-13 20:11:29 +02:00
Will Dietz 38c0e04ed9
python3Packages.qdarkstyle: 2.6.6 -> 2.6.8
https://github.com/ColinDuquesnoy/QDarkStyleSheet/releases/tag/2.6.8
https://github.com/ColinDuquesnoy/QDarkStyleSheet/releases/tag/2.6.7
2019-05-13 13:03:37 -05:00
Daniël de Kok 635385388f python3Packages.spacy: 2.1.3 -> 2.1.4
This release has some improvements for training models:

https://github.com/explosion/spaCy/releases/tag/v2.1.4
2019-05-13 20:03:21 +02:00
Daniël de Kok 21ec7004f6 python3Packages.spacy_models: 2.0.0 -> 2.1.0
- Update models for spaCy 2.1.
- Add medium/small-sized models for Greek.
- Add medium-sized model for German.
2019-05-13 20:01:37 +02:00
Daniël de Kok 52731eb4f6 python3Packages.spacy: 2.0.18 -> 2.1.3
Changes:
https://github.com/explosion/spaCy/releases

The largest change since 2.0.x is support for ELMo/BERT-like
pretraining.
2019-05-13 20:01:37 +02:00
Daniël de Kok 613e802f01 pythonPackages.thinc: 6.12.1 -> 7.0.4 2019-05-13 20:01:37 +02:00
Daniël de Kok 54f9e90e4f pythonPackages.blis: init at 0.2.4 2019-05-13 20:01:37 +02:00
Daniël de Kok b631c266ee pythonPackages.srsly: init at 0.0.5 2019-05-13 20:01:37 +02:00
Daniël de Kok 18765a70ba pythonPackages.wasabi: init at 0.2.2 2019-05-13 20:01:37 +02:00
Kevin Rauscher 98b382a8ea scalafmt: 2.0.0-RC5 -> 2.0.0-RC7 2019-05-13 19:59:27 +02:00
Timo Kaufmann ecb522f617 linbox: 1.6.0 -> 1.6.1
https://trac.sagemath.org/ticket/26932#comment:20:
"In addition, we fixed some minor issues in the linbox-auto-install and the dependency version checking system and therefore release 1.6.1 consequently."
2019-05-13 18:27:39 +02:00
Léo Gaspard a9ec3f2f1b
Merge pull request #61449 from r-ryantm/auto-update/wabt
wabt: 1.0.10 -> 1.0.11
2019-05-13 17:30:03 +02:00
xrelkd 3a5fdff830 cargo-bloat: 0.6.3 -> 0.6.4 2019-05-13 22:29:19 +08:00
Jörg Thalheim f6ce92c306
radare2: 3.4.1 -> 3.5.0 2019-05-13 14:43:04 +01:00
R. RyanTM 3f9cc039f0 wabt: 1.0.10 -> 1.0.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wabt/versions
2019-05-13 04:41:54 -07:00
Lily Ballard 453a37b420 chit: init at 0.1.12 2019-05-12 22:49:40 -07:00
John Ericson 59a733edae
Merge pull request #61336 from matthewbauer/ghc-ncg-cross
Use ncg for x86 ghc cross compilation
2019-05-13 00:02:02 -04:00
Ryan Mulligan 1df1834dd1
Merge pull request #61402 from r-ryantm/auto-update/python3.7-shodan
python37Packages.shodan: 1.12.1 -> 1.13.0
2019-05-12 20:55:16 -07:00
R. RyanTM 84b00ac140 range-v3: 0.4.0 -> 0.5.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/range-v3/versions
2019-05-12 19:50:50 -07:00
R. RyanTM 1d11a3d915
python37Packages.av: 6.1.2 -> 6.2.0
PyAV stopped using nosetest https://github.com/mikeboers/PyAV/pull/514/

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-av/versions
2019-05-12 19:47:14 -05:00
R. RyanTM ca123bf7ba python37Packages.xcffib: 0.7.0 -> 0.8.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/python3.7-xcffib/versions
2019-05-12 17:07:49 -07:00
R. RyanTM 6f88e9a59b python37Packages.xdis: 3.8.10 -> 4.0.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/python3.7-xdis/versions
2019-05-12 17:04:49 -07:00
R. RyanTM 1601dd9ca4 python37Packages.typed-ast: 1.3.4 -> 1.3.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/python3.7-typed-ast/versions
2019-05-12 16:34:58 -07:00
R. RyanTM ce729d33a2 python37Packages.sphinxcontrib_plantuml: 0.14 -> 0.15
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-sphinxcontrib-plantuml/versions
2019-05-12 15:53:33 -07:00
Robert Helgesson d8cac92f55
lombok: 1.18.4 -> 1.18.8 2019-05-13 00:43:20 +02:00
R. RyanTM 1419b0dffe python37Packages.shodan: 1.12.1 -> 1.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/python3.7-shodan/versions
2019-05-12 15:29:42 -07:00
Will Dietz c127f43e50 alkimia: 7.0.1 -> 8.0.1 (#60041)
* alkimia: 7.0.1 -> 8.0.1, new url

* alkimia: deps
2019-05-12 23:28:59 +02:00
Mario Rodas 09e08100ca
Merge pull request #61272 from r-ryantm/auto-update/buck
buck: 2019.01.10.01 -> 2019.05.06.01
2019-05-12 16:10:59 -05:00
worldofpeace 1cc66f5a54
Merge pull request #61318 from r-ryantm/auto-update/gtksourceview
gtksourceview: 3.24.10 -> 3.24.11
2019-05-12 15:59:11 -04:00
R. RyanTM abbb737413 python37Packages.python-axolotl: 0.1.42 -> 0.2.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/python3.7-python-axolotl/versions
2019-05-12 12:41:57 -07:00
Matthew Bauer 78a6156c55
Merge pull request #61111 from matthewbauer/fix-lldb-7
lldb_7: fix broken build on darwin
2019-05-12 15:22:20 -04:00
Matthew Bauer 4fb6ccbe61
Merge pull request #61112 from matthewbauer/fix-bazel-llvm
bazel: use llvm6 on darwin
2019-05-12 15:22:01 -04:00
Matthew Bauer ab1f377480
Merge pull request #61333 from matthewbauer/fix-portaudio-darwni
portaudio: disable werror for flags hit in clang
2019-05-12 15:18:48 -04:00
Peter Simons 8e4df4840e haskell-hledger-lib: jailbreak to enable running the build with ghc-8.8.x
The build still fails, but I want to see the actual errors.
2019-05-12 20:49:17 +02:00
Peter Simons 8e4cd524c7 haskell-lens: patch (and jailbreak) to fix build with ghc-8.8.x 2019-05-12 20:49:17 +02:00
Peter Simons 12982ef5cd haskell-shakespeare: patch to fix build with ghc-8.8.x 2019-05-12 20:49:17 +02:00
Peter Simons 4619745465 haskell-aeson: ghc-8.8.x runs out of memory trying to compile the test suite 2019-05-12 20:49:17 +02:00
Peter Simons f944f8f9c5 haskell-cabal-install: update ghc-8.8.x package set to latest git version 2019-05-12 20:49:16 +02:00
Peter Simons aa62499290 haskell-cassava: patch to fix the build with ghc-8.8.x 2019-05-12 20:49:16 +02:00
Peter Simons 5409929d61 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.2-10-gb2ea1c2 from Hackage revision
baa9f80e41.
2019-05-12 20:49:16 +02:00
Peter Simons cb0235faf9 hackage2nix: disable failing Hydra builds 2019-05-12 20:49:16 +02:00
Peter Simons 44184820b2 haskell-setlocale: jailbreak to fix the build with ghc-8.8.x 2019-05-12 20:49:16 +02:00
R. RyanTM 2fddcae0c8 python37Packages.pympler: 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/python3.7-pympler/versions
2019-05-12 11:38:29 -07:00
Ryan Mulligan c420e6d59a
Merge pull request #61372 from r-ryantm/auto-update/python3.7-holoviews
python37Packages.holoviews: 1.11.3 -> 1.12.2
2019-05-12 11:38:08 -07:00
Edmund Wu 58c998d633
pythonPackages.celery: unpin moto 2019-05-12 14:31:45 -04:00
Frederik Rietdijk 0d5f072fde
Merge pull request #61330 from r-ryantm/auto-update/libgda
libgda: 5.2.8 -> 5.2.9
2019-05-12 20:26:51 +02:00
R. RyanTM e48352a96a libdazzle: 3.32.1 -> 3.32.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/libdazzle/versions
2019-05-12 20:23:08 +02:00
R. RyanTM b9ccfc9f2e oniguruma: 6.9.1 -> 6.9.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/onig/versions
2019-05-12 20:21:35 +02:00
R. RyanTM 5fb2a77c30 python37Packages.phonenumbers: 8.10.10 -> 8.10.11
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-phonenumbers/versions
2019-05-12 20:21:17 +02:00
R. RyanTM 4def26f290 python37Packages.latexcodec: 1.0.6 -> 1.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/python3.7-latexcodec/versions
2019-05-12 20:21:02 +02:00
Spencer Baugh 4b8803dae6 switch users of "gnupg1" to plain "gnupg"
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra
symlinks in the bin directory. None of these packages need those
symlinks, and it's confusing for them to say they're depending on
"gnupg1", so switch their dep to plain "gnupg".
2019-05-12 20:08:50 +02:00
Robert Scott 3e9184b8dc pythonPackages.pyopenssl: add support for building with openssl 1.1.x 2019-05-12 20:01:58 +02:00
R. RyanTM 0ffe8e6bb1 python37Packages.ansible-runner: 1.3.3 -> 1.3.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/python3.7-ansible-runner/versions
2019-05-12 20:00:34 +02:00
Frederik Rietdijk ef0dbef7f1 Merge master into staging-next 2019-05-12 19:59:09 +02:00
R. RyanTM e9b7e01828 python27Packages.j2cli: 0.3.7 -> 0.3.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-j2cli/versions
2019-05-12 19:58:46 +02:00
R. RyanTM 7c9de797bc python37Packages.django_guardian: 1.5.0 -> 1.5.1 (#61364)
* python37Packages.django_guardian: 1.5.0 -> 1.5.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/python3.7-django-guardian/versions

* pythonPackages.django-guardian: reenable on Py27
2019-05-12 19:38:04 +02:00
Renaud f476b32f05
Merge pull request #61368 from r-ryantm/auto-update/python3.7-fs
python37Packages.fs: 2.4.4 -> 2.4.5
2019-05-12 19:15:49 +02:00
R. RyanTM 5cb32ada43 python37Packages.pamqp: 2.1.0 -> 2.3.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/python3.7-pamqp/versions
2019-05-12 09:20:56 -07:00
Renaud 62c785c85a
Merge pull request #61362 from r-ryantm/auto-update/python3.7-cassandra-driver
python37Packages.cassandra-driver: 3.17.0 -> 3.17.1
2019-05-12 18:17:07 +02:00
R. RyanTM 471c981bbd python37Packages.netcdf4: 1.5.0.1 -> 1.5.1.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/python3.7-netcdf4/versions
2019-05-12 18:03:25 +02:00
Mario Rodas 6673cc8ee9
haskell: x509-system fix on darwin
x509-system requires access to the `security` executable. Partially
reverts [1: d69cc779b5]

1: d69cc779b5
   Revert "Revert "darwin 10.12 commits""
2019-05-12 11:00:00 -05:00
Renaud 9f8e30bfc1
Merge pull request #61284 from r-ryantm/auto-update/eccodes
eccodes: 2.12.0 -> 2.12.5
2019-05-12 17:46:58 +02:00
Renaud b6e415a33f
Merge pull request #61354 from ThomasMader/dlang-update
Fix ldc
2019-05-12 17:33:11 +02:00
R. RyanTM 8e79758bf9 python37Packages.gensim: 3.7.2 -> 3.7.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/python3.7-gensim/versions
2019-05-12 17:18:51 +02:00
Renaud 2c86b2c79c
Merge pull request #61242 from xbreak/update/cfitsio-3450
cfitsio: 3.430 -> 3.450
2019-05-12 16:15:01 +02:00
R. RyanTM 2d60d9984e python37Packages.holoviews: 1.11.3 -> 1.12.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/python3.7-holoviews/versions
2019-05-12 06:44:39 -07:00
Renaud 3cdb2c3d0c
icr: 0.5.0 -> 0.6.0 (#61156)
* icr: 0.5.0 -> 0.6.0

* icr: ensure crystal is in PATH
2019-05-12 15:27:55 +02:00
R. RyanTM c7fd3d0c4d python37Packages.fs: 2.4.4 -> 2.4.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/python3.7-fs/versions
2019-05-12 06:02:19 -07:00
Vladimír Čunát 08506c8eff
jvmci8: restrict meta.platforms according to graalvm8
This unbreaks evaluation on darwin, maybe elsewhere.  Thread:
https://github.com/NixOS/nixpkgs/commit/3cf07efa30a#r33500279
2019-05-12 13:51:40 +02:00
R. RyanTM 305ded523e python37Packages.cassandra-driver: 3.17.0 -> 3.17.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/python3.7-cassandra-driver/versions
2019-05-12 04:42:37 -07:00
xbreak 152b1e4dbc cfitsio: 3.430 -> 3.450
The derivation is also updated to optionally build cfitsio with bzip2
support (enabled by default).
2019-05-12 11:25:22 +00:00
Thomas Mader 6948e565a7 dmd: Enable dmd tests again 2019-05-12 10:50:48 +02:00
Vladimír Čunát ec5f5a21d7
Merge #60614: lua*Packages improvements 2019-05-12 10:01:48 +02:00
Renaud 90f6472633
Merge pull request #61039 from dtzWill/update/libnsl-1.2.0
libnsl: 1.1.0 -> 1.2.0, drop included patches
2019-05-12 10:00:25 +02:00
Peter Simons 8fd4b19d6b haskell-aeson: patch to fix the build with ghc-8.8.x 2019-05-12 09:54:32 +02:00
Peter Simons 579b679507 haskell-dlist: jailbreak to fix the build with ghc-8.8.x 2019-05-12 09:54:32 +02:00
Peter Simons 553a1eec6f haskell-parallel: jailbreak to fix the build with ghc-8.8.x 2019-05-12 09:54:32 +02:00
Peter Simons 5d61a76ba9 haskell-optparse-applicative: jailbreak to fix the build with ghc-8.8.x 2019-05-12 09:54:32 +02:00
Peter Simons 7df834c628 haskell-th-lift: jailbreak is no longer necessary in the latest version 2019-05-12 09:54:32 +02:00
Peter Simons b24afc5119 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3 from Hackage revision
2979437e88.
2019-05-12 09:54:26 +02:00
Peter Simons ac8bf3419b hackage2nix: re-enable 'megaparsec-tests' builds on Hydra 2019-05-12 09:54:26 +02:00
Will Dietz eb327edc2a hyperscan: 5.1.0 -> 5.1.1 (#59500)
* hyperscan: 5.1.0 -> 5.1.1

* provide misc utils needed by build

* hyperscan: build shared libs only by default

Only consumer now (rspamd) needs only the shared libs
+ add a switch to build both shared and static if needed
+ cleaner outputs (previously there was static lib and symlink to shared lib in $dev)
+ fix pkgconfig template for v5.1.1 otherwise "includedir" path is wrong

* hyperscan: restrict to x86_64-linux

Fails to find 'nm' on x64 darwin
2019-05-12 09:44:05 +02:00
Thomas Mader 074be2ff85 ldc: Fix #61316 2019-05-12 09:26:37 +02:00
R. RyanTM 315be87440
python37Packages.geopandas: 0.4.1 -> 0.5.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/python3.7-geopandas/versions
2019-05-11 23:28:23 -05:00
Matthew Bauer 8a52658918 ghc: use ncg for cross buildsystem
We can use ncg for all x86 builds.

Fixes #61262
2019-05-12 00:22:01 -04:00
Matthew Bauer 0f473cc854 portaudio: disable werror for flags hit in clang 2019-05-11 23:02:56 -04:00
worldofpeace 8f5c4f6565
Merge pull request #61289 from Ma27/bump-pyaxmlparser
python3Packages.pyaxmlparser: 0.3.13 -> 0.3.15
2019-05-11 22:16:26 -04:00
R. RyanTM 9390ebd695 libgda: 5.2.8 -> 5.2.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgda/versions
2019-05-11 18:31:20 -07:00
Mario Rodas 89ae3d6a83
Merge pull request #59648 from r-ryantm/auto-update/python3.7-confluent-kafka
python37Packages.confluent-kafka: 0.11.6 -> 1.0.0
2019-05-11 18:26:23 -05:00
Dmitry Kalinkin b6ed6e452e
Merge pull request #61313 from eadwu/pythonPackages.zstd/1.4.0.0
pythonPackages.zstd: 1.3.8.1 -> 1.4.0.0
2019-05-11 18:29:41 -04:00
Renaud c162ccf1c7
Merge pull request #61001 from ryan4729/qscintilla-macos
qscintilla: add qtmacextras to propagatedBuildInputs on darwin
2019-05-12 00:13:57 +02:00
Mario Rodas b7a6a7c8f5
pythonPackages.streamz: 0.5.0 -> 0.5.1 2019-05-11 17:09:44 -05:00
R. RyanTM 855a6f2887
python37Packages.confluent-kafka: 0.11.6 -> 1.0.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/python3.7-confluent-kafka/versions
2019-05-11 17:09:44 -05:00
Mario Rodas e8817507d7
twitterBootstrap4: init at 4.3.1 2019-05-11 16:41:12 -05:00
R. RyanTM c4a83dfb07
twitterBootstrap: 3.3.7 -> 3.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/bootstrap/versions
2019-05-11 16:41:12 -05:00
Renaud 1a262d01ba
Merge pull request #61062 from risicle/ris-lark-parser-enable-tests
pythonPackages.lark-parser: enable majority of tests
2019-05-11 23:02:32 +02:00
Renaud 5f0afa48d1
Merge pull request #61081 from vbgl/ocaml-elpi-1.2.0
ocamlPackages.elpi: 1.1.0 -> 1.2.0
2019-05-11 22:55:55 +02:00
R. RyanTM 7a47b92765 gtksourceview: 3.24.10 -> 3.24.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtksourceview/versions
2019-05-11 13:39:44 -07:00
Mario Rodas fe52f61554
Merge pull request #59642 from r-ryantm/auto-update/python3.7-asgiref
python37Packages.asgiref: 2.3.2 -> 3.0.0
2019-05-11 13:38:26 -05:00
Mario Rodas 788471b177
python3Packages.channels: 2.1.7 -> 2.2.0 2019-05-11 13:22:49 -05:00
Mario Rodas fbdb9ce787
python3Packages.daphne: 2.2.5 -> 2.3.0 2019-05-11 13:21:33 -05:00
R. RyanTM b589619eda
python37Packages.asgiref: 2.3.2 -> 3.1.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/python3.7-asgiref/versions
2019-05-11 13:14:39 -05:00
Edmund Wu d314dac67f
pythonPackages.zstd: 1.3.8.1 -> 1.4.0.0 2019-05-11 14:12:34 -04:00
Wael Nasreddine 7977977fa5
proto-contrib: init at 0.9.0 (#61261) 2019-05-11 11:07:08 -07:00
Mario Rodas 51a083c169
Merge pull request #61303 from artemist/ropper
python3Packages.ropper: 1.11.13 → 1.12.1
2019-05-11 13:00:54 -05:00