-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyqt5: 5.15.9 -> 5.15.10 #325893
Merged
Merged
pyqt5: 5.15.9 -> 5.15.10 #325893
+2
−2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Needs to be retargeted to staging (make sure to draft the PR while you do that to avoid mass pings), otherwise LGTM. |
github-actions
bot
added
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: kernel
The Linux kernel
8.has: documentation
This PR adds or changes documentation
8.has: changelog
8.has: module (update)
This PR changes an existing module in `nixos/`
6.topic: emacs
Text editor
6.topic: printing
6.topic: policy discussion
6.topic: vim
6.topic: ocaml
6.topic: stdenv
Standard environment
6.topic: pantheon
The Pantheon desktop environment
6.topic: lua
6.topic: cinnamon
Desktop environment
6.topic: vscode
6.topic: lib
The Nixpkgs function library
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
6.topic: dotnet
Language: .NET
labels
Jul 10, 2024
github-actions
bot
removed
6.topic: kernel
The Linux kernel
8.has: documentation
This PR adds or changes documentation
8.has: changelog
8.has: module (update)
This PR changes an existing module in `nixos/`
6.topic: emacs
Text editor
6.topic: printing
6.topic: policy discussion
6.topic: vim
6.topic: ocaml
6.topic: stdenv
Standard environment
6.topic: pantheon
The Pantheon desktop environment
6.topic: lua
6.topic: cinnamon
Desktop environment
6.topic: vscode
6.topic: lib
The Nixpkgs function library
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
6.topic: dotnet
Language: .NET
labels
Jul 10, 2024
ofborg
bot
added
10.rebuild-linux: 101-500
and removed
10.rebuild-linux: 501+
10.rebuild-linux: 2501-5000
labels
Jul 10, 2024
Thanks! |
This was referenced Jul 12, 2024
doronbehar
added a commit
to doronbehar/nixpkgs
that referenced
this pull request
Aug 16, 2024
PR NixOS#325893 has reached `master` branch, so the pyqt5 issue with Python 3.12 is no longer an issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The release announcement mentions that Python 3.12 is now supported:
https://www.riverbankcomputing.com/pipermail/pyqt/2023-October/045542.html
Without this update I'm seeing a segfault when trying to import PyQt5 on Python 3.12.
Resolves #325804, resolves #326048, resolves #325946
Things done
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usagegit-cola
GUI while submitting this PR