Commit Graph

68357 Commits

Author SHA1 Message Date
Elis Hirwing
8b6b9533ef
Merge pull request #67212 from kisik21/php-disable-mhash
php: disable mhash
2019-08-22 11:11:17 +02:00
Maximilian Bosch
938a7e5fe1
Merge pull request #67151 from xrelkd/update/cargo-make
cargo-make: 0.22.0 -> 0.22.1
2019-08-22 11:06:52 +02:00
Matthieu Coudron
40235b78a2
Merge pull request #67231 from Shados/add-moonscript
Add Moonscript
2019-08-22 16:15:20 +09:00
Sarah Brofeldt
2558929984
Merge pull request #67149 from marsam/fix-mosml-darwin
mosml: fix build error on darwin
2019-08-22 09:07:18 +02:00
Sarah Brofeldt
5ca95f08dc
Merge pull request #67152 from xrelkd/update/cargo-expand
cargo-expand: 0.4.13 -> 0.4.14
2019-08-22 09:00:41 +02:00
Sarah Brofeldt
84e6725429
Merge pull request #67190 from das-g/libosmium-2.15.2
libosmium: 2.15.1 -> 2.15.2
2019-08-22 08:53:31 +02:00
Jan Tojnar
b992565455
Merge pull request #67222 from jtojnar/glthree
gnome-hexgl: init at unstable-2019-08-21
2019-08-22 03:18:29 +02:00
Jan Tojnar
144ac2bd16
gthree: unstable-2019-10-21 2019-08-22 02:24:55 +02:00
Jan Tojnar
0e51dcda37
graphene: 1.8.6 → 1.9.6
we need unstable version for glthree
2019-08-22 02:24:54 +02:00
Jan Tojnar
9ad99a811d
mutest: init at unstable-2019-10-12 2019-08-22 02:24:54 +02:00
Vincent Laporte
e1d3ea6836
ocamlPackages.cohttp: 2.0.0 -> 2.1.3 2019-08-21 21:12:52 +00:00
Vincent Laporte
136f739184
ocamlPackages.uri-sexp: init at 3.0.0 2019-08-21 21:12:37 +00:00
Marek Mahut
88f57d4501
Merge pull request #67180 from r-ryantm/auto-update/xxHash
xxHash: 0.7.0 -> 0.7.1
2019-08-21 22:38:00 +02:00
Robin Gloster
a622c5332a
haskellPackages.openid: mark as broken
broken with openssl 1.1
https://github.com/elliottt/hsopenid/issues/15
2019-08-21 21:29:03 +02:00
Marek Mahut
25ccab2c5f
Merge pull request #67178 from r-ryantm/auto-update/wxSVG
wxSVG: 1.5.19 -> 1.5.20
2019-08-21 21:19:52 +02:00
Marek Mahut
b5808da5c7
Merge pull request #67167 from r-ryantm/auto-update/wcslib
wcslib: 6.3 -> 6.4
2019-08-21 21:19:12 +02:00
Matthew Bauer
856d10a9b8
Merge pull request #66454 from ruuda/libcrypto-noexecstack
libressl: build libcrypto with noexecstack
2019-08-21 14:11:08 -04:00
Lancelot SIX
27d0689e60
Merge pull request #67133 from jonringer/fix-xdis
python3Packages.xdis: 4.0.1 -> 4.0.3
2019-08-21 19:57:36 +02:00
Jonathan Ringer
061b65489f python3Packages.xdis: 4.0.1 -> 4.0.3 2019-08-21 10:43:10 -07:00
Jonathan Ringer
038fbf0178 libosinfo: 1.5.0 -> 1.6.0 2019-08-21 10:37:20 -07:00
Vika
ba83c08610 php: disable mhash
Per https://www.php.net/manual/en/intro.mhash.php, mhash extension
is obsolete, so disabling it here. (Also it doesn't cross-compile)

**Warning**: This could be a breaking change for some packages that
are very old and rely on this extension, maintainer discretion is
advised.
2019-08-21 20:37:06 +03:00
Timo Kaufmann
e2b47524a3
Merge pull request #67158 from r-ryantm/auto-update/sympow
sympow: 2.023.4 -> 2.023.5
2019-08-21 19:17:53 +02:00
Robin Gloster
0511b88ccb
xpwn: bump to commit including openssl 1.1 support 2019-08-21 19:14:01 +02:00
Nikolay Amiantov
7498f0971b python3.pkgs.crc16: init at 0.1.1 2019-08-21 19:38:42 +03:00
Michael Weiss
1537ce23b1
ffmpeg-full: 4.1.4 -> 4.2
Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/Changelog

Configuration flag changes:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/n4.1.4..n4.2:/configure

Ignored new configuration flags:
--enable-libaribb24      enable ARIB text and caption decoding via libaribb24 [no]
--enable-pocketsphinx    enable PocketSphinx, needed for asr filter [no]
--enable-cuda-nvcc       enable Nvidia CUDA compiler [no]
--disable-cuda-llvm      disable CUDA compilation using clang [autodetect]
--disable-msa2           disable MSA2 optimizations

The renamed and removed configuration options where not used.

I've added a patch to prefer libdav1d over libaom, as libaom wasn't even
able to play my sample videos for AV1 (apart from the reduced
performance, at least in theory).
2019-08-21 18:02:30 +02:00
Bas van Dijk
cbf76c739a
Merge pull request #66728 from symphorien/rust-rls
rls: tie version to rustc's
2019-08-21 16:38:19 +02:00
Florian Klink
65b1948be2
Merge pull request #66762 from adisbladis/python-minimal
python3Minimal: Add top-level for a minimal Python 3 build
2019-08-21 15:04:52 +02:00
adisbladis
99e6ca2bdc python3Minimal: Add top-level for a minimal Python 3 build
This builds Python without optional dependencies.

We can't just use python3.override, as things like
python3Minimal.withPackages would pass the wrong python derivation into
these modules.
2019-08-21 14:52:49 +02:00
Raphael Das Gupta
aa0f96cfb4 libosmium: 2.15.1 -> 2.15.2 2019-08-21 14:46:42 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
Vincent Laporte
609d408970 coq: make version 8.9 the default one 2019-08-21 12:07:38 +00:00
Alexei Robyn
740a7255b6 lua*Packages.moonscript: init at 0.5.0-1 (generated) 2019-08-21 22:06:32 +10:00
Alexei Robyn
c84a282c74 lua*Packages.alt-getopt: init at 0.8.0-1 (generated) 2019-08-21 22:04:19 +10:00
Peter Simons
8a9b00f6d6 git-annex: update sha256 hash for version 7.20190819 2019-08-21 11:28:46 +02:00
Peter Simons
2b89a05d40 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
478c783355.
2019-08-21 11:28:46 +02:00
Justin Humm
fe366d43e8 haskell-hakyll: patch Cabal file from upstream
hakyll complains about our QuickCheck version being too high. Upstream
solved that problem already, so let's use that patch [0].

Closes https://github.com/NixOS/nixpkgs/pull/67065.

[0] https://github.com/jaspervdj/hakyll/pull/721
2019-08-21 11:28:46 +02:00
Lancelot SIX
f6a654dad8
Merge pull request #67140 from jonringer/update-fabric
pythonPackage.Fabric: 2.4.0 -> 2.5.0
2019-08-21 11:23:52 +02:00
Symphorien Gibol
d9d0647046 rls: tie version to rustc's 2019-08-21 11:21:01 +02:00
R. RyanTM
7febeb3ddf xxHash: 0.7.0 -> 0.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/xxhash/versions
2019-08-21 00:04:32 -07:00
Marek Mahut
ac827e0e35
Merge pull request #67116 from r-ryantm/auto-update/python3.7-yamllint
python37Packages.yamllint: 1.16.0 -> 1.17.0
2019-08-21 08:59:45 +02:00
R. RyanTM
bde427be49 wxSVG: 1.5.19 -> 1.5.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-08-20 23:45:12 -07:00
Marek Mahut
790129b1e4
Merge pull request #67118 from r-ryantm/auto-update/python2.7-trollius
python27Packages.trollius: 2.2 -> 2.2.post1
2019-08-21 08:44:54 +02:00
Marek Mahut
4a32c779d3
Merge pull request #67120 from r-ryantm/auto-update/python3.7-voluptuous-serialize
python37Packages.voluptuous-serialize: 2.1.0 -> 2.2.0
2019-08-21 08:44:32 +02:00
Marek Mahut
0be49d3157
Merge pull request #67121 from r-ryantm/auto-update/python3.7-zict
python37Packages.zict: 0.1.4 -> 1.0.0
2019-08-21 08:44:10 +02:00
Michael Raskin
ac1378e36f
Merge pull request #67123 from r-ryantm/auto-update/python3.7-spark_parser
python37Packages.spark_parser: 1.8.7 -> 1.8.9
2019-08-21 06:25:19 +00:00
Peter Hoeg
abb41a1111 owl-lisp: 0.1.16 -> 0.1.19 2019-08-21 13:39:24 +08:00
R. RyanTM
d3526f8cb2 wcslib: 6.3 -> 6.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/wcslib/versions
2019-08-20 22:22:43 -07:00
Vincent Laporte
59cf0772c2 ocamlPackages.charInfo_width: init at 1.1.0 2019-08-21 05:07:46 +00:00
R. RyanTM
0ff0c288a8 sympow: 2.023.4 -> 2.023.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/sympow/versions
2019-08-20 21:06:37 -07:00
xrelkd
e93f1175db cargo-make: 0.22.0 -> 0.22.1 2019-08-21 09:59:10 +08:00
xrelkd
d2e381608e cargo-expand: 0.4.13 -> 0.4.14 2019-08-21 09:50:28 +08:00
Jonathan Ringer
38626c18cc pythonPackage.Fabric: 2.4.0 -> 2.5.0 2019-08-20 16:06:15 -07:00
R. RyanTM
ca0876bcba python37Packages.invoke: 1.2.0 -> 1.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-invoke/versions
2019-08-20 16:02:06 -07:00
Ruud van Asseldonk
fdd78a5387 libressl: use CFLAGS to avoid exectuable stack
It turns out that libcrypto had an exectuable stack, because it linked
some objects without a .note.GNU-stack section. Compilers add this
section by default, but the objects produced from .S files did not
contain it. The .S files do include a directive to add the section, but
guarded behind an #ifdef HAVE_GNU_STACK. So define HAVE_GNU_STACK, to
ensure that all objects have a .note.GNU-stack section.
2019-08-21 00:16:08 +02:00
Marek Mahut
63d060b961
Merge pull request #67046 from r-ryantm/auto-update/python3.7-apache-libcloud
python37Packages.libcloud: 2.4.0 -> 2.5.0
2019-08-21 00:10:00 +02:00
Marek Mahut
108ec6fd13
Merge pull request #67047 from r-ryantm/auto-update/python3.7-ftfy
python37Packages.ftfy: 5.5.1 -> 5.6
2019-08-21 00:09:39 +02:00
Marek Mahut
a870a709ff
Merge pull request #67050 from r-ryantm/auto-update/python3.7-azure-mgmt-storage
python37Packages.azure-mgmt-storage: 3.3.0 -> 4.0.0
2019-08-21 00:07:54 +02:00
Marek Mahut
5b5aa4d09f
Merge pull request #67052 from r-ryantm/auto-update/python3.7-authres
python37Packages.authres: 1.1.1 -> 1.2.0
2019-08-21 00:07:24 +02:00
Marek Mahut
aa9ee0ac68
Merge pull request #67056 from r-ryantm/auto-update/python3.7-django-webpack-loader
python37Packages.django-webpack-loader: 0.2.4 -> 0.6.0
2019-08-21 00:07:01 +02:00
Marek Mahut
581ce32933
Merge pull request #67058 from r-ryantm/auto-update/python3.7-node-semver
python37Packages.node-semver: 0.6.1 -> 0.7.0
2019-08-21 00:06:25 +02:00
Marek Mahut
cd1578d483
Merge pull request #67060 from r-ryantm/auto-update/python3.7-openapi-spec-validator
python37Packages.openapi-spec-validator: 0.2.7 -> 0.2.8
2019-08-21 00:06:11 +02:00
Marek Mahut
ea32fd8dfb
Merge pull request #67059 from r-ryantm/auto-update/python3.7-gssapi
python37Packages.gssapi: 1.6.0 -> 1.6.1
2019-08-21 00:05:55 +02:00
Marek Mahut
126797214b
Merge pull request #67061 from r-ryantm/auto-update/python2.7-jenkins-job-builder
jenkins-job-builder: 2.10.1 -> 3.0.1
2019-08-21 00:05:34 +02:00
Marek Mahut
76c0ed1149
Merge pull request #67062 from r-ryantm/auto-update/python3.7-nameparser
python37Packages.nameparser: 1.0.3 -> 1.0.4
2019-08-21 00:05:14 +02:00
Marek Mahut
a79b9166ca
Merge pull request #67068 from saschagrunert/buildah
buildah: 1.9.0 -> 1.10.1
2019-08-21 00:04:49 +02:00
Marek Mahut
279e6d0172
Merge pull request #67114 from r-ryantm/auto-update/python3.7-rasterio
python37Packages.rasterio: 1.0.24 -> 1.0.25
2019-08-21 00:02:14 +02:00
Mario Rodas
690e363780
mosml: fix build error on darwin 2019-08-20 16:20:00 -05:00
R. RyanTM
9e342a7c04 python37Packages.spark_parser: 1.8.7 -> 1.8.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/python3.7-spark_parser/versions
2019-08-20 14:05:55 -07:00
R. RyanTM
527fb18264 python37Packages.zict: 0.1.4 -> 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-zict/versions
2019-08-20 13:49:14 -07:00
Marek Mahut
ed3cee72f3
Merge pull request #65104 from mroi/patch-1
swift: 5.0.1 -> 5.0.2
2019-08-20 22:37:12 +02:00
R. RyanTM
e9edfb0dbf python37Packages.voluptuous-serialize: 2.1.0 -> 2.2.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-voluptuous-serialize/versions
2019-08-20 13:36:30 -07:00
Marek Mahut
86d496fd76
Merge pull request #67099 from ninjin/julia
julia: 1.0.3 -> 1.0.4 and 1.1.0 -> 1.1.1
2019-08-20 22:31:16 +02:00
R. RyanTM
6bccac4b16 python27Packages.trollius: 2.2 -> 2.2.post1
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-trollius/versions
2019-08-20 13:28:57 -07:00
R. RyanTM
3c47e652ad python37Packages.yamllint: 1.16.0 -> 1.17.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-yamllint/versions
2019-08-20 13:17:36 -07:00
Robin Gloster
ea5b86c3f1
python2.pkgs.sipsimple: 3.1.1 -> 3.4.2 2019-08-20 22:14:55 +02:00
worldofpeace
caa1f4ab63
Merge pull request #67096 from doronbehar/update-urwid
pythonPackages.urwid: 1.3.1 -> 2.0.1
2019-08-20 16:05:05 -04:00
Marek Mahut
05d186ffca
Merge pull request #67072 from r-ryantm/auto-update/python3.7-phonenumbers
python37Packages.phonenumbers: 8.10.15 -> 8.10.16
2019-08-20 21:35:42 +02:00
Marek Mahut
152a42124d
Merge pull request #67070 from r-ryantm/auto-update/python3.7-pyglet
python37Packages.pyglet: 1.4.1 -> 1.4.2
2019-08-20 21:34:43 +02:00
Marek Mahut
0a8a3904b2
Merge pull request #67073 from r-ryantm/auto-update/python3.7-pytesseract
python37Packages.pytesseract: 0.2.7 -> 0.2.9
2019-08-20 21:16:55 +02:00
Marek Mahut
06f8ba09f7
Merge pull request #67074 from r-ryantm/auto-update/python3.7-PyChromecast
python37Packages.PyChromecast: 3.2.2 -> 3.2.3
2019-08-20 21:16:12 +02:00
Marek Mahut
9858efc889
Merge pull request #67029 from r-ryantm/auto-update/python3.7-distributed
python37Packages.distributed: 1.28.1 -> 2.2.0
2019-08-20 21:11:24 +02:00
Marek Mahut
89b41f89e1
Merge pull request #67040 from r-ryantm/auto-update/python3.7-cupy
python37Packages.cupy: 6.0.0 -> 6.2.0
2019-08-20 21:11:12 +02:00
Marek Mahut
cc2f671815
Merge pull request #67078 from r-ryantm/auto-update/python3.7-peewee
python37Packages.peewee: 3.9.6 -> 3.10.0
2019-08-20 21:08:59 +02:00
Marek Mahut
8b5126fc25
Merge pull request #67011 from r-ryantm/auto-update/onig
oniguruma: 6.9.2 -> 6.9.3
2019-08-20 21:05:50 +02:00
Marek Mahut
4ec813def9
Merge pull request #67107 from r-ryantm/auto-update/python3.7-voluptuous
python37Packages.voluptuous: 0.11.5 -> 0.11.7
2019-08-20 21:04:15 +02:00
Marek Mahut
23e67a6a0c
Merge pull request #67013 from r-ryantm/auto-update/ocaml4.06.1-ppxlib
ocamlPackages.ppxlib: 0.6.0 -> 0.8.1
2019-08-20 21:03:11 +02:00
Marek Mahut
b22c8b6588
Merge pull request #67106 from r-ryantm/auto-update/python3.7-rebulk
python37Packages.rebulk: 1.0.0 -> 1.0.1
2019-08-20 21:02:19 +02:00
Marek Mahut
13df6fdee7
Merge pull request #67015 from r-ryantm/auto-update/uuidm
ocamlPackages.uuidm: 0.9.6 -> 0.9.7
2019-08-20 21:01:30 +02:00
Marek Mahut
41cae82c61
Merge pull request #67069 from r-ryantm/auto-update/python3.7-mysqlclient
python37Packages.mysqlclient: 1.4.2.post1 -> 1.4.4
2019-08-20 21:00:27 +02:00
Danylo Hlynskyi
f45dc43a52
Merge pull request #67087 from danbst/update/agda-iowa-stdlib
agdaIowaStdlib: 1.4.0 -> 1.5.0, also agdaPrelude update
2019-08-20 22:00:10 +03:00
Marek Mahut
00e09d3016
Merge pull request #67077 from r-ryantm/auto-update/python3.7-lmdb
python37Packages.lmdb: 0.96 -> 0.97
2019-08-20 20:57:16 +02:00
Marek Mahut
500a0c9345
Merge pull request #67081 from r-ryantm/auto-update/python3.7-libkeepass
python37Packages.libkeepass: 0.3.0 -> 0.3.1.post1
2019-08-20 20:56:57 +02:00
Marek Mahut
341aac7388
Merge pull request #67083 from r-ryantm/auto-update/python3.7-moretools
python37Packages.moretools: 0.1.9 -> 0.1.10
2019-08-20 20:56:30 +02:00
Marek Mahut
aa5db98cd7
Merge pull request #67084 from r-ryantm/auto-update/python3.7-lark-parser
python37Packages.lark-parser: 0.7.2 -> 0.7.3
2019-08-20 20:55:27 +02:00
Marek Mahut
c1766ee2ce
Merge pull request #67086 from r-ryantm/auto-update/python3.7-pyodbc
python37Packages.pyodbc: 4.0.26 -> 4.0.27
2019-08-20 20:55:01 +02:00
Marek Mahut
37bf6c0604
Merge pull request #67090 from r-ryantm/auto-update/python3.7-plotly
python37Packages.plotly: 4.0.0 -> 4.1.0
2019-08-20 20:54:29 +02:00
Marek Mahut
ffad8dc104
Merge pull request #67089 from r-ryantm/auto-update/python3.7-parsel
python37Packages.parsel: 1.5.1 -> 1.5.2
2019-08-20 20:53:35 +02:00
Marek Mahut
1ccb71d863
Merge pull request #67091 from r-ryantm/auto-update/python3.7-pynamodb
python37Packages.pynamodb: 3.4.1 -> 4.0.0
2019-08-20 20:53:12 +02:00
Doron Behar
45d36237ba pythonPackages.urwid: 1.3.1 -> 2.0.1 2019-08-20 21:51:59 +03:00
Marek Mahut
d67f790d88
Merge pull request #67093 from r-ryantm/auto-update/python3.7-uncertainties
python37Packages.uncertainties: 3.1.1 -> 3.1.2
2019-08-20 20:49:02 +02:00
Marek Mahut
708480fb5a
Merge pull request #67095 from r-ryantm/auto-update/python3.7-uproot
python37Packages.uproot: 3.7.0 -> 3.8.0
2019-08-20 20:48:31 +02:00
Marek Mahut
5e9dbd0e8e
Merge pull request #67098 from r-ryantm/auto-update/python3.7-w3lib
python37Packages.w3lib: 1.20.0 -> 1.21.0
2019-08-20 20:48:07 +02:00
Marek Mahut
ec0da5fc5a
Merge pull request #67104 from r-ryantm/auto-update/python3.7-tblib
python37Packages.tblib: 1.3.2 -> 1.4.0
2019-08-20 20:47:35 +02:00
Marek Mahut
d205efbbe5
Merge pull request #67102 from r-ryantm/auto-update/python3.7-Wand
python37Packages.Wand: 0.5.5 -> 0.5.6
2019-08-20 20:46:50 +02:00
Robin Gloster
ff3211e5d5
aacskeys: remove
Unmaintained, ancient and doesn't build with openssl 1.1
2019-08-20 20:40:05 +02:00
Marek Mahut
329d2ad6ee
Merge pull request #67033 from r-ryantm/auto-update/python3.7-azure-cli-core
python37Packages.azure-cli-core: 2.0.69 -> 2.0.71
2019-08-20 20:36:12 +02:00
Marek Mahut
3b365670fa
Merge pull request #67031 from r-ryantm/auto-update/python3.7-azure-mgmt-network
python37Packages.azure-mgmt-network: 2.7.0 -> 4.0.0
2019-08-20 20:35:38 +02:00
R. RyanTM
4cc3312201 python37Packages.rasterio: 1.0.24 -> 1.0.25
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-rasterio/versions
2019-08-20 11:35:19 -07:00
Marek Mahut
462288a6ba
Merge pull request #67035 from r-ryantm/auto-update/protozero
protozero: 1.6.7 -> 1.6.8
2019-08-20 20:30:10 +02:00
Marek Mahut
436233f1f0 python37Packages.distributed: 2.2.0 -> 2.3.0 2019-08-20 20:24:31 +02:00
Marek Mahut
dd2034d2a3
Merge pull request #67008 from r-ryantm/auto-update/ocaml4.06.1-uri
ocamlPackages.uri: 2.2.0 -> 3.0.0
2019-08-20 20:14:43 +02:00
R. RyanTM
1e9e1f8dfc python37Packages.voluptuous: 0.11.5 -> 0.11.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-voluptuous/versions
2019-08-20 11:10:28 -07:00
Robin Gloster
8c0786babe
Merge pull request #67103 from mayflower/globin-maintainership
treewide: update globin's maintained drvs
2019-08-20 17:57:47 +00:00
R. RyanTM
36112d20a0 python37Packages.rebulk: 1.0.0 -> 1.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-rebulk/versions
2019-08-20 10:57:44 -07:00
R. RyanTM
08559ee2a5 python37Packages.tblib: 1.3.2 -> 1.4.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-tblib/versions
2019-08-20 10:42:27 -07:00
Matthew Bauer
5be571eea1
Merge pull request #66747 from erikarvstedt/androidenv-fixes
Androidenv fixes
2019-08-20 13:38:01 -04:00
Marek Mahut
60c1883a19
Merge pull request #66980 from r-ryantm/auto-update/mdds
mdds: 1.4.3 -> 1.5.0
2019-08-20 19:36:59 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
R. RyanTM
ef287cdb8e python37Packages.Wand: 0.5.5 -> 0.5.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/python3.7-wand/versions
2019-08-20 10:25:52 -07:00
Pontus Stenetorp
2f40250ec2
julia: 1.1.0 -> 1.1.1 2019-08-20 18:10:19 +01:00
Pontus Stenetorp
599f42576a
julia: 1.0.3 -> 1.0.4 2019-08-20 18:10:19 +01:00
R. RyanTM
d93a1a48ec python37Packages.w3lib: 1.20.0 -> 1.21.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-w3lib/versions
2019-08-20 10:03:50 -07:00
R. RyanTM
49346877b8 python37Packages.uproot: 3.7.0 -> 3.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-uproot/versions
2019-08-20 09:52:37 -07:00
R. RyanTM
66e0a3c6a5 python37Packages.uncertainties: 3.1.1 -> 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-uncertainties/versions
2019-08-20 09:37:24 -07:00
R. RyanTM
b204fcb79d python37Packages.pynamodb: 3.4.1 -> 4.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-pynamodb/versions
2019-08-20 08:49:09 -07:00
R. RyanTM
a3e66b1ee1 python37Packages.plotly: 4.0.0 -> 4.1.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-plotly/versions
2019-08-20 08:33:21 -07:00
R. RyanTM
756bd32270 python37Packages.parsel: 1.5.1 -> 1.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/python3.7-parsel/versions
2019-08-20 08:03:14 -07:00
danbst
fcf752c8b3 agdaPrelude: 0dca24a81 -> eacc961c2
https://hydra.nixos.org/build/98865987
2019-08-20 17:42:40 +03:00
Austin Seipp
6576162fe9 liburing: replace obsoleted patch with new upstream patch
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 09:42:18 -05:00
danbst
d215144cc9 agdaIowaStdlib: 1.4.0 -> 1.5.0
https://hydra.nixos.org/build/98831905
2019-08-20 17:32:20 +03:00
R. RyanTM
682c59dee7 python37Packages.pyodbc: 4.0.26 -> 4.0.27
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-pyodbc/versions
2019-08-20 07:29:33 -07:00
R. RyanTM
7163b79cef python37Packages.lark-parser: 0.7.2 -> 0.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-lark-parser/versions
2019-08-20 07:04:47 -07:00
R. RyanTM
a468525020 python37Packages.moretools: 0.1.9 -> 0.1.10
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-moretools/versions
2019-08-20 07:02:06 -07:00
R. RyanTM
99698c5f27 python37Packages.libkeepass: 0.3.0 -> 0.3.1.post1
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-libkeepass/versions
2019-08-20 06:53:04 -07:00
Ruud van Asseldonk
bc185504ca libressl_3_0: init at 3.0.0 2019-08-20 08:50:57 -05:00
Austin Seipp
66f37f4a34 liburing: bump to 0.1 tag + some extra patches
Normally changing the version of the tag in this manner would be nasty
for users -- `nix-env -u` would not see this as an upgrade on the
channel, for instance, if you had a previous version installed. But
liburing is a *library* and does not really come included with any
useful end-user tools. Most cases will use it directly as a build
dependency, in which case, an appropriate rebuild will happen anyway.

This also re-introduces AArch64 builds, which was previously broken due
to some internal changes requiring memory barrier support. In a twist of
fate, however, this was later broken by another patch, which was written
to fix a *different* regression for users. So we simply apply both of
these patches, as well as a third patch that re-fixes AArch64 support,
which I will submit upstream to Jens. Life is never easy.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 08:50:11 -05:00
Rickard Nilsson
225e412edb Remove myself as maintainer of some packages. 2019-08-20 15:24:01 +02:00
Ryan Mulligan
75259963bc
Merge pull request #67025 from r-ryantm/auto-update/python3.7-braintree
python37Packages.braintree: 3.55.0 -> 3.56.0
2019-08-20 06:06:39 -07:00
R. RyanTM
ddf2792eba python37Packages.peewee: 3.9.6 -> 3.10.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-peewee/versions
2019-08-20 06:02:20 -07:00
R. RyanTM
5c22d64e45 python37Packages.lmdb: 0.96 -> 0.97
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-lmdb/versions
2019-08-20 05:56:21 -07:00
R. RyanTM
dffcd8eb4f python37Packages.PyChromecast: 3.2.2 -> 3.2.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-pychromecast/versions
2019-08-20 05:41:15 -07:00
R. RyanTM
2bc05b6d3e python37Packages.pytesseract: 0.2.7 -> 0.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/python3.7-pytesseract/versions
2019-08-20 05:22:35 -07:00
Sarah Brofeldt
a14b47b2ad
Merge pull request #67021 from vbgl/ocaml-javalib-3.1.1
ocamlPackages.javalib: 3.0 -> 3.1.1
2019-08-20 14:22:10 +02:00
R. RyanTM
10be537429 python37Packages.phonenumbers: 8.10.15 -> 8.10.16
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-08-20 05:05:37 -07:00
R. RyanTM
18d8a13f29 python37Packages.pyglet: 1.4.1 -> 1.4.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-pyglet/versions
2019-08-20 04:55:20 -07:00
R. RyanTM
d1fda615dc python37Packages.mysqlclient: 1.4.2.post1 -> 1.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-mysqlclient/versions
2019-08-20 04:52:24 -07:00
Sascha Grunert
8d3dd54f53
buildah: 1.9.0 -> 1.10.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-20 13:48:09 +02:00
R. RyanTM
5ddf46ef20 python37Packages.geojson: 2.4.1 -> 2.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-geojson/versions
2019-08-20 04:09:01 -07:00
R. RyanTM
edc3a4348f python37Packages.nameparser: 1.0.3 -> 1.0.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-nameparser/versions
2019-08-20 03:48:49 -07:00
R. RyanTM
e3975c7b4c jenkins-job-builder: 2.10.1 -> 3.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/python2.7-jenkins-job-builder/versions
2019-08-20 03:46:25 -07:00
R. RyanTM
824a095e57 python37Packages.openapi-spec-validator: 0.2.7 -> 0.2.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/python3.7-openapi-spec-validator/versions
2019-08-20 03:33:45 -07:00
R. RyanTM
f1bf13869b python37Packages.gssapi: 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/python3.7-gssapi/versions
2019-08-20 03:31:08 -07:00
R. RyanTM
233f87bf5f python37Packages.node-semver: 0.6.1 -> 0.7.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-node-semver/versions
2019-08-20 03:25:56 -07:00
R. RyanTM
98cedfb418 python37Packages.django-webpack-loader: 0.2.4 -> 0.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/python3.7-django-webpack-loader/versions
2019-08-20 02:55:40 -07:00
Mario Rodas
ecd99580af
Merge pull request #67042 from r-ryantm/auto-update/python3.7-funcy
python37Packages.funcy: 1.12 -> 1.13
2019-08-20 04:55:36 -05:00
R. RyanTM
2c8a0aaedb python37Packages.django_modelcluster: 4.4 -> 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-django-modelcluster/versions
2019-08-20 02:51:07 -07:00
R. RyanTM
0302d8de30 python37Packages.authres: 1.1.1 -> 1.2.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-authres/versions
2019-08-20 02:37:07 -07:00
R. RyanTM
efa79f9a63 python37Packages.azure-mgmt-storage: 3.3.0 -> 4.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-azure-mgmt-storage/versions
2019-08-20 02:24:55 -07:00
R. RyanTM
6141926e39 python37Packages.ftfy: 5.5.1 -> 5.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/python3.7-ftfy/versions
2019-08-20 01:58:57 -07:00
R. RyanTM
3e19ec2784 python37Packages.libcloud: 2.4.0 -> 2.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-apache-libcloud/versions
2019-08-20 01:51:03 -07:00
Michael Raskin
aafdf8b7f4
Merge pull request #66351 from jonringer/bump-python-mpv
python3Packages.mpv: 0.1 -> 0.3.9
2019-08-20 08:16:43 +00:00
Michael Raskin
d38d6aba1f
Merge pull request #66883 from kisik21/lua-cross-compile-fix
lua: fix cross-compilation; fixes #66742
2019-08-20 08:13:33 +00:00
R. RyanTM
617207bd8a python37Packages.funcy: 1.12 -> 1.13
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-funcy/versions
2019-08-20 01:10:37 -07:00
R. RyanTM
19d26db6c1 python37Packages.cupy: 6.0.0 -> 6.2.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-cupy/versions
2019-08-20 01:01:17 -07:00
Lancelot SIX
b8fac94b0f
Merge pull request #67024 from r-ryantm/auto-update/python3.7-deprecation
python37Packages.deprecation: 2.0.6 -> 2.0.7
2019-08-20 09:35:44 +02:00
Lancelot SIX
49406d1a24
Merge pull request #67034 from r-ryantm/auto-update/python3.7-dominate
python37Packages.dominate: 2.3.5 -> 2.4.0
2019-08-20 09:21:24 +02:00
R. RyanTM
f4df1281c2 protozero: 1.6.7 -> 1.6.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/protozero/versions
2019-08-20 00:04:54 -07:00
R. RyanTM
0a094d1419 python37Packages.dominate: 2.3.5 -> 2.4.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-dominate/versions
2019-08-19 23:53:12 -07:00
R. RyanTM
583569ac54 python37Packages.azure-cli-core: 2.0.69 -> 2.0.71
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-azure-cli-core/versions
2019-08-19 23:43:17 -07:00
R. RyanTM
a1d3f39a83 python37Packages.azure-mgmt-network: 2.7.0 -> 4.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-azure-mgmt-network/versions
2019-08-19 23:37:25 -07:00
R. RyanTM
8a0ed4b0cf python37Packages.distributed: 1.28.1 -> 2.2.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-distributed/versions
2019-08-19 23:30:59 -07:00
R. RyanTM
8665cc4f20 python37Packages.cmd2: 0.9.15 -> 0.9.16
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-cmd2/versions
2019-08-20 14:42:53 +09:00
R. RyanTM
c2adb5d9aa python37Packages.braintree: 3.55.0 -> 3.56.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-braintree/versions
2019-08-19 22:34:10 -07:00
R. RyanTM
132cf01b49 python37Packages.deprecation: 2.0.6 -> 2.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-deprecation/versions
2019-08-19 22:31:46 -07:00
Vincent Laporte
4c571a1e76 ocamlPackages.ppx_deriving: 4.2.1 -> 4.4 2019-08-20 04:55:45 +00:00
Vincent Laporte
4759568c6b ocamlPackages.ppxfind: do not strip with OCaml 4.04 2019-08-20 04:55:45 +00:00
Vincent Laporte
ff6c982e5e ocamlPackages.ppx_tools: init at 5.3 for OCaml 4.08 2019-08-20 04:55:45 +00:00
Vincent Laporte
b53f0980fe
ocamlPackages.javalib: 3.0 -> 3.1.1 2019-08-20 04:46:14 +00:00
worldofpeace
83cc092fb5
Merge pull request #66344 from jlesquembre/clj-kondo
clj-kondo: init at 2019.07.31-alpha
2019-08-20 00:39:42 -04:00
worldofpeace
7aaa28c1af
Merge pull request #65545 from volth/graal-ee
graalvm8-ee: init at 19.1.1
2019-08-20 00:38:04 -04:00
R. RyanTM
f80422fc01 ocamlPackages.uuidm: 0.9.6 -> 0.9.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/uuidm/versions
2019-08-19 20:32:53 -07:00
R. RyanTM
63bf4a7f17 ocamlPackages.ppxlib: 0.6.0 -> 0.8.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.06.1-ppxlib/versions
2019-08-19 20:18:55 -07:00
R. RyanTM
4bbcc7127d oniguruma: 6.9.2 -> 6.9.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/onig/versions
2019-08-19 20:05:25 -07:00
R. RyanTM
fe3ac41368 ocamlPackages.ocurl: 0.8.1 -> 0.8.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/ocurl/versions
2019-08-19 19:45:34 -07:00
R. RyanTM
485c88a311 ocamlPackages.uri: 2.2.0 -> 3.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/ocaml4.06.1-uri/versions
2019-08-19 19:10:20 -07:00
R. RyanTM
66cd7aa947 ocamlPackages.lwt_log: 1.1.0 -> 1.1.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.06.1-lwt_log/versions
2019-08-19 19:07:38 -07:00
R. RyanTM
9e421ad674 libndctl: 65 -> 66
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libndctl/versions
2019-08-19 19:30:02 -05:00
Marek Mahut
6e6892d29b
Merge pull request #66958 from r-ryantm/auto-update/live555
live555: 2019.06.28 -> 2019.08.16
2019-08-19 23:17:30 +02:00
Marek Mahut
1c44d26f91
Merge pull request #66959 from r-ryantm/auto-update/librealsense
librealsense: 2.23.0 -> 2.25.0
2019-08-19 22:45:00 +02:00
R. RyanTM
771d841446 mdds: 1.4.3 -> 1.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/mdds/versions
2019-08-19 13:44:47 -07:00
Marek Mahut
d4ee26ebd9
Merge pull request #66955 from r-ryantm/auto-update/libwebsockets
libwebsockets: 3.1.0 -> 3.2.0
2019-08-19 22:44:16 +02:00
Marek Mahut
0a3f7d4740
Merge pull request #66964 from r-ryantm/auto-update/libmodbus
libmodbus: 3.1.4 -> 3.1.6
2019-08-19 22:43:33 +02:00
Marek Mahut
7302eb3ea0
Merge pull request #66967 from r-ryantm/auto-update/libgpiod
libgpiod: 1.4 -> 1.4.1
2019-08-19 22:39:55 +02:00
Will Dietz
8ded2cf440
libvisio: 0.1.6 -> 0.1.7
https://gerrit.libreoffice.org/plugins/gitiles/libvisio/+/libvisio-0.1.7/NEWS
2019-08-19 14:49:17 -05:00
R. RyanTM
40a0e1d4bc libgpiod: 1.4 -> 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/libgpiod/versions
2019-08-19 12:33:27 -07:00
Jonathan Ringer
b452b6efad pythonPackages.pydot_ng: fix build 2019-08-19 12:26:49 -07:00
R. RyanTM
28a967191d libmodbus: 3.1.4 -> 3.1.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/libmodbus/versions
2019-08-19 12:14:32 -07:00
R. RyanTM
d20482b110 librealsense: 2.23.0 -> 2.25.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/librealsense/versions
2019-08-19 11:54:39 -07:00
Marek Mahut
0d633c9285
Merge pull request #66944 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.18.0 -> 0.18.1
2019-08-19 20:47:15 +02:00
Marek Mahut
6366d9602b
Merge pull request #66943 from r-ryantm/auto-update/leatherman
leatherman: 1.7.0 -> 1.7.1
2019-08-19 20:46:15 +02:00
Marek Mahut
3149ff5764
Merge pull request #66940 from r-ryantm/auto-update/libdeflate
libdeflate: 1.2 -> 1.3
2019-08-19 20:45:39 +02:00
R. RyanTM
0b00207f94 live555: 2019.06.28 -> 2019.08.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-08-19 11:43:05 -07:00
Marek Mahut
5e93e7159a
Merge pull request #66932 from r-ryantm/auto-update/ktlint
ktlint: 0.34.0 -> 0.34.2
2019-08-19 20:38:58 +02:00
Marek Mahut
2aedbd056a
Merge pull request #66920 from r-ryantm/auto-update/janet
janet: 1.1.0 -> 1.2.0
2019-08-19 20:38:29 +02:00
R. RyanTM
82eb1fbee5 libwebsockets: 3.1.0 -> 3.2.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/libwebsockets/versions
2019-08-19 11:26:29 -07:00
Vladyslav Burzakovskyy
93f61c0e68 python3Packages.pdfkit: 0.5.0 -> 0.6.1 2019-08-19 20:14:09 +02:00
Marek Mahut
5ba074ede5 python3Packages.pycangjie: moving ibtool autoconf automake cython to nativeBuildInputs 2019-08-19 20:13:46 +02:00
worldofpeace
80f4d61534
Merge pull request #66934 from jtojnar/gnome-video-effects-0.5.0
gnome-video-effects: 0.4.3 → 0.5.0
2019-08-19 14:11:13 -04:00
Jonathan Ringer
72b1553187 python3Packages.boltztrap2: 19.1.1 -> 19.7.3 2019-08-19 19:46:05 +02:00
Jan Tojnar
b80da194fd
gnome-video-effects: 0.4.3 → 0.5.0
https://gitlab.gnome.org/GNOME/gnome-video-effects/blob/0.5.0/NEWS#L4-6
2019-08-19 19:39:17 +02:00
Marek Mahut
78f1387c2e pythonPackages.mixpanel: moving pytest and mock to checkInputs 2019-08-19 19:27:40 +02:00
Marek Mahut
ee14abe062 python3Packages.pytest-repeat: moving pytest to checkInputs 2019-08-19 19:26:42 +02:00
Marek Mahut
047f8d612b
Merge pull request #66904 from r-ryantm/auto-update/groovy
groovy: 2.5.7 -> 2.5.8
2019-08-19 19:22:38 +02:00
Marek Mahut
b1b3ea751a
Merge pull request #66913 from r-ryantm/auto-update/jruby
jruby: 9.2.7.0 -> 9.2.8.0
2019-08-19 19:19:48 +02:00
Marek Mahut
5646ada5fd pythonPackages.mox3: disabling tests 2019-08-19 19:16:16 +02:00
Matthew Bauer
4497bee1ac
Merge pull request #66861 from lopsided98/directfb-src-github
directfb: fix build on ARM
2019-08-19 13:01:41 -04:00
Nikolay Amiantov
c3a6c8de88 edk2: 2017-12-05 -> 201905
* Move to stable version;
* Refactor `setup` to `mkDerivation`;
* Use flags instead of `sed`;
* Support Secure Boot builds.
2019-08-19 19:52:30 +03:00
R. RyanTM
9641dcddf8 libfilezilla: 0.18.0 -> 0.18.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/libfilezilla/versions
2019-08-19 09:02:51 -07:00
R. RyanTM
d8ddf3a5bf leatherman: 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/leatherman/versions
2019-08-19 08:50:38 -07:00
R. RyanTM
ef7891e328 libdeflate: 1.2 -> 1.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/libdeflate/versions
2019-08-19 08:44:06 -07:00
worldofpeace
7667ae1a2e
Merge pull request #66842 from tilpner/maintainer-fixup
tree-wide: fix malformed meta.maintainers
2019-08-19 11:35:10 -04:00
R. RyanTM
ac8f6a4b76 ktlint: 0.34.0 -> 0.34.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/ktlint/versions
2019-08-19 07:40:17 -07:00
Edmund Wu
1d96d2bedb umockdev: disable failed test (#66909)
* umockdev: disable failed test

* Update default.nix
2019-08-19 16:57:04 +03:00
Jan Tojnar
d4861c9ede
gnome-video-effects: move from gnome3.gnome-video-effects 2019-08-19 15:38:20 +02:00
R. RyanTM
9c2088181a janet: 1.1.0 -> 1.2.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/janet/versions
2019-08-19 06:37:04 -07:00
Bas van Dijk
06734a93e9 rustfmt: fix build on aarch64 2019-08-19 15:23:41 +02:00
Bas van Dijk
b9c4bef090
Merge pull request #66713 from basvandijk/rustfmt-from-rust-src
rustfmt: use the src as defined by the git submodule in rust
2019-08-19 15:14:23 +02:00
Bas van Dijk
4e5d4d5509 rustfmt: enable tests 2019-08-19 15:09:15 +02:00
R. RyanTM
632c4b870d jruby: 9.2.7.0 -> 9.2.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/jruby/versions
2019-08-19 05:40:32 -07:00
Maximilian Bosch
ebc4a417d0
ruby/bundlerApp: ignore gemset in env attribute set
The `gemset` field can be an attribute set as well in `buildRubyGem`,
however attribute sets can't be coerced to strings for the environment
set.

The impact should be relatively small as the environment variables are
only used by the `runCommand` script for `bunlderApp` which doesn't
refer to `gemset` at all.
2019-08-19 13:46:52 +02:00
Marek Mahut
aa239e96b4 simpleitk: 1.2.0 -> 1.2.2
Changing the source from sourceforge to github.
2019-08-19 13:44:15 +02:00
R. RyanTM
6e718f1ab4 groovy: 2.5.7 -> 2.5.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/groovy/versions
2019-08-19 04:29:43 -07:00
Bas van Dijk
dc374218c9
rustfmt: make sure to test rustfmt instead of rustc
Co-Authored-By: symphorien <symphorien@users.noreply.github.com>
2019-08-19 12:54:40 +02:00
Nikolay Amiantov
a92f71964f
python.pkgs.python-unshare: init at 0.2 (#66893)
* python.pkgs.python-unshare: init at 0.2

* Update pkgs/development/python-modules/python-unshare/default.nix

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-08-19 13:34:49 +03:00
R. RyanTM
36a2ffc2e4 grpc: 1.22.0 -> 1.23.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/grpc/versions
2019-08-19 03:13:54 -07:00
tilpner
0281599ad2
tree-wide: fix malformed meta.maintainers
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
2019-08-19 11:58:27 +02:00
Marek Mahut
971307e98e
Merge pull request #66879 from r-ryantm/auto-update/flow
flow: 0.105.0 -> 0.105.2
2019-08-19 11:51:54 +02:00
Vika
68847aeef4 lua: fix cross-compilation; fixes #66742
The makefile isn't able to find the toolchain when cross-compiling. I
helped it a little bit by adding the parameters explicitly.
2019-08-19 12:04:26 +03:00
Dmitry Kalinkin
d022202b73
Merge pull request #66840 from lopsided98/buildbot-update
buildbot: 2.3.1 -> 2.4.0
2019-08-19 05:02:34 -04:00
Peter Simons
5ad0677aec hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
f0ef5143bf.
2019-08-19 10:52:31 +02:00
(cdep)illabout
c88651aab9 haskell: Run termonad tests 2019-08-19 10:52:30 +02:00
(cdep)illabout
45012a0e94 haskell: mark termonad and focuslist as unbroken 2019-08-19 10:52:30 +02:00
Silvan Mosberger
2c69d30e29 haskellPackages.idris: Fix build
Can build with default megaparsec now
2019-08-19 10:52:30 +02:00
Domen Kožar
e19b227166 haskell: mark tomland as not broken 2019-08-19 10:52:30 +02:00
Nikolay Amiantov
3b3618ea3c buildBazelPackage: remove top-level symlinks
They always can be regenerated during the actual build, and they are sometimes
random, e.g in Tensorflow;

platforms -> NIX_BUILD_TOP/tmp/install/35282f5123611afa742331368e9ae529/_embedded_binaries/platforms
2019-08-19 11:23:17 +03:00
R. RyanTM
6ac08e3952 flow: 0.105.0 -> 0.105.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/flow/versions
2019-08-19 00:34:16 -07:00
Marek Mahut
cfb8566e75
Merge pull request #66867 from r-ryantm/auto-update/fasm-bin
fasm-bin: 1.73.15 -> 1.73.16
2019-08-19 09:16:02 +02:00
Marek Mahut
1316d812e1
Merge pull request #66836 from xbreak/update/gcc-9.2
gcc: 9.1.0 -> 9.2.0
2019-08-19 09:10:05 +02:00
R. RyanTM
940306ea5f folly: 2019.07.22.00 -> 2019.08.05.00
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-08-19 09:59:14 +03:00
gnidorah
d609a547f1 libsForQt5.qtstyleplugins: use qt5's mkDerivation 2019-08-19 08:04:51 +02:00