Matthew Glazar
fdbcf5ba36
python37: fix build on macOS
...
The upstream patch for distutils does not apply cleanly to Python
3.7.3's sources. (The patch applies cleanly to Python 3.7.2's sources,
but nixpkgs commit 0ddae82e6a
upgraded
Python to 3.7.3.) Fix the patch to make python37 build on macOS.
2019-04-15 10:49:34 -07:00
Frederik Rietdijk
0ddae82e6a
python3: 3.7.2 -> 3.7.3
2019-03-26 16:24:04 +01:00
Frederik Rietdijk
a1a4ff7471
python.pkgs.pylint: pytestrunner belongs in nativeBuildInputs
...
because it's in `setup_requires`. Noticed when building with `doCheck =
false;`.
2019-03-26 15:33:05 +01:00
Will Dietz
3e6f54a0bc
Merge pull request #58077 from dtzWill/update/wayland-1.17.0
...
wayland: 1.16.0 -> 1.17.0
2019-03-24 21:42:03 -05:00
Pascal Wittmann
263df75525
Merge pull request #58190 from r-ryantm/auto-update/help2man
...
help2man: 1.47.8 -> 1.47.9
2019-03-24 17:08:38 +01:00
Robert Schütz
f1c7bb9d29
python.pkgs.hypothesis: 3.88.3 -> 4.7.3 ( #58169 )
...
It looks like in 89f91cf06b
the hash
from 4.7.3 was used and the wrong version specified.
2019-03-24 09:36:24 +01:00
R. RyanTM
255756e7da
help2man: 1.47.8 -> 1.47.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/help2man/versions
2019-03-23 15:15:19 -07:00
Pascal Wittmann
923cfbdbb1
Merge pull request #57681 from NixOS/update-jasper
...
jasper: 2.0.14 -> 2.0.16
2019-03-23 14:19:42 +01:00
Frederik Rietdijk
23e431387b
Merge staging-next into staging
2019-03-23 09:20:09 +01:00
Frederik Rietdijk
b40d752872
Merge master into staging-next
2019-03-23 09:18:41 +01:00
Frederik Rietdijk
2cc6444113
python35 -> 3.5.6 -> 3.5.7
2019-03-23 09:17:35 +01:00
Will Dietz
19030473ba
pythonPackages.fonttools: 3.37.3 -> 3.39.0 ( #57934 )
...
https://github.com/fonttools/fonttools/releases/tag/3.38.0
https://github.com/fonttools/fonttools/releases/tag/3.39.0
2019-03-23 00:15:05 +01:00
Robert Schütz
b9bd965de2
Merge pull request #57424 from r-ryantm/auto-update/python3.7-munkres
...
python37Packages.munkres: 1.0.12 -> 1.1.2
2019-03-23 00:11:40 +01:00
R. RyanTM
3a5c92734d
python37Packages.nbxmpp: 0.6.9 -> 0.6.10 ( #57422 )
...
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-nbxmpp/versions
2019-03-23 00:09:17 +01:00
Robert Schütz
48a16b3eac
python3Packages.munkres: 1.0.12 -> 1.1.2
...
As of version 1.1.0, this munkres package no longer supports Python 2.
2019-03-23 00:00:04 +01:00
lewo
db7be52988
Merge pull request #58115 from vdemeester/update-skaffold
...
skaffold: 0.24.0 -> 0.25.0
2019-03-22 21:31:24 +01:00
Sarah Brofeldt
78c95f561f
Merge pull request #58031 from dotlambda/elasticsearch-curator-application
...
elasticsearch-curator: add top-level package using older click
2019-03-22 20:11:54 +01:00
(cdep)illabout
7942c79c69
Fix cudatoolkit building on non-sandboxed systems
...
This fixes cudatoolkit building on non-sandboxed system.
The cudatoolkit tests run each of the CUDA binaries as a small smoke
test just to make sure they all can at least somewhat run.
However, the `cuda-gdb` binary doesn't run correctly on non-sandboxed
systems because it picks up versions of Python from /usr/lib.
This PR disables the smoke tests for now. They should be re-enabled
when we figure out how to make them work for cuda-gdb on non-sandboxed
systems.
This PR is for #57939 .
2019-03-22 19:32:24 +01:00
Gabriel Ebner
03f7c82e62
Merge pull request #57826 from gebner/anbox
...
anbox: init at 2019-03-07
2019-03-22 19:19:47 +01:00
Will Dietz
a7044d33e0
Merge pull request #58073 from dtzWill/update/libgpg-error-1.36
...
libgpgerror: 1.34 -> 1.36
2019-03-22 12:59:45 -05:00
Will Dietz
55b954565a
Merge pull request #58074 from dtzWill/update/libassuan-2.5.3
...
libassuan: 2.5.2 -> 2.5.3
2019-03-22 12:59:23 -05:00
Will Dietz
309e095d90
Merge pull request #58079 from dtzWill/feature/libwhich
...
libwhich: init at 2019-03-20
2019-03-22 12:59:14 -05:00
Andreas Rammhold
77166e7636
Merge pull request #57963 from andir/samba
...
samba/ldb: fix CVE-2019-3824
2019-03-22 13:17:07 +01:00
Michael Weiss
69e23dcc66
Merge pull request #58046 from illegalprime/gpgme-cross
...
gpgme: cross compilation
2019-03-22 12:57:33 +01:00
Peter Simons
ce5504bc74
hackage2nix: drop broken entry for hfsevents
...
The package has its meta.platforms set up correctly already in cabal2nix's
post-processing code.
Fixes https://github.com/NixOS/nixpkgs/issues/58028 .
2019-03-22 11:14:32 +01:00
Robert Schütz
22bb090ed1
Merge pull request #58035 from dotlambda/python-fixes
...
pythonPackages: multiple fixes
2019-03-22 10:59:38 +01:00
Vladyslav M
07b42ccf2d
Merge pull request #57755 from marsam/update-flow
...
flow: 0.94.0 -> 0.95.1
2019-03-22 11:15:26 +02:00
Vincent Demeester
60b085adc5
skaffold: 0.24.0 -> 0.25.0
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-22 09:43:53 +01:00
Jörg Thalheim
b748190c22
Merge pull request #56594 from terlar/add-node-package-indium
...
nodePackages.indium: init at 3.4.1
2019-03-22 07:15:34 +00:00
Jörg Thalheim
31a560ccb1
Merge pull request #58087 from r-ryantm/auto-update/fstrm
...
fstrm: 0.4.0 -> 0.5.0
2019-03-22 07:13:38 +00:00
Michael Raskin
22b73cc3c9
Merge pull request #57903 from dtzWill/update/strace-5
...
strace: 4.26 -> 5.0
2019-03-22 06:45:51 +00:00
Wael M. Nasreddine
276d8c97bb
go_1_12: 1.12 -> 1.12.1
2019-03-21 22:33:43 -07:00
Wael M. Nasreddine
2d9d054bce
go_1_11: 1.11.5 -> 1.11.6
2019-03-21 22:33:42 -07:00
Wael M. Nasreddine
5af0780492
Merge remote-tracking branch 'origin/master' into staging
...
* origin/master: (693 commits)
buildGoModule: use go_1_12 instead of go_1_11 (#58103 )
gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091 )
signal-desktop: 1.22.0 -> 1.23.0
added missing semicolon to documentation
terminus_font_ttf: 4.46.0 -> 4.47.0
buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071 )
dav1d: init at 0.2.1
dropbox-cli: 2018.11.28 -> 2019.02.14
atlassian-confluence: 6.14.1 -> 6.14.2
maintainers: update email for dywedir
python.pkgs.hglib: use patch to specify hg path (#57926 )
chkrootkit: 0.52 -> 0.53
radare2-cutter: 1.7.2 -> 1.8.0
autorandr: 1.7 -> 1.8
pythonPackages.pyhepmc: fix build
llvm-polly/clang-polly: use latest llvm
apulse: 0.1.11.1 -> 0.1.12, cleanup
factorio: experimental 0.17.14 → 0.17.16 (#58000 )
sequeler: 0.6.7 -> 0.6.8
nasc: 0.5.1 -> 0.5.2
...
2019-03-21 21:01:25 -07:00
Wael Nasreddine
52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 ( #58103 )
2019-03-21 20:40:07 -07:00
Will Dietz
baa62d9ac6
Merge pull request #57980 from dtzWill/update/compilerrt-crtbegin-patch
...
llvmPackages_{7,8}.compiler-rt: update crtbegin-and-end.patch
2019-03-21 17:47:51 -05:00
R. RyanTM
188179faca
fstrm: 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/fstrm/versions
2019-03-21 15:33:23 -07:00
lewo
06666a550c
Merge pull request #57849 from Ma27/update-hydra
...
hydra: 2019-02-01 -> 2019-03-18
2019-03-21 23:21:56 +01:00
Will Dietz
344c24fe1b
Merge pull request #57933 from dtzWill/update/libconfig-1.7.2
...
libconfig: 1.5 -> 1.7.2, enable tests
2019-03-21 16:44:26 -05:00
Wael Nasreddine
6d7d69ff3e
buildGoModule: remove SSL env vars in favor of cacert in buildInputs ( #58071 )
...
cacert already exposes NIX_SSL_CERT_FILE in its setupHook. Fetchers and builders are already setup to use this variable and there's no need to export them manually.
2019-03-21 14:44:03 -07:00
Will Dietz
7fbe20a8d1
libwhich: init at 2019-03-20
2019-03-21 16:26:33 -05:00
Will Dietz
480293b6f6
wayland: 1.16.0 -> 1.17.0
...
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040335.html
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040291.html
2019-03-21 16:25:00 -05:00
Will Dietz
55f527f202
libassuan: 2.5.2 -> 2.5.3
...
https://github.com/gpg/libassuan/blob/libassuan-2.5.3/NEWS
https://dev.gnupg.org/T4361
2019-03-21 16:18:10 -05:00
Will Dietz
4696ddf4b5
libgpgerror: 1.34 -> 1.36
...
https://github.com/gpg/libgpg-error/blob/libgpg-error-1.36/NEWS
(1.35 news included, minor)
2019-03-21 16:17:37 -05:00
Terje Larsen
657ed24d67
nodePackages.indium: init at 3.4.1
2019-03-21 19:37:34 +01:00
Michael Weiss
21d3eee760
dav1d: init at 0.2.1
2019-03-21 18:57:56 +01:00
Robert Schütz
dc884633a4
python.pkgs.pytest-server-fixtures: fix build
2019-03-21 16:08:22 +01:00
Robert Schütz
d716cad907
python.pkgs.retry: init at 0.9.2
2019-03-21 16:08:02 +01:00
Michael Eden
aefea5f0bd
gpgme: cross compilation
2019-03-21 10:33:30 -04:00
Robert Schütz
77ab98861c
python.pkgs.suds-jurko: use pytest_3
2019-03-21 13:09:05 +01:00