Commit graph

199965 commits

Author SHA1 Message Date
Renaud
ccae78ca4f
Merge pull request #71486 from chessai/forge-add
forge: init at 1.0.4
2019-10-31 11:40:24 +01:00
Graham Christensen
cda4a36eda
Merge pull request #72186 from AmineChikhaoui/ec2-19-09-amis
ec2-amis.nix: add 19.09 amis
2019-10-31 11:13:11 +01:00
Marek Mahut
392b12f252
Merge pull request #72089 from prusnak/trezor-udev-rules
trezor-udev-rules: init at unstable-2019-07-17
2019-10-31 10:48:48 +01:00
Marek Mahut
0bbd890ea7
Merge pull request #72352 from jonringer/codeowner-vscode-vim
codeowners: add jonringer as vimplugin and vscode ext owner
2019-10-31 10:33:54 +01:00
Marek Mahut
1d9e1d4f2d
Merge pull request #72355 from markuskowa/upd-welle
welle-io: 1.0 -> 2.0
2019-10-31 10:29:19 +01:00
Jörg Thalheim
c91a1be877
nixos/orangefs: init at 2.9.7, add modules and test (#67591)
nixos/orangefs: init at 2.9.7, add modules and test
2019-10-31 09:27:14 +00:00
Bas van Dijk
e2b084951c cargo-audit: 0.9.3 -> 0.10.0
0.10.0 (2019-10-13)

* Upgrade rustsec to v0.16; new self-audit system (#155)
* Upgrade to Abscissa v0.4; MSRV 1.36 (#154)
2019-10-31 10:10:35 +01:00
Markus Kowalewski
b6122418ed
welle-io: 1.0 -> 2.0 2019-10-31 09:27:05 +01:00
Renaud
cbc94a05ba
stress-ng: 0.10.05 -> 0.10.08 (#72333)
+ fixes #72292
2019-10-31 08:58:44 +01:00
Rakesh Gupta
6b46338847 pythonPackages.labelbox: init at 2.1 2019-10-31 00:38:41 -07:00
Vincent Laporte
a17f7277a8 ocamlPackages.sawja: 1.5.6 → 1.5.7 2019-10-31 07:29:53 +00:00
Rakesh Gupta
e5236a136d pythonPackages.opentracing: init at 2.2.0 2019-10-30 23:51:37 -07:00
Rakesh Gupta
b5401f0c65 maintainers: add rakesh4g 2019-10-30 23:51:37 -07:00
Markus Kowalewski
10bccd2952 uhd: fix outdated python module (Mako) 2019-10-31 07:10:09 +01:00
ajs124
03ec5e7e15 python3.pkgs.cherrypy: 18.1.2 -> 18.3.0 and fix tests 2019-10-30 22:35:44 -07:00
Peter Hoeg
015d3202e9
Merge pull request #72350 from peterhoeg/f/checks
check-nwc-health: fix source URL
2019-10-31 12:49:28 +08:00
Jonathan Ringer
4c810e70ef
codeowners: add jonringer as vimplugin and vscode ext owner 2019-10-30 21:49:23 -07:00
Justin Lovinger
274bf0a395 vimPlugins.antonys-macro-repeater: init at 2017-09-10 2019-10-30 21:41:55 -07:00
Justin Lovinger
565cca327a vimPlugins: Update 2019-10-30 21:41:55 -07:00
Trolli Schmittlauch
01c7499c77 cawbird: 1.0.2 -> 1.0.3.1 2019-10-30 21:27:34 -07:00
Mario Rodas
b861611b73 procs: 0.8.11 -> 0.8.13 2019-10-30 21:14:43 -07:00
Mario Rodas
e888c423ad terracognita: 0.1.6 -> 0.2.0
Changelog: https://github.com/cycloidio/terracognita/releases/tag/v0.2.0
2019-10-30 21:13:19 -07:00
Peter Hoeg
b085792a22 maestral: 0.4.0 -> 0.4.2 2019-10-30 21:11:18 -07:00
Peter Hoeg
e64f741583 check-nwc-health: fix source URL 2019-10-31 12:03:59 +08:00
Niklas Hambüchen
def9d09806
Merge pull request #71480 from nh2/glibc-musl-gcc8-werror-fixes
glibc: Fix building with musl on GCC 8
2019-10-31 02:52:29 +01:00
Mario Rodas
f73e006509
Merge pull request #72267 from magnetophon/sjaehn
bshapr & bsequencer: init at v0.4
2019-10-30 20:42:04 -05:00
Bart Brouns
067a563331 bshapr: init at v0.4 2019-10-31 02:18:42 +01:00
Bart Brouns
cd6974fd24 bsequencer: init at v0.4 2019-10-31 02:11:00 +01:00
Mario Rodas
399b77e550
Merge pull request #72329 from lilyball/ffsend
ffsend: 0.2.54 -> 0.2.55
2019-10-30 19:53:01 -05:00
Mario Rodas
86b7e330a6
Merge pull request #72288 from xrelkd/update/cargo-watch
cargo-watch: 7.2.1 -> 7.2.2
2019-10-30 19:38:19 -05:00
Chuck
0c999c7521 itstool: 2.0.2 -> 2.0.6
To get python3 support.  #63174 flipped itstool to python3, but itstool
doesn't support python3 until 2.0.3 (and perhaps does not support it
well until 2.0.5).

Pressing forward instead of rolling back at worldofpeace's suggestion,
who mentions that other distros seem to be able to ship recent versions
of itstool.

Tensions in this space seem two-fold.  One set centers around libxml2
being a low-level C library with sharp edges, manual memory management,
and performance concerns; the python libxml2 wrapper being quite thin
(the most dubious character in this drama); and python's sentiment that
it ought to be quite hard to crash the interpreter casually.  This comes
to a head in https://gitlab.gnome.org/GNOME/libxml2/issues/12 , where a
use-after-free problem in idiomatic-looking python code is declared
working-as-designed.

The other set is around python3 being more UTF-8-aware than libxml2's
python wrapper, such as https://bugzilla.gnome.org/show_bug.cgi?id=789714
and https://src.fedoraproject.org/rpms/libxml2/blob/master/f/libxml2-2.9.8-python3-unicode-errors.patch

itstool is caught in this crossfire merely for being a widely-used
python program that uses XML.
2019-10-30 17:32:15 -07:00
Mario Rodas
6ceb1924ff
Merge pull request #72307 from jlesquembre/pulumi
pulumi: 1.3.4 -> 1.4.0
2019-10-30 19:17:03 -05:00
Nick Partridge
f21ac0e4dc rPackages.ModelMetrics: fix darwin build
This fixes the error:

	auc_.cpp:2:10: fatal error: 'omp.h' file not found
	#include <omp.h>
2019-10-31 10:10:55 +10:00
Jan Tojnar
fc1a7289ed
scfbuild: switch to Python 3
Needed to drop phases @#$% to be able to use this at all.

Fixes emojione and twemoji-color-font
2019-10-31 01:10:44 +01:00
Jan Tojnar
688bf9db8c
pythonPackages.libselinux: init 2019-10-31 00:40:45 +01:00
Astro
0757b205de firestarter: 1.7.3 -> 1.7.4 2019-10-31 00:13:42 +01:00
Matthew O'Gorman
17da09c2fa signal-desktop: add libappindicator-gtk3 2019-10-30 23:37:37 +01:00
WilliButz
4916d024a8 wt4: 4.1.1 -> 4.1.2 2019-10-30 23:23:09 +01:00
WilliButz
507b454cb8 wt3: 3.4.1 -> 3.4.2 2019-10-30 23:23:09 +01:00
Timo Kaufmann
f7c1e8f274
Merge pull request #72328 from timokau/sage-ignore-cmp-deprecation
sage: ignore attrs deprecation warning
2019-10-30 23:14:07 +01:00
Mario Rodas
5f8269701f
flow: 0.110.0 -> 0.111.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.111.0
2019-10-30 17:10:00 -05:00
Vladyslav M
0a9950af05
wofi: init at 2019-10-28 (#72298)
wofi: init at 2019-10-28
2019-10-30 23:50:00 +02:00
Lily Ballard
67d3d98c83 ffsend: 0.2.54 -> 0.2.55 2019-10-30 14:45:52 -07:00
Timo Kaufmann
32827e35d8 sage: ignore attrs deprecation warning
cmp is deprecated since attrs 19.2.0:
http://www.attrs.org/en/19.2.0/changelog.html

The deprecation warning breaks the doctests.  Fortunately they have a
rather long deprecation window, so we can just wait until upstream(s)
fix this.
2019-10-30 22:27:00 +01:00
Justin Humm
9b66a895c2
wofi: init at 2019-10-28 2019-10-30 22:23:10 +01:00
Jörg Thalheim
846f86ee67
Merge pull request #72322 from KyleOndy/add_tmux_gruvbox_theme
tmuxPlugins: Add tmux-gruvbox to tmux-plugins
2019-10-30 20:17:25 +00:00
Andreas Rammhold
41cb4b321d
Merge pull request #72323 from nagisa/berglas-0.2.1
berglas: 0.2.0 → 0.2.1
2019-10-30 20:58:17 +01:00
Simonas Kazlauskas
38462b0956 berglas: 0.2.0 → 0.2.1 2019-10-30 21:52:06 +02:00
Kyle Ondy
13704d2b48
tmuxPlugins: Add tmux-gruvbox to tmux-plugins
This commit adds Maciej Sypień's port [1] of Pavel Pertsev's gruvbox
color scheme [2] for vim.

[1] https://github.com/egel/terminator-gruvbox
[2] https://github.com/morhetz/gruvbox
2019-10-30 15:47:46 -04:00
Jörg Thalheim
fce2426dd3
radare2: 3.9.0 -> 4.0.0 2019-10-30 18:55:00 +00:00