2022-11-03T04:22:28 awscli2 0 -> 1 2022-11-03T04:22:30 attrpath: awscli2 2022-11-03T04:22:30 Checking auto update branch... 2022-11-03T04:22:34 [version] 2022-11-03T04:22:34 [version] generic version rewriter does not support multiple hashes 2022-11-03T04:22:34 [rustCrateVersion] 2022-11-03T04:22:34 [rustCrateVersion] No cargoSha256 found 2022-11-03T04:22:34 [golangModuleVersion] 2022-11-03T04:22:34 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-03T04:22:34 [updateScript] 2022-11-03T04:22:45 [updateScript] Success 2022-11-03T04:22:45 [updateScript] this derivation will be built: /nix/store/sha3f3l72y4hby2srzkgfk54q07qba2h-packages.json.drv building '/nix/store/sha3f3l72y4hby2srzkgfk54q07qba2h-packages.json.drv'... Going to be running update for following packages: - awscli2-2.8.7 Press Enter key to continue... Running update for: - awscli2-2.8.7: UPDATING ... - awscli2-2.8.7: DONE. Packages updated! 2022-11-03T04:22:45 2022-11-03T04:22:45 [quotedUrls] 2022-11-03T04:22:45 [quotedUrls] nothing found to replace 2022-11-03T04:22:45 Diff after rewrites: diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix index 0aedc30da23..f9914483dc9 100644 --- a/pkgs/tools/admin/awscli2/default.nix +++ b/pkgs/tools/admin/awscli2/default.nix @@ -32,14 +32,14 @@ let in with py.pkgs; buildPythonApplication rec { pname = "awscli2"; - version = "2.8.7"; # N.B: if you change this, check if overrides are still up-to-date + version = "2.8.8"; # 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-AFVIHDWgBuM9aGFY7sEvoU6NmSBYQa/dXgz/qW/3rUY="; + sha256 = "sha256-F8FqsLh+KU6YR1BsE1+UPOsLkr7ie10kXCYJS0DfDCQ="; }; nativeBuildInputs = [ 2022-11-03T04:24:19 No auto update branch exists 2022-11-03T04:43:25 Successfully finished processing 2022-11-03T04:43:25 cachix "/nix/store/zfbsrsdz8m7kfyszxcsaqll82rgb623n-awscli2-2.8.8" 2022-11-03T04:43:34 [check][nixpkgs-review] 2022-11-03T04:48:46 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
2022-11-03T04:48:49 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.8.8/CHANGELOG.rst" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/aws/aws-cli/compare/2.8.7...2.8.8) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.8.8 with grep in /nix/store/zfbsrsdz8m7kfyszxcsaqll82rgb623n-awscli2-2.8.8 - found 2.8.8 in filename of file in /nix/store/zfbsrsdz8m7kfyszxcsaqll82rgb623n-awscli2-2.8.8 ---
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/zfbsrsdz8m7kfyszxcsaqll82rgb623n-awscli2-2.8.8 \ --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/feafff86f828acb5424a295e95b9d6454a915bad.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/zfbsrsdz8m7kfyszxcsaqll82rgb623n-awscli2-2.8.8 ls -la /nix/store/zfbsrsdz8m7kfyszxcsaqll82rgb623n-awscli2-2.8.8/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-03T04:48:50 https://api.github.com/repos/NixOS/nixpkgs/pulls/199301 2022-11-03T23:07:41 awscli2 2.8.7 -> 2.8.8 https://repology.org/metapackage/awscli2/versions 2022-11-03T23:07:43 attrpath: awscli2 2022-11-03T23:07:43 Checking auto update branch... 2022-11-03T23:07:47 [version] 2022-11-03T23:07:47 [version] generic version rewriter does not support multiple hashes 2022-11-03T23:07:47 [rustCrateVersion] 2022-11-03T23:07:47 [rustCrateVersion] No cargoSha256 found 2022-11-03T23:07:47 [golangModuleVersion] 2022-11-03T23:07:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-03T23:07:47 [updateScript] 2022-11-03T23:07:55 [updateScript] Success 2022-11-03T23:07:55 [updateScript] this derivation will be built: /nix/store/rzhh5h2w6skqya2nnm7m0g4ijnnl38wd-packages.json.drv building '/nix/store/rzhh5h2w6skqya2nnm7m0g4ijnnl38wd-packages.json.drv'... Going to be running update for following packages: - awscli2-2.8.8 Press Enter key to continue... Running update for: - awscli2-2.8.8: UPDATING ... - awscli2-2.8.8: DONE. Packages updated! 2022-11-03T23:07:55 2022-11-03T23:07:55 [quotedUrls] 2022-11-03T23:07:56 [quotedUrls] nothing found to replace 2022-11-03T23:07:56 Diff after rewrites: diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix index f9914483dc9..968fdda42c7 100644 --- a/pkgs/tools/admin/awscli2/default.nix +++ b/pkgs/tools/admin/awscli2/default.nix @@ -32,14 +32,14 @@ let in with py.pkgs; buildPythonApplication rec { pname = "awscli2"; - version = "2.8.8"; # N.B: if you change this, check if overrides are still up-to-date + version = "1.27.2"; # 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-F8FqsLh+KU6YR1BsE1+UPOsLkr7ie10kXCYJS0DfDCQ="; + sha256 = "sha256-fxeVw92Q/0UGdZarb6NQD2hM5kBd3r3jtSHDbYbjJIs="; }; nativeBuildInputs = [ 2022-11-03T23:09:29 No auto update branch exists 2022-11-03T23:09:41 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A awscli2 nix build failed. adding 'awscli/topics/config-vars.rst' adding 'awscli/topics/return-codes.rst' adding 'awscli/topics/s3-config.rst' adding 'awscli/topics/s3-faq.rst' adding 'awscli/topics/topic-tags.json' adding 'awscli-1.27.2.data/scripts/aws' adding 'awscli-1.27.2.data/scripts/aws.cmd' adding 'awscli-1.27.2.data/scripts/aws_bash_completer' adding 'awscli-1.27.2.data/scripts/aws_completer' adding 'awscli-1.27.2.data/scripts/aws_zsh_completer.sh' adding 'awscli-1.27.2.dist-info/LICENSE.txt' adding 'awscli-1.27.2.dist-info/METADATA' adding 'awscli-1.27.2.dist-info/WHEEL' adding 'awscli-1.27.2.dist-info/top_level.txt' adding 'awscli-1.27.2.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for awscli (pyproject.toml) ... [?25l[?25hdone Created wheel for awscli: filename=awscli-1.27.2-py3-none-any.whl size=3938587 sha256=c81bd948ce684bac5d7bb59bcc1dc108ee4c5c9634adaa060373e914994a7aa4 Stored in directory: /build/pip-ephem-wheel-cache-8ts_5hxh/wheels/79/4b/9b/fc24941d75fdb959a71ee80195b2c89d6ae9389f9f0f80fb22 Successfully built awscli Finished creating a wheel... Finished executing pipBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./awscli-1.27.2-py3-none-any.whl ERROR: Could not find a version that satisfies the requirement docutils<0.17,>=0.10 (from awscli) (from versions: none) ERROR: No matching distribution found for docutils<0.17,>=0.10