Mario Rodas
c743f4e16c
mruby: 2.1.1 -> 2.1.2
2020-09-21 04:20:00 +00:00
Ryan Burns
bf71f459d2
liboping: fix build on Darwin
2020-09-20 17:58:08 -07:00
Maxim Krivchikov
0f34c4eb33
python3Packages.behave: skip test failing on darwin
...
Timing-based test is flaky on Darwin:
https://github.com/NixOS/nixpkgs/pull/97737#issuecomment-691489824
2020-09-20 16:25:18 -07:00
Maxim Krivchikov
f690cacb06
python3Packages.python-docx: run behave tests
...
Previously the problematic "behave" dependency
was not even used at checkPhase.
2020-09-20 16:25:18 -07:00
Maxim Krivchikov
6543cbf571
python3Packages.parse: 1.16.0 -> 1.18.0
2020-09-20 16:25:18 -07:00
Josef Kemetmüller
b8f130e2b4
python.pkgs.scikit-optimize: 0.6 -> 0.8.1
...
This fixes the build of scikit-optimize.
2020-09-20 15:27:56 -07:00
Andrew Childs
c32441811f
pythonPackages.netaddr: 0.7.19 -> 0.8.0
...
Updating to >= 0.7.20 fixes tests on macOS Catalina and newer:
# inet_pton has to be different on Mac OSX *sigh*
assert IPAddress('010.000.000.001', flags=INET_PTON) == IPAddress('10.0.0.1')
> assert int_to_str(0xffff) == '::0.0.255.255'
E AssertionError: assert '::ffff' == '::0.0.255.255'
E - ::0.0.255.255
E + ::ffff
2020-09-20 15:26:11 -07:00
Mario Rodas
6aad47ca82
Merge pull request #88688 from matthuszagh/pyspice
...
python3Packages.pyspice: init at 1.4.3
2020-09-20 17:14:31 -05:00
Robert Scott
566605626c
vmmlib: fix build
...
provide lapack instead of blas, causing gaussian elimination tests to
no longer fail
remove some trailing spaces from the longDescription to please the linter.
sorry.
2020-09-20 14:34:09 -07:00
Drew Risinger
4e435eee31
pythonPackages.cfn-lint: 0.35.0 -> 0.35.1
...
* Update version
* Cleanup packaging: run tests & use GitHub source
* Meta: add changelog
2020-09-20 11:30:00 -07:00
Jonathan Ringer
43c0499f3a
python38Packages.shouldbe: disable for python3.8
2020-09-20 09:16:15 -07:00
Robert Scott
eb86bff30d
libgumath, pythonPackages.gumath: unstable-2018-11-27 -> unstable-2019-08-01
...
this is the most recent commit to upstream's master at time of writing
includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
dcd6847ddb
libxnd, pythonPackages.xnd: unstable-2018-11-27 -> unstable-2019-08-01
...
this is the most recent commit to upstream's master at time of writing
includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
044533c99b
libndtypes, pythonPackages.ndtypes: unstable-2018-11-27 -> unstable-2019-08-01
...
this is the most recent commit to upstream's master at time of writing
includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Maxim Krivchikov
172f3a197e
lldb_5, lldb_6: add patch for >=python-3.7
2020-09-20 08:31:46 -07:00
Doron Behar
b3178aee51
python.pkgs.agate-sql: fix tests by adding crate to inputs
2020-09-20 08:29:18 -07:00
Doron Behar
d07100d89f
python3Packages.crate: init at 0.24.0
2020-09-20 08:29:18 -07:00
Raphael Borun Das Gupta
355d255d6c
pythonPackages.mock-open: 1.3.2 -> 1.4.0
2020-09-20 08:18:31 -07:00
Raphael Borun Das Gupta
b103ddb9ab
pythonPackages.mock-open: 1.3.1 -> 1.3.2
2020-09-20 08:18:31 -07:00
Austin Butler
05f994426f
pythonPackages.glom: fix tests
2020-09-20 08:17:50 -07:00
Gabriel Ebner
a2bd21f1bf
Merge pull request #98314 from gebner/upgradejava
2020-09-20 16:36:52 +02:00
Gabriel Ebner
088ddf717c
Merge pull request #97661 from hannesweisbach/opencascade-oce
...
opencascade: enable macOS build and add features
2020-09-20 16:31:42 +02:00
Ryan Mulligan
fcf1df1ceb
Merge pull request #95449 from r-ryantm/auto-update/liquibase
...
liquibase: 3.10.2 -> 4.0.0
2020-09-20 07:03:45 -07:00
Hannes Weisbach
80a6743c37
opencascade: enable macOS build and add features
...
enable/fix macOS build and add options for TBB and GL2PS dependencies
VTK integration needed a patch because implicit conversions in initializer
lists are an error in C++11, which is the default in clang 7 used by nix.
2020-09-20 15:05:09 +02:00
Robert Scott
dc413903fc
Merge pull request #98074 from risicle/ris-pforth-fix
...
pforth: fix build with patch
2020-09-20 13:06:06 +01:00
Gabriel Ebner
ef4cbbabd1
clojure: use latest jdk
2020-09-20 11:32:06 +02:00
Gabriel Ebner
efa2089077
Merge pull request #89731 from doronbehar/jdk_rename
2020-09-20 11:07:55 +02:00
Robert Scott
d61c16cda4
sslyze: fix build
...
need to further relax cryptography module version requirements
2020-09-20 08:57:11 +02:00
Ben Darwin
1179840f9a
python3Packages.graspy: 0.2.0 -> 0.3.0
2020-09-19 20:38:05 -07:00
Ben Darwin
5315ce0e40
python3Packages.hyppo: init at 0.1.3
2020-09-19 20:38:05 -07:00
Martin Weinelt
a5f77e0583
pythonPackages.junos_eznc: fix build
2020-09-19 20:27:11 -07:00
Martin Weinelt
d956ed6ac8
pythonPackages.yamlordereddictloader: init at 0.4.0
2020-09-19 20:27:11 -07:00
Martin Weinelt
278d069304
python3Packages.ntc-templates: init at 1.5.0
2020-09-19 20:27:11 -07:00
Martin Weinelt
6898bcff08
pythonPackages.textfsm: init at 1.1.1
2020-09-19 20:27:11 -07:00
Doron Behar
7fcc9a4eaa
Merge pull request #69112 from JohnAZoidberg/sqldiff
...
sqldiff: init at 3.33.0
2020-09-19 22:03:49 +03:00
Doron Behar
32818fcfe9
Merge pull request #97908 from MMesch/mmesch/vega
2020-09-19 22:00:36 +03:00
Mario Rodas
755dd9d14e
Merge pull request #98158 from sternenseemann/afdko-3.5.1
...
pythonPackages.afdko: 3.5.0 → 3.5.1
2020-09-19 12:34:37 -05:00
Doron Behar
9c12892e7b
joplin: fix build by adding missing deps
...
ZHF: #97479
2020-09-19 19:40:26 +03:00
Matthias Meschede
7fb1ee093d
nodePackages.vega-lite: init at version 4.15.0
...
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2020-09-19 19:30:19 +03:00
Gabriel Ebner
ffc9f680e8
jasmin: use jdk8
2020-09-19 17:41:15 +02:00
Gabriel Ebner
bf92a5440e
global-platform-pro: use jdk8
2020-09-19 17:39:26 +02:00
Gabriel Ebner
936537e214
drip: use jdk8
2020-09-19 17:38:15 +02:00
Gabriel Ebner
f3bef958dc
dbus-java: use jdk8
2020-09-19 17:34:40 +02:00
Doron Behar
6ca39b3e21
sqlite tools.nix: 3.30.0 > 3.33.0
2020-09-19 18:11:50 +03:00
Daniel Schaefer
0e574bc186
sqlite-analyzer: 3.28.0 -> 3.30.0
2020-09-19 18:05:32 +03:00
Benjamin Esham
1e136a97fb
sqldiff, sqlite-analyzer: Fix Darwin build
...
lowPrio dropped, too, because the contents of these derivations don't
appear in any others.
2020-09-19 18:05:31 +03:00
Daniel Schaefer
e714798f27
sqldiff: init at 3.28.0
2020-09-19 18:05:30 +03:00
Gabriel Ebner
d74d629fff
javaPackages.jogl_2_3_2: use jdk8
2020-09-19 15:36:35 +02:00
Gabriel Ebner
db0d3d8d36
erlang: use openjdk8
2020-09-19 14:34:49 +02:00
Matthias Meschede
233331c223
nodePackages.vega-cli: init at version 5.15.0
2020-09-19 14:27:32 +02:00
Anderson Torres
c0d285c9a1
Merge pull request #98213 from titouanco/lazygit
...
lazygit: 0.22.1 -> 0.22.8
2020-09-19 01:23:46 -03:00
Jonathan Ringer
2a35f66439
python3Packages.lightparam: fix source and deps
2020-09-18 18:44:15 -07:00
Jonathan Ringer
a9162ffdaa
python3Packages.runway-python: add missing deps
2020-09-18 18:08:14 -07:00
Robert Scott
b6c70260c9
Merge pull request #98232 from wkral/py-irc-fix-build
...
python3Packages.irc: fix build
2020-09-18 22:44:18 +01:00
William Kral
7567bd6d89
python3Packages.irc: fix build
2020-09-18 14:27:35 -07:00
Peter Simons
d0541e2eca
haskell-pandoc-plot: mark broken because of failing test suite
...
Reported upstream at https://github.com/LaurentRDC/pandoc-plot/issues/13 .
2020-09-18 21:50:29 +02:00
Malte Brandy
2bf095d026
haskellPackages.hnix: Fix build
2020-09-18 21:50:29 +02:00
Malte Brandy
ae73fa0d56
haskellPackages.ghc.withPackages: Remove obsolete ghcide wrapper
2020-09-18 21:50:29 +02:00
Malte Brandy
59617bc142
haskellPackages.ghcide: Fix build
2020-09-18 21:50:29 +02:00
Kai Harries
f40afea417
haskellPackages.sbv: fix tests
...
By patching paths of the external provers and excluding not available
provers from the test.
ZHF: #97479
2020-09-18 21:50:29 +02:00
Peter Simons
eb523e8663
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
2f8dc088ed
.
2020-09-18 21:50:22 +02:00
Peter Simons
0be74333d0
hackage2nix: disable failing builds to fix evaluation on Hydra
2020-09-18 21:49:11 +02:00
Peter Simons
e2b99c074a
LTS Haskell 16.15
2020-09-18 21:49:11 +02:00
William Kral
6a4e785931
python3Packages.word2vec: fix build and tests
2020-09-18 09:59:14 -07:00
William Kral
5f0f2b85cb
python3Packages.requests-aws4auth: fix build
2020-09-18 09:57:56 -07:00
Martin Povišer
20472523e7
python3.pkgs.cartopy: 0.17 -> 0.18
...
Fixes build. Formerly cartopy tests were failing, likely since update of
matplotlib to 3.3.0.
2020-09-18 09:50:57 -07:00
freezeboy
e3c1b8782a
python3Packages.fluent-logger: relax version for msgpack
...
Also add imports tests as we can't do more using the pip release
2020-09-18 09:50:11 -07:00
Diego Pontoriero
cfb9acad8a
gopls: 0.4.4 -> 0.5.0 ( #98182 )
2020-09-18 18:28:49 +02:00
Maximilian Bosch
03bf0401fd
Merge pull request #98215 from gebner/blender290
...
blender: 2.83.5 -> 2.90.0
2020-09-18 18:24:59 +02:00
Maximilian Bosch
05f5001c7c
Merge pull request #98099 from evanjs/postman/7.32.0
...
postman: 7.31.1 -> 7.32.0
2020-09-18 17:45:12 +02:00
Gabriel Ebner
524755d323
embree: init at 3.11.0
2020-09-18 15:17:23 +02:00
Antoine Eiche
c56e8e73de
nodePackages.patch-package: init at 6.2.2
...
Note this also updates all node packages.
2020-09-18 15:10:27 +02:00
Titouan
1655af5e17
lazygit: 0.22.1 -> 0.22.8
2020-09-18 13:52:57 +02:00
Vladimír Čunát
68c436b0cc
Merge branch 'staging-next'
2020-09-18 08:12:47 +02:00
Robert Scott
5df26febad
Merge pull request #98149 from povik/povik/libiio-py3-fix
...
python3.pkgs.libiio: fix build
2020-09-17 23:41:52 +01:00
Lassulus
b19f6797f6
Merge pull request #97018 from evils/openocd
...
openocd: 0.10.0 -> 2020-09-02
2020-09-17 21:49:02 +02:00
Lassulus
1ab2364f00
Merge pull request #97037 from IvarWithoutBones/crcpp
...
crcpp: init at 1.0.1.0
2020-09-17 21:38:37 +02:00
Lassulus
ec3ea93a95
Merge pull request #97088 from r-ryantm/auto-update/checkstyle
...
checkstyle: 8.35 -> 8.36
2020-09-17 21:09:15 +02:00
Lassulus
ce583ca42d
Merge pull request #97104 from r-ryantm/auto-update/cutelyst
...
cutelyst: 2.11.0 -> 2.12.0
2020-09-17 20:39:21 +02:00
Lassulus
7992147d87
Merge pull request #97113 from r-ryantm/auto-update/duckdb
...
duckdb: 0.1.8 -> 0.2.1
2020-09-17 20:24:48 +02:00
Arnout Engelen
19f22514cb
pythonPackages.grpcio-tools: add setuptools dependency ( #98157 )
2020-09-17 09:23:16 -05:00
sternenseemann
0596ac5105
pythonPackages.afdko: 3.5.0 → 3.5.1
2020-09-17 16:00:43 +02:00
Maximilian Bosch
85ca7f75fd
Merge pull request #98129 from demyanrogozhin/react-native-debugger-fix
...
react-native-debugger: 0.9.10 -> 0.11.4
2020-09-17 14:49:08 +02:00
Maximilian Bosch
501eaab47a
react-native-debugger: fix eval
2020-09-17 13:39:01 +02:00
Demyan Rogozhin
114ad1a7c5
react-native-debugger: 0.9.10 -> 0.11.4
2020-09-17 12:57:02 +02:00
Frederik Rietdijk
af92611103
Revert "python: gsd: 1.7.0 -> 1.9.3"
...
Incorrect update. Should not update the Python 2 version.
This reverts commit d1a46d4ff3
.
2020-09-17 11:35:38 +02:00
Martin Povišer
ce0a59cb9f
python3.pkgs.libiio: fix build
...
Add missing setuptools dependency.
2020-09-17 09:16:02 +02:00
Robert Scott
b4338fbb12
Merge pull request #98060 from jonringer/fix-ihatemoney
...
python3Packages.ihatemoney: disable sandbox unfriendly tests
2020-09-16 22:20:25 +01:00
Demyan Rogozhin
e77d4ecac2
react-native-debugger: fix build
2020-09-16 22:45:09 +02:00
Lancelot SIX
00f16b7e0c
pythonPackages.pyslurm: mark as broken
2020-09-16 21:07:55 +02:00
Daniël de Kok
6338098ffb
Merge pull request #97227 from danieldk/libxsmm-1.16.1
...
libxsmm: 1.15 -> 1.16.1, improve derivation
2020-09-16 20:13:26 +02:00
Michael Weiss
6a8415c93f
python3Packages.google_api_python_client: 1.11.0 -> 1.12.1
2020-09-16 18:20:37 +02:00
Vladimír Čunát
372f89cc44
Merge branch 'master' into staging-next
2020-09-16 17:58:45 +02:00
Drew Risinger
60df61b67e
mk-python-derivation: document pyproject format
...
Optional setting of format == "pyproject", "egg" had been documented
in the manual, but they weren't listed in the function header for
``mk-python-derivation.nix``.
2020-09-16 17:38:41 +02:00
Ryan Mulligan
31630b0425
Merge pull request #97948 from JesusMtnez/coursier
...
coursier: 2.0.0-RC6-25 -> 2.0.0-RC6-26
2020-09-16 07:56:39 -07:00
Anderson Torres
ec5e9b60cc
Merge pull request #97149 from felschr/feat/diagnostic-languageserver
...
nodePackages.diagnostic-languageserver: init at 1.7.1
2020-09-16 10:15:52 -03:00
Doron Behar
aaf1331bca
Merge pull request #97153 from felschr/patch-4
...
omnisharp-roslyn: 1.35.2 -> 1.37.1
2020-09-16 14:41:07 +03:00
Claudio Bley
8f5bfd6af1
tensorflow: Fix compilation with numpy 1.19.x
...
Numpy introduced a breaking API change in version 1.19.x, see [1].
There is a simple fix [2] available in the master branch.
[1]: https://github.com/tensorflow/tensorflow/issues/40688
[2]: 75ea0b3147
2020-09-16 10:22:18 +02:00
Ferran Pujol Camins
c12cfa428c
chromaprint: fix derivation
2020-09-16 10:10:56 +02:00
Ferran Pujol Camins
c6dd555bde
chromaprint: add darwin compatibility
2020-09-16 10:10:56 +02:00