nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

python310Packages.awscrt: 0.13.14 -> 0.14.0

Open r-ryantm opened this issue 1 year ago • 1 comments

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python310Packages.awscrt is: "Python bindings for the AWS Common Runtime"

meta.homepage for python310Packages.awscrt is: "https://github.com/awslabs/aws-crt-python"

meta.changelog for python310Packages.awscrt is: ""

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • Warning: a test defined in passthru.tests did not pass
  • found 0.14.0 with grep in /nix/store/36icr3z0hg811lp27x5sjmy0c2k8a099-python3.10-awscrt-0.14.0
  • found 0.14.0 in filename of file in /nix/store/36icr3z0hg811lp27x5sjmy0c2k8a099-python3.10-awscrt-0.14.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath
python310Packages.awscrt
python39Packages.awscrt
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/36icr3z0hg811lp27x5sjmy0c2k8a099-python3.10-awscrt-0.14.0 \
  --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 python310Packages.awscrt https://github.com/r-ryantm/nixpkgs/archive/8871fbf2a80f48f90df72376f4d40197853d125e.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/36icr3z0hg811lp27x5sjmy0c2k8a099-python3.10-awscrt-0.14.0
ls -la /nix/store/36icr3z0hg811lp27x5sjmy0c2k8a099-python3.10-awscrt-0.14.0/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

2 packages built:
  • python310Packages.awscrt
  • python39Packages.awscrt

Maintainer pings

cc @davegallant for testing.

r-ryantm avatar Aug 13 '22 01:08 r-ryantm

Result of nixpkgs-review pr 186366 run on x86_64-darwin 1

2 packages built:
  • python310Packages.awscrt
  • python39Packages.awscrt

viraptor avatar Aug 13 '22 05:08 viraptor