Thibault Gagnaux
2030061cef
notebook: fix tests on darwin, 6.1.3 -> 6.1.4
2020-09-23 09:23:16 -07:00
Mario Rodas
7f0afbd889
Merge pull request #98521 from r-ryantm/auto-update/global
...
global: 6.6.4 -> 6.6.5
2020-09-23 06:58:52 -05:00
Mario Rodas
9ef2fb3d67
Merge pull request #98517 from r-ryantm/auto-update/flyway
...
flyway: 6.5.4 -> 6.5.5
2020-09-23 06:57:21 -05:00
Mario Rodas
1af6fb38e9
Merge pull request #98511 from marsam/update-tflint
...
tflint: 0.20.1 -> 0.20.2
2020-09-23 06:38:37 -05:00
Florian Klink
5bfe6004e1
python3.pkgs.scikits-odes: remove flokli from maintainers
2020-09-23 11:56:52 +02:00
Florian Klink
3e82dd3d86
sundials: remove flokli as maintainer
2020-09-23 11:56:28 +02:00
Florian Klink
ef55ac4a6e
sundials_2: remove flokli as maintainer
2020-09-23 11:56:03 +02:00
Hongchang Wu
8662a35112
ocamlPackages.csexp: 1.3.1 -> 1.3.2
2020-09-23 11:25:45 +02:00
Robert Scott
9a472166af
pythonPackages.gssapi: 1.6.2 -> 1.6.9
2020-09-22 23:18:27 -07:00
Robert Scott
fb570ba1de
pythonPackages.gssapi: fix tests
...
the failing tests appear to also be causing trouble upstream
2020-09-22 23:18:27 -07:00
Robert Scott
16ed0c3069
pythonPackages.rabbitpy: 1.0.0 -> 2.0.1
2020-09-22 23:17:42 -07:00
Robert Scott
178d1b119c
Revert "python: pamqp: 2.3.0 -> 3.0.1"
...
No version of pythonPackages.rabbitpy currently exists that supports 3.0.1
This reverts commit 4250cdeee9
.
2020-09-22 23:17:42 -07:00
Jon
c7fdc43709
Merge pull request #98283 from risicle/ris-truvari-2.0.2
...
truvari: 1.3.4 -> 2.0.2, add new dependencies & fix build
2020-09-22 23:10:58 -07:00
freezeboy
908d8c3459
python3Packages.google_resumable_media,python2Packages.google_resumable_media: fix tests
2020-09-22 23:10:00 -07:00
freezeboy
2468315f2b
python3Packages.crc32c: init at 1.0.0
2020-09-22 23:10:00 -07:00
freezeboy
160f169f03
crc32c: enable static
2020-09-22 23:10:00 -07:00
Tom Hunger
e283133520
distributed: disable build for Python older than 3.6
2020-09-22 23:07:46 -07:00
Tom Hunger
df84dcf53c
streamz: disable build for Python older than 3.6
2020-09-22 23:07:46 -07:00
Tom Hunger
36f7a407ad
zict: disable build for Python older than 3.6
...
No longer supported as of
4d5e14dadb
2020-09-22 23:07:46 -07:00
Daniël de Kok
5948bdd25b
Merge pull request #98447 from Tomahna/metals
...
metals: 0.9.3 -> 0.9.4
2020-09-23 08:05:55 +02:00
Ryan Mulligan
cc7d3ff153
Merge pull request #78562 from fgaz/lobster/init
...
lobster: init at unstable-2020-01-22
2020-09-22 21:42:23 -07:00
R. RyanTM
442cbdd9ac
global: 6.6.4 -> 6.6.5
2020-09-23 04:17:51 +00:00
Austin Seipp
02be5a8185
Merge pull request #98128 from NieDzejkob/chez-refactor
...
chez: add env hook
2020-09-22 23:17:08 -05:00
R. RyanTM
bdc0916422
flyway: 6.5.4 -> 6.5.5
2020-09-23 03:23:49 +00:00
Ryan Mulligan
cee064f36b
Merge pull request #98382 from gvolpe/dconf2nix-v0.0.6
...
dconf2nix: 0.0.5 -> 0.0.6
2020-09-22 20:19:52 -07:00
Mario Rodas
635b394768
tflint: 0.20.1 -> 0.20.2
...
https://github.com/terraform-linters/tflint/releases/tag/v0.20.2
2020-09-22 20:00:00 -05:00
Daniël de Kok
fccf069e77
python3Packages.transformers: 3.1.0 -> 3.2.0
...
Changes:
https://github.com/huggingface/transformers/releases/tag/v3.2.0
2020-09-22 17:11:41 -07:00
Sascha Grunert
382f7ce9c1
buildah: 1.16.1 -> 1.16.2
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-23 07:09:56 +10:00
Anderson Torres
d97a5093e9
Merge pull request #98437 from AndersonTorres/cimg-upload
...
cimg: 2.9.1 -> 2.9.2
2020-09-22 17:14:48 -03:00
Vincent Laporte
a1f8e0b4a1
coqPackages.metalib: 20170713 → 20200527
2020-09-22 21:53:29 +02:00
Johannes Rosenberger
7abb57c7b5
fix passing qt5 version to pythonInterpreters
...
fixes c88f3adb17
, which resulted in
qt 5.15 being used in pythonPackages, despite 5.14 being
declared, and adapts qutebrowser accordingly.
'callPackage { pkgs = pkgs // { … }; }' does not work, because
it does not take into account the recursive evaluation of nixpkgs:
`pkgs/development/interpreters/python/default.nix` calls
`pkgs/top-level/python-packages.nix` with `callPackage`.
Thus, even if the former gets passed the updated `pkgs`,
the latter always gets passed `pkgs.pkgs`.
For the change in the qt5 version to apply consistently, 'pkgs.extend'
must be used.
qutebrowser only used the right qt5 version (5.15) because all
pythonPackages used it anyway.
2020-09-22 21:03:43 +02:00
Martin Weinelt
0f50990678
python3Packages.segments: init at 2.1.3
2020-09-22 10:11:37 -07:00
Martin Weinelt
8fca119c52
python3Packages.clldutils: init at 3.5.2
2020-09-22 10:11:37 -07:00
Martin Weinelt
2904bef26c
python3Packages.csvw: init at 1.8.0
2020-09-22 10:11:37 -07:00
John Ericson
3e462a8533
Merge pull request #98466 from stigtsp/package/perl-cross-default_inc_excludes_dot
...
perl-cross: fix . being included in INC
2020-09-22 12:49:18 -04:00
Vincent Laporte
a775c939d4
ocamlPackages.zed: 2.0.3 → 3.1.0
2020-09-22 18:41:01 +02:00
Stefan Frijters
b3e1fd55e4
pythonPackages.maestral: 1.1.0 -> 1.2.0
2020-09-22 09:17:42 -07:00
Stefan Frijters
08ab7f917d
pythonPackages.dbus-next: init at 0.1.4
2020-09-22 09:17:42 -07:00
Stefan Frijters
8463f5c9fd
pythonPackages.dropbox: 10.3.1 -> 10.4.1
2020-09-22 09:17:42 -07:00
oxalica
11c36334bf
vscode-extensions.vadimcn.vscode-lldb: init at 1.5.3
2020-09-22 09:13:53 -07:00
Lancelot SIX
bd4805b659
pythonPackages.django: 2.2.15 -> 2.2.16
...
See https://docs.djangoproject.com/en/dev/releases/2.2.16/
2020-09-22 08:59:28 -07:00
Christian Kauhaus
44a70c9e7d
Merge pull request #97345 from ckauhaus/67197-mcpp-cve-2019-14274
...
mcpp: add patch for CVE-2019-14274
2020-09-22 16:01:06 +02:00
Stig Palmquist
e2926577a1
perl-cross: fix . being included in INC
...
perl-cross set `default_inc_excludes_dot` to undefined by default. This
sets `-Ddefault_inc_excludes_dot` explicitly when cross compiling.
2020-09-22 14:35:46 +02:00
Kevin Rauscher
308e245aba
metals: 0.9.3 -> 0.9.4
2020-09-22 09:04:00 +02:00
Ben Wolsieffer
83162ab3b9
pythonPackages.pykdl: init at 1.4.0
2020-09-21 23:38:26 -07:00
Ben Wolsieffer
ec92ffc530
orocos-kdl: init at 1.4.0
2020-09-21 23:38:26 -07:00
Vincent Laporte
06098c76b9
bigloo: 4.1a-2 → 4.3h; hop: 2.5.1 → 3.3.0
2020-09-21 23:24:54 -07:00
Vincent Laporte
943fa12e6a
hop: fix build
...
The configure process tries to escape the sandbox by writing into /tmp
2020-09-21 23:24:54 -07:00
Ben Darwin
03ea51a8a3
python3Packages.dipy: 1.1.1 -> 1.2.0
2020-09-21 23:16:37 -07:00
Ben Darwin
9fde97d85f
python3Packages.pyxnat: init at 1.3
2020-09-21 23:16:17 -07:00