-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
python312Packages.pony: fix python3.12 compat, fix flask-mailman, fix flask-security-too #325181
Conversation
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 3 packages failed to build and are new build failures:22 packages built:
The following issues got detected with the above build packages.
python311Packages.ponywhoosh.dist:
got build log for '/nix/store/h91ma0rjsc3kbxkdw6cnvvrn5nszn1dq-python3.11-ponywhoosh-1.7.8-dist' from 'daemon'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/no-python-tests.md got build log for '/nix/store/s7x8vzwnidih2pyddiv3nsyc9waflq87-python3.11-ponywhoosh-1.7.8' from 'daemon'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/no-python-tests.md got build log for '/nix/store/p0grs3dhqsyjvqkgn5vljqwdl3kndrj9-python3.12-ponywhoosh-1.7.8-dist' from 'daemon'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/no-python-tests.md got build log for '/nix/store/jkirpmb8vkv9g8di671pbmcivig0fbj1-python3.12-ponywhoosh-1.7.8' from 'daemon'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/no-python-tests.md |
Python3.12 related (ModuleNotFoundError: No module named 'distutils')
Probably also Python3.12 related |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes pgadmin for me
@dotlambda I integrated your changes from #326096 |
Signed-off-by: Florian Brandes <[email protected]> Co-authored-by: Robert Schütz <[email protected]>
fix build for python3.12 Signed-off-by: Florian Brandes <[email protected]> Co-authored-by: Robert Schütz <[email protected]>
relax dependency which is actually newer Signed-off-by: Florian Brandes <[email protected]> Co-authored-by: Robert Schütz <[email protected]>
Git commit body is missing release notes for:
|
Result of 2 packages failed to build:
22 packages built:
|
@superherointj thanks for the build and review! I was unable to reproduce your build failure for some reason? |
|
My host may be unreliable. It's the shared community darwin builder. And I'm a bit too locked there to try to sort this out. I will trust your host then. Can you just fix
I'd prefer zeroing the build failures. |
last commit was 05/2021 and no pkgs in nixpkgs depend on it Signed-off-by: Florian Brandes <[email protected]>
Actually, it seems |
This propably will not suffice. Python3.12 has removed |
I think its safe to remove agda-pkg if it isn't maintained upstream. I believe it isn't widely used and is not used in any of the agda infrastructure |
I found a fix for
I also don't want to expand the scope of PR. |
Cool. But doesn't tribler use a special |
Yeah. I can mark it broken if you don't want. |
ModuleNotFoundError: No module named 'distutils' Signed-off-by: Florian Brandes <[email protected]>
Done |
Just FYI: I did try your suggestion with the
So, yeah, seems broken either way |
Result of 1 package marked as broken and skipped:
22 packages built:
|
Result of 22 packages built:
|
We should have seen this #325297 |
Description of changes
python3.12
compatibility.flask-mailman
to fix compatibility withpython3.12
(found during nixpkgs-review)flask-security-too
by relaxing a dependency (failure found during nixpkgs-review)Since these new build failures are only apparent when pony is fixed and are downstream, they are included in this PR
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)closes #326096
Add a 👍 reaction to pull requests you find important.