Commit graph

285007 commits

Author SHA1 Message Date
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 70e33e3ae3 ("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: 70e33e3ae3 ("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
Cole Helbling
fd21963e8b
lief: build from source and enable python bindings 2021-04-22 14:02:13 -07:00
Sandro
68aecedb41
Merge pull request #120221 from fabaff/ntlmrecon
ntlmrecon: init at 0.4
2021-04-22 23:00:54 +02:00
Cole Helbling
c253419a55 xorex: init at 0.3.0 2021-04-22 13:53:19 -07:00
Cole Helbling
dbfbfa380e yarGen: init at 0.23.4 2021-04-22 13:52:42 -07:00
Fabian Affolter
a41256901d home-assistant: enable ondilo_ico tests 2021-04-22 22:49:43 +02:00
Fabian Affolter
f61f57d156 home-assistant: update component-packages 2021-04-22 22:49:43 +02:00
Fabian Affolter
f081c10fe8 python3Packages.ondilo: init at 0.2.0 2021-04-22 22:49:43 +02:00
Maximilian Bosch
d18e9c5466
Merge pull request #120183 from lbpdt/fix/argo-build-info
argo: 3.0.0 -> 3.0.2
2021-04-22 22:47:50 +02:00
Felix Andreas
3b4f769f4a vala-language-server: 0.48.1 -> 0.48.2 2021-04-22 22:44:10 +02:00
Fabian Affolter
23bb006e9e python3Packages.whois: 0.9.7 -> 0.9.13 2021-04-22 22:42:22 +02:00
Maximilian Bosch
f15be18d47
Merge pull request #120159 from r-ryantm/auto-update/calc
calc: 2.12.9.1 -> 2.13.0.1
2021-04-22 22:38:24 +02:00
Maximilian Bosch
ae6d176db3
Merge pull request #120160 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.16 -> 0.32.17
2021-04-22 22:33:32 +02:00
Louis Blin
b3b984e7d4 argo: 3.0.0 -> 3.0.2
Also update build info injection, due to paths renaming in 3.0.2:
https://github.com/argoproj/argo-workflows/pull/5059
2021-04-22 21:26:30 +01:00
Denny Schäfer
7d6fb7ec3b
lychee: 0.5.0 -> 0.7.0 2021-04-22 22:25:03 +02:00
Maximilian Bosch
c3870f2bb5
Merge pull request #120202 from r-ryantm/auto-update/hugo
hugo: 0.82.0 -> 0.82.1
2021-04-22 22:23:55 +02:00
Sandro
3aae32b84f
Merge pull request #120219 from ErinvanderVeen/myxer
myxer: 1.2.0 -> 1.2.1
2021-04-22 22:15:39 +02:00
Sandro
0eaf99e357
Merge pull request #120218 from thiagokokada/clj-kondo
clj-kondo: 2021.02.13 -> 2021.03.31
2021-04-22 22:15:12 +02:00
Sandro
99d385f211
Merge pull request #120216 from thiagokokada/bump-babashka
babashka: 0.3.1 -> 0.3.5
2021-04-22 22:13:33 +02:00