Commit Graph

12 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Martin Weinelt
3d12611232
python312Packages.typer: include standard optional
Typer specifies the standard optional-dependencies package list, but then
due to internal tooling includes it by default in Require-Dist.

https://github.com/tiangolo/typer/blob/0.12.3/pyproject.toml#L71-L72

This is in line with changes that happened in typer 0.12.1

https://github.com/tiangolo/typer/releases/tag/0.12.1
2024-07-18 18:54:10 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Fabian Affolter
ad99b8322c audiness: 0.4.0 -> 0.5.0
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.4.0...0.5.0

Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.5.0
2024-05-31 11:55:27 +02:00
Fabian Affolter
9c3e9cb216 audiness: 0.3.2 -> 0.4.0
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.3.2...0.4.0

Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.4.0
2024-04-29 08:48:20 +02:00
Fabian Affolter
3674a336f6 audiness: format with nixfmt 2024-04-12 09:32:42 +02:00
Fabian Affolter
851c6dbee0 audiness: 0.3.1 -> 0.3.2
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.3.1...0.3.2

Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.3.2
2024-04-12 09:32:16 +02:00
Fabian Affolter
3170cbaec4 audiness: refactor 2024-04-12 09:30:33 +02:00
R. Ryantm
1a1b00ca7a audiness: 0.3.0 -> 0.3.1 2024-03-09 20:43:19 +00:00
Fabian Affolter
7f222991f5 audiness: 0.2.1 -> 0.3.0
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.2.1...0.3.0

Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.3.0
2024-03-06 00:07:41 +01:00
Fabian Affolter
36a212c849 audiness: 0.2.0 -> 0.2.1
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.2.0...0.2.1

Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.2.1
2024-03-05 21:01:07 +01:00
Fabian Affolter
ffb8732458 audiness: init at 0.2.0
CLI tool to interact with Tenable's Nessus

https://github.com/audiusGmbH/audiness
2024-03-04 12:01:17 +01:00