[Backport release-26.05] rucio: un-pin from python 3.12 - #560765
Merged
Conversation
rucio was pinned to python312Packages since 2025-06-04 because python313Packages.future failed to evaluate, which in turn broke pyjwkest (a transitive dependency via oic, needed for OIDC support), per the pinned tracking issue CZ-NIC/pyoidc#649. pyjwkest's dependency on 'future' was actually unused and has since been patched out in nixpkgs (dbefe89, "pyjwkest: remove 'future' dependency to fix build", 2025-12-02), so oic/pyjwkest now evaluate and build fine on python 3.13/3.14 without needing 'future' at all. - Remove the now-stale `disabled = pythonAtLeast "3.13";` guard (and the now-unused `pythonAtLeast` argument) from rucio's default.nix. - Switch pkgs/by-name/ru/rucio/package.nix back to using the default python3Packages instead of pinning to python312Packages. Verified with `nix-build -A rucio` (now builds successfully against python 3.14, the current default interpreter) and `nix-instantiate --eval -A python313Packages.oic` / `python313Packages.pyjwkest` both evaluating fine. Assisted-by: Claude Sonnet 5 <noreply@anthropic.com> (cherry picked from commit f03ef86)
13 tasks
Member
|
This file contains hidden or 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
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.
Bot-based backport to
release-26.05, triggered by a label in #557492.Before merging, ensure that this backport is acceptable for the release.
Even as a non-committer, if you find that it is not acceptable, leave a comment.
Tip
If you maintain all packages touched by this pull request, and they are all located under
pkgs/by-name/*, you can comment@NixOS/nixpkgs-merge-bot mergeto automatically merge this PR using thenixpkgs-merge-bot.