[Backport staging 25.05] python313: 3.13.4 -> 3.13.5#416629
[Backport staging 25.05] python313: 3.13.4 -> 3.13.5#416629mweinelt merged 1 commit intoNixOS:staging-25.05from
Conversation
https://docs.python.org/release/3.13.5/whatsnew/changelog.html (cherry picked from commit 70b32c1)
There was a problem hiding this comment.
This report is automatically generated by the check-cherry-picks CI workflow.
Some of the commits in this PR have not been cherry-picked exactly and require the author's and reviewer's attention.
Please make sure to follow the backporting guidelines and cherry-pick with the -x flag. This requires changes to go to the unstable branches (master / staging) first, before backporting them.
Occasionally, it is not possible to cherry-pick exactly the same patch. This most frequently happens when resolving merge conflicts while cherry-picking or when updating minor versions of packages which have already advanced to the next major on unstable. If you need to merge this PR despite the warnings, please dismiss this review.
Warning
Difference between ef75aca and original 70b32c1 may warrant inspection.
Show diff
@@ Commit message
python313: 3.13.4 -> 3.13.5
https://docs.python.org/release/3.13.5/whatsnew/changelog.html
+ (cherry picked from commit 70b32c168d054a88348bdcafe22e717745c0b77d)
## pkgs/development/interpreters/python/default.nix ##
@@
- sourceVersion = {
- major = "3";
- minor = "13";
-- patch = "4";
-+ patch = "5";
- suffix = "";
- };
-- hash = "sha256-J7FaeXViopcdzj/+MbshYELOC5lbOddozxX3hMx1c2U=";
-+ hash = "sha256-k+WD8kNFTm6eRYjKLCZiIGrZYWWYYyd6/NuWgBZH1kA=";
+ sourceVersion = {
+ major = "3";
+ minor = "13";
+- patch = "4";
++ patch = "5";
+ suffix = "";
};
+- hash = "sha256-J7FaeXViopcdzj/+MbshYELOC5lbOddozxX3hMx1c2U=";
++ hash = "sha256-k+WD8kNFTm6eRYjKLCZiIGrZYWWYYyd6/NuWgBZH1kA=";
+ inherit passthruFun;
};
Hint: The full diffs are also available in the runner logs with slightly better highlighting.
|
I see no need to rush this into 25.05. (Even no security fixes claimed?) Patch-level bumps of python commonly cause issues. Let this hit nixpkgs master/unstable first. |
https://docs.python.org/release/3.13.5/whatsnew/changelog.html (cherry picked from commit 70b32c1)
backport of #416039
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.