285025 Commits

Author SHA1 Message Date
Mario Rodas
fcb8252e87
Merge pull request #120149 from r-ryantm/auto-update/azure-storage-azcopy
azure-storage-azcopy: 10.9.0 -> 10.10.0
2021-04-22 21:40:44 -05:00
Mario Rodas
b6651b0965
Merge pull request #120199 from 06kellyjac/starboard
starboard: 0.10.0 -> 0.10.1
2021-04-22 21:39:54 -05:00
Mario Rodas
204b31d5a2
Merge pull request #120164 from r-ryantm/auto-update/chezmoi
chezmoi: 2.0.9 -> 2.0.10
2021-04-22 21:39:01 -05:00
Mario Rodas
f1fb12dc25
Merge pull request #120190 from r-ryantm/auto-update/goreleaser
goreleaser: 0.162.0 -> 0.163.1
2021-04-22 21:37:38 -05:00
Patrick Hilhorst
179c735631
python3Packages.deezer-python: init at 2.2.2 (#119892)
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-23 04:20:22 +02:00
Ryan Mulligan
6bba03c7bc
Merge pull request #120275 from Kranzes/bump-jitsi-meet-electron
jitsi-meet-electron: 2.7.0 -> 2.8.5
2021-04-22 18:47:38 -07:00
Ryan Mulligan
f048f2fa51
Merge pull request #120172 from r-ryantm/auto-update/croc
croc: 8.6.12 -> 9.1.0
2021-04-22 18:46:52 -07:00
Ryan Mulligan
6690cb923f
Merge pull request #119136 from r-ryantm/auto-update/pcb2gcode
pcb2gcode: 2.3.0 -> 2.3.1
2021-04-22 18:46:16 -07:00
Sandro
946509931a
Merge pull request #120152 from fabaff/bump-pg8000
python3Packages.pg8000: 1.19.0 -> 1.19.2
2021-04-23 03:24:49 +02:00
Sandro
d239bc3643
Merge pull request #120193 from fabaff/license-dnspython 2021-04-23 03:13:01 +02:00
Ryan Burns
f52daac15c pycuda: fix opengl runpath
This is required for CUDA functionality, since libcuda.so.1 is loaded
from /run/opengl-driver/lib
2021-04-22 17:41:33 -07:00
Cole Helbling
96f048e3d0 python3.pkgs.woodblock: init at 0.1.7 2021-04-22 17:28:00 -07:00
Cole Helbling
6d897c9ef7 python3.pkgs.multimethod: init at 1.5 2021-04-22 17:28:00 -07:00
John Ericson
951e194cb3
Merge pull request #120255 from alyssais/netbsd-libm
netbsd.libm: fix build
2021-04-22 20:24:05 -04:00
Alyssa Ross
5c24380395
netbsd.libm: fix build
Tested building pkgsCross.x86_64-netbsd.netbsd.libm from x86_64-linux.

At some point we should probably set SHLIBINSTALLDIR in the setupHook,
but I think I'd like to get everything working first, and then make
changes that affect all the builds like that.  It's easier to spot
regressions when you know _everything_ worked before.
2021-04-23 00:17:05 +00:00
Martin Weinelt
bf77354e38
home-assistant: enable slack component tests 2021-04-23 02:16:39 +02:00
github-actions[bot]
0d97d9f23b
Merge staging-next into staging 2021-04-23 00:15:42 +00:00
github-actions[bot]
481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
Martin Weinelt
af62869aee
python3Packages.slackclient: fix pname
The python package is called slackclient, as can be seen in setup.py for
this version.

https://github.com/slackapi/python-slack-sdk/blob/v2.9.3/setup.py?rgh-link-date=2021-04-23T00%3A03%3A28Z#L217

This prevented home-assistant tooling from finding the package and
providing support for the component.
2021-04-23 02:12:04 +02:00
SEbbaDK
eb4d997f07
kakounePlugins: add kakboard (#120264) 2021-04-23 02:05:44 +02:00
John Ericson
6f1839806a
Merge pull request #119922 from Ericson2314/netbsd-bootstrap
netbsd: Make boostrapping more orthodox and don't rely on splicing
2021-04-22 20:05:34 -04:00
Martin Weinelt
f129df86a1
home-assistant: find unstable versions in parse-requirements.py
Previously unstable versions would not have been found, because the
regular expression was looking for a numeric version after the attribute
name. When the version is however an unstable one, it would start with

> unstable-2021-04-23

and therefore not match the pattern.
2021-04-23 02:00:52 +02:00
Cole Helbling
313681c8fc python3.pkgs.pyimpfuzzy: init at 0.5 2021-04-22 16:36:54 -07:00
Martin Weinelt
f185a7b843
python3Packages.httplib2: allow local networking on darwin
There is just one test failure on darwin, and it can probably be worked
around by allowing local networking.

This should hopefully fix the following testsuite error:

```
___________________________ test_timeout_subsequent ____________________________
tests/test_other.py:137: in test_timeout_subsequent
    assert response.status == 200
E   assert 408 == 200
E     +408
E     -200
        Handler    = <class 'tests.test_other.test_timeout_subsequent.<locals>.Handler'>
        _          = b'Request Timeout'
        http       = <httplib2.Http object at 0x10860f400>
        response   = {'content-type': 'text/plain', 'status': '408', 'content-length': 15}
        uri        = 'http://localhost:58287/'
----------------------------- Captured stderr call -----------------------------
Traceback (most recent call last):
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 311, in server_socket_thread
    fun(client, tick)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 392, in server_request_socket_handler
    request = HttpRequest.from_buffered(buf)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 177, in from_buffered
    return parse_http_message(cls, buf)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 120, in parse_http_message
    start_line = buf.readline()
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 110, in readline
    self._fill(more=1)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 81, in _fill
    chunk = self._sock.recv(8 << 10)
ConnectionResetError: [Errno 54] Connection reset by peer
```
2021-04-23 01:28:53 +02:00
Martin Weinelt
26dbd044cd
python3Packages.keyring: fix typo in disabledTestPaths keyword 2021-04-23 01:27:26 +02:00
John Ericson
e4b05fbf47 netbsd: Make boostrapping more orthodox and don't rely on splicing
- No splicing makes everything less finnicky.

- Normal bootstrapping matches e.g. linux where kernel headers are also
`stdenvNoCC` but part of this stage.
2021-04-22 23:24:24 +00:00
Sandro
b042c2248e
Merge pull request #120271 from dmarcoux/add-vim-plugins-wstrip.vim-and-vim-strip-trailing-whitespace 2021-04-23 01:20:21 +02:00
Sandro
e9e74016a7
Merge pull request #120277 from kittywitch/ckb-update
ckb-next: 0.4.2 -> 0.4.4
2021-04-23 01:20:04 +02:00
Sandro
ccbd83ec20
Merge pull request #120261 from veehaitch/github-runner-v2.278.0
github-runner: 2.277.1 -> 2.278.0
2021-04-23 01:16:58 +02:00
Luflosi
9df2614d08
usbip: fix listing functionality (#120267)
Closes https://github.com/NixOS/nixpkgs/issues/116380.
2021-04-23 01:13:28 +02:00
Sandro
b48ace99ca
Merge pull request #120268 from andreasfelix/andreasfelix/update-vala-language-server
vala-language-server: 0.48.1 -> 0.48.2
2021-04-23 01:12:12 +02:00
Sandro
603620a630
Merge pull request #120214 from dotlambda/sc-im-xlsx 2021-04-23 01:01:52 +02:00
kat witch
968885ec4a
ckb-next: 0.4.2 -> 0.4.4 2021-04-22 23:56:40 +01:00
Cole Helbling
abb55ca131 python3.pkgs.tern: init at 2.5.0 2021-04-22 15:32:26 -07:00
Cole Helbling
d0e3e06c31 python3.pkgs.debut: init at 0.9.9 2021-04-22 15:32:26 -07:00
Maciej Krüger
8a7329be7d
Merge pull request #120269 from Kranzes/bump-nemo
cinnamon.nemo: 4.8.4 -> 4.8.6
2021-04-23 00:14:17 +02:00
Ilan Joselevich
ebcebefb29 jitsi-meet-electron: 2.7.0 -> 2.8.5 2021-04-23 01:07:36 +03:00
Alyssa Ross
892d3fd7a0 ocamlPackages.camlimages_4_1: fix meta
I should have changed meta.branch in 70e33e3ae34 ("glsurf: use current giflib"),
but I overlooked it.

The bitbucket URL doesn't seem to exist any more, so I've updated the
homepage to the GitLab repository we fetch the sources from.

Fixes: 70e33e3ae34 ("glsurf: use current giflib")
2021-04-23 00:00:20 +02:00
Martin Weinelt
8ae267b431
Merge pull request #120258 from fabaff/ondilo 2021-04-22 23:52:12 +02:00
Sandro
9fa4d44614
Merge pull request #120179 from fortuneteller2k/cleanup-polybar
polybar: use lib.optional
2021-04-22 23:45:23 +02:00
Sandro
8b4f14d3ae
Merge pull request #114436 from gvolpe/icon-theme/beauty-line 2021-04-22 23:44:19 +02:00
Cole Helbling
722ecd9e93 cyclonedx-python: init at 0.4.3 2021-04-22 14:32:16 -07:00
Cole Helbling
ad3c61a4f1 python3.pkgs.requirements-parser: init at 0.2.0 2021-04-22 14:32:16 -07:00
Sandro
a961ceae54
Merge pull request #120230 from Moredread/prusa-slicer
prusa-slicer: 2.3.0 -> 2.3.1
2021-04-22 23:15:09 +02:00
"Dany Marcoux"
4707d4a645 vimPlugins.vim-strip-trailing-whitespace: init at 2021-01-03 2021-04-22 23:11:52 +02:00
"Dany Marcoux"
c67b5a0035 vimPlugins.wstrip-vim: init at 2021-03-14 2021-04-22 23:10:19 +02:00
"Dany Marcoux"
687cd11d7b vimPlugins: update 2021-04-22 23:09:47 +02:00
Ilan Joselevich
54967cb430 cinnamon.nemo: 4.8.4 -> 4.8.6 2021-04-23 00:05:09 +03:00
Ryan Mulligan
eb35277c1b
Merge pull request #120232 from IvarWithoutBones/bump/minecraft-launcher
minecraft-launcher: 2.2.1441 -> 2.2.741
2021-04-22 14:03:56 -07:00
Ryan Mulligan
91817ec8ff
Merge pull request #120204 from r-ryantm/auto-update/i3wsr
i3wsr: 1.3.1 -> 2.0.0
2021-04-22 14:03:33 -07:00