-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
salt: fix urllib.parse module #372604
salt: fix urllib.parse module #372604
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/upgrade-to-24-11-gives-issue-in-salt/57735/2 |
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.
Looks good to me, thanks.
Looks like there is a fix in progress upstream: saltstack/salt#66899
nixpkgs-review
result
Generated using nixpkgs-review
.
Command: nixpkgs-review pr 372604
x86_64-linux
✅ 4 packages built:
- python312Packages.pytest-testinfra
- python312Packages.pytest-testinfra.dist
- salt
- salt.dist
Please apply the patch and stick with the default Python version. |
4958e0d
to
34955e2
Compare
As @mweinelt advised, I applied the patch from Fedora mainstream and revert my previous commit. |
Can you use |
34955e2
to
5ef56b8
Compare
I get a hash-mismatch for the patch:
|
5ef56b8
to
55e1713
Compare
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.
nixpkgs-review
result
Generated using nixpkgs-review
.
Command: nixpkgs-review pr 372604
x86_64-linux
✅ 4 packages built:
- python312Packages.pytest-testinfra
- python312Packages.pytest-testinfra.dist
- salt
- salt.dist
Retrograding python package version from 3.12 to 3.10.
Since the upgrade to version 24.11, Salt has exhibited strange behavior with SLS files:
In salt’s GitHub workflow, we can see that salt has been tested with Python 3.10.
Retrograding python to the tested version resolves the issues.
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/
)Add a 👍 reaction to pull requests you find important.