Commit Graph
238725 Commits
Author SHA1 Message Date
Jonathan Ringer dd235efed0 pythonPackages.pymystem3: skip tests py2 2020-08-15 17:32:07 -07:00
Jonathan Ringer 0cde253727 pythonPackages.gspread: mark broken, missing many deps 2020-08-15 17:32:07 -07:00
Jonathan Ringer 25abd3a680 pythonPackages.mox3: disable python2
```
  Processing ./mox3-1.1.0-py2-none-any.whl
  ERROR: Package 'mox3' requires a different Python: 2.7.18 not in '>=3.6'
```
2020-08-15 17:32:07 -07:00
Jonathan Ringer be127b0944 pythonPackages.pytestquickcheck: mark broken
```
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff642da90>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pytest-codestyle/
  ERROR: Could not find a version that satisfies the requirement pytest-codestyle (from versions: none)
  ERROR: No matching distribution found for pytest-codestyle
```
2020-08-15 17:32:07 -07:00
Jonathan Ringer a2ba14e6ff python2Packages.rq: disable python2
```
  Processing ./rq-1.4.3-py2.py3-none-any.whl
  ERROR: Package 'rq' requires a different Python: 2.7.18 not in '>=3.4'
```
2020-08-15 17:32:06 -07:00
Jonathan Ringer a627278e13 python2Packages.pyvcd: disable python2
```
  Processing ./pyvcd-0.2.3-py2.py3-none-any.whl
  ERROR: Package 'pyvcd' requires a different Python: 2.7.18 not in '>=3.6'
```
2020-08-15 17:32:06 -07:00
Jonathan Ringer 7f6d634d04 python2Packages.pytest-testmon: disable python2
```
  Processing ./pytest_testmon-1.0.2-py2-none-any.whl
  ERROR: Package 'pytest-testmon' requires a different Python: 2.7.18 not in '>=3.6'
```
2020-08-15 17:32:06 -07:00
Jonathan Ringer f9dadbac50 python2Packages.yappi: disable python2 2020-08-15 17:32:06 -07:00
Jonathan Ringer dcef1818a0 python2Packages.python-igraph: disable python2 2020-08-15 17:31:57 -07:00
Jonathan Ringer ae67ea49c5 python2Packages.sphinxcontrib-serializinghtml: disable python2
```
  Processing ./sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl
  ERROR: Package 'sphinxcontrib-serializinghtml' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-08-15 16:16:00 -07:00
Jonathan Ringer 1676e5efbc python2Packages.sphinxcontrib-htmlhelp: disable python2
```
  Processing ./sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl
  ERROR: Package 'sphinxcontrib-htmlhelp' requires a different Python: 2.7.18 not in '>=3.5
```
2020-08-15 16:16:00 -07:00
Jonathan Ringer 9b31b18d6e python2Packages.sphinxcontrib-applehelp: disable python2
```
  Processing ./sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl
  ERROR: Package 'sphinxcontrib-applehelp' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-08-15 16:16:00 -07:00
Jonathan Ringer 164d61f1b7 python2Packages.bip_utils: disable python2
```
  Processing ./bip_utils-1.0.5-py2-none-any.whl
  ERROR: Package 'bip-utils' requires a different Python: 2.7.18 not in '>=3.6'
```
2020-08-15 16:16:00 -07:00
Jonathan Ringer 613d8f1150 python2Packages.sorl_thumbnail: disable python2 2020-08-15 16:16:00 -07:00
Jonathan Ringer 70e2f0805f python2Packages.venusian: disable python2 2020-08-15 16:15:59 -07:00
Jonathan Ringer 6e18a2f743 Revert "python: wsproto: 0.14.1 -> 0.15.0"
This reverts commit 3dc390f710.
2020-08-15 16:15:59 -07:00
Jonathan Ringer a3f0b7bfef pythonPackages.sphinxcontrib-qthelp: disable python2 2020-08-15 16:15:59 -07:00
Florian KlinkandGitHub b7be00ad5e Merge pull request #93358 from helsinki-systems/fix/gitlab-customrb
nixos/gitlab: Fix extra-gitlab.rb
2020-08-15 20:13:28 +02:00
Benjamin HippleandGitHub 10d8738108 Merge pull request #95408 from 06kellyjac/deno_1.3.0
deno: 1.2.3 -> 1.3.0
2020-08-15 13:45:17 -04:00
Benjamin HippleandGitHub 47af1ccff2 Merge pull request #95506 from ldesgoui/update-discord-canary
discord-canary: 0.0.106 -> 0.0.111
2020-08-15 13:30:51 -04:00
Benjamin HippleandGitHub 04e24aa615 Merge pull request #95421 from oxalica/broken-mist
mist: remove
2020-08-15 13:27:28 -04:00
Doron BeharandJon 6c3d919edf mailnag: implement a withPlugins interface 2020-08-15 10:17:06 -07:00
Doron BeharandJon ddb962bec4 mailnag: Make it possible to override available plugins 2020-08-15 10:17:06 -07:00
Doron BeharandJon 7ff82bfee6 mailnag: enable to configure plugins
Add an availablePlugins attrset with all plugins available.
Make mailnag's expression accept a "plugins" argument specifying plugins
to install, from `availablePlugins`.
Prevent double wrapping (nor related to plugins).
Install plugins using xorg.lndir.
2020-08-15 10:17:06 -07:00
Alvar PenningandFrederik Rietdijk b7ce309e6c pythonFull: add BlueZ support
This commit introduces two changes.

First, cpython gets optional BlueZ support, which is needed for
AF_BLUETOOTH sockets. Therefore bluezSupport was added as a parameter.

Second, the call to the pythonFull packages has been adjusted. The
Python packages have a self-reference called self. This was not adjusted
for the override. As a result, Python packages for this special version
of Python were not built with the overridden Python, but with the
original one.
2020-08-15 18:08:20 +02:00
Robert ScottandGitHub 9be02e14df Merge pull request #94206 from r-ryantm/auto-update/python2.7-tblib
python27Packages.tblib: 1.6.0 -> 1.7.0
2020-08-15 16:56:48 +01:00
Martin WeineltandGitHub 5ccf68e205 Merge pull request #66332 from oxzi/gtimelog-0.11.3
pythonPackages.gtimelog: 0.9.1 -> unstable-2020-05-16
2020-08-15 17:43:58 +02:00
Alvar PenningandMartin Weinelt b2d0d54419 pythonPackages.gtimelog: 0.9.1 -> unstable-2020-05-16
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-08-15 17:41:13 +02:00
Martin WeineltandGitHub 99d379c45c Merge pull request #79874 from oxzi/tinycbor-v0.5.3
tinycbor: init at 0.5.3
2020-08-15 16:31:31 +02:00
ldesgoui 0b56ef9f2a discord-canary: 0.0.106 -> 0.0.111 2020-08-15 16:23:28 +02:00
Alvar Penning c3da51ff08 tinycbor: init at 0.5.3 2020-08-15 16:23:26 +02:00
Martin WeineltandGitHub f98f625b84 Merge pull request #95502 from oxzi/name-change-geistesk-oxzi
maintainers: rename geistesk to oxzi
2020-08-15 16:08:06 +02:00
Martin WeineltandGitHub acea99b146 Merge pull request #95499 from risicle/ris-asyncpg-0.21.0
pythonPackages.asyncpg: 0.20.1 -> 0.21.0 (fixing CVE-2020-17446)
2020-08-15 16:06:15 +02:00
Alvar Penning c73152a7c4 et: updated upstream and homepage 2020-08-15 16:04:43 +02:00
Alvar Penning 0a53c6b565 maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
2020-08-15 16:03:46 +02:00
R. RyanTMandJan Tojnar a7f5a00411 mysql-workbench: 8.0.20 -> 8.0.21 2020-08-15 15:47:48 +02:00
oxalica 51c8f7d591 Simplify message and sort 2020-08-15 21:41:13 +08:00
Vincent LaporteandGitHub d71a03ad69 ocamlPackages.torch: 0.9b → 0.10 (#94922)
Disable tests on Aarch64 as `src/tests/vision_tests.ml` fails.
2020-08-15 15:15:48 +02:00
Vladimír Čunát 753a2371d3 makeself: add which to inputs
I've been unable to reproduce the problem that repeatedly manifests
on Hydra, but this change is cheap.  Close #89343 (thanks).
2020-08-15 14:05:28 +02:00
Robert Scott 8cb02225de pythonPackages.asyncpg: 0.20.1 -> 0.21.0 2020-08-15 12:29:00 +01:00
Robert HensingandGitHub 6d0a85fe52 Merge pull request #82743 from Infinisil/partially-typed-v2
Freeform modules
2020-08-15 12:13:58 +02:00
Jonathan RingerandFrederik Rietdijk 375611df00 pythonPackages.sphinxcontrib-jsmath: disable python2
```
  Processing ./sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl
  ERROR: Package 'sphinxcontrib-jsmath' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-08-15 12:10:18 +02:00
Matthieu CoudronandGitHub 78c735c76f gotop: fix darwin build, enable checks (#95471) 2020-08-15 12:07:59 +02:00
Drew RisingerandFrederik Rietdijk b04ff1ff99 python3Packages.cvxpy: 1.1.3 -> 1.1.4 2020-08-15 12:04:46 +02:00
Drew RisingerandFrederik Rietdijk 9a8070cdab python3Packages.osqp: disable failing tests
Tests fail on pythonPackages.scipy >= 1.5.0.
This was raised in https://github.com/oxfordcontrol/osqp-python/issues/44
They are being addressed in
https://github.com/oxfordcontrol/osqp-python/pull/46,
and should be re-enabled for the next release.
2020-08-15 12:04:46 +02:00
Jörg ThalheimandGitHub 7acb961c67 Merge pull request #93395 from hmenke/zfs
ZFS: Request credentials only for selected pools
2020-08-15 09:19:49 +01:00
R. RyanTMandJon 418508e590 numix-icon-theme-circle: 20.06.07 -> 20.07.11 2020-08-15 01:16:48 -07:00
R. RyanTMandJon 6ffc7dd6c9 numix-icon-theme-square: 20.06.07 -> 20.07.11 2020-08-15 01:16:18 -07:00
R. RyanTMandJon de6418195a python37Packages.jupyterlab_server: 1.1.5 -> 1.2.0 2020-08-15 01:13:31 -07:00
Dmitry KudriavtsevandJon 08930e0881 x3270: init at 4.0ga9 2020-08-15 01:06:31 -07:00