Sébastien Maret
a0f50fe24b
pythonPackages.reproject: fix tests
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-25 18:30:05 -08:00
Matthieu Coudron
006aeb5704
buidLuarocksPackage: add a checkPhase
2020-02-26 01:14:30 +01:00
Matthieu Coudron
6eeb434b33
buildLuarocksPackage: extraVariables is now an attrset
2020-02-26 01:14:29 +01:00
Lily Ballard
f2d2d69203
nodePackages.insect: init at 5.4.0
2020-02-25 15:56:52 -08:00
Maximilian Bosch
cac1e32bd5
Merge pull request #81026 from marsam/update-tflint
...
tflint: 0.14.0 -> 0.15.0
2020-02-25 23:55:43 +01:00
Maximilian Bosch
cf0cc0596e
scalafmt: 2.3.2 -> 2.4.2
2020-02-25 22:14:38 +01:00
Michael Raskin
633dd4d8a1
Merge pull request #80876 from r-ryantm/auto-update/cgal
...
cgal_5: 5.0 -> 5.0.1
2020-02-25 20:43:35 +00:00
Michael Raskin
e99d9abf5c
Merge pull request #80543 from r-ryantm/auto-update/asdf
...
asdf: 3.3.3 -> 3.3.4
2020-02-25 20:43:13 +00:00
Maximilian Bosch
d92b56e99e
Merge pull request #80918 from velovix/remove-go-maintainer
...
go_1_12, go_1_13: remove velovix from maintainers
2020-02-25 21:07:26 +01:00
Jörg Thalheim
21baef32d5
Merge pull request #75451 from Izorkin/php-build
...
Update php build configuration
2020-02-25 18:50:38 +00:00
Matthieu Coudron
7aee5b838b
build-lua-package: dont patchShebangs folder
...
It can be source of trouble for some read-only folders (libluv for
instance) and slow down install.
2020-02-25 17:34:29 +01:00
Drew Risinger
49ad19b257
pythonPackages.qiskit-terra: init at 0.12.0
...
Qiskit is a quantum information toolkit from IBM. This commit
follows the new Qiskit scheme of breaking from one large package into
smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-02-25 07:59:54 -08:00
Drew Risinger
ee3226bc65
pythonPackages.fastdtw: init at 0.3.4
...
Fast implementation of Dynamic Time Warping algorithm.
Dependency for qiskit-aqua.
2020-02-25 07:59:36 -08:00
Andrew Childs
1a73b69e20
liblinear: use absolute install name on Darwin ( #81015 )
...
nixpkgs prefers absolute install names. Replace the manually specified
relative install name with the standard hook.
2020-02-25 10:31:53 -05:00
Mario Rodas
58dac371d5
tflint: 0.14.0 -> 0.15.0
...
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.0
2020-02-25 08:32:00 -05:00
Profpatsch
8246c35875
Merge pull request #79900 from Gabriel439/gabriel/dhall_packages_2
...
Add Nixpkgs support for Dhall
2020-02-25 14:16:28 +01:00
Klaas van Schelven
efa25157e9
pythonPackages.swagger-spec-validator 2.4.3 -> 2.5.0
...
Includes various upstream fixes of the tests, see
* https://github.com/Yelp/swagger_spec_validator/pull/117
* https://github.com/Yelp/swagger_spec_validator/pull/121
2020-02-25 14:11:41 +01:00
Gabor Greif
f111c6f9ce
llvmPackages_10: copy llvmPackages_9
...
* starting with rc2
* make `lldb` compilable again on Darwin
* separate out manpage creation for `lldb` into a new derivation
* minor tweaks to the patching of sources,
some of which are backportable to earlier versions
2020-02-25 13:24:27 +01:00
Mario Rodas
82cbc6af3c
Merge pull request #80836 from zowoq/skaffold
...
skaffold: 1.3.1 -> 1.4.0
2020-02-25 06:37:40 -05:00
Vladyslav M
d363be93b4
Merge pull request #81008 from doronbehar/update-sccache
...
sccache: 0.2.12 -> 0.2.13
2020-02-25 12:00:14 +02:00
Andreas Rammhold
52a076e3a4
Merge pull request #81004 from lopsided98/libyamlcpp-single-output
...
libyamlcpp: don't use multiple outputs
2020-02-25 10:52:11 +01:00
Jörg Thalheim
e23f9415ef
Merge pull request #80998 from mmilata/parsoid
...
nixos/parsoid: fix service by reinstating nodePackages.parsoid
2020-02-25 09:21:04 +00:00
Doron Behar
d7c6c9a793
cpp-utilities: patch upstream issue 18 ( #80014 )
...
See https://github.com/Martchus/cpp-utilities/issues/18
2020-02-25 03:36:57 -05:00
Jonathan Ringer
e1e71e5886
pythonPackages.ansible-lint: disable for python2
...
raumel.yaml is not importable, which makes pip
fail during installation
2020-02-25 00:08:14 -08:00
R. RyanTM
58f608339a
python27Packages.flask-babelex: 0.9.3 -> 0.9.4
2020-02-25 00:07:55 -08:00
Doron Behar
0c3ca28e8e
sccache: 0.2.12 -> 0.2.13
...
Quote homepage URL.
2020-02-25 09:12:50 +02:00
Vincent Laporte
4f7484f038
ocamlPackages.pgocaml_ppx: init at 4.0
2020-02-25 08:12:07 +01:00
Jason Felice
f54d8b68d6
parinfer-rust: 0.4.2 -> 0.4.3
2020-02-24 23:32:12 -05:00
Ben Wolsieffer
bdbbe6f34f
libyamlcpp: don't use multiple outputs
...
This package uses CMake's install(EXPORT ...) command which assumes that
libraries are installed in the same location as the CMake files.
2020-02-24 21:49:17 -05:00
Martin Milata
9264a0fabf
nodePackages.parsoid: init at 0.11.0
2020-02-25 01:32:12 +01:00
Michele Guerini Rocco
1805cfabff
Merge pull request #80888 from rnhmjoj/jinja2
...
python2Packages.jinja2: disable tests on 32bit systems
2020-02-25 01:31:04 +01:00
Robert Helgesson
c5cd289b13
nodePackages: remove duplicate package
2020-02-25 00:10:11 +01:00
Robert Helgesson
8883371fd1
yaml-language-server: init at 0.7.2
2020-02-25 00:06:10 +01:00
Robert Helgesson
47036e173a
nodePackages: update package versions
2020-02-25 00:06:09 +01:00
worldofpeace
868e28e6f9
Merge pull request #80943 from r-ryantm/auto-update/python2.7-datadog
...
python27Packages.datadog: 0.33.0 -> 0.34.1
2020-02-24 17:45:57 -05:00
worldofpeace
509533426b
Merge pull request #80983 from B4dM4n/seasocks-fix
...
seasocks: remove unneeded patch
2020-02-24 16:31:26 -05:00
Fabian Möller
2bd5d8c04a
seasocks: remove unneeded patch
2020-02-24 21:28:00 +01:00
Lancelot SIX
9532ca329e
Merge pull request #80968 from r-ryantm/auto-update/python2.7-mockito
...
python27Packages.mockito: 1.2.0 -> 1.2.1
2020-02-24 20:37:52 +01:00
Lancelot SIX
9be3fe0573
Merge pull request #80969 from r-ryantm/auto-update/python3.7-tablib
...
python37Packages.tablib: 1.0.0 -> 1.1.0
2020-02-24 20:34:36 +01:00
Michael Weiss
d6b692f483
Merge pull request #80959 from B4dM4n/mysql-connector-fix-build
...
pythonPackages.mysql-connector: fix build for python != python3
2020-02-24 18:56:38 +01:00
Marek Mahut
f5d2675512
Merge pull request #80909 from artemist/libfido2
...
libfido2: add macOS support
2020-02-24 18:44:58 +01:00
R. RyanTM
c5efe372fa
python37Packages.tablib: 1.0.0 -> 1.1.0
2020-02-24 16:36:42 +00:00
R. RyanTM
745750d685
python27Packages.mockito: 1.2.0 -> 1.2.1
2020-02-24 16:32:00 +00:00
Vincent Laporte
86d1378d3e
ocamlPackages.batteries: 2.11.0 → 3.0.0
2020-02-24 16:04:15 +01:00
Lancelot SIX
f0927d3a17
Merge pull request #80957 from r-ryantm/auto-update/python2.7-django-gravatar2
...
python27Packages.django-gravatar2: 1.4.2 -> 1.4.4
2020-02-24 15:46:33 +01:00
Vincent Laporte
229dc013b3
coqPackages.mathcomp_1_10: init at 1.10.0
2020-02-24 15:18:07 +01:00
Fabian Möller
09796a644c
pythonPackages.mysql-connector: fix build for python != python3
2020-02-24 14:43:05 +01:00
rnhmjoj
655b9c3400
python2Packages.jinja2: disable tests on 32bit systems
2020-02-24 14:39:39 +01:00
adisbladis
48e4304adf
poetry: Remove importlib-metadata override
...
This workaround is no longer required as the bug requiring it has been
fixed in poetry2nix.
2020-02-24 13:38:35 +00:00
adisbladis
e90bf5782e
poetry2nix: 1.4.0 -> 1.5.0
2020-02-24 13:38:32 +00:00
R. RyanTM
e648441eef
python27Packages.django-gravatar2: 1.4.2 -> 1.4.4
2020-02-24 13:25:54 +00:00
Yegor Timoshenko
8cf6d496bc
Merge pull request #79203 from cw789/hex_update
...
beamPackages.hex: 0.20.1 -> 0.20.5
2020-02-24 15:22:06 +03:00
Max Wittig
3e47a8781f
gitlab-runner: 12.7.0 -> 12.8.0 ( #80947 )
2020-02-24 12:09:01 +00:00
cw
7d553eea3a
beamPackages.hex: 0.20.1 -> 0.20.5
2020-02-24 15:03:01 +03:00
Mario Rodas
2e1198cb47
dune_2: fix hash
2020-02-24 12:54:42 +01:00
José Romildo Malaquias
897a5c327e
ocamlPackages.printbox: 0.2 -> 0.4
2020-02-24 12:50:02 +01:00
Michele Guerini Rocco
1ded2578b0
Merge pull request #80895 from rnhmjoj/pysaml2
...
pythonPackages.pysaml2: fix tests on 32bit systems
2020-02-24 12:39:22 +01:00
Christoph Hrdinka
dc436efc90
Merge pull request #80513 from r-ryantm/auto-update/mapnik
...
mapnik: 3.0.22 -> 3.0.23
2020-02-24 11:49:46 +01:00
Ryan Mulligan
0320b2e384
Merge pull request #80941 from r-ryantm/auto-update/python2.7-Jug
...
python27Packages.jug: 1.6.9 -> 2.0.0
2020-02-24 02:38:42 -08:00
R. RyanTM
9a3e3037d6
python27Packages.datadog: 0.33.0 -> 0.34.1
2020-02-24 09:40:26 +00:00
Mario Rodas
0507717aae
flow: 0.118.0 -> 0.119.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.119.0
2020-02-24 09:57:14 +01:00
Vincent Laporte
6036633e2b
ocamlPackages.ppx_tools: 5.3 → 6.{0,1}
2020-02-24 09:48:13 +01:00
R. RyanTM
5d9266266d
python27Packages.jug: 1.6.9 -> 2.0.0
2020-02-24 08:42:09 +00:00
Jonathan Ringer
193c58489e
pythonPackages.locustio: 0.9.0 -> 0.14.4
...
disable python3.8 version, as tests hang indefinitely
2020-02-24 00:24:40 -08:00
R. RyanTM
f75906dbc9
python27Packages.gssapi: 1.6.1 -> 1.6.2
2020-02-24 08:23:01 +00:00
Guillaume Bouchard
5c11e174b2
pythonPackages.pyopengl: fix runtime shared library loading failure
...
This closes #76822 .
pyopengl 3.1.4 introduced a new logic for shared library loading: it
tests a few combinations of library name and suffix (such as .so.X).
Our previous patch was just replacing the library name (e.g. 'glut') by
the full path to the nix store. This does not work anymore with pyopengl
3.1.4 new heuristic.
This commit just keep the behavior of pyopengl but adds the nix store
path to the list of tried paths.
2020-02-23 22:07:56 -08:00
R. RyanTM
a3ac72c337
ocamlPackages.uri: 3.0.0 -> 3.1.0
2020-02-24 03:35:34 +00:00
Tyler Compton
2ae7a8d710
go_1_12, go_1_13: remove velovix from maintainers
2020-02-23 15:08:58 -08:00
Michael Lingelbach
74f312e042
python.pkgs.pybullet: 2.6.1 -> 2.6.6
...
Update static-libs.patch
Add numpy to pybullet propagatedBuildInputs
Added numpy to build inputs
2020-02-23 14:20:38 -08:00
R. RyanTM
eda05110a0
hpx: 1.4.0 -> 1.4.1
2020-02-23 14:12:57 -08:00
Jonathan Ringer
0d1d43d49c
pythonPackages.psutil: 5.6.7 -> 5.7.0
2020-02-23 14:01:08 -08:00
R. RyanTM
b5788ccdf3
jruby: 9.2.9.0 -> 9.2.10.0
2020-02-23 13:56:45 -08:00
R. RyanTM
16ef1be710
python27Packages.filebytes: 0.10.0 -> 0.10.2
2020-02-23 13:51:56 -08:00
R. RyanTM
6082646aff
jython: 2.7.2b2 -> 2.7.2b3
2020-02-23 13:41:27 -08:00
Jonathan Ringer
2c12bb39a8
pythonPackages.chalice: disable pip version bounds
2020-02-23 12:46:32 -08:00
Kevin Amado
3c72558ef0
pythonPackages.fluidasserts: 20.1.33141 -> 20.2.30165
...
- Release entirely the version pinning, the active development of
the package makes it be compatible with the latest dependency
versions
- Added more tests, and missing packages
2020-02-23 12:43:39 -08:00
Kevin Amado
638251852e
pythonPackages.promise: init at 2.3
2020-02-23 12:43:39 -08:00
Kevin Amado
c6f75c74df
pythonPackages.graphql-server-core: init at 1.2.0
2020-02-23 12:43:39 -08:00
Kevin Amado
58dac999c2
pythonPackages.graphql-core: init at 2.3.1
2020-02-23 12:43:39 -08:00
Kevin Amado
36a1d1023a
pythonPackages.pywinrm: missing dependency
...
- Keberos is a dependency that you really want included in the pkg,
this is also needed to run the test suite by default
2020-02-23 12:43:39 -08:00
Patrick Hilhorst
35e5fc34ff
pythonPackages.bespon: init at 0.3.0
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-23 11:56:10 -08:00
Artemis Tosini
099359afc7
libfido2: add macOS support
...
* pass IOKit to libfido2
* Add a patch so that cmake uses lld flags when linking
* Upgrade from 1.3.0 to 1.3.1 (based off #80781 )
* Specify CMAKE_INSTALL_LIBDIR so that the demo binaries link
correctly on macOS and libfido2.pc specifies correct arguments
2020-02-23 19:46:14 +00:00
Benno Fünfstück
9d5cc98363
gnulib: 20190811 -> 20200223
...
This update makes gnulib work even if it is installed into a readonly
location, so some hacks in nixpkgs can be removed.
2020-02-23 19:16:02 +01:00
Franz Pletz
02fc8dc4dc
Merge pull request #79882 from petabyteboy/feature/netifd
...
update libubox, uqmi; init uci, ubus, netifd
2020-02-23 17:11:59 +00:00
Michael Weiss
5111cf2da9
neatvnc: init at 0.1.0
2020-02-23 17:28:20 +01:00
adisbladis
5c50087566
Merge pull request #80880 from Infinisil/poetry-python-3.8
...
poetry: Fix build with Python 3.8
2020-02-23 16:55:58 +01:00
Daniel Schaefer
4441a6a8a4
Merge pull request #80838 from maxxk/pyfribidi-fix
...
pythonPackages.pyfribidi: fix build
2020-02-23 16:22:22 +01:00
rnhmjoj
60575b2fb7
pythonPackages.pysaml2: fix tests on 32bit systems
2020-02-23 14:47:50 +01:00
Maxim Krivchikov
23f265cdf5
python27Packages.seaborn: remove FRidh from maintainers
2020-02-23 10:46:36 +01:00
Silvan Mosberger
8f5b5baed7
poetry: Fix build with Python 3.8
2020-02-23 10:09:24 +01:00
R. RyanTM
92ef705954
cgal_5: 5.0 -> 5.0.1
2020-02-23 08:16:52 +00:00
Maxim Krivchikov
a517238f9f
Add patch for python2 build with clang
2020-02-23 07:21:10 +00:00
John Ericson
83a4705f49
Merge pull request #80843 from obsidiansystems/rust-no-std
...
rust 1.41: Fix build with no_std only target
2020-02-23 00:48:45 -05:00
Klaas van Schelven
c597007cce
python.pkgs.httpretty: disable flaky test
...
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376
2020-02-22 18:38:21 -08:00
Matt McHenry
84f839b9ac
chefdk: 2.4.17 -> 4.7.73
2020-02-22 21:36:48 -05:00
Maxim Krivchikov
444370f1d8
pythonPackages.seaborn: use v0.9.1 for python 2
...
required for poretools
2020-02-22 16:02:37 -08:00
John Ericson
0b0e691833
rust 1.41: Fix build with no_std only target
...
See https://github.com/rust-lang/rust/pull/69381
2020-02-22 18:34:05 -05:00
R. RyanTM
f0b586c612
libite: 2.1.0 -> 2.1.2
2020-02-22 22:39:51 +00:00
Maxim Krivchikov
4644a4c482
pythonPackages.pyfribidi: fix build
2020-02-22 22:29:49 +00:00
zowoq
4a3262fcf2
skaffold: 1.3.1 -> 1.4.0
...
https://github.com/GoogleContainerTools/skaffold/releases/tag/v1.4.0
2020-02-23 08:15:37 +10:00
Maxim Krivchikov
50f3704c2f
pythonPackages.ldaptor: fix build
2020-02-22 22:05:18 +00:00
Jonathan Ringer
2fea715779
pythonPackages.acoustics: disable
...
no longer compatible with pandas>=1
2020-02-22 13:10:07 -08:00
Cassidy Dingenskirchen
df54d70e3e
poetry: 0.12.17 -> 1.0.3
2020-02-22 12:02:27 -08:00
R. RyanTM
2758e3975a
python27Packages.azure-mgmt-storage: 7.0.0 -> 7.1.0
2020-02-22 11:46:09 -08:00
R. RyanTM
0d7ae2a5c6
python27Packages.azure-mgmt-network: 8.0.0 -> 9.0.0
2020-02-22 11:45:01 -08:00
R. RyanTM
20d5f3f23d
python27Packages.azure-mgmt-resource: 7.0.0 -> 8.0.1
2020-02-22 11:44:46 -08:00
Vincent Breitmoser
5b244b986d
pythonPackages.etesync: init at 0.9.3
2020-02-22 11:15:39 -08:00
Vincent Breitmoser
384afdc82c
pythonPackages.furl: 2.0.0 -> 2.1.0
2020-02-22 11:15:39 -08:00
Vincent Breitmoser
e9578b9736
pythonPackages.pyscrypt: init at 1.6.2
2020-02-22 11:15:39 -08:00
David Wood
b0d7d8527b
sycl-info: init at unstable-2019-11-19
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood
0ce1b1a380
lyra: init at 1.1
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood
54cbe01782
doctest: init at 2.3.5
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
Daniël de Kok
9bab3b5a61
sentencepiece: set platforms to unix to support Darwin
...
- The sentencepiece library builds fine on Darwin as well.
- Remove superfluous `enableParallelBuilding = true`.
- Make the value of homepage a string.
2020-02-22 10:55:48 -08:00
R. RyanTM
082c7f0181
python27Packages.pyftpdlib: 1.5.5 -> 1.5.6
2020-02-22 10:22:15 -08:00
R. RyanTM
8fd1365953
python27Packages.qtawesome: 0.6.1 -> 0.7.0
2020-02-22 10:07:33 -08:00
Renato Alves
e30abffb66
pythonPackages.googletrans: init at 2.4.0
2020-02-22 10:00:06 -08:00
Mario Rodas
8072b09754
Merge pull request #80723 from marsam/update-go-tools
...
go-tools: 2019.2.2 -> 2020.1.2
2020-02-22 11:06:29 -05:00
Mario Rodas
1278addbf6
Merge pull request #80757 from r-ryantm/auto-update/grails
...
grails: 4.0.1 -> 4.0.2
2020-02-22 11:05:18 -05:00
Mario Rodas
71368f3488
Merge pull request #80764 from r-ryantm/auto-update/kubectx
...
kubectx: 0.7.1 -> 0.8.0
2020-02-22 10:59:55 -05:00
Doron Behar
62d7ad9309
octave: Use sundials_2 in package's signature instead of callPackage
2020-02-22 12:35:06 +02:00
Doron Behar
b631f620d4
octave: Revert "remove old fix for build issue"
...
This reverts commit 3beeacfd58239bb6e95aa716dedddae17716b6eb.
2020-02-22 12:33:58 +02:00
Doron Behar
d4861e2b18
octave: clean up all build inputs - use qt5
2020-02-22 12:33:58 +02:00
Doron Behar
2b18e72064
octave: mark package as broken if JIT is enabled
2020-02-22 12:33:58 +02:00
Doron Behar
b3a20c4feb
octave: remove old fix for build issue
2020-02-22 12:33:58 +02:00
Doron Behar
acf2ad3876
octave: clean up configure flags - remove --enable-dl
2020-02-22 12:33:58 +02:00
Doron Behar
40c2fb8b1e
octave: Makeinfo is no longer needed at runtime
2020-02-22 12:33:58 +02:00
Doron Behar
b74fe1a248
octave: order arguments at top and import qt5 libs
2020-02-22 12:33:58 +02:00
Doron Behar
749afca8dc
sundials: Add version 2.7.0 as sundials_2
2020-02-22 12:32:23 +02:00
Michele Guerini Rocco
57bcca369d
Merge pull request #80718 from rnhmjoj/timeout
...
pythonPackages.pytest-timeout: disable flaky test
2020-02-22 09:33:13 +01:00
Izorkin
ffe90532f7
php: update build configuration
2020-02-22 11:22:05 +03:00
Izorkin
0ee5d55d3b
php: use external GD library
2020-02-22 11:22:05 +03:00
Izorkin
ac3c11a980
php: add option pearSupport
2020-02-22 11:22:05 +03:00
Izorkin
a74fb5a1af
php: add option ipv6Support
2020-02-22 11:22:05 +03:00
Izorkin
5dae87ec2d
php: remove unused configureFlags
2020-02-22 11:22:05 +03:00
Izorkin
82b5cef58d
php: drop support libmysqlclient
2020-02-22 11:22:04 +03:00
R. RyanTM
3d95727892
uftrace: 0.9.3 -> 0.9.4
2020-02-22 09:12:43 +01:00
Daiderd Jordan
e4af779056
Merge pull request #80635 from marsam/fix-bazel-darwin
...
bazel: fix build on darwin
2020-02-22 08:52:58 +01:00
Mario Rodas
1fe82110fe
Merge pull request #80627 from marsam/update-bazel-buildtools
...
bazel-buildtools: 0.29.0 -> 1.0.0
2020-02-21 23:44:41 -05:00
R. RyanTM
f14a49c5dd
kubectx: 0.7.1 -> 0.8.0
2020-02-22 00:56:40 +00:00
Drew Risinger
d38b8d8ff7
pythonPackages.cvxpy: init at 1.0.25
...
Convex optimization problem modeler in Python.
Dependency of qiskit-aer.
2020-02-21 16:50:12 -08:00
Wael Nasreddine
20e7a3d6a6
yq-go: 3.1.0 -> 3.1.2 ( #80762 )
2020-02-21 14:39:23 -10:00
Dmitry Kalinkin
b83257ca5f
lhapdf.pdf_sets: fix download url
2020-02-21 19:36:34 -05:00
R. RyanTM
af12b02b90
grails: 4.0.1 -> 4.0.2
2020-02-21 23:31:20 +00:00
Florian Klink
f545816c62
Merge pull request #80540 from flokli/scikits-odes-2.6.1
...
python.pkgs.scikits-odes: 2.4.0-9-g93075ae -> 2.6.1
2020-02-22 00:29:49 +01:00
Maximilian Bosch
b7566d7715
python3Packages.face_recognition: 1.2.3 -> 1.3.0
...
https://pypi.org/project/face-recognition/1.3.0/
2020-02-21 19:43:56 +01:00
Silvan Mosberger
e0fc181f5c
Merge pull request #80645 from xfix/cmake_2_8-fix-build
...
cmake_2_8: fix build
2020-02-21 19:38:25 +01:00
Vladimír Čunát
7cda2823be
openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
...
No vulnerabilities are know so far (to me), but still I'd go this way.
Especially for 20.03 it seems better to deprecate it before official
release happens.
Current casualties:
$ ./maintainers/scripts/rebuild-amount.sh --print HEAD HEAD^
Estimating rebuild amount by counting changed Hydra jobs.
87 x86_64-darwin
161 x86_64-linux
2020-02-21 18:49:16 +01:00
Silvan Mosberger
69c0de2fe7
Merge pull request #80625 from unode/pysam-0.15.4
...
pysam: 0.15.3 -> 0.15.4 (and disabling tests)
2020-02-21 18:18:13 +01:00
Silvan Mosberger
7a56099d2d
Merge pull request #80706 from Infinisil/fix/swift
...
swift: Fix build for glibc 2.30
2020-02-21 17:22:29 +01:00
R. RyanTM
6f824c38fd
python27Packages.pyodbc: 4.0.28 -> 4.0.30
2020-02-21 17:01:52 +01:00
Marek Mahut
94fbb7b418
Merge pull request #80722 from mmahut/libfido2
...
libfido2: evaluate systemd only on Linux
2020-02-21 15:49:56 +01:00
Timo Kaufmann
ec6bf457bf
Merge pull request #80728 from timokau/maven-jdk-overridable
...
maven: make jdk overridable
2020-02-21 14:49:41 +00:00
Mario Rodas
09c1342c70
dune_2: 2.3.0 -> 2.3.1
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.3.1
2020-02-21 15:04:02 +01:00
Timo Kaufmann
0141cfefbc
maven: make jdk overridable
...
This makes it possible to use maven with different (newer) jdks.
Fixes #75630
2020-02-21 14:26:33 +01:00
Marek Mahut
1ea0a243d2
libfido2: evaluate systemd only on Linux
2020-02-21 13:53:27 +01:00
Marek Mahut
448c671a62
Merge pull request #80710 from mmahut/libfido2
...
libfido2: build only Linux
2020-02-21 13:47:48 +01:00
rnhmjoj
c4865b8933
pythonPackages.pytest-timeout: disable flaky test
2020-02-21 13:40:24 +01:00
Mario Rodas
65593304e0
go-tools: 2019.2.2 -> 2020.1.3
2020-02-21 07:35:00 -05:00
Jan Tojnar
0c4755b420
Merge pull request #80715 from jtojnar/gimp-2.10.16
...
gimp: 2.10.14 → 2.10.16
2020-02-21 13:08:02 +01:00
Marek Mahut
852d2bcfd4
libfido2: linux build only
2020-02-21 12:56:45 +01:00
Jan Tojnar
abacc68138
gegl_0_4: 0.4.20 → 0.4.22
...
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_22/docs/NEWS.txt#L1-9
2020-02-21 12:27:51 +01:00
Jan Tojnar
0328d77cb8
mypaint-brushes1: 1.3.0 → 1.3.1
...
https://github.com/mypaint/mypaint-brushes/releases/tag/v1.3.1
2020-02-21 12:27:51 +01:00
Renato Alves
bf88bf47d1
pysam: 0.15.3 -> 0.15.4
...
Also disable tests until upstream test data issues are resolved.
See link in comment in code for more information.
2020-02-21 10:12:32 +01:00
Silvan Mosberger
7d8a33125f
swift: Fix build for glibc 2.30
2020-02-21 10:10:07 +01:00
lewo
4eb3f3be83
Merge pull request #80347 from babariviere/insomnia-7.1.0
...
insomnia: 7.0.6 -> 7.1.0
2020-02-21 08:27:35 +01:00
R. RyanTM
ac4831238a
python27Packages.pytest-flask: 0.15.0 -> 0.15.1
2020-02-20 22:17:06 -08:00
Vincent Laporte
ca6391a7c4
ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc1 → 4.10.0+rc2
2020-02-21 07:15:49 +01:00
R. RyanTM
a9ef3e3f48
python27Packages.pyroute2: 0.5.7 -> 0.5.9
2020-02-20 22:11:00 -08:00
R. RyanTM
204786644b
python37Packages.aioresponses: 0.6.2 -> 0.6.3
2020-02-20 21:57:25 -08:00
R. RyanTM
cdd25d4b4b
python27Packages.fuzzywuzzy: 0.17.0 -> 0.18.0
2020-02-20 21:56:34 -08:00
Konrad Borowski
621c4239c3
pythonPackages.aiohttp: remove pytest-timeout check dependency
2020-02-20 21:00:46 -08:00
R. RyanTM
4fcce2abab
python27Packages.nbval: 0.9.4 -> 0.9.5
2020-02-20 20:20:25 -08:00
R. RyanTM
7d1842b5b9
python27Packages.nbsphinx: 0.5.0 -> 0.5.1
2020-02-20 20:18:05 -08:00
R. RyanTM
bbf34acab7
python37Packages.ckcc-protocol: 0.8.0 -> 1.0.0
2020-02-20 15:01:50 -08:00
R. RyanTM
fd198bc821
python37Packages.azure-core: 1.2.1 -> 1.2.2
2020-02-20 15:00:27 -08:00
markuskowa
39fce027b8
Merge pull request #80641 from ikervagyok/ucx
...
ucx: init at 1.7.0
2020-02-20 23:27:59 +01:00
R. RyanTM
143a1305eb
python37Packages.aiorun: 2020.1.3 -> 2020.2.1
2020-02-20 13:56:08 -08:00
Lancelot SIX
99d34d1a96
Merge pull request #80659 from r-ryantm/auto-update/python2.7-bsddb3
...
python27Packages.bsddb3: 6.2.6 -> 6.2.7
2020-02-20 22:54:12 +01:00
Lancelot SIX
fe2c8e67db
Merge pull request #80660 from r-ryantm/auto-update/python2.7-braintree
...
python27Packages.braintree: 3.58.0 -> 3.59.0
2020-02-20 22:49:55 +01:00
R. RyanTM
436a6784b0
python27Packages.braintree: 3.58.0 -> 3.59.0
2020-02-20 19:01:14 +00:00
R. RyanTM
4979ccb4b0
python27Packages.bsddb3: 6.2.6 -> 6.2.7
2020-02-20 18:58:16 +00:00
koral
d57c05acd1
mps-youtube: 0.2.8 -> unstable-2020-01-28
...
Also move derivation from python-packages to all-packages,
as this is a standalone application.
2020-02-20 09:17:50 -08:00
Valentin Robert
40376f1724
coqPackages.coq-ext-lib: 0.10.3 -> 0.11.1
2020-02-20 18:13:11 +01:00
Konrad Borowski
8dd592e3b2
pythonPackages.can: remove pytest-timeout check input
...
pytest-timeout can cause tests to be flaky. It's not
necessary to patch the code, as pytest ignores unrecognized
marks with an ignorable warning.
2020-02-20 08:43:50 -08:00
Konrad Borowski
4bad7d67cd
cmake_2_8: fix build
2020-02-20 16:09:14 +01:00
Lengyel Balazs
78d5a13cf8
ucx: init at 1.7.0
2020-02-20 15:24:18 +01:00
Jörg Thalheim
e657a87f80
Merge pull request #80602 from cole-h/rls
...
rls: add llvm to buildInputs
2020-02-20 14:07:07 +00:00
Jörg Thalheim
b878000c66
r2: 4.2.0 -> 4.2.1
2020-02-20 11:54:37 +00:00
Jörg Thalheim
c385f9f9a0
Merge pull request #59414 from hlolli/lumo-bump
...
lumo 1.9.0 -> 1.10.1 plus darwin support
2020-02-20 11:19:48 +00:00
Mario Rodas
572a6672d0
bazel-buildtools: add marsam to maintainers
2020-02-20 04:21:00 -05:00
Mario Rodas
d1ee615f1c
bazel: fix linker flags for darwin
2020-02-20 04:20:00 -05:00
Mario Rodas
3dd0593020
bazel-buildtools: 0.29.0 -> 1.0.0
2020-02-20 04:20:00 -05:00
Alyssa Ross
14d6777962
virglrenderer: 0.7.0 -> 0.8.1
...
freedesktop.org tarballs haven't been published since 0.7.0. I've
sent a message to the mailing list (<87eev3cgcz.fsf@alyssa.is>),
suggesting newer tarballs be published.
Build system has changed from autoconf to meson+cmake/ninja, and the
vtest/util.c patch doesn't seem to be necessary any more.
2020-02-20 05:35:00 +00:00
Drew Risinger
4431542b82
pythonPackages.scs: init at 2.1.1
...
Depends on libraries.science.math.scs.
Required by cvxpy -> qiskit-aer.
Co-authored-by: bhipple <bhipple@users.noreply.github.com>
2020-02-19 21:03:15 -08:00
Cole Helbling
2edec098de
rls: add llvm to buildInputs
...
The Hydra build [1] was failing because it was unable to link `LLVM-9`.
Additionally, quote the homepage URL for compliance with RFC 45.
[1] https://hydra.nixos.org/build/112823631/nixlog/2
2020-02-19 20:03:56 -08:00
Konrad Borowski
686274ea62
pythonPackages.decorator: fix Python 2 build
2020-02-19 17:34:31 -08:00
Mario Rodas
82a6834e3b
Merge pull request #80527 from marsam/update-bazel-remote
...
bazel-remote: 2020-01-29 -> 1.0.0
2020-02-19 20:03:47 -05:00
Maximilian Bosch
3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
...
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
hlolli
ad56672196
cleanup
2020-02-19 23:40:14 +01:00
hlolli
ef712ff2f5
lumo 1.9.0 -> 1.10.1 plus darwin support
2020-02-19 23:16:40 +01:00
R. RyanTM
24bc04b9d2
bmake: 20181221 -> 20200212
2020-02-19 14:18:49 -06:00
Samuel Leathers
47ab49ac44
Merge pull request #80467 from danieldk/fix-python-vowpalwabbit
...
python3Packages.vowpalwabbit: fix build
2020-02-19 12:46:07 -05:00
Samuel Leathers
6152582ed1
rubyWithPackages.libv8: fix compilation ( #80470 )
...
rubyWithPackages.libv8: fix compilation
2020-02-19 12:26:34 -05:00
Samuel Leathers
9412db1150
crystal: remove 0.25 and 0.26 ( #80473 )
...
crystal: remove 0.25 and 0.26
2020-02-19 12:17:45 -05:00
ajs124
194f3aa4b5
mimalloc: 1.1.0 -> 1.6.1
2020-02-19 10:31:25 -06:00
Andreas Rammhold
7829fb70bb
Merge pull request #80541 from flokli/poetry2nix-fetchpypi
...
poetry2nix: fix typo fetchPyPi -> fetchPypi
2020-02-19 17:09:08 +01:00
Franz Pletz
ade3e99a1d
php74: 7.4.1 -> 7.4.2
...
https://www.php.net/ChangeLog-7.php#7.4.2
2020-02-19 16:42:40 +01:00
Franz Pletz
b55ded5d8b
php73: 7.3.13 -> 7.3.14
...
https://www.php.net/ChangeLog-7.php#7.3.14
2020-02-19 16:42:39 +01:00
Franz Pletz
ed8df1d98e
php72: 7.2.26 -> 7.2.27
...
https://www.php.net/ChangeLog-7.php#7.2.27
2020-02-19 16:42:23 +01:00
R. RyanTM
720a81b46f
asdf: 3.3.3 -> 3.3.4
2020-02-19 15:09:12 +00:00
Jörg Thalheim
e8343960a9
hopper: libffi compatibility symlink
2020-02-19 14:59:26 +00:00
Florian Klink
a00f226244
poetry2nix: fix typo fetchPyPi -> fetchPypi
...
nixpkgs' fetchPypi is called fetchPypi, not fetchPyPi.
2020-02-19 15:41:43 +01:00
Florian Klink
fb17ac3786
sundials_3: remove
...
This package has only been used for python.pkgs.scikits-odes, which
should compile with sundials 5 by now.
2020-02-19 15:38:45 +01:00
Florian Klink
10f9b277d5
python.pkgs.scikits-odes: use latest sundials
2020-02-19 15:38:42 +01:00
Florian Klink
712fba5191
python.pkgs.scikits-odes: 2.4.0-9-g93075ae -> 2.6.1
2020-02-19 15:38:42 +01:00
Mario Rodas
eeb087bc61
terraform-lsp: 0.0.9 -> 0.0.10
...
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.10
2020-02-19 15:36:06 +01:00
Jörg Thalheim
2d87562b42
Merge pull request #75522 from Enteee/bugfix/hopper
...
hopper: fix libxml2 dynamic linking issue
2020-02-19 14:25:14 +00:00
Mario Rodas
f1975e0327
Merge pull request #80510 from r-ryantm/auto-update/libiio
...
libiio: 0.18 -> 0.19
2020-02-19 09:04:51 -05:00
Mario Rodas
bbb9193da6
Merge pull request #80529 from marsam/update-nodejs
...
nodejs: 12.16.0 -> 12.16.1, 13.8.0 -> 13.9.0
2020-02-19 09:04:31 -05:00
Florian Klink
e6e335eca6
Merge pull request #80463 from doronbehar/update-sundials
...
sundials: 5.0.0 -> 5.1.0
2020-02-19 14:55:37 +01:00
Marek Mahut
372b0e9df1
Merge pull request #79822 from mmahut/cloudflare-wrangler
...
cloudflare-wrangler: 1.4.0 -> 1.7.0
2020-02-19 14:54:42 +01:00
Mario Rodas
3147beca4a
Merge pull request #80516 from r-ryantm/auto-update/nco
...
nco: 4.9.1 -> 4.9.2
2020-02-19 08:22:24 -05:00
Mario Rodas
b6e8e5cc87
Merge pull request #80518 from vdemeester/bump-golangci-lint
...
golangci-lint: 1.22.2 -> 1.23.6
2020-02-19 08:14:06 -05:00
Mario Rodas
5d488385fd
Merge pull request #80511 from elohmeier/drone
...
drone: 1.6.0 -> 1.6.5
2020-02-19 08:13:41 -05:00
Drew Risinger
ee65cd9c40
pythonPackages.docplex: init at 2.12.182
...
The IBM Decision Optimization CPLEX Modeling for Python.
Dependency of qiskit-aqua.
2020-02-19 13:12:50 +01:00
Marek Mahut
36ea78bd4f
Merge pull request #80019 from mmahut/heroku
...
heroku: 7.35.1 -> 7.38.1
2020-02-19 11:48:14 +01:00
Vincent Demeester
b1774b201e
golangci-lint: 1.22.2 -> 1.23.6
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2020-02-19 10:20:59 +01:00
Mario Rodas
53bd4a2156
nodejs-13_x: 13.8.0 -> 13.9.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v13.9.0
2020-02-19 04:20:00 -05:00
Mario Rodas
20e399e579
nodejs-12_x: 12.16.0 -> 12.16.1
...
Changelog: https://github.com/nodejs/node/releases/tag/v12.16.1
2020-02-19 04:20:00 -05:00
R. RyanTM
8ae07bfe79
nco: 4.9.1 -> 4.9.2
2020-02-19 09:12:39 +00:00
Jörg Thalheim
91fb0f2e47
Merge pull request #80478 from volth/patch-381
...
graalvm{8,11}-ee: 19.3.1 -> 20.0.0
2020-02-19 08:58:26 +00:00
Martin Milata
1caac6f2dc
hunspell: add patch for CVE-2019-16707
...
Fixes #70098 , #73651 .
2020-02-19 09:31:01 +01:00
R. RyanTM
e4442fbf23
mapnik: 3.0.22 -> 3.0.23
2020-02-19 08:19:39 +00:00
Frederik Rietdijk
c65707bc25
Merge pull request #80252 from NixOS/staging-next
...
Staging next
2020-02-19 09:18:32 +01:00
R. RyanTM
7b9d9fe076
freenect: 0.5.7 -> 0.6.0
2020-02-19 08:51:29 +01:00
Enno Lohmeier
89416dab81
drone: 1.6.0 -> 1.6.5
2020-02-19 08:40:12 +01:00
R. RyanTM
01d0bf7dd7
libiio: 0.18 -> 0.19
2020-02-19 07:25:07 +00:00
Mario Rodas
dcce494095
Merge pull request #80487 from marsam/update-brakeman
...
brakeman: 4.7.2 -> 4.8.0
2020-02-18 23:26:27 -05:00
Wael Nasreddine
f84bc7264c
pythonPackages.ansible-runner: skip failing test on Catalina ( #80484 )
...
Catalina replaced the director /home with a symbolic link to `/System/Volumes/Data/home` and this test is looking for `/home` explicitly.
I filed https://github.com/ansible/ansible-runner/issues/413 to get this fix upstream.
2020-02-18 17:42:40 -10:00
Drew Risinger
3adda62dc3
pythonPackages.ecos: init at 2.0.7.post1
...
Embedded cone solver interface for optimization problems in Python.
Dependency of qiskit-ignis.
2020-02-18 19:28:23 -08:00
Drew Risinger
a26f334e21
pythonPackages.pylatexenc: init at 2.1
...
Latex converter for Python.
Check dependency of qiskit.
2020-02-18 19:23:42 -08:00
Drew Risinger
38c37f473d
pythonPackages.osqp: init at 0.6.1
...
Oxford Splitting QP solver.
Dependency for cvxpy -> qiskit-aer.
2020-02-18 19:01:32 -08:00
Mario Rodas
013008ae7e
brakeman: 4.7.2 -> 4.8.0
...
Changelog: https://github.com/presidentbeef/brakeman/releases/tag/v4.8.0
2020-02-18 20:00:00 -05:00
Jan Tojnar
e2b4abe3c8
Merge pull request #54677 from jtojnar/mypaint2
...
mypaint: 1.2.1 → 2.0.0-beta.0
2020-02-19 01:57:21 +01:00
Ian-Woo Kim
bc6c7f648b
ogdf: init at 2020.02 ( #80143 )
...
Restricted to i686/x86_64 as it imports cpuid.h on gnu toolchain
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-18 19:49:02 -05:00
worldofpeace
a3eef895bb
Merge pull request #80453 from worldofpeace/p11-kit-flatpak
...
flatpak: use correct p11-kit output
2020-02-18 18:14:28 -05:00
volth
88a79a7a37
graalvm{8,11}-ee: 19.3.1 -> 20.0.0
2020-02-18 22:22:10 +00:00
Lancelot SIX
490615ef63
pythonPackages.pyparted: 3.10.4 -> 3.11.4
2020-02-18 14:03:41 -08:00
Jörg Thalheim
9fee338cb9
Merge pull request #80401 from cole-h/clippy
...
clippy: add rustc.llvm to buildInputs
2020-02-18 21:47:45 +00:00
Michael Fellinger
765f72d037
crystal: remove 0.25 and 0.26
2020-02-18 22:47:20 +01:00