Сухарик
9fea50cb1f
cue: 0.0.11 -> 0.0.14
2019-11-22 05:08:54 +03:00
Kévin Rauscher
5d90f051b0
bloop: 1.3.2 -> v1.3.4
...
(#70897 )
2019-11-21 23:25:03 +01:00
Tim Steinbach
bb9da1323e
jenkins: 2.190.2 -> 2.190.3
2019-11-21 13:29:44 -05:00
MetaDark
f3402a38da
texlab: 1.6.0 -> 1.7.0
2019-11-20 16:52:02 -08:00
zimbatm
e18435d9ad
travis: add pry to the dependencies
...
This is required to run `travis console` but is not part of the upstream
dependency list. Upstream is also not compatible with pry 0.12+ and
breaks with this error `uninitialized constant Pry::SIMPLE_PROMPT`.
Fixes #73238
2019-11-20 15:36:55 -08:00
Roman Volosatovs
6db9f40641
gotools: 2019-09-05 -> 2019-11-14
2019-11-20 23:12:57 +01:00
Frederik Rietdijk
65edeb8633
Merge master into staging-next
2019-11-20 10:01:49 +01:00
Jonathan Ringer
542af6df87
conan: 1.12.0 -> 1.12.3
...
Remove PyYAML_3
2019-11-19 09:05:12 -08:00
Frederik Rietdijk
f6b39f852e
Merge master into staging-next
2019-11-19 10:53:44 +01:00
Mario Rodas
f7076d3726
Merge pull request #73583 from marsam/add-pack
...
buildpack: init at 0.5.0
2019-11-18 19:32:09 -05:00
Pascal Hertleif
e89c1c704f
cargo-fuzz: 0.5.3 -> 0.5.4
2019-11-17 17:06:27 -08:00
Mario Rodas
d3df05e61d
buildpack: init at 0.5.0
2019-11-17 16:20:00 -05:00
Ryan Mulligan
b73a601e84
Merge pull request #73541 from marsam/update-flow
...
flow: 0.111.3 -> 0.112.0
2019-11-17 11:41:53 -08:00
Ryan Mulligan
88ed6b2674
Merge pull request #73575 from minijackson/init-async
...
async: init at 0.1.1
2019-11-17 11:40:18 -08:00
Mario Rodas
1f11326e02
tflint: 0.12.1 -> 0.13.1
...
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.13.1
2019-11-17 11:21:37 -08:00
Minijackson
9cf2d91282
async: init at 0.1.1
2019-11-17 19:21:07 +01:00
Thomas Depierre
8de4654d4b
beam-modules/hex-snapshot: remove
...
The package set is not maintained. It is also not used by most of the
BEAM community. Removing it to allow a more useful set of tools fit to
the BEAM community in Nixpkgs.
2019-11-17 13:45:57 +01:00
Jörg Thalheim
f3759a61cb
clang-tools: teach about nix's include path ( #73345 )
...
clang-tools: teach about nix's include path
2019-11-17 10:37:36 +00:00
Frederik Rietdijk
3864800226
Merge master into staging-next
2019-11-17 10:31:52 +01:00
Mario Rodas
44c5e3da45
flow: 0.111.3 -> 0.112.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.112.0
2019-11-17 00:00:00 -05:00
Renaud
c19ab4587e
rucksack: restrict to x86 linux platforms
2019-11-16 19:11:21 +01:00
Jörg Thalheim
26a4ff8370
Merge pull request #73492 from c0bw3b/fix/alioth
...
Treewide: replace last refs to alioth.debian.org
2019-11-16 15:02:14 +00:00
xrelkd
0b21ea6d04
cargo-bloat: 0.9.0 -> 0.9.1
2019-11-16 12:03:51 +01:00
Frederik Rietdijk
be7125dde7
Merge master into staging-next
2019-11-16 11:45:07 +01:00
c0bw3b
d811bb1dcb
Treewide: replace last refs to alioth.debian.org
...
Alioth is now offline -> https://wiki.debian.org/Salsa/AliothMigration
Sources moved to other forges (Salsa for example)
Some release tarballs are available on alioth-archive.debian.org
2019-11-16 11:32:05 +01:00
c0bw3b
9367367dfd
Treewide: fix URL permanent redirects
...
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
Jan Tojnar
da76deffd1
Merge branch 'master' into staging-next
2019-11-14 23:25:36 +01:00
Jan Tojnar
3108c4dd15
meson: fix unknown compiler error
2019-11-14 22:54:37 +01:00
John Ericson
bca2e8255e
treewide: CAML_LD_LIBRARY_PATH may be undefined
2019-11-14 13:44:07 -05:00
Lily Ballard
66b094c780
jazzy: 0.11.2 -> 0.12.0
2019-11-14 09:48:18 -08:00
Frederik Rietdijk
c6e31d0767
Merge master into staging-next
2019-11-14 13:31:39 +01:00
Maximilian Bosch
e2bad17af7
vim-vint: fix startup
...
Ensure that `pkg_resources` is available during runtime.
2019-11-14 01:12:46 +01:00
Nejc Zupan
1c406512eb
Use wheel instead of pyjokes
...
We need an egg to install to test that pipenv works. Instead of
downloading & installing pyjokes, let's use wheel since we already
have it.
Refs https://github.com/NixOS/nixpkgs/pull/73349#discussion_r345830233
2019-11-13 22:28:57 +01:00
Nejc Zupan
5cbdff56ee
make sure not to pollute the build directory
2019-11-13 22:28:57 +01:00
Nejc Zupan
ad078d83a4
Add checkPhase for pipenv
...
This is to prevent regressions such as https://github.com/NixOS/nixpkgs/issues/73254
by using pipenv to install a simple Python package, thus testing
that pipenv was built correctly.
Many thanks to @Infinisil and @domenkozar for hand-holding!
2019-11-13 22:28:57 +01:00
Jörg Thalheim
a10ef1aa4f
clang-tools: teach about nix's include path
...
By translating NIX_CFLAGS_COMPILE to CPATH,
all tools will now find c headers properly,
when run in a nix-shell.
2019-11-13 18:29:58 +00:00
Frederik Rietdijk
4b51113a65
cpplint: use python3
2019-11-13 16:27:37 +01:00
MetaDark
a4e600e9d3
texlab: init at 1.6.0
2019-11-13 07:49:21 -05:00
Renaud
cff6c70379
Merge pull request #72913 from markus1189/jo-1-3
...
jo: 1.2 -> 1.3
2019-11-13 00:50:13 +01:00
Renaud
a6220c3384
Merge pull request #73072 from cko/missing_descriptions
...
treewide: add missing descriptions & homepages
2019-11-13 00:34:31 +01:00
Renaud
6d5bca501c
Merge pull request #73043 from nlewo/open-policy-agent
...
open-policy-agent: init at 0.15.0
2019-11-13 00:10:07 +01:00
Lily Ballard
103c603efd
tokei: 10.0.1 -> 10.1.0
2019-11-12 12:08:48 -08:00
Antoine Eiche
0c8d0f9beb
open-policy-agent: init at 0.15.0
2019-11-12 20:45:09 +01:00
Maximilian Bosch
41a1d98463
Merge pull request #73259 from B4dM4n/cargo-udeps
...
cargo-udeps: init at 0.1.5
2019-11-12 19:10:18 +01:00
Sascha Grunert
2c09a378e8
buildah: v1.11.4 -> v1.11.5
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-12 18:15:58 +01:00
Jörg Thalheim
a43702d670
Merge pull request #73283 from Zimmi48/fix-utop-src
...
ocamlPackages.utop: fix source
2019-11-12 15:44:40 +00:00
Frederik Rietdijk
d688c7cd05
Merge staging-next into staging
2019-11-12 14:32:56 +01:00
Frederik Rietdijk
4619637d74
Merge pull request #72712 from NixOS/staging-next
...
Staging next
2019-11-12 14:32:50 +01:00
Théo Zimmermann
72ef651f55
ocamlPackages.utop: fix source
...
By using the provided tbz file instead of the auto-generated GitHub
tarball, we ensure that strings like %%VERSION%% have been properly
generated.
2019-11-12 13:24:44 +01:00
Fabian Möller
d1ff1c0d09
cargo-udeps: init at 0.1.5
2019-11-11 23:42:47 +01:00