Commit Graph

88345 Commits

Author SHA1 Message Date
Jörg Thalheim
4eb55225a1
Merge pull request #98282 from mweinelt/python/yq
pythonPackages.yq: update, repackage as library, fix tests
2020-09-21 20:43:10 +02:00
Jörg Thalheim
40a58cc65b
python3.pkgs.yq: make stdin a tty for tests 2020-09-21 20:33:11 +02:00
Martin Weinelt
1a44ef9066
pythonPackages.yq: 2.10.1 -> 2.11.0 2020-09-21 20:09:28 +02:00
Martin Weinelt
e228365258
pythonPackages.yq: repackage as library, convert to application, fix tests 2020-09-21 20:09:28 +02:00
Ben Wolsieffer
b0edb341fb buildbot: 2.8.2 -> 2.8.4 2020-09-21 11:08:08 -07:00
Thiago Kenji Okada
cd1b769369 pythonPackages.xlib: 0.25 -> 0.28 2020-09-21 11:07:48 -07:00
Guillaume Desforges
4e888fb70d python2Packages.scikits-odes: disable
Ever since we added KLU support to sundials (#94930),
it stopped building while the Python 3 versions didn't
break. Python 2 is EOL.
2020-09-21 11:02:15 -07:00
Guillaume Desforges
860bc40a22 sundials: add KLU support 2020-09-21 11:02:15 -07:00
Drew Risinger
143289ad5b pythonPackages.WSME: fix build
* Remove unneeded patch
* Run tests properly (misspelled before)
* Update homepage & add changelog
* Sort dependencies
2020-09-21 10:55:45 -07:00
Drew Risinger
d45ea33a85 pythonPackages.pecan: 1.3.3 -> 1.4.0
* Update Homepage
* Add Changelog
* Convert to pytestCheckHook
* Remove buildInputs, corrected to propagatedBuildInputs or checkInputs as appropriate.
  This caused downstream failures because some required packages were not in the runtime closure (PYTHONPATH).
2020-09-21 10:55:45 -07:00
oxalica
21a6f3aa65 rust-analyzer: fix build 2020-09-21 10:55:15 -07:00
oxalica
0e0dc5544c rust-analyzer: 2020-08-24 -> 2020-09-21 2020-09-21 10:55:15 -07:00
Ben Darwin
8403806a39 python3Packages.rising: init at 0.2.0post0 2020-09-21 09:56:28 -07:00
Drew Risinger
6e4908a52d spyder: 4.1.4 -> 4.1.5
Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-415-2020-09-01
* Meta: update homepage, add downloadPage & changelog
2020-09-21 09:55:45 -07:00
Drew Risinger
9dc654234a pythonPackages.spyder-kernels: 1.9.3 -> 1.9.4
* Meta: add changelog & download page, update homepage
2020-09-21 09:55:45 -07:00
Drew Risinger
3b6800c76a python3Packages.spyder: fix build
* Remove version locks that don't match what's in nixpkgs
2020-09-21 09:53:44 -07:00
r-burns
a2228f4c18
libversion: fix tests on Darwin (#98361) 2020-09-21 11:58:29 -04:00
Austin Butler
8be7347e2b pythonPackages.mohawk: init at 1.1.0 2020-09-21 08:48:08 -07:00
Max Wittig
d4eed01376
gitlab-runner: 13.3.1 -> 13.4.0 (#98377) 2020-09-21 15:19:51 +02:00
Profpatsch
f000c741a3 pythonPackages.b2sdk: init at 1.1.4 2020-09-21 13:39:37 +02:00
Mario Rodas
5df60eda72
Merge pull request #98360 from r-burns/liboping
liboping: fix build on Darwin
2020-09-21 06:23:06 -05:00
Théo Zimmermann
0bbeca2ff9 ocamlPackages.zarith: 1.9 -> 1.10 2020-09-21 09:55:33 +02:00
Vincent Laporte
c06b0edde2 ocamlPackages.apron: 0.9.12 → 0.9.13 2020-09-21 08:05:23 +02:00
Daniël de Kok
a034f204ac
Merge pull request #98083 from avdv/zhf-fix-tensorflow
tensorflow: Fix compilation with numpy 1.19.x
2020-09-21 06:55:23 +02: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