Skip to content

python312Packages.greenlet: 3.1.1 -> 3.2.1#401962

Merged
FliegendeWurst merged 1 commit into
NixOS:stagingfrom
natsukium:greenlet/update
Apr 27, 2025
Merged

python312Packages.greenlet: 3.1.1 -> 3.2.1#401962
FliegendeWurst merged 1 commit into
NixOS:stagingfrom
natsukium:greenlet/update

Conversation

@natsukium
Copy link
Copy Markdown
Member

Diff: python-greenlet/greenlet@3.1.1...3.2.1

Changelog: https://github.com/python-greenlet/greenlet/blob/3.2.1/CHANGES.rst

greenlet 3.2.0 includes support for Python 3.14.0a7, and considering future backports, we should update it before the 25.05 release.

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 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must 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: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. labels Apr 26, 2025
@LordGrimmauld LordGrimmauld requested a review from mweinelt April 27, 2025 07:26
@LordGrimmauld
Copy link
Copy Markdown
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 401962 --package python314Packages.greenlet


x86_64-linux

✅ 2 packages built:
  • python314Packages.greenlet
  • python314Packages.greenlet.dist (python314Packages.greenlet.dist.dist)

Copy link
Copy Markdown
Contributor

@LordGrimmauld LordGrimmauld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

greenlet does build with this. I found greenlet to be blocking scipy (discovered while reviewing #402053) and uvloop (discovered while reviewing #398352) on 3.14, this PR here is imo an important step in making 3.14 usable.

mypy-extensions, pytest-mock and html5lib are somewhat relevant and still need fixing for 3.14, but those are different PRs.

Diff here lgtm!

@FliegendeWurst FliegendeWurst merged commit 3315723 into NixOS:staging Apr 27, 2025
25 of 27 checks passed
@natsukium natsukium deleted the greenlet/update branch April 27, 2025 09:44
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: 5001+ This PR causes many rebuilds on Darwin and must 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: 5001+ This PR causes many rebuilds on Linux and must target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants