Weijia Wang
486baa8aff
libks: 2.0.7 -> 2.0.8
2025-11-03 22:11:11 +01:00
Fabian Affolter and GitHub
46c9f1f9c2
python3Packages.typst: 0.13.7 -> 0.14.1 ( #457936 )
2025-11-03 19:44:12 +00:00
Adam C. Stephens and GitHub
c5a082fda0
forgejo-runner: mark broken on darwin ( #458207 )
2025-11-03 19:39:13 +00:00
dotlambda and GitHub
5c1b1ce694
immich: 2.2.1 -> 2.2.2 ( #458160 )
2025-11-03 19:26:14 +00:00
dotlambda and GitHub
1f21c54fe0
udisks: modernize, udisks2: turn into alias ( #456869 )
2025-11-03 19:25:37 +00:00
dotlambda and GitHub
080bfb263d
python3Packages.flake8-deprecated: 2.2.1 -> 2.3.0 ( #457683 )
2025-11-03 19:24:21 +00:00
dotlambda and GitHub
bdd970e336
home-assistant: support libre_hardware_monitor component ( #457978 )
2025-11-03 19:23:23 +00:00
dotlambda and GitHub
0162f171bb
arguments: fix build with cmake4 ( #458199 )
2025-11-03 19:22:10 +00:00
Martin Weinelt and GitHub
556163b83a
python3Packages.psycopg: disable flaky test ( #457590 )
2025-11-03 19:16:40 +00:00
Felix Bargfeldt and GitHub
b98f7d498d
sigsum: 0.11.2 -> 0.12.0 ( #458198 )
2025-11-03 19:16:14 +00:00
Martin Weinelt
eb57af1c25
forgejo-runner: mark broken on darwin
...
The tests currently fail to execute on darwin, which may indicate a
sandboxing issue. Likely needs someone to care for forgejo ci/cd on
darwin.
2025-11-03 20:14:09 +01:00
nixpkgs-ci[bot] and GitHub
d0de519c37
openhue-cli: 0.20 -> 0.21 ( #457983 )
2025-11-03 19:13:02 +00:00
Rafael Ieda
ceaf58465f
arguments: fix build with cmake4
2025-11-03 15:59:32 -03:00
R. Ryantm
5fc8325608
sigsum: 0.11.2 -> 0.12.0
2025-11-03 18:49:32 +00:00
dotlambda and GitHub
93fd89651f
python3Packages.python-jsonpath: fix src fetching ( #458145 )
2025-11-03 18:38:41 +00:00
Wolfgang Walther and GitHub
d9d44f842f
ci/github-script/bot: fix infinite labeling cycle ( #458184 )
2025-11-03 18:32:38 +00:00
Wolfgang Walther
c768b4243e
ci/github-script/bot: fix infinite labeling cycle
...
When we recently refactored the code to use the maintainer map for
related labels, we made a mistake: When a PR has no packages with
maintainers returned from eval, the label would internally be set to `0`
instead of `false`.
The code would then go on compare the before and after labels with
strict equality - and assume a difference, because `0 !== false`. Thus,
it seemed like new labels needed to be set, so the PUT request was
actually sent. Of course, the labels were actually the same - when
filtering the labels to be set, the `0` would also be treated as falsy,
so the label would not be set. This would result in no visible change in
the PR, but internall GitHub would replace the `updated_at` timestamp
for that PR - after all we replaced all labels.
Repeatedly updating *all* PRs we're looking at quickly causes problems,
because we are going to look at the same PRs *again* in the next cycle -
essentially causing infinite recursion. The bot became slower and slower
over time, because it had to process more and more PRs each run.
Simply casting this to a proper Boolean, should get us out of the mess
soon.
2025-11-03 19:28:43 +01:00
Robert Schütz
d090b2662e
python3Packages.python-jsonpath: fix src fetching
2025-11-03 10:13:17 -08:00
Marcus Ramberg and GitHub
7aeb722dae
papermc: 1.21.9-41 -> 1.21.10-91 ( #454822 )
2025-11-03 18:12:59 +00:00
nixpkgs-ci[bot] and GitHub
d46ad151fb
compose2nix: 0.3.2 -> 0.3.3 ( #458128 )
2025-11-03 18:09:39 +00:00
Jörg Thalheim and GitHub
471fffe199
nixos/facter: add virtualization and firmware support ( #456698 )
2025-11-03 17:59:50 +00:00
dotlambda and GitHub
56dec699a2
nextcloud-notify_push: 1.2.0 -> 1.2.1 ( #458101 )
2025-11-03 17:43:20 +00:00
Matteo Pacini and GitHub
067733cd6e
openlist: 4.1.5 -> 4.1.6 ( #458130 )
2025-11-03 17:41:27 +00:00
nixpkgs-ci[bot] and GitHub
1cddf2c92f
python3Packages.petsc4py: 3.24.0 -> 3.24.1 ( #457994 )
2025-11-03 17:39:28 +00:00
tomberek and GitHub
7cdcf55292
parallel: 20250822 -> 20251022 ( #445566 )
2025-11-03 12:33:12 -05:00
dotlambda and GitHub
6af23185af
arkenfox-userjs: 140.0 -> 140.1 ( #457961 )
2025-11-03 17:25:57 +00:00
Fabian Affolter and GitHub
ce6168d858
python313Packages.typst: modernize
2025-11-03 18:10:25 +01:00
dotlambda and GitHub
087b21a309
python3Packages.eheimdigital: 1.3.2 -> 1.4.0 ( #458159 )
2025-11-03 17:10:16 +00:00
Fabian Affolter and GitHub
2663c5071b
python3Packages.certipy-ad: relax dependency on dnspython ( #457931 )
2025-11-03 17:09:30 +00:00
Fabian Affolter and GitHub
2f40ddb1a5
python3Packages.nats-py: 2.11.0 -> 2.12.0 ( #457829 )
2025-11-03 17:06:49 +00:00
Robert Schütz
d1592595e2
python3Packages.eheimdigital: 1.3.2 -> 1.4.0
...
Diff: https://codeberg.org/autinerd/eheimdigital/compare/1.3.2...1.4.0
Changelog: https://codeberg.org/autinerd/eheimdigital/releases/tag/1.4.0
2025-11-03 09:02:38 -08:00
Robert Schütz
04d40bd838
immich: 2.2.1 -> 2.2.2
...
Diff: https://github.com/immich-app/immich/compare/v2.2.1...v2.2.2
Changelog: https://github.com/immich-app/immich/releases/tag/v2.2.2
2025-11-03 08:55:07 -08:00
Yohann Boniface and GitHub
c27eab6a20
_3llo: migrate to by-name ( #458139 )
2025-11-03 16:54:13 +00:00
Yohann Boniface and GitHub
2cda5682de
maintainers: drop thammers ( #457293 )
2025-11-03 16:51:42 +00:00
Philip Taron and GitHub
d920659ba3
tpm2-abrmd,tpm2-tss,tpm2-tools,tpm2-pytss: Add scottstephens to maintainers ( #452305 )
2025-11-03 16:49:29 +00:00
dotlambda and GitHub
1eb6b90488
python3Packages.python-open-router: 0.3.1 -> 0.3.2 ( #458149 )
2025-11-03 16:45:23 +00:00
dotlambda and GitHub
da1c38701a
python3Packages.reolink-aio: 0.16.2 -> 0.16.3 ( #458152 )
2025-11-03 16:45:19 +00:00
Robert Schütz
6b5c92e273
python3Packages.reolink-aio: 0.16.2 -> 0.16.3
...
Diff: https://github.com/starkillerOG/reolink_aio/compare/0.16.2...0.16.3
Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.16.3
2025-11-03 08:38:30 -08:00
Robert Schütz
6d97f3cf4a
python3Packages.python-open-router: 0.3.1 -> 0.3.2
...
Diff: https://github.com/joostlek/python-open-router/compare/v0.3.1...v0.3.2
Changelog: https://github.com/joostlek/python-open-router/releases/tag/v0.3.2
2025-11-03 08:32:56 -08:00
Thomas Gerbet and GitHub
a070008e7b
yara-x: 1.8.1 -> 1.9.0 ( #458109 )
2025-11-03 16:13:46 +00:00
Weijia Wang and GitHub
10b52c2f94
python3Packages.scooby: 0.10.2 -> 0.11.0 ( #457750 )
2025-11-03 16:07:15 +00:00
Weijia Wang and GitHub
dd3b146a41
python3Packages.pyngrok: 7.4.0 -> 7.4.1 ( #455369 )
2025-11-03 15:53:40 +00:00
Weijia Wang and GitHub
b32e4859a8
rectangle: 0.91 -> 0.92 ( #458065 )
2025-11-03 15:52:17 +00:00
Guy Chronister
4af54f4491
_3llo: fix formatting, qualify lib section
2025-11-03 09:50:44 -06:00
Connor Baker and GitHub
d8b4cf69be
python3Packages.bitsandbytes: add missing CUDA include outputs ( #457870 )
2025-11-03 15:50:42 +00:00
StepBroBD and GitHub
45b3123ad8
ocamlPackages.directories: 0.6 -> 0.7 ( #458098 )
2025-11-03 15:50:38 +00:00
Weijia Wang and GitHub
932ae59223
unrar: 7.1.10 -> 7.2.1 ( #458136 )
2025-11-03 15:49:05 +00:00
Dmitry Kalinkin and GitHub
3326e72b7e
yoda: 2.1.0 -> 2.1.2 ( #457982 )
2025-11-03 15:44:08 +00:00
Benjamin Staffin and GitHub
7dee4d6f20
hddfancontrol: 2.0.5 -> 2.0.6 ( #457997 )
2025-11-03 15:41:52 +00:00
redianthus
f3eb29e4be
ocamlPackages.directories: 0.6 -> 0.7
2025-11-03 16:38:14 +01:00