Skip to content

python310: 3.10.7 -> 3.10.8; python39: 3.9.14 -> 3.9.15#196020

Merged
mweinelt merged 2 commits intoNixOS:stagingfrom
mweinelt:cpython-2022-10-11
Oct 15, 2022
Merged

python310: 3.10.7 -> 3.10.8; python39: 3.9.14 -> 3.9.15#196020
mweinelt merged 2 commits intoNixOS:stagingfrom
mweinelt:cpython-2022-10-11

Conversation

@mweinelt
Copy link
Member

https://docs.python.org/release/3.10.8/whatsnew/changelog.html
https://docs.python.org/release/3.9.15/whatsnew/changelog.html

Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 22.11 Release Notes (or backporting 22.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
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@mweinelt mweinelt requested a review from FRidh as a code owner October 14, 2022 17:04
@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Oct 14, 2022
Copy link
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

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

changelog reads good

@ofborg ofborg bot added 10.rebuild-darwin-stdenv This PR causes stdenv to rebuild on Darwin and must target a staging branch. 10.rebuild-linux-stdenv This PR causes stdenv to rebuild on Linux and must target a staging branch. 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. labels Oct 14, 2022
@bobby285271 bobby285271 added the 12.approvals: 1 This PR was reviewed and approved by one person. label Oct 14, 2022
@mweinelt
Copy link
Member Author

Darwin fails elsewhere. Passthru tests succeed on Linux.

@mweinelt mweinelt merged commit 2fffc88 into NixOS:staging Oct 15, 2022
@mweinelt mweinelt deleted the cpython-2022-10-11 branch October 15, 2022 00:17
@github-actions
Copy link
Contributor

Backport failed for staging-22.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin staging-22.05
git worktree add -d .worktree/backport-196020-to-staging-22.05 origin/staging-22.05
cd .worktree/backport-196020-to-staging-22.05
git checkout -b backport-196020-to-staging-22.05
ancref=$(git merge-base 00e5a5590993b2e766667d86ee7d7eaba003a363 997b80d632ad6d4c27e4093fac59e6cd3b7fd3c8)
git cherry-pick -x $ancref..997b80d632ad6d4c27e4093fac59e6cd3b7fd3c8

@vcunat vcunat added the 1.severity: security Issues which raise a security issue, or PRs that fix one label Oct 28, 2022
@github-actions
Copy link
Contributor

Backport failed for staging-22.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin staging-22.05
git worktree add -d .worktree/backport-196020-to-staging-22.05 origin/staging-22.05
cd .worktree/backport-196020-to-staging-22.05
git checkout -b backport-196020-to-staging-22.05
ancref=$(git merge-base 00e5a5590993b2e766667d86ee7d7eaba003a363 997b80d632ad6d4c27e4093fac59e6cd3b7fd3c8)
git cherry-pick -x $ancref..997b80d632ad6d4c27e4093fac59e6cd3b7fd3c8

@mweinelt mweinelt mentioned this pull request Nov 9, 2022
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 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-darwin-stdenv This PR causes stdenv to rebuild on Darwin and must target a staging branch. 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. 10.rebuild-linux-stdenv This PR causes stdenv to rebuild on Linux and must target a staging branch. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants