Commit Graph

10 Commits

Author SHA1 Message Date
Gaetan Lepage
49fb31ed79 awscli: cleanup 2026-03-20 21:12:26 +00:00
Martin Weinelt
eff194da6b awscli: 1.42.18 -> 1.44.21
https://github.com/aws/aws-cli/blob/1.44.21/CHANGELOG.rst
2026-02-01 17:40:56 +01:00
Robert Schütz
238f4f85a3 awscli: 1.42.4 -> 1.42.18
Diff: https://github.com/aws/aws-cli/compare/1.42.4...1.42.18

Changelog: https://github.com/aws/aws-cli/blob/1.42.18/CHANGELOG.rst
2025-09-05 21:10:56 -07:00
Martin Weinelt
a55d4a1f66 awscli: 1.40.31 -> 1.42.4
https://github.com/aws/aws-cli/blob/1.42.4/CHANGELOG.rst
2025-08-09 19:04:59 +02:00
Robert Schütz
b888d56b4c awscli: 1.40.8 -> 1.40.31
Diff: https://github.com/aws/aws-cli/compare/refs/tags/1.40.8...refs/tags/1.40.31

Changelog: https://github.com/aws/aws-cli/blob/1.40.31/CHANGELOG.rst
2025-06-09 11:14:02 -07:00
Robert Schütz
2629493ac3 awscli: 1.37.21 -> 1.40.8
Diff: https://github.com/aws/aws-cli/compare/refs/tags/1.37.21...refs/tags/1.40.8

Changelog: https://github.com/aws/aws-cli/blob/1.40.8/CHANGELOG.rst
2025-05-23 08:37:41 -07:00
Nick Cao
06deeb63dc awscli: 1.36.40 -> 1.37.21
Changelog: https://github.com/aws/aws-cli/blob/1.37.21/CHANGELOG.rst
2025-02-15 15:09:54 -05:00
Martin Weinelt
b71c922acc awscli: 1.34.30 -> 1.36.40
https://github.com/aws/aws-cli/blob/1.36.40/CHANGELOG.rst
2025-01-27 10:54:51 +01:00
Silvan Mosberger
84d4f874c2 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 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00