2022-11-25T05:18:42 awscli2 2.9.0 -> 2.9.1 https://repology.org/metapackage/awscli2/versions 2022-11-25T05:18:44 attrpath: awscli2 2022-11-25T05:18:44 Checking auto update branch... 2022-11-25T05:18:47 [version] 2022-11-25T05:18:47 [version] generic version rewriter does not support multiple hashes 2022-11-25T05:18:47 [rustCrateVersion] 2022-11-25T05:18:47 [rustCrateVersion] No cargoSha256 found 2022-11-25T05:18:47 [golangModuleVersion] 2022-11-25T05:18:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T05:18:47 [updateScript] 2022-11-25T05:18:58 [updateScript] Success 2022-11-25T05:18:58 [updateScript] this derivation will be built: /nix/store/fginb3898hwrynn0zkav7fjjbnna3gds-packages.json.drv these 2 paths will be fetched (0.89 MiB download, 3.69 MiB unpacked): /nix/store/787n6rzlpi0djix2ngw6hkzyz0iplc8g-nix-update-0.9.0 /nix/store/84pbbcim7m7i09f8yrgr315zgv0yhlxf-nixpkgs-fmt-1.3.0 copying path '/nix/store/84pbbcim7m7i09f8yrgr315zgv0yhlxf-nixpkgs-fmt-1.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/787n6rzlpi0djix2ngw6hkzyz0iplc8g-nix-update-0.9.0' from 'https://cache.nixos.org'... building '/nix/store/fginb3898hwrynn0zkav7fjjbnna3gds-packages.json.drv'... Going to be running update for following packages: - awscli2-2.9.0 Press Enter key to continue... Running update for: - awscli2-2.9.0: UPDATING ... - awscli2-2.9.0: DONE. Packages updated! 2022-11-25T05:18:58 2022-11-25T05:18:58 [quotedUrls] 2022-11-25T05:18:59 [quotedUrls] nothing found to replace 2022-11-25T05:18:59 Diff after rewrites: diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix index 463063e6a66..67c366823d2 100644 --- a/pkgs/tools/admin/awscli2/default.nix +++ b/pkgs/tools/admin/awscli2/default.nix @@ -34,14 +34,14 @@ let in with py.pkgs; buildPythonApplication rec { pname = "awscli2"; - version = "2.9.0"; # N.B: if you change this, check if overrides are still up-to-date + version = "2.9.1"; # N.B: if you change this, check if overrides are still up-to-date format = "pyproject"; src = fetchFromGitHub { owner = "aws"; repo = "aws-cli"; rev = version; - sha256 = "sha256-kPMoGOn6ws4DjA9fR9gci7vHPIqOSsgMXa1wCiwN8yU="; + sha256 = "sha256-VK/82U+yb1KuIaAm9XuSZF55zIxvsYcIfNqVrzC6FOs="; }; nativeBuildInputs = [ 2022-11-25T05:20:28 No auto update branch exists 2022-11-25T05:37:11 Successfully finished processing 2022-11-25T05:37:11 cachix "/nix/store/967gyf9wpcdqmzsgbf03ls46sifygllb-awscli2-2.9.1" 2022-11-25T05:37:30 [check][nixpkgs-review] 2022-11-25T05:42:45 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
2022-11-25T05:42:48 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for awscli2 is: "Unified tool to manage your AWS services" meta.homepage for awscli2 is: "https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html" meta.changelog for awscli2 is: "https://github.com/aws/aws-cli/blob/2.9.1/CHANGELOG.rst" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/aws/aws-cli/compare/2.9.0...2.9.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.9.1 with grep in /nix/store/967gyf9wpcdqmzsgbf03ls46sifygllb-awscli2-2.9.1 - found 2.9.1 in filename of file in /nix/store/967gyf9wpcdqmzsgbf03ls46sifygllb-awscli2-2.9.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath awscli2 liquidsoap ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/967gyf9wpcdqmzsgbf03ls46sifygllb-awscli2-2.9.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A awscli2 https://github.com/r-ryantm/nixpkgs/archive/c0bb658d6093cf307a95263f23cdcac3fe09f8c2.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/967gyf9wpcdqmzsgbf03ls46sifygllb-awscli2-2.9.1 ls -la /nix/store/967gyf9wpcdqmzsgbf03ls46sifygllb-awscli2-2.9.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @bhipple @davegallant @bryanasdev000 @devusb @anthonyroussel for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-11-25T05:42:50 https://api.github.com/repos/NixOS/nixpkgs/pulls/202777 2022-11-25T06:13:00 awscli2 2.9.0 -> 2.9.1 https://repology.org/metapackage/awscli2/versions 2022-11-25T06:13:02 attrpath: awscli2 2022-11-25T06:13:02 Checking auto update branch... 2022-11-25T06:13:06 [version] 2022-11-25T06:13:06 [version] generic version rewriter does not support multiple hashes 2022-11-25T06:13:06 [rustCrateVersion] 2022-11-25T06:13:06 [rustCrateVersion] No cargoSha256 found 2022-11-25T06:13:06 [golangModuleVersion] 2022-11-25T06:13:06 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T06:13:06 [updateScript] 2022-11-25T06:13:18 [updateScript] Success 2022-11-25T06:13:18 [updateScript] Going to be running update for following packages: - awscli2-2.9.0 Press Enter key to continue... Running update for: - awscli2-2.9.0: UPDATING ... - awscli2-2.9.0: DONE. Packages updated! 2022-11-25T06:13:18 2022-11-25T06:13:18 [quotedUrls] 2022-11-25T06:13:18 [quotedUrls] nothing found to replace 2022-11-25T06:13:18 Diff after rewrites: diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix index 463063e6a66..67c366823d2 100644 --- a/pkgs/tools/admin/awscli2/default.nix +++ b/pkgs/tools/admin/awscli2/default.nix @@ -34,14 +34,14 @@ let in with py.pkgs; buildPythonApplication rec { pname = "awscli2"; - version = "2.9.0"; # N.B: if you change this, check if overrides are still up-to-date + version = "2.9.1"; # N.B: if you change this, check if overrides are still up-to-date format = "pyproject"; src = fetchFromGitHub { owner = "aws"; repo = "aws-cli"; rev = version; - sha256 = "sha256-kPMoGOn6ws4DjA9fR9gci7vHPIqOSsgMXa1wCiwN8yU="; + sha256 = "sha256-VK/82U+yb1KuIaAm9XuSZF55zIxvsYcIfNqVrzC6FOs="; }; nativeBuildInputs = [ 2022-11-25T06:14:46 An auto update branch exists with message `awscli2: 2.9.0 -> 2.9.1`. New version is 2.9.1. 2022-11-25T06:14:46 An auto update branch exists with an equal or greater version 2022-11-25T16:17:13 awscli2 0 -> 1 2022-11-25T16:17:16 attrpath: awscli2 2022-11-25T16:17:16 Checking auto update branch... 2022-11-25T16:17:19 [version] 2022-11-25T16:17:19 [version] generic version rewriter does not support multiple hashes 2022-11-25T16:17:19 [rustCrateVersion] 2022-11-25T16:17:19 [rustCrateVersion] No cargoSha256 found 2022-11-25T16:17:19 [golangModuleVersion] 2022-11-25T16:17:19 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T16:17:19 [updateScript] 2022-11-25T16:17:31 [updateScript] Success 2022-11-25T16:17:31 [updateScript] Going to be running update for following packages: - awscli2-2.9.0 Press Enter key to continue... Running update for: - awscli2-2.9.0: UPDATING ... - awscli2-2.9.0: DONE. Packages updated! 2022-11-25T16:17:31 2022-11-25T16:17:31 [quotedUrls] 2022-11-25T16:17:31 [quotedUrls] nothing found to replace 2022-11-25T16:17:31 Diff after rewrites: diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix index 463063e6a66..67c366823d2 100644 --- a/pkgs/tools/admin/awscli2/default.nix +++ b/pkgs/tools/admin/awscli2/default.nix @@ -34,14 +34,14 @@ let in with py.pkgs; buildPythonApplication rec { pname = "awscli2"; - version = "2.9.0"; # N.B: if you change this, check if overrides are still up-to-date + version = "2.9.1"; # N.B: if you change this, check if overrides are still up-to-date format = "pyproject"; src = fetchFromGitHub { owner = "aws"; repo = "aws-cli"; rev = version; - sha256 = "sha256-kPMoGOn6ws4DjA9fR9gci7vHPIqOSsgMXa1wCiwN8yU="; + sha256 = "sha256-VK/82U+yb1KuIaAm9XuSZF55zIxvsYcIfNqVrzC6FOs="; }; nativeBuildInputs = [ 2022-11-25T16:19:01 An auto update branch exists with message `awscli2: 2.9.0 -> 2.9.1`. New version is 2.9.1. 2022-11-25T16:19:01 An auto update branch exists with an equal or greater version