Commit graph

382183 commits

Author SHA1 Message Date
Jörg Thalheim 084930fa14
Merge pull request #175577 from Mic92/terraform
terraform-providers: also include name in error messages
2022-05-31 09:44:15 +01:00
Fabian Affolter 826e642698
Merge pull request #175566 from r-ryantm/auto-update/python3.10-regenmaschine
python310Packages.regenmaschine: 2022.05.0 -> 2022.05.1
2022-05-31 10:34:20 +02:00
Jörg Thalheim b654502b2b
terraform-providers: also include name in error messages 2022-05-31 10:04:42 +02:00
Jade Lovelace 4729707e40 nix-doc: 0.5.3->0.5.4 to support nix 2.9.0
Related: https://github.com/NixOS/nixpkgs/pull/175541

Thanks Artturin for the notification.
2022-05-31 00:59:56 -07:00
Jörg Thalheim c3ffb685fe
Merge pull request #175571 from Mic92/nearcore
nearcore: 1.26.0 -> 1.26.1 [security update]
2022-05-31 08:50:29 +01:00
Jörg Thalheim 97bdb3c645
nearcore: 1.26.0 -> 1.26.1 2022-05-31 09:28:21 +02:00
Pavol Rusnak 8090df13ea
Merge pull request #175485 from prusnak/btcpayserver 2022-05-31 09:23:29 +02:00
Fabian Affolter d1b515fc09
Merge pull request #175536 from fabaff/huum
python310Packages.huum: init at 0.5.0
2022-05-31 09:12:25 +02:00
Fabian Affolter 79151a6b28
Merge pull request #175499 from fabaff/pyramid_chameleon-remove
python310Packages.pyramid_chameleon: fix compatibility with pyramid 2
2022-05-31 09:11:26 +02:00
Fabian Affolter 2df10ed1af
Merge pull request #175523 from fabaff/checkov-bump
checkov: 2.0.1174 -> 2.0.1175
2022-05-31 09:11:14 +02:00
Fabian Affolter 0c51357989
Merge pull request #175525 from fabaff/pyramid-jinja2-fix
python310Packages.pyramid_jinja2: disable failing tests
2022-05-31 09:10:58 +02:00
Fabian Affolter e0fd8a4657
Merge pull request #175531 from fabaff/pysnmplib-bump
python310Packages.pysnmplib: 5.0.15 -> 5.0.16
2022-05-31 09:10:05 +02:00
Fabian Affolter 7c2bb3cf99
Merge pull request #175532 from fabaff/nettigo-air-monitor-bump
python310Packages.nettigo-air-monitor: 1.2.4 -> 1.3.0
2022-05-31 09:09:53 +02:00
Fabian Affolter 33d5320b6f
Merge pull request #175547 from r-ryantm/auto-update/cfripper
cfripper: 1.10.0 -> 1.11.0
2022-05-31 09:09:25 +02:00
Fabian Affolter e36c288791
Merge pull request #175554 from r-ryantm/auto-update/python3.10-hatasmota
python310Packages.hatasmota: 0.5.0 -> 0.5.1
2022-05-31 09:08:27 +02:00
Fabian Affolter 5b01ed90c5
Merge pull request #175545 from dotlambda/pyhiveapi-0.5.4
python310Packages.pyhiveapi: 0.5.3 -> 0.5.4
2022-05-31 09:07:42 +02:00
Fabian Affolter 1f5c7db3c9
Merge pull request #175538 from fabaff/webtest-aiohttp-inputs
python310Packages.webtest-aiohttp: remove superflouses inputs
2022-05-31 09:06:56 +02:00
R. Ryantm 835056702e python310Packages.regenmaschine: 2022.05.0 -> 2022.05.1 2022-05-31 07:06:19 +00:00
Fabian Affolter 9d28c35062
Merge pull request #175556 from r-ryantm/auto-update/python3.10-hahomematic
python310Packages.hahomematic: 1.6.1 -> 1.6.2
2022-05-31 09:05:14 +02:00
Fabian Affolter b164b5cfb1
Merge pull request #175557 from r-ryantm/auto-update/python3.10-pex
python310Packages.pex: 2.1.90 -> 2.1.91
2022-05-31 09:04:48 +02:00
Bruno Bzeznik 376897ced3 astral: init at 5.7.1 2022-05-31 09:03:24 +02:00
Markus S. Wamser 32e26d2627 release-notes: fix typo 2022-05-31 08:53:58 +02:00
Janne Heß cfaec958cc
README: 21.11 -> 22.05
I kind of forgot that when I did the release...
2022-05-31 08:36:12 +02:00
R. Ryantm e70ebbd0bf gnome.gnome-software: 42.1 -> 42.2 2022-05-31 06:33:33 +00:00
Janne Heß ef2959e2d2
Merge pull request #175522 from helsinki-systems/fix/pyfuse3-broken
python3.pkgs.pyfuse3: fix broken mark
2022-05-31 08:11:39 +02:00
Klemens Nanni 09350ff7d4 nixos/atop: Convert log format to fix service start
Raw logs are stored in a versioned binary format and must be update with
atopconvert(1) upon atop version updates.

Failure to do so results in atop.service startup failure as I found out
the hard way after the "atop: 2.6.0 -> 2.7.1"[0] bump:
```
May 31 01:49:25 <hostname> sh[2269709]: existing file /var/log/atop/atop_20220531 has incompatible header
May 31 01:49:25 <hostname> sh[2269709]: (created by version 2.6 - current version 2.7)
May 31 01:49:25 <hostname> systemd[1]: atop.service: Main process exited, code=exited, status=7/NOTRUNNING
```

Convert logs in `ExecStartPre` and replace them iff updated.
This is to avoid changing original modification times upon every service
start and thus work against atop's log rotation (see existing
`ExecStartPre`).

0: https://github.com/NixOS/nixpkgs/pull/175180#issuecomment-1141546487
2022-05-31 07:21:01 +02:00
R. Ryantm 6abc75c940 python310Packages.pex: 2.1.90 -> 2.1.91 2022-05-31 04:28:22 +00:00
R. Ryantm 7064d75b71 python310Packages.hahomematic: 1.6.1 -> 1.6.2 2022-05-31 04:21:34 +00:00
R. Ryantm aaf94758f3 python310Packages.hatasmota: 0.5.0 -> 0.5.1 2022-05-31 04:03:43 +00:00
Sandro cac45c69ab
Merge pull request #174080 from dotlambda/hypnotix-init
hypnotix: init at 2.6
2022-05-31 03:58:41 +02:00
Anderson Torres 25511c3ed2
Merge pull request #175214 from helsinki-systems/remove/automoc4
automoc4: remove
2022-05-30 22:25:36 -03:00
R. Ryantm d10af5290b cfripper: 1.10.0 -> 1.11.0 2022-05-31 01:17:43 +00:00
Robert Schütz bd1d3d243a imagemagick: 7.1.0-35 -> 7.1.0-36 2022-05-31 01:00:23 +00:00
Robert Schütz cea2a51638 python310Packages.pyhiveapi: 0.5.3 -> 0.5.4
https://github.com/Pyhass/Pyhiveapi/releases/tag/v0.5.4
2022-05-31 00:58:18 +00:00
Artturi ef44c71d98
Merge pull request #175492 from Artturin/nixupdate9 2022-05-31 03:03:23 +03:00
Sandro 0efe875274
Merge pull request #175521 from SuperSandro2000/docker-compose_2
docker-compose_2: 2.5.1 -> 2.6.0
2022-05-31 01:46:36 +02:00
Sandro 97905532e0
Merge pull request #175528 from risicle/ris-celery-darwin-unbroken
python3Packages.celery: unmark as broken
2022-05-31 01:41:25 +02:00
Emery Hemingway 2cae94e56a ncdc: 1.22.1 -> 1.23 2022-05-30 18:23:51 -05:00
Ben Siraphob cf89d00255
Merge pull request #167634 from siraben/xedit-darwin
xedit: fix build on darwin
2022-05-30 23:19:40 +00:00
Robert Scott 67dffc3000 python3Packages.celery: unmark as broken
mistakenly marked broken due to a spurious hydra failure
2022-05-31 00:10:07 +01:00
Robert Scott 71c7efa387 python3Packages.celery: skip hydra-failing tests on darwin
these tests cause darwin hydra to hit open file limits
2022-05-31 00:10:07 +01:00
Fabian Affolter 867b76b107
Merge pull request #175508 from r-ryantm/auto-update/python3.10-huggingface-hub
python310Packages.huggingface-hub: 0.6.0 -> 0.7.0
2022-05-31 01:06:14 +02:00
Sandro f1cd554d98
Merge pull request #175530 from SuperSandro2000/ansible-lint 2022-05-31 01:02:01 +02:00
Fabian Affolter b787f238f4 python310Packages.webtest-aiohttp: remove superflouses inputs 2022-05-31 00:43:16 +02:00
Fabian Affolter 07517967de python310Packages.verboselogs: switch to pytestCheckHook 2022-05-31 00:38:10 +02:00
Fabian Affolter 113003f1a2 python310Packages.huum: init at 0.5.0 2022-05-31 00:27:19 +02:00
Fabian Affolter e9ad7e5fec
python310Packages.huggingface-hub: disable on older Python releases 2022-05-31 00:11:20 +02:00
Fabian Affolter d821958373
python310Packages.nettigo-air-monitor: remove postPatch 2022-05-30 23:58:40 +02:00
Fabian Affolter 4c8853358d python310Packages.nettigo-air-monitor: 1.2.4 -> 1.3.0 2022-05-30 23:55:17 +02:00
Sergei Trofimovich facee525a1
Merge pull request #174017 from trofi/fix-fno-common-for-netperf
netperf: pull patch pending upstream inclusion for -fno-common toolch…
2022-05-30 21:55:03 +00:00