Commit graph

292888 commits

Author SHA1 Message Date
github-actions[bot] f57b038275
Merge master into staging-next 2021-05-29 12:49:29 +00:00
Fabian Affolter dd51c8eb0e
Merge pull request #124869 from r-ryantm/auto-update/eternal-terminal
eternal-terminal: 6.1.7 -> 6.1.8
2021-05-29 14:19:31 +02:00
R. RyanTM 17f9a15b50 eternal-terminal: 6.1.7 -> 6.1.8 2021-05-29 11:27:57 +00:00
Fabian Affolter a2aac2f9ac
Merge pull request #124816 from marsam/update-ugrep
ugrep: 3.2.2 -> 3.3
2021-05-29 13:10:34 +02:00
R. RyanTM 6933d068c5 elixir: 1.12.0 -> 1.12.1 2021-05-29 19:05:07 +09:00
Jonas Chevalier 5f62445e1e
Merge pull request #123751 from yurrriq/kops_1_20
kops: 1.19.2 -> 1.20.1
2021-05-29 11:30:38 +02:00
R. RyanTM a821e14e5e
buildkite-agent: 3.29.0 -> 3.30.0 (#124837) 2021-05-29 11:27:31 +02:00
Jonas Chevalier 6cb98e2d77
Merge pull request #122737 from zimbatm/update-terraform-providers
terraform-providers: updates
2021-05-29 11:26:57 +02:00
Fabian Affolter d18c416056
Merge pull request #124015 from fabaff/bump-motioneye
python3Packages.motioneye-client: 0.3.6 -> 0.3.8
2021-05-29 10:11:18 +02:00
Vladimír Čunát d9a35ea925
Merge #123298: webkitgtk: fix on darwin 2021-05-29 09:39:03 +02:00
github-actions[bot] be573bb2d0
Merge master into staging-next 2021-05-29 07:30:05 +00:00
Sage Raflik 4d90a6bcc4 dwm: added neonfuz as maintainer 2021-05-28 22:27:49 -07:00
Sage Raflik fe8fe5edaa dwm: restored config patch interface 2021-05-28 22:27:49 -07:00
Robert Schütz 014cc9ce0a samba: 4.13.7 -> 4.14.4
fixes https://www.samba.org/samba/security/CVE-2021-20254.html
2021-05-28 22:26:23 -07:00
Martin Weinelt 77673388f5 python3Packages.SQLAlchemy: don't run tests in parallel
Test failures on hydra look suspiciously like they stem from xdist.

gw0 ok / gw1 ok / gw2 ok / gw3 ok / gw4 ok / gw5 ok / gw6 ok / gw7 ok / gw8 ok / gw9 ok / gw10 ok / gw11 ok / gw12 ok / gw13 ok / gw14 ok / gw15 ok / gw16 ok / gw17 ok / gw18 ok / gw19 C / gw20 C / gw21 C / gw22 C / gw23 C / gw24 C / gw25 C / gw26 C / gw27 C / gw28 C / gw29 C / gw30 C / gw31 C / gw32 C / gw33 C / gw34 C / gw35 C / gw36 C / gw37 C / gw38 C / gw39 C / gw40 C / gw41 C / gw42 C / gw43 C / gw44 C / gw45 C / gw46 C / gw47 CINTERNALERROR> def worker_internal_error(self, node, formatted_error):
INTERNALERROR>         """
INTERNALERROR>         pytest_internalerror() was called on the worker.
INTERNALERROR>
INTERNALERROR>         pytest_internalerror() arguments are an excinfo and an excrepr, which can't
INTERNALERROR>         be serialized, so we go with a poor man's solution of raising an exception
INTERNALERROR>         here ourselves using the formatted message.
INTERNALERROR>         """
INTERNALERROR>         self._active_nodes.remove(node)
INTERNALERROR>         try:
INTERNALERROR> >           assert False, formatted_error
INTERNALERROR> E           AssertionError: Traceback (most recent call last):
INTERNALERROR> E               File "/nix/store/4v6lhz8sq9jwl3af8abs6cgpbh9lignr-python3.8-pytest-6.2.3/lib/python3.8/site-packages/_pytest/main.py", line 267, in wrap_session
INTERNALERROR> E                 config.hook.pytest_sessionstart(session=session)
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__
INTERNALERROR> E                 return self._hookexec(self, self.get_hookimpls(), kwargs)
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec
INTERNALERROR> E                 return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda>
INTERNALERROR> E                 self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 208, in _multicall
INTERNALERROR> E                 return outcome.get_result()
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
INTERNALERROR> E                 raise ex[1].with_traceback(ex[2])
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall
INTERNALERROR> E                 res = hook_impl.function(*args)
INTERNALERROR> E               File "/build/SQLAlchemy-1.4.15/test/../lib/sqlalchemy/testing/plugin/pytestplugin.py", line 135, in pytest_sessionstart
INTERNALERROR> E                 asyncio._assume_async(plugin_base.post_begin)
INTERNALERROR> E               File "/nix/store/03hwa29jf7794x48983j44g0qvancijw-python3.8-SQLAlchemy-1.4.15/lib/python3.8/site-packages/sqlalchemy/testing/asyncio.py", line 50, in _assume_async
INTERNALERROR> E                 return _util_async_run(fn, *args, **kwargs)
INTERNALERROR> E               File "/nix/store/03hwa29jf7794x48983j44g0qvancijw-python3.8-SQLAlchemy-1.4.15/lib/python3.8/site-packages/sqlalchemy/util/_concurrency_py3k.py", line 167, in _util_async_run
INTERNALERROR> E                 loop = asyncio.get_event_loop()
INTERNALERROR> E               File "/nix/store/4s0h5aawbap3xhldxhcijvl26751qrjr-python3-3.8.9/lib/python3.8/asyncio/events.py", line 639, in get_event_loop
INTERNALERROR> E                 raise RuntimeError('There is no current event loop in thread %r.'
INTERNALERROR> E             RuntimeError: There is no current event loop in thread 'Dummy-1'.
INTERNALERROR> E           assert False
INTERNALERROR>
INTERNALERROR> /nix/store/ws9fk09ssyzhy93i8janlh274nay3190-python3.8-pytest-xdist-2.2.1/lib/python3.8/site-packages/xdist/dsession.py:187: AssertionError
[gw18] node down: Not properly terminated

replacing crashed worker gw18
[gw48] linux Python 3.8.9 cwd: /build/SQLAlchemy-1.4.15
gw0 ok / gw1 ok / gw2 ok / gw3 ok / gw4 ok / gw5 ok / gw6 ok / gw7 ok / gw8 ok / gw9 ok / gw10 ok / gw11 ok / gw12 ok / gw13 ok / gw14 ok / gw15 ok / gw16 ok / gw17 ok / gw48 C / gw19 C / gw20 C / gw21 C / gw22 C / gw23 C / gw24 C / gw25 C / gw26 C / gw27 C / gw28 C / gw29 C / gw30 C / gw31 C / gw32 C / gw33 C / gw34 C / gw35 C / gw36 C / gw37 C / gw38 C / gw39 C / gw40 C / gw41 C / gw42 C / gw43 C / gw44 C / gw45 C / gw46 C / gw47 CINTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/nix/store/4v6lhz8sq9jwl3af8abs6cgpbh9lignr-python3.8-pytest-6.2.3/lib/python3.8/site-packages/_pytest/main.py", line 269, in wrap_session
INTERNALERROR>     session.exitstatus = doit(config, session) or 0
INTERNALERROR>   File "/nix/store/4v6lhz8sq9jwl3af8abs6cgpbh9lignr-python3.8-pytest-6.2.3/lib/python3.8/site-packages/_pytest/main.py", line 323, in _main
INTERNALERROR>     config.hook.pytest_runtestloop(session=session)
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__
INTERNALERROR>     return self._hookexec(self, self.get_hookimpls(), kwargs)
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda>
INTERNALERROR>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 208, in _multicall
INTERNALERROR>     return outcome.get_result()
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
INTERNALERROR>     raise ex[1].with_traceback(ex[2])
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/nix/store/ws9fk09ssyzhy93i8janlh274nay3190-python3.8-pytest-xdist-2.2.1/lib/python3.8/site-packages/xdist/dsession.py", line 112, in pytest_runtestloop
INTERNALERROR>     self.loop_once()
INTERNALERROR>   File "/nix/store/ws9fk09ssyzhy93i8janlh274nay3190-python3.8-pytest-xdist-2.2.1/lib/python3.8/site-packages/xdist/dsession.py", line 135, in loop_once
INTERNALERROR>     call(**kwargs)
INTERNALERROR>   File "/nix/store/ws9fk09ssyzhy93i8janlh274nay3190-python3.8-pytest-xdist-2.2.1/lib/python3.8/site-packages/xdist/dsession.py", line 224, in worker_errordown
INTERNALERROR>     self._active_nodes.remove(node)
INTERNALERROR> KeyError: <WorkerController gw18>
2021-05-28 19:15:40 -07:00
Martin Weinelt 1cbd7ffb56 python3Packages.SQLAlchemy: 1.4.15 -> 1.4.16
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16
2021-05-28 19:15:40 -07:00
Sandro ade65adf14
Merge pull request #124235 from dotlambda/cssutils-2.3.0
python3Packages.cssutils: 2.2.0 -> 2.3.0
2021-05-29 04:07:52 +02:00
Fabian Affolter 25bca77c48
chaos: init at 0.1.9 (#124306)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-29 03:50:36 +02:00
astsmtl e8c8b3a760
rymcast: init at 1.0.6 (#123830)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-29 03:50:19 +02:00
github-actions[bot] 4cfefea5b2
Merge master into staging-next 2021-05-29 01:43:58 +00:00
Sandro 247b5f49fc
Merge pull request #74046 from magnetophon/quadrafuzz
quadrafuzz: init at 0.1.1
2021-05-29 03:29:36 +02:00
Sandro 2530a8bf27
Merge pull request #124819 from marsam/update-delta
gitAndTools.delta: 0.7.1 -> 0.8.0
2021-05-29 03:27:59 +02:00
Uri Baghin 48b6b8b8c6
cargo-raze: fix darwin (#124343)
* cargo-raze: fix darwin

Disable tests on darwin as they've started failing after the latest update: https://github.com/NixOS/nixpkgs/pull/119531

Example failure: https://hydra.nixos.org/build/143411545

* Update pkgs/development/tools/rust/cargo-raze/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-29 03:23:10 +02:00
Sandro 3ac24a7eb5
Merge pull request #121433 from romildo/fix.dockbarx 2021-05-29 03:22:51 +02:00
Sandro aeb4b895b4
Merge pull request #122315 from alex-eyre/add-scli
scli: init at 0.6.1
2021-05-29 03:17:01 +02:00
Sandro 5b09565ffc
Merge pull request #124239 from suhr/helio
helio-workstation: 3.4 -> 3.6
2021-05-29 03:16:30 +02:00
Sandro 056ad5939b
Merge pull request #124109 from peterhoeg/u/tellico_341
tellico: 3.4 -> 3.4.1
2021-05-29 03:10:52 +02:00
Dominik Xaver Hörl b7630d5591 rl-2105: mention linux_latest and potential zfs issues 2021-05-28 18:10:43 -07:00
Dominik Xaver Hörl 4d3b47a614 linuxPackages_latest: update to 5.12 2021-05-28 18:10:43 -07:00
Sandro 12bf099c64
Merge pull request #124065 from magnetophon/bjumblr
bjumblr: 1.4.2 -> 1.6.6
2021-05-29 03:03:40 +02:00
Dmitry Kalinkin d26d1125cb
Merge pull request #124335 from zhaofengli/xpra-nvenc
xpra: Add NVENC support
2021-05-28 21:02:22 -04:00
Sandro 7328b365b5
Merge pull request #124381 from dotlambda/spotdl-3.6.0
spotdl: 3.5.2 -> 3.6.1
2021-05-29 03:00:52 +02:00
Sandro d3bc4f9f9a
Merge pull request #124584 from romildo/upd.nordic-polar 2021-05-29 03:00:19 +02:00
Mario Rodas cca0e586a3
Merge pull request #124573 from rgrinberg/ocamlformat-18
Add ocamlformat_18_0 as a toplevel alias
2021-05-28 19:58:03 -05:00
Sandro c95522aac2
Merge pull request #124685 from greaka/patch-1
terraria-server: 1.4.2.2 -> 1.4.2.3
2021-05-29 02:57:53 +02:00
Sandro 93e5db076a
Merge pull request #124766 from danieldk/softmaker-office-1032
softmaker-office: 1030 -> 1032
2021-05-29 02:52:25 +02:00
Sandro 2272e23b65
Merge pull request #124784 from mdlayher/mdl-corerad
corerad: 0.3.0 -> 0.3.1
2021-05-29 02:52:08 +02:00
Sandro b484394022
Merge pull request #124792 from dywedir/b3sum
b3sum: 0.3.7 -> 0.3.8
2021-05-29 02:48:32 +02:00
superherointj b011e1f810
virt-manager: fix missing cdrtools (#124408)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-29 02:46:48 +02:00
Niklas Hambüchen d344dccf3d nixos/wireguard: Remove .path systemd unit for privkey. Fixes #123203
As per `man systemd.path`:

> When a service unit triggered by a path unit terminates
> (regardless whether it exited successfully or failed),
> monitored paths are checked immediately again,
> **and the service accordingly restarted instantly**.

Thus the existence of the path unit made it impossible to stop the
wireguard service using e.g.

    systemctl stop wireguard-wg0.service

Systemd path units are not intended for program inputs such
as private key files.
This commit simply removes this usage; the private key is still
generated by the `generateKeyServiceUnit`.
2021-05-28 17:44:19 -07:00
Zhaofeng Li 80e86f8871 xpra: Add NVENC support 2021-05-28 17:43:20 -07:00
talyz cb80b67993 nixos/discourse: Assert deployed PostgreSQL version
Assert that the PostgreSQL version being deployed is the one used
upstream. Allow the user to override this assertion, since it's not
always possible or preferable to use the recommended one.
2021-05-28 17:43:02 -07:00
Ryan Mulligan 2dec0de3c0 nixos/discourse: Add rsync dependency
It is used for backup importing.
2021-05-28 17:43:02 -07:00
talyz 1f6b48be74 discourse: 2.6.5 -> 2.7.0 2021-05-28 17:43:02 -07:00
Sandro 8283538f0f
Merge pull request #124426 from nichtsfrei/master 2021-05-29 02:31:33 +02:00
Sandro d30560c25b
Merge pull request #124200 from Pacman99/matrix-apps-pname 2021-05-29 02:30:08 +02:00
Sandro 3e69f71e77
Merge pull request #124539 from legendofmiracles/rpg
rpg-cli: init at 0.2.0
2021-05-29 02:29:27 +02:00
R. RyanTM 8ed2973cb1 erlangR24: 24.0 -> 24.0.1 2021-05-29 09:27:25 +09:00
Sandro 3b87c94c61
Merge pull request #122958 from olebedev/add-bkyml-python-package 2021-05-29 02:23:53 +02:00
Sandro d624325e81
Merge pull request #124808 from ambroisie/add-markdownlint-cli
markdownlint-cli: init at 0.27.1
2021-05-29 02:09:49 +02:00