Commit graph

88438 commits

Author SHA1 Message Date
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
Jonathan Ringer f1325cdfe7 python2Packages.hickle: disable
```
  Processing ./hickle-4.0.1-py2-none-any.whl
  ERROR: Package 'hickle' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-09-16 00:26:48 -07:00
Jonathan Ringer 389ab45924 python3Packages.hickle: disable tests
Incompatible with astropy>=4.0
2020-09-16 00:26:48 -07:00
Keshav Kini eabba0daf0 python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)
IPython versions 7.17 and higher don't support Python 3.6 anymore, so
this commit adds back the old expression for 7.16.1 from before
ba1038a98b for use in python36Packages
only.

    nix-repl> :b python36.withPackages (ps: [ ps.ipython ])
    builder for '/nix/store/q8v4f89xwv35a3idb9z345z6n3nzfycb-python3.6-ipython-7.17.0.drv' failed with exit code 1; last 10 log lines:
      Python 3.5 was supported with IPython 7.0 to 7.9.
      Python 3.6 was supported with IPython up to 7.16.

      See IPython `README.rst` file for more information:

          https://github.com/ipython/ipython/blob/master/README.rst

      Python sys.version_info(major=3, minor=6, micro=12, releaselevel='final', serial=0) detected.
    cannot build derivation '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv': 1 dependencies couldn't be built
    [0 built (1 failed)]
    error: build of '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv' failed
2020-09-16 09:22:38 +02:00
Daniël de Kok 917a183d97
Merge pull request #97868 from dpercy/fac-build
fac-build: init at 0.5.3
2020-09-16 07:49:28 +02:00
Mario Rodas 7dbc32359d
Merge pull request #97633 from marsam/enable-opencv-videoio-darwin
opencv: enable videoio on darwin
2020-09-15 22:57:37 -05:00
Vincent Laporte 10fef19f4b ocamlPackages.qcheck: 0.7 → 0.15 2020-09-16 05:57:19 +02:00
Vincent Laporte 491e809867 ocamlPackages.qcheck-alcotest: init at 0.15 2020-09-16 05:57:19 +02:00
Vincent Laporte 79a0130dbd ocamlPackages.qcheck-ounit: init at 0.15 2020-09-16 05:57:19 +02:00
Vincent Laporte 8d27394e25 ocamlPackages.qcheck-core: init at 0.15 2020-09-16 05:57:19 +02:00
David Percy 16beff405d fac-build: init at 0.5.3 2020-09-15 21:23:24 -04:00
Mario Rodas 095a32182d nodejs-12_x: 12.18.3 -> 12.18.4
https://github.com/nodejs/node/releases/tag/v12.18.4
2020-09-15 18:01:00 -05:00
Mario Rodas afeed1fe58 nodejs-10_x: 10.22.0 -> 10.22.1
https://github.com/nodejs/node/releases/tag/v10.22.1
2020-09-15 18:00:00 -05:00
Robert Scott 7621c8b1fc pforth: fix build with patch
patch from upstream fixes build with gnumake>=4.3
2020-09-15 22:55:01 +01:00
Robert Scott 4d111fdf39 pythonPackages.sievelib: fix build by adding patch
this fixes installation with newer pip versions

also give a name to an existing patch
2020-09-15 11:52:25 -07:00
Matt Votava 5f4b880b40 python2Packages.trytond: disable for python2 2020-09-15 11:48:41 -07:00
Matt Votava 0051c0a4a5 pythonPackages.bcrypt: use 3.1.x for python older than 3.6 2020-09-15 11:48:41 -07:00
Jonathan Ringer 2003495474 python3Packages.graphite_beacon: fix deps, add nixos test 2020-09-15 11:05:28 -07:00
Jonathan Ringer 43d588b0af python3Packages.ihatemoney: disable sandbox unfriendly tests, fix passthru 2020-09-15 11:01:19 -07:00
Josef Kemetmüller 2b55bb4338 python27.pkgs.joblib: Disable package
The version 0.16.0 doesn't support Python older than 3.6.
2020-09-15 09:43:51 -07:00
Evan Stoll 5684d011e4 postman: 7.31.1 -> 7.32.0 2020-09-15 10:17:23 -04:00
Ryan Mulligan 0dc4edcd60
Merge pull request #98015 from StephenWithPH/swag
go-swag: init at 1.6.7
2020-09-15 07:03:39 -07:00
sternenseemann 4a56effdfb redo-sh: 2.0.3 → 4.0.3
Additional changes:

* Change platforms from linux to unix. redo-sh should run as long as
  stdenv.shell is a bourne shell.
* Explicitly pass coreutils as a dependency so it can be overriden to
  use, say busybox.
2020-09-15 10:16:30 +02:00
StephenWithPH fb779db80b
go-swag: init at 1.6.7 2020-09-14 16:22:07 -07:00
Robert Scott 58802bec5f
Merge pull request #97845 from risicle/ris-holidays-fix
pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency
2020-09-14 22:28:14 +01:00
Daniël de Kok 0023908b4e
Merge pull request #97983 from Flakebi/rgp
rgp: 1.7.0.29 -> 1.8
2020-09-14 21:54:08 +02:00
Robert Scott 9743a383cc
Merge pull request #97927 from NieDzejkob/chez-fix
chez-modules: Fix path to csv-site.
2020-09-14 20:51:04 +01:00
Robert Scott 9fb14d899d pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency 2020-09-14 20:37:59 +01:00
Sebastian Neubauer 26c23c01a6
rgp: 1.7.0.29 -> 1.8 2020-09-14 20:03:38 +02:00
Lancelot SIX 79b9007c94
Merge pull request #97961 from sikmir/timezonefinder
pythonPackages.timezonefinder: fix build
2020-09-14 17:12:57 +01:00
Daniël de Kok 04e9c9b0a3
Merge pull request #97976 from Flakebi/amdvlk
amdvlk: 2020.Q3.4 -> 2020.Q3.5 and add 32-bit build
2020-09-14 17:55:44 +02:00
Sebastian Neubauer 50733da4b0 amdvlk: 2020.Q3.4 -> 2020.Q3.5 2020-09-14 17:41:24 +02:00
Théo Zimmermann 1074c0a37f ocamlPackages.graphql_ppx: 0.7.1 -> 1.0.1 2020-09-14 16:23:28 +02:00
Tim Steinbach 8bf7fe69c5
boto3: 1.14.51 -> 1.14.60 2020-09-14 09:11:08 -04:00
Tim Steinbach 8ec1cb8b7a
botocore: 1.17.51 -> 1.17.60 2020-09-14 09:11:08 -04:00
Sebastian Neubauer 13beb432fb amdvlk: Add i686-linux platform 2020-09-14 15:04:57 +02:00
Felix Tenley c8ccaebfe4
nodePackages.diagnostic-languageserver: init at 1.7.1 2020-09-14 12:08:10 +02:00
Timo Kaufmann 8e13daea7b
Merge pull request #49413 from midchildan/add-epgstation
epgstation: init at 1.7.4
2020-09-14 10:28:33 +02:00
Nikolay Korotkiy 9c0a900a9d
pythonPackages.timezonefinder: fix build 2020-09-14 10:06:52 +03:00
JesusMtnez aff7ee1252
coursier: 2.0.0-RC6-25 -> 2.0.0-RC6-26 2020-09-14 06:41:44 +02:00
Mario Rodas 687ae42f20
Merge pull request #97916 from marsam/fix-python-grpcio-build
pythonPackages.grpcio: fix build
2020-09-13 18:40:12 -05:00
freezeboy 7849d11478 python3Packages.python-snap7: init 0.11 2020-09-13 10:28:12 -07:00
Romanos Skiadas 5e891fd073 python3Packages.jenkinsapi: fix build
nix-env -f default.nix -iA python38Packages.jenkinsapi now works.

Here is a list of all the things done:
- fixed the dependency list which was lacking some packages
- changed checkPhase. This called python setup.py test by default,
which is very much not what jenkinsapi does upstream. This resulted in
simple_post_logger.py being imported, which called serve_forever(),
manifesting as a hang
- tox decided to install pbr every time and fails and also tried to
run tests across multiple python versions, so I just made checkPhase
call pylint/pycodestyle/py.test directly.
- disabled systests which try to run jenkins
- disabled misc broken tests. There are some calls in them that should
have been mocked but the mocks don't take effect for some reason,
resulting in failed requests to localhost.
- removed needless inputs. nose and unittest2 are not needed, not even
in python2
- disabled tests on darwin, as requests-kerberos is apparently broken
2020-09-13 10:03:53 -07:00
Martin Weinelt 79ff0a1127
Merge pull request #97866 from nyanloutre/python_gitlab_fix
pythonPackage.python-gitlab: add missing tests requirements
2020-09-13 18:43:59 +02:00
Martin Weinelt 1810cb2e0c python3Packages.brother: 0.1.14 -> 0.1.17 2020-09-13 09:41:06 -07:00
Josef Kemetmüller dc2e45e3e5 python.pkgs.geopandas: 0.8.0 -> 0.8.1
This fixes the geopandas build, which did break with the update of
pandas from 1.0.5 to 1.1.0.
2020-09-13 09:31:07 -07:00
Daniël de Kok 69cdd652b7 python3Packages.datasets: 1.0.0 -> 1.0.1
Changelog:
https://github.com/huggingface/datasets/releases/tag/1.0.1
2020-09-13 09:26:34 -07:00
Mario Rodas 8ddd52d29b tflint: 0.19.1 -> 0.20.1
https://github.com/terraform-linters/tflint/releases/tag/v0.20.1
2020-09-13 09:20:12 -07:00
Doron Behar bdbe60a883
Merge pull request #97752 from doronbehar/pkg/qpdf
qpdf: 9.1.1 -> 10.0.1
2020-09-13 19:16:19 +03:00
Jakub Kądziołka 72ccc9b885
chez-modules: Fix path to csv-site.
It seems that the installation path for chez modules no longer includes
the Chez version. This fixes the build for chez-mit and chez-scmutils.
2020-09-13 17:52:22 +02:00
Mario Rodas 972fc49364
Merge pull request #97897 from marsam/fix-exiv2-darwin
exiv2: fix build on darwin
2020-09-13 10:11:45 -05:00
Daniël de Kok 9be28ee361 libxsmm: 1.15 -> 1.16.1, improve derivation
The following changes are made to the derivation besides the version
bump:

- Move all buildInputs to nativeBuildInputs.
- Switch from Python 2 to Python 3.
- Build a dynamic library by default.
- Use gfortran version corresponding to gcc version.
- Enable parallel building.
2020-09-13 15:33:40 +02:00
Martin Weinelt e452e42d81
Merge pull request #97899 from risicle/ris-httpx-fix
pythonPackages.httpx: fix tests
2020-09-13 15:19:53 +02:00
Robert Scott 26e023bfa7 pythonPackages.pulp: fix by adding new dependency amply 2020-09-13 13:23:13 +01:00
Robert Scott c305f3fac3 pythonPackages.amply: init at 0.1.2 2020-09-13 13:22:53 +01:00
Robert Scott 92a9db2e3e pythonPackages.httpx: fix tests
test suite contained a literal timestamp which expired, fixed upstream
2020-09-13 12:44:47 +01:00
Robert Scott b3fd4226ba
Merge pull request #97765 from freezeboy/fix-dependency-injector
python2Packages.dependency-injector: add missing dependencies
2020-09-13 12:00:40 +01:00
freezeboy 2102764e62 python2Packages.dependency-injector: add missing dependencies 2020-09-13 12:48:13 +02:00
Vincent Laporte e2dffb60a5 ocamlPackages.batteries: 3.0.0 → 3.1.0 2020-09-13 11:59:06 +02:00
Daniël de Kok 4afc26f0fa
Merge pull request #97771 from freezeboy/disable-py2-green
python2Packages.green: remove
2020-09-13 09:12:35 +02:00
freezeboy 96acb3a772 python2Packages.green: remove 2020-09-13 09:09:47 +02:00
Frederik Rietdijk c7f34f9bad Merge master into staging-next 2020-09-13 08:44:52 +02:00
Vladimír Čunát 97e2ca3447
Revert "Merge #97847 python27Packages.anytree: fix build"
Moving to staging.  It's a really large rebuild.
This reverts commit 9a8bd1e564, reversing
changes made to 9866abf63b.
2020-09-13 08:13:00 +02:00
freezeboy 037b8aefef cfn-lint: fixed importlib_resources version bounds
Also, added import checks to have a minimal test for the package
2020-09-12 22:09:50 -07:00
Martin Weinelt 8e29e178ac pythonPackages.mocket: 3.8.8 -> 3.8.9 2020-09-12 21:42:59 -07:00
Mario Rodas 36cb6946ef pythonPackages.grpcio: fix build 2020-09-13 04:20:00 +00:00
Mario Rodas de7719a240 exiv2: fix build on darwin 2020-09-13 04:20:00 +00:00
nyanloutre 9225192bf6 pythonPackage.python-gitlab: add missing tests requirements 2020-09-12 23:52:13 +02:00
Gabriel Ebner dfef3ec138
Merge pull request #97850 from gebner/python-websockets-tests 2020-09-12 21:47:54 +02:00
Vincent Laporte 5f83bf3012 ocamlPackages.ptmap: 2.0.4 → 2.0.5 2020-09-12 21:32:02 +02:00
Vincent Laporte b2f814144e ocamlPackages.ptset: init at 1.0.1 2020-09-12 21:30:31 +02:00
Vincent Laporte d3e701f5f7 reason: 3.6.0 → 3.6.2 2020-09-12 21:30:12 +02:00
Robert Scott 9a8bd1e564
Merge pull request #97847 from drewrisinger/zhf/python-anytree
python27Packages.anytree: fix build
2020-09-12 18:20:40 +01:00
Gabriel Ebner b5fcd79c3f python3Packages.websockets: make tests deterministic 2020-09-12 19:20:11 +02:00
Matthieu Coudron 1be0767ec8
cx_Freeze: disable python2.7 (#97763) 2020-09-12 17:58:29 +02:00
freezeboy c70aaa40fc
flask-api: disable python2.7 (#97766) 2020-09-12 17:57:39 +02:00
Drew Risinger 1d86636aca python27Packages.anytree: fix build
Tests fail on python2.7 b/c the tests use enums (python 3.4+).
Follow-on from #97761.
Converts tests to use pytestCheckHook for easier test disabling.
2020-09-12 11:39:29 -04:00
Alvar 7b3cbc600f
platformio: 4.3.4 -> 5.0.1 (#97833) 2020-09-12 15:27:02 +00:00
Alvar c5fa0e35be
arduino-cli: 0.11.0 -> 0.12.1 (#97836) 2020-09-12 15:25:27 +00:00
Matthieu Coudron 8d25f838d0
Merge pull request #97817 from dotlambda/zulip-terminal
zulip-term: init at 0.5.2
2020-09-12 17:00:02 +02:00
Benjamin Hipple 931c4f2f47
Merge pull request #97698 from obsidiansystems/pytorch-use-passhthru
pytorch: update to use passthru's for checks
2020-09-12 09:46:51 -04:00
Robert Scott cf5a892a24 pythonPackages.korean-lunar-calendar: init at 0.2.1 2020-09-12 14:44:16 +01:00
Jan Tojnar 1bdad26c20
malcontent: 0.8.0 → 0.9.0
https://gitlab.freedesktop.org/pwithnall/malcontent/-/releases/0.9.0
2020-09-12 15:27:27 +02:00
Jan Tojnar 1510876ee9
enchant: 2.2.10 → 2.2.11
https://github.com/AbiWord/enchant/releases/tag/v2.2.11
2020-09-12 15:08:04 +02:00
Jan Tojnar f16e6f5f66
libxmlb: 0.2.0 → 0.2.1
https://github.com/hughsie/libxmlb/compare/0.2.0...0.2.1
2020-09-12 15:01:25 +02:00
Jan Tojnar 595e61d837
flatpak: 1.8.1 → 1.8.2
https://github.com/flatpak/flatpak/releases/tag/1.8.2
2020-09-12 15:01:25 +02:00
Vladimír Čunát 51ccf2d4ba
gcc10: 10.1.0 -> 10.2.0
It's supposed to be just bugfixes.  I tested building some projects with
gcc10.  Also gfortran10 still builds.  I don't expect issues.
This causes basically no rebuilds, as we use 9 by default.
2020-09-12 11:54:39 +02:00
Michael Raskin b623628401
Merge pull request #97696 from WhittlesJr/allegro-patch
allegro: Add patch to fix fatal build error
2020-09-12 09:34:45 +00:00
Vladimír Čunát fd6899d9b5
Merge branch 'master' into staging-next
Rebuilds due to haskell/hackage update.
2020-09-12 09:32:44 +02:00
Daniël de Kok 7c0afd4364
Merge pull request #83291 from tomberek/tomberek/nvprof-lib
cudatoolkit: install missing libraries for nvprof
2020-09-12 09:25:15 +02:00
zowoq ebe78f63ad buildah: 1.16.0 -> 1.16.1
https://github.com/containers/buildah/releases/tag/v1.16.1
2020-09-12 16:38:50 +10:00
Thomas Bereknyei d2a6b1d55a cudatoolkit: install missing libraries for nvprof (10.1 and 10.2) 2020-09-12 08:31:41 +02:00
Robert Schütz bc402f3e4d python.pkgs.urwid-readline: init at 0.11 2020-09-12 01:37:15 +02:00
Robert Schütz c9c5be8a1e python.pkgs.zulip: init at 0.7.0 2020-09-12 01:37:06 +02:00
Jamie Magee bc11b02394
dotnetCorePackages.{aspnetcore,netcore,sdk}_2.1: 2.1.15 -> 2.1.22 2020-09-11 23:39:30 +02:00
Jamie Magee c85966c6cd
dotnetCorePackages.aspnetcore_3_1: 3.1.5 -> 3.1.8 2020-09-11 22:53:31 +02:00
Jamie Magee c64560603c
dotnetCorePackages.netcore_3_1: 3.1.5 -> 3.1.8 2020-09-11 22:45:41 +02:00
Jamie Magee 986bc92273
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402 2020-09-11 22:31:08 +02:00
Peter Simons 5f7b5a370c haskell-stylish-haskell: update sha256 hash for the patch 2020-09-11 21:31:10 +02:00
galagora 5175a8947d haskell-language-server: don't test fourmolu 2020-09-11 22:17:37 +03:00
galagora 9ee19bc889 haskellPackages.stylish-haskell: fix cabal bounds 2020-09-11 22:17:37 +03:00
galagora 875e9b94d0 haskell-language-server: cb861b878a -> c476992f43 2020-09-11 22:17:37 +03:00
galagora da9d7a4a75 haskell-language-server: ghc-exactprint update
0.6.2 -> 0.6.3.2
2020-09-11 22:17:36 +03:00
galagora 80328d9ea4 haskell-language-server: hls-ghcide 0.3.0 -> 0.4.0
The patch is merged into master
2020-09-11 22:17:36 +03:00
galagora e9b791e6a0 haskell-language-server: add brittany fork 2020-09-11 22:17:36 +03:00
Peter Simons 0e8da16ac7 Enable meta.hydraPlatforms for Haskell overrides to the latest version.
We distribute some packages in their respective latest version even though
Stackage LTS says that we should use an older one. These packages need to have
their meta.hydraPlatforms attribute populated or Nixpkgs will fail to build it
release tarball. This happened most recently with Pandoc, which was updated
to the latest 2.10.1 version without fixing up meta.hydraPlatforms.
2020-09-11 20:54:54 +02:00
Peter Simons 10ec99b0de haskell-lsp-test: update override for the new version 2020-09-11 20:30:10 +02:00
Peter Simons d3810727cf git-annex: update sha256 hash for the new 8.20200908 release 2020-09-11 20:30:09 +02:00
Peter Simons 92a2366ec2 dhall-nix: update override for the new dhall version 2020-09-11 20:30:09 +02:00
Peter Simons 88dbd029bc haskell-dhall: update override for ghc-8.10.2 2020-09-11 20:30:09 +02:00
Peter Simons d9a0457680 haskell-gi-base: update overrides for the new version 2020-09-11 20:30:09 +02:00
Peter Simons cacf9f443d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-15-g1073700 from Hackage revision
f2803db3a9.
2020-09-11 20:29:53 +02:00
Peter Simons 22e7919dae hackage2nix: update list of broken builds to fix evaluation errors 2020-09-11 20:29:51 +02:00
Peter Simons 959d30a593 LTS Haskell 16.13 2020-09-11 20:29:51 +02:00
adisbladis ff6c3a9e34
qtstyleplugins: Fix build with qt>=5.15 2020-09-11 18:56:19 +02:00
midchildan b75887a4b1
epgstation: init at 1.7.4 2020-09-12 00:34:40 +09:00
Timo Kaufmann 5e0112b7ef
Merge pull request #97705 from jtojnar/exiv2-split-again
exiv2: re-enable split outputs
2020-09-11 17:12:59 +02:00
Doron Behar a372d0f15f
Merge pull request #97196 from r-ryantm/auto-update/lucky-cli
lucky-cli: 0.23.0 -> 0.23.1
2020-09-11 18:00:28 +03:00
freezeboy e3912be86a cx_Freeze: disable python2.7 2020-09-11 16:04:51 +02:00
Doron Behar b38c90caa2
Merge pull request #92986 from freezeboy/add-newman
newman: init at 5.2.0
2020-09-11 15:38:47 +03:00
Vladimír Čunát e88e14ec8d
Merge branch 'master' into staging-next
A few thousand rebuilds per platform have arrived in the meantime.
2020-09-11 14:24:13 +02:00
Emery Hemingway 5885021135 nim: remove stdlib indirection in wrapper
Fix #97601
2020-09-11 14:21:32 +02:00
Mario Rodas b83b7153e3
Merge pull request #97623 from marsam/update-grpc
grpc: 1.31.0 -> 1.32.0
2020-09-11 06:06:11 -05:00
Thomas Tuegel a4ba092089
Merge pull request #97671 from ttuegel/appstream-qt-multiple-outputs
appstream-qt: multiple outputs
2020-09-11 05:38:41 -05:00
freezeboy 554c1c4c24 newman: init at 5.2.0 2020-09-11 12:35:38 +02:00
Doron Behar 5262662d80 qpdf: 9.1.1 -> 10.0.1
Use fetchFromGitHub. Remove 1 patchShebangs hook now unneeded.
2020-09-11 12:57:51 +03:00
Doron Behar c69187375f
Merge pull request #97089 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.9321 -> 0.1.9454
2020-09-11 12:31:04 +03:00
Doron Behar 5967d869dc
Merge pull request #97125 from r-ryantm/auto-update/flyctl
flyctl: 0.0.137 -> 0.0.140
2020-09-11 12:27:59 +03:00
Maximilian Bosch 914148a665
Merge pull request #97724 from mweinelt/supervisor
pythonPackages.supervisor: drop glibc-2.31 patch
2020-09-11 11:16:48 +02:00
Doron Behar 6d4b93323e
Merge pull request #89372 from roman/88716/documentation-changes
gotools: update comments regarding gopls
2020-09-11 12:12:21 +03:00
Doron Behar 79e055eb3b
Update pkgs/development/tools/gotools/default.nix 2020-09-11 12:08:04 +03:00
Doron Behar 5c3abccfaf
Update pkgs/development/tools/gotools/default.nix
Co-authored-by: Roman Volosatovs <rvolosatovs@users.noreply.github.com>
2020-09-11 12:07:54 +03:00
Martin Weinelt 4607f02589
pythonPackages.supervisor: drop glibc-2.31 patch
A fix was integrated into the 4.2.1 release.
2020-09-11 02:37:21 +02:00
zowoq 619061532a go_1_14: 1.14.8 -> 1.14.9 2020-09-11 09:53:55 +10:00
zowoq 240d8246e8 go: 1.15.1 -> 1.15.2 2020-09-11 09:53:27 +10:00
Jack Kelly 25bd44cea3 aws-sam-cli: fix version bounds 2020-09-10 16:46:03 -07:00
Daniël de Kok 1839c5cd7b python3Packages.datasets: init at 1.0.0
This library provides open-access datasets an evaluation metrics for
natural language processing using PyTorch, TensorFlow, NumPy, and
Pandas.
2020-09-10 16:06:40 -07:00
Robert Scott 9627ae4f9a pythonPackages.pysnow: fix build & tests 2020-09-10 16:05:05 -07:00
Robert Scott ef82f49fc0 pythonPackages.pyjet: fix tests
tests are now pytest tests, and not included in the pypi tarball
2020-09-10 15:16:44 -07:00
Robert Scott 70c56dd486 pythonPackages.pq: fix build
we can't run the tests anyway, so remove fragile attempts to patch them
2020-09-10 15:15:58 -07:00
Robert Scott 483fa86c36 pythonPackages.hiredis: fix tests
just requires the source-directory-hiding trick
2020-09-10 15:15:39 -07:00
Drew Risinger 8f6436a825 python3Packages.parso: disable on python 2.7
* Disabled on python 2.7
* Updated meta
* Changed to pytestCheckHook
2020-09-10 15:09:01 -07:00
Jonathan Ringer 5916b96370 python3Packages.executor: 21.3 -> 23.1, fix tests 2020-09-10 14:39:20 -07:00
Jan Tojnar 8060ecb97d
exiv2: re-enable split outputs
Needs an extra patch to fix CMake config.

This reverts commit f8f840f664.
2020-09-10 22:34:19 +02:00
Vincent Laporte 5f3be6b669 coqPackages.Verdi: enable for Coq 8.12 2020-09-10 22:10:02 +02:00
Vincent Laporte 7f797b9521 coqPackages.paco: enable for Coq 8.12 2020-09-10 22:10:02 +02:00
Matthew Bauer c85fc341b0 pytorch: update to use passthru's for checks
This makes the checks a little easier to understand - we can just
check it in the passthru. Also increase major check for cuda 11.
2020-09-10 14:23:15 -05:00
Alex Whitt 309fb9c03b allegro: Add patch to fix fatal build error 2020-09-10 15:20:44 -04:00
Gabriel Ebner 893ad96c18
Merge pull request #97668 from gebner/mlton-tmpdir
mlton: use $TMPDIR
2020-09-10 18:11:04 +02:00
Thomas Tuegel ca5687c4dd
appstream-qt: multiple outputs 2020-09-10 10:23:44 -05:00
Frederik Rietdijk 336ce7a797 python3.pkgs.fastparquet: 0.4.0 -> 0.4.1 2020-09-10 17:13:49 +02:00
Gabriel Ebner 213feab38a mlton: use $TMPDIR 2020-09-10 17:11:26 +02:00
Tim Steinbach bc0dd710e5
jenkins: 2.235.5 -> 2.249.1 2020-09-10 10:36:18 -04:00
Christian Kauhaus c60cafa719 mccp: add patch for CVE-2019-14274
Fixes #67197
2020-09-10 15:50:25 +02:00
Michael Weiss 3ea949714d cargo-c: 0.6.7 -> 0.6.13 2020-09-10 12:27:20 +02:00
Daniël de Kok b2bd34d62a
Merge pull request #97545 from siraben/mkrom-1.0.2
knightos-mkrom: unstable-2020-06-11 -> 1.0.2
2020-09-10 08:15:10 +02:00
Linus Heckemann 6cbcb7599c
Merge pull request #97589 from bcdarwin/upgrade-nifticlib
nifticlib: 2.0.0 -> 3.0.1
2020-09-10 07:54:17 +02:00
Ben Siraphob 9101eede6e
Update pkgs/development/tools/knightos/mkrom/default.nix
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2020-09-10 05:40:38 +00:00
Mario Rodas 1966a0a4e1 opencv: enable videoio on darwin 2020-09-10 00:00:00 -05:00
Drew Risinger b03c729c88 python3Packages.nmigen: fix build
Tried to debug failure & traced it to subprocess.Popen calling fork_exec()
with a bad path, but couldn't reproduce error from manual debugging
using ``nix-shell``.

Bad path meaning that most paths were of form /nix/store/.../bin/sby,
but one path was "sby" only. That's my only guess as to what would
be causing this failure.
2020-09-09 20:04:41 -07:00
Drew Risinger 9fae7b21ef python3Packages.pyfakefs: disable on py2.7
* No longer supports python < 3.5, so disabled.
* Enables tests that were disabled due to bugs.
* Add changelog
2020-09-09 20:01:37 -07:00
Erik Arvstedt a81c38893c python3Packages.django_extensions: 2.2.8 -> 3.0.8 2020-09-09 19:39:06 -07:00
Erik Arvstedt 039e248555 python3Packages.django-picklefield: fix tests 2020-09-09 19:39:06 -07:00
WORLDofPEACE 50feed19a6
Merge pull request #82564 from danderson/bug-55388-jasper
jasper: delete from nixpkgs.
2020-09-09 21:33:28 -04:00
Mario Rodas 35665b9fc2 pythonPackages.grpcio-tools: 1.31.0 -> 1.32.0 2020-09-09 18:01:00 -05:00
Mario Rodas 4051e867ba grpc: 1.31.0 -> 1.32.0
https://github.com/grpc/grpc/releases/tag/v1.32.0
2020-09-09 18:00:00 -05:00
Luflosi fbefec0d3e j: fix build on darwin
On darwin the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
This error happens because the `-fno-strict-overflow` is passed to the compiler. To fix this, disable the `strictoverflow` hardening feature. Also see #39687.

ZHF: #97479
2020-09-09 15:09:26 -07:00
WORLDofPEACE 872f2b76c1
Merge pull request #97578 from makefu/pkgs/pyhaversion/fix
python3Packages.pyhaversion: add missing semantic-version
2020-09-09 16:29:00 -04:00
Vincent Laporte 6e08d23707 coqPackages.paramcoq: init at 1.1.2 for Coq 8.12 2020-09-09 22:26:06 +02:00
Ben Darwin 98512f3eaa nifticlib: 2.0.0 -> 3.0.1 2020-09-09 15:26:04 -04:00
WORLDofPEACE 63e1162357
Merge pull request #97576 from gebner/mlton-which
mlton: fix build
2020-09-09 14:42:42 -04:00
David Anderson 3a38cef8f9 jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.

Fixes #55388.

Signed-off-by: David Anderson <dave@natulte.net>
2020-09-09 18:29:42 +00:00
Gabriel Ebner ad0d43e1a7 mlton: use callPackage 2020-09-09 20:16:55 +02:00
Maciej Krüger 3adf441284
Merge pull request #96545 from tesq0/unityhub-update-to-2.3.2
unityhub: update to 2.3.2
2020-09-09 20:00:02 +02:00
Maciej Krüger aa685f5037
Merge pull request #96544 from tesq0/unityhub-fix-2020-editor
unityhub: fix editor with versions >= 2020.1.3f1 not opening
2020-09-09 19:54:07 +02:00
makefu 92bf2d7c03
python3Packages.pyhaversion: add missing semantic-version 2020-09-09 19:46:33 +02:00
Maximilian Bosch f729755d4d
Merge pull request #97521 from peterhoeg/u/fz_3500
filezilla: 3.49.1 -> 3.50.0
2020-09-09 19:40:34 +02:00
Gabriel Ebner a7f9d336b7 mlton: fix build 2020-09-09 19:29:57 +02:00
William Kral cf54ef99b6 python3Packages.jq: 0.1.8 -> 1.0.2 2020-09-09 09:52:45 -07:00
Jörg Thalheim b5118540bf
Merge pull request #97560 from makefu/pkgs/python-maintainer/fix-eval
aresponses,pyhaversion: disable for py2
2020-09-09 18:30:08 +02:00
Shea Levy 31579c6b0a
matplotlib: Disable LTO on darwin.
Needs #19312 or equivalent to work.
2020-09-09 12:18:50 -04:00
makefu b30dfc4f4b
pythonPackages.pyhaversion: py3k only 2020-09-09 18:11:17 +02:00
makefu 467dcc5b75
pythonPackages.aresponses: only py3k 2020-09-09 18:10:21 +02:00
WORLDofPEACE 341eeebad6
Merge pull request #96871 from prusnak/electron
Electron updates
2020-09-09 11:12:13 -04:00
WORLDofPEACE ca2fd92dad
Merge pull request #97534 from timokau/exiv2-no-splitting
exiv2: disable output splitting
2020-09-09 11:01:31 -04:00
WORLDofPEACE c17a10cd1d
Merge pull request #97504 from arapov/master
nodePackages.node-red: fix build
2020-09-09 10:10:02 -04:00
Ben Siraphob ad473ca180 knightos-mkrom: unstable-2020-06-11 -> 1.0.2 2020-09-09 21:06:20 +07:00
Michael Weiss b8f7063cac
ffmpeg-full: Add support for rav1e (faster AV1 encoding)
#95188
2020-09-09 15:52:34 +02:00
Domen Kožar ac19bf06b8
Merge pull request #96594 from turboMaCk/add-elm-optimize-level-2
elmPackages.elm-optimize-level-2: Init at 0.1.3
2020-09-09 15:41:52 +02:00
Timo Kaufmann f8f840f664 exiv2: disable output splitting
This is a temporary workaround. See the linked comment.
2020-09-09 14:12:25 +02:00
Maximilian Bosch f961ac6695
python3Packages.todoist: fix build
See https://hydra.nixos.org/build/126777642
ZHF #97479
2020-09-09 13:32:31 +02:00
Peter Hoeg d70480f30e libfilezilla: 0.24.0 -> 0.24.1 2020-09-09 17:22:17 +08:00
worldofpeace 504750252a
electron: move definition into generic.nix 2020-09-09 10:05:04 +02:00
Pavol Rusnak 6954f77845
electron_7: 7.3.1 -> 7.3.3 2020-09-09 10:05:04 +02:00
Pavol Rusnak 4599eb4595
electron_8: 8.3.1 -> 8.5.1 2020-09-09 10:05:04 +02:00
Pavol Rusnak b7f0533d2a
electron_9: 9.0.2 -> 9.3.0 2020-09-09 10:05:03 +02:00
Pavol Rusnak 8d9fadd3e0
electron_10: init at 10.1.1 2020-09-09 10:05:03 +02:00
Anton Arapov e5701710e3 nodePackages.node-red: fix build
resolves issue #89205

Signed-off-by: Anton Arapov <arapov@gmail.com>
2020-09-09 07:40:55 +02:00
Vincent Laporte 607b0ae7ae coqPackages.coqprime: init at 8.12 for Coq 8.12 2020-09-09 06:32:25 +02:00
Jonathan Ringer ff7e38b954 python3Packages.xdis: 4.2.4 -> 5.0.4, fix build 2020-09-08 18:16:34 -07:00
Edmund Wu b169bfc9e2 python3Packages.tinycss2: fix build 2020-09-08 17:43:57 -07:00
Edmund Wu 0f5c7d2bfb python3Packages.mistletoe: init at 0.7.2 2020-09-08 17:43:57 -07:00
John Ericson 5fd27509cf
Merge pull request #97387 from Ericson2314/fix-android-prebuilt
cc-wrapper: Fix for prebuilt android
2020-09-08 20:24:50 -04:00
Robert Scott 570dbab975 pythonPackages.jug: fix tests
these seem to have switched to pytest tests in 2.0.2
2020-09-08 17:04:31 -07:00
WORLDofPEACE 04fb0bb5e2
Merge pull request #97161 from jtojnar/exiv2-cleanup
exiv2: clean up
2020-09-08 19:55:09 -04:00
Mario Rodas 9be51e2596
Merge pull request #97284 from smunix/fix.avro-tools.1.9.2
avro-tools: 1.9.1 -> 1.9.2
2020-09-08 18:51:19 -05:00
Mario Rodas 486c97472e
Merge pull request #97331 from r-ryantm/auto-update/yder
yder: 1.4.11 -> 1.4.12
2020-09-08 18:45:09 -05:00
WORLDofPEACE f764549bc8
Merge pull request #96668 from NobbZ/erlang-config-flags
erlang: make `configureFlags` appending instead of overwriting
2020-09-08 19:41:17 -04:00
Mario Rodas 83b8a605e7
Merge pull request #97471 from saschagrunert/golangci-lint
golangci-lint: 1.30.0 -> 1.31.0
2020-09-08 18:39:05 -05:00
Jörg Thalheim b99096b1f0 python3.pkgs.python-language-server: fix jedi integration
recent jedi/parso versions uses Path instead of str.
2020-09-08 14:29:15 -07:00
Jörg Thalheim 12a9a93d68 python3.pkgs.jedi: fix compatibility with parso
The current version is fundamentally broken as tested with
python-language-server because parso now uses Path instead of str
in many instances.

Backporting of the fixes is not trivial and likely breaks more stuff
than it fixes due to other refactorings in jedi, hence using a recent
commit in master seems more reasonably.
2020-09-08 14:29:15 -07:00
Jörg Thalheim b0a8c8af6f python3.pkgs.python-language-server: 0.33.1 -> 0.34.1 2020-09-08 14:29:15 -07:00
Jörg Thalheim 12fc3e0718 python-engineio: 3.13.0 -> 3.13.2 (fix build) 2020-09-08 14:29:15 -07:00
Jonathan Ringer 9716fcd940 python3Packages.minio: fix cred tests 2020-09-08 14:24:43 -07:00
Sascha Grunert cda6995f5e
golangci-lint: 1.30.0 -> 1.31.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-08 22:39:39 +02:00
Marek Fajkus f1e071e048 bs-platform: 7.3.2 -> 8.2.0 2020-09-08 13:28:55 -07:00
Vincent Haupert 9c6c7acf22 python3Packages.mitmproxy: 5.1.1 -> 5.2 2020-09-08 10:40:22 -07:00
Vincent Haupert 0e5657498d mitmproxy: convert to python3Packages 2020-09-08 10:40:22 -07:00
midchildan 5e8e75a0c6
dmd: relax ld purity check for checkPhase
Fix #97420
2020-09-09 00:57:08 +09:00
John Ericson 452854a13c androidndk: Avoid depending on target-sensative openjdk
We just need jdk for this script that helps set up toolchains. The
script might need to know about the target platform, but the interpreter
that runs it (or part of it) doesn't.
2020-09-08 09:49:39 -04:00
John Ericson 7cac79b3ad androidndkPkgs: Take version from underlying package
We can now do this, so let's.
2020-09-08 09:32:06 -04:00
John Ericson 4c489b5f5d deployAndroidPackage: Use pname and version 2020-09-08 09:31:18 -04:00
Max Wittig 61eb2b639b
gitlab-runner: 13.3.0 -> 13.3.1 (#97350) 2020-09-08 15:27:08 +02:00
Michael Weiss d2eb16cdf5
python3Packages.goobook: Generate and install the man page 2020-09-08 14:57:06 +02:00
Daniël de Kok 466522c919
Merge pull request #97137 from danieldk/blis-0.7.0
blis: init at 0.7.0
2020-09-08 14:55:39 +02:00
Michael Weiss 9550ba71fa
python3Packages.goobook: 3.4 -> 3.5 2020-09-08 14:11:56 +02:00
Michael Raskin b9e1737603
Merge pull request #97432 from jonringer/fix-allegro
allegro: fix build, use texinfo6_5
2020-09-08 10:51:02 +00:00
Michael Raskin 49e694a8ab
Merge pull request #97063 from sikmir/cudatext
cudatext: init at 1.111.0
2020-09-08 10:32:17 +00:00
Mario Rodas 722c9a2cc6
Merge pull request #94328 from r-ryantm/auto-update/the-way
the-way: 0.4.0 -> 0.6.1
2020-09-08 05:11:15 -05:00
Jonathan Ringer cceb63ff0a allegro: fix build, use texinfo6_5 2020-09-08 01:03:27 -07:00
Nikolay Korotkiy 21c1a3759b
libqt5pas: init at 2.0.8 2020-09-08 10:53:26 +03:00
zowoq c9297d49c1 ws: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq 8aab09dbc3 easyjson: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq 5331f432cd statik: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq dfb0dff86c hound:use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq e6038674bb open-policy-agent: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq 4fcc9306ff modd: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq d517dc89d5 kexpand: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq 47062433b6 ejson: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq 1624286f23 devd: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq c70cf7ace6 manul: use deleteVendor 2020-09-08 16:32:39 +10:00
zowoq 23c781a810 buildGoPackage: check/delete vendor 2020-09-08 16:32:39 +10:00
Frederik Rietdijk 945fdbe1b9 pythonPackages.python-pam: remove duplicate package, fixes #97355 2020-09-08 08:13:04 +02:00