Skip to content

python3Packages: update boto and fsspec ecosystem#382202

Merged
NickCao merged 10 commits intoNixOS:stagingfrom
NickCao:boto
Mar 1, 2025
Merged

python3Packages: update boto and fsspec ecosystem#382202
NickCao merged 10 commits intoNixOS:stagingfrom
NickCao:boto

Conversation

@NickCao
Copy link
Member

@NickCao NickCao commented Feb 15, 2025

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Feb 15, 2025
@NickCao
Copy link
Member Author

NickCao commented Feb 15, 2025

Contains #378522, #382172, and part of #382057

@github-actions github-actions bot added 10.rebuild-darwin: 2501-5000 This PR causes many rebuilds on Darwin and should target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. labels Feb 15, 2025
@NickCao NickCao marked this pull request as draft February 15, 2025 15:25
@NickCao
Copy link
Member Author

NickCao commented Feb 15, 2025

Waiting for #382057 to reach staging.

NickCao and others added 10 commits February 15, 2025 15:09
@NickCao NickCao marked this pull request as ready for review February 15, 2025 20:13
@NickCao NickCao merged commit 4e84632 into NixOS:staging Mar 1, 2025
39 checks passed
@NickCao NickCao deleted the boto branch March 1, 2025 20:11
@vcunat
Copy link
Member

vcunat commented Mar 11, 2025

.boto3 update broke python3Packages.karton-core because of CERT-Polska/karton#270
/cc maintainers: @chivay + @fabaff

EDIT: this is close to nixpkgs master now; see PR #386822

@NickCao
Copy link
Member Author

NickCao commented Mar 11, 2025

A workaround is to set the environment variables: AWS_REQUEST_CHECKSUM_CALCULATION=when_required and AWS_RESPONSE_CHECKSUM_VALIDATION=when_required

@vcunat
Copy link
Member

vcunat commented Mar 12, 2025

I noticed on Hydra that gcsfs source won't fetch:

$ nix build -f. python3.pkgs.gcsfs.src
error: hash mismatch in fixed-output derivation '/nix/store/rmcz6gdd49vpzwk7l8g4nffwpv7kp2lv-source.drv':
         specified: sha256-1nPhttEmGI8jreMe5hwOZRALJa5QTNOw2McisV+cR54=
            got:    sha256-CXv0SbwOaEjD5HkJgPRfGk+VfciDjpvwomM5oCi6VIw=

I'm not sure if they've moved the tag or what's happened.

@NickCao
Copy link
Member Author

NickCao commented Mar 12, 2025

I noticed on Hydra that gcsfs source won't fetch:

$ nix build -f. python3.pkgs.gcsfs.src
error: hash mismatch in fixed-output derivation '/nix/store/rmcz6gdd49vpzwk7l8g4nffwpv7kp2lv-source.drv':
         specified: sha256-1nPhttEmGI8jreMe5hwOZRALJa5QTNOw2McisV+cR54=
            got:    sha256-CXv0SbwOaEjD5HkJgPRfGk+VfciDjpvwomM5oCi6VIw=

I'm not sure if they've moved the tag or what's happened.

See #389275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 2501-5000 This PR causes many rebuilds on Darwin and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants