Commit Graph

89019 Commits

Author SHA1 Message Date
Doron Behar
36b7e89f19 python3.pkgs.androguard: rewrite
Add an optional withGui flag to turn off gui as most of the time it's
not needed since this is a python library.

Use a GitHub tarball to optionally enable tests, currently disabled by
default, but next release' tests should pass (tested the beta release
tag).

Wrap qt apps properly, without double wrapping, if gui is enabled.
2020-10-08 18:57:23 +02:00
Doron Behar
cd5b560541 python3.pkgs.nose-timer: init at 1.0.0 2020-10-08 18:57:23 +02:00
Doron Behar
15bfdf8e51 pythonPackages.pyqtwebengine: Apply qt5.14 patch only if needed
Since we now use qt5.15 in all python modules (defaulting to the same
qt5 used in all-packages.nix), That patch is not required, but it will
be needed if qt5.14 is used if pythonInterpreters is overridden, which
is likely to happen like it happend to qutebrowser for instance. See:
2667af4062
2020-10-08 18:57:22 +02:00
Doron Behar
0331c39d4e python3.pkgs.pyqt5: 5.14.2 -> 5.15.1 2020-10-08 18:57:22 +02:00
Doron Behar
98e6fdd6a6 python3.pkgs.sip: 4.19.22 -> 4.19.24 2020-10-08 18:57:22 +02:00
WORLDofPEACE
407a5d7530
Revert "pythonPackages.afdko: 3.5.0 → 3.5.1" 2020-10-08 10:19:41 -04:00
Jan Tojnar
fc6e61b1c5
Merge pull request #100015 from NixOS/expo-cli-fix
nodePackages.expo-cli: use .override
2020-10-08 16:17:16 +02:00
Thibault Gagnaux
fd2c495e97 bazel_0: fix build on darwin
Fixes `error: thread-local storage is not supported for the current target` by
upgrading clang_7 -> to clang_8 which supports thread-local storage.
2020-10-08 16:03:44 +02:00
Hongchang Wu
b50ef4e3f2 ocamlPackages.fmt: 0.8.8 -> 0.8.9 2020-10-08 11:36:01 +02:00
Vincent Laporte
afa12b1128 ocamlPackages.bap: 2.0.0 → 2.1.0 2020-10-08 10:31:19 +02:00
Daniël de Kok
c8111ef271
Merge pull request #99946 from ggreif/master
wasmtime: 0.19.0 -> 0.20.0
2020-10-08 10:02:09 +02:00
Jan Tojnar
94447e06b4
nodePackages.expo-cli: use .override
generate.sh seems to remove changes to node-env.nix, fortunately
.override seems to work so .overrideNodeAttrs does not actually
seem necessary. Not sure why I did not use it before.
2020-10-08 09:43:53 +02:00
Drew Risinger
4f36ce4aff python3Packages.cvxpy: 1.1.5 -> 1.1.6 2020-10-07 22:59:17 -07:00
Zoran Bošnjak
4c1d900de6 python3Packages.py3exiv2: 0.7.0 -> 0.8.0
Existing version is marked 'broken'.
Resolves #99623.
2020-10-07 22:56:31 -07:00
Ben Darwin
07099cdb30 python3Packages.pydot_ng: remove
- deprecated in favour of `pydot`
2020-10-07 22:54:13 -07:00
Drew Risinger
a2e6852a69 python3Packages.cirq: 0.8.2 -> 0.9.1 2020-10-07 22:29:04 -07:00
ajs124
02e2b63aa2
Merge pull request #99974 from helsinki-systems/upd/sogo501
sogo: 5.0.0 -> 5.0.1
2020-10-08 01:42:03 +02:00
Austin Seipp
38abb8f734
libfsm: 0.1pre1905 -> 0.1pre2442
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-07 17:01:42 -05:00
Robert Scott
889a785f98
Merge pull request #99499 from tricktron/fix-fsspec-linux-take2
python3Packages.fsspec: fix tests on linux
2020-10-07 21:51:45 +01:00
Robert Scott
f6af6263d6
Merge pull request #98619 from tricktron/fix-fs-darwin
python3Packages.fs: fix tests on darwin
2020-10-07 21:49:37 +01:00
Jan Tojnar
b7620817f6
Merge pull request #96509 from jtojnar/expo-cli 2020-10-07 21:35:02 +02:00
Jan Tojnar
6d7aafccbf
nodePackages.expo-cli: init 3.27.14 2020-10-07 21:03:34 +02:00
Jan Tojnar
0257d8f629
buildNodePackage: add internal overrideNodeAttrs function
mimicking the buildPythonPackage's overridePythonAttrs function
2020-10-07 21:02:44 +02:00
Janne Heß
e23a4535e2
sope: 5.0.0 -> 5.0.1 2020-10-07 20:44:50 +02:00
Thibault Gagnaux
0a9641b3bb python3Packages.fsspec: fix tests on linux
Disables flaky test. Has been resolved in https://github.com/intake/filesystem_spec/issues/432 and
can thus be enabled again starting from version `0.8.4`.
2020-10-07 19:54:54 +02:00
Gabor Greif
0243a18c8d wasmtime: 0.19.0 -> 0.20.0 2020-10-07 12:56:06 +02:00
Jan Tojnar
956a43990e
phpExtensions.blackfire: init at 1.40.0 2020-10-07 10:44:54 +02:00
Jan Tojnar
a07508c1d3
php: declare ZTS support
Binary extensions like Blackfire need to know whether PHP was
compiled with ZTS support to work properly.
2020-10-07 10:44:53 +02:00
Jan Tojnar
9ce350cdcc
blackfire: init at 1.44.0 2020-10-07 10:44:53 +02:00
Timo Kaufmann
c7f33a55b0
Merge pull request #93048 from ardumont/bump-libupnp
libupnp: 1.12.0 -> 1.14.0
2020-10-07 10:12:50 +02:00
Jonathan Ringer
b18cf1b35a python3Packages.azure-mgmt-commerce: use fetchpypi 2020-10-07 00:58:44 -07:00
Jonathan Ringer
8a75ad4925 python3Packages.rarfile: 3.0 -> 4.0 2020-10-07 00:57:56 -07:00
Jonathan Ringer
b489e3b3ac python3Packages.azure-servicemanagement-legacy: use fetchPypi 2020-10-07 00:55:56 -07:00
Linus Heckemann
a25bd6604f
Merge pull request #93675 from bcdarwin/update-libminc
libminc: 2.4.03 -> unstable-2020-07-17
2020-10-07 08:08:10 +02:00
Vladimír Čunát
c7b3d98659
Merge #99227: luajit*: update and enableGC64 by default 2020-10-07 07:40:11 +02:00
Ben Darwin
44d854af30 bicgl: update LIBMINC_DIR due to libminc CMake changes 2020-10-06 15:31:19 -04:00
Ben Darwin
85946918ac oobicpl: update LIBMINC_DIR due to libminc CMake changes 2020-10-06 15:31:17 -04:00
Ben Darwin
2c33e9d1a4 bicpl: fix LIBMINC_DIR due to libminc CMake changes 2020-10-06 15:31:15 -04:00
Ben Darwin
da69e470f2 EBTKS: update LIBMINC_DIR due to libminc update 2020-10-06 15:31:15 -04:00
Ben Darwin
3862e92e01 libminc: 2.4.03 -> unstable-2020-07-17
- propagate hdf5 and netcdf since essentially every reverse dep of libminc depends on these
- switch to default HDF5 from 1.8.x series
- one resolved test failure and one new error (less concerning than before)
2020-10-06 15:30:42 -04:00
Antoine R. Dumont (@ardumont)
024ad57ed1
libupnp: 1.12.0 -> 1.14.0
It fixes CVE-2020-13848 [1]

[1] https://nvd.nist.gov/vuln/detail/CVE-2020-13848
2020-10-06 20:39:28 +02:00
Gabriel Ebner
83eeeddad0
Merge pull request #99728 from siraben/embree-darwin
embree: 3.11.0 -> 3.12.0
2020-10-06 19:40:50 +02:00
Domen Kožar
a05f231884
nix-linter: 2019-04-26 -> 2020-09-25 2020-10-06 19:33:54 +02:00
Florian Ströger
d6d22a8361 python38Packages.plexapi: 3.6.0 -> 4.1.2 2020-10-06 10:31:58 -07:00
Ben Siraphob
436be88e13 embree: 3.11.0 -> 3.12.0
And fix build on darwin.
2020-10-07 00:30:11 +07:00
Matt Huszagh
b0a8a175e5 pythonPackages.python-csxcad: init at unstable-2020-02-18 2020-10-06 10:21:10 -07:00
Austin Butler
9050ae07cf python3Packages.alerta-server: fix build 2020-10-06 10:10:51 -07:00
Clemens Fruhwirth
063c756b33 python3Packages.avro-python3: Add missing dependencies 2020-10-06 10:06:57 -07:00
Austin Butler
aabdb540a4 python3Packages.poetry: 1.1.0 -> 1.1.1 2020-10-06 10:05:39 -07:00
Domen Kožar
815837850a
Merge pull request #99671 from andys8/update-elm-tools
Update elm-language-server, and other elm tools
2020-10-06 14:42:27 +02:00