Conversation
Currently, the `pip index versions` command does not honor the --only-binary and --no-binary switches, meaning that even with --only-binary we get all available versions including source distributions: $ pip index versions lxml --platform=manylinux_2_39_riscv64 lxml (6.0.2) Available versions: 6.0.2, 6.0.1, 6.0.0, 5.4.0, 5.3.2, 5.3.1, 5.3.0, 5.2.2, 5.2.1, 5.2.0, 5.1.1, 5.1.0, 5.0.2, 5.0.1, 5.0.0, 4.9.4, 4.9.3, 4.9.2, 4.9.1, 4.9.0, 4.8.0, 4.7.1, 4.6.5, 4.6.4, 4.6.3, 4.6.2, 4.6.1, 4.6.0, 4.5.2, 4.5.1, 4.5.0, 4.4.3, 4.4.2, 4.4.1, 4.4.0, 4.3.5, 4.3.4, 4.3.3, 4.3.2, 4.3.0, 4.2.6, 4.2.5, 4.2.4, 4.2.3, 4.2.2, 4.2.1, 4.2.0, 4.1.1, 4.1.0, 4.0.0, 3.8.0, 3.7.3, 3.7.2, 3.7.1, 3.7.0, 3.6.4, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.0, 3.4.4, 3.4.3, 3.4.2, 3.4.1, 3.4.0, 3.3.6, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.2.5, 3.2.4, 3.2.3, 3.2.2, 3.2.1, 3.2.0, 3.1.2, 3.1.1, 3.1.0, 3.0.2, 3.0, 2.3.6, 2.3.5, 2.3.4, 2.3.3, 2.3.2, 2.3.1, 2.3, 2.2.8, 2.2.7, 2.2.6, 2.2.5, 2.2.4, 2.2.3, 2.2.2, 2.2.1, 2.2, 2.1.5, 2.1.4, 2.1.3, 2.1.2, 2.1.1, 2.1, 2.0.11, 2.0.10, 2.0.9, 2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0, 1.3.6, 1.3.5, 1.3.4, 1.3.3, 1.3.2 But lxml project publish riscv64 binary packages only since 6.0.1 Fix this by propagating format_control in SelectionPreferences, which results in: $ pip index versions lxml --platform=manylinux_2_39_riscv64 --only-binary lxml lxml (6.0.2) Available versions: 6.0.2, 6.0.1 Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Member
|
Hi @justeph, thank you for your contribution to pip! |
notatallshaw
approved these changes
Dec 5, 2025
Member
notatallshaw
left a comment
There was a problem hiding this comment.
Thanks for the PR, I don't see any problem with this but I'll hold off merging to give other maintainers a chance to review if they want.
Member
|
Looks ok to me. |
Member
|
Thanks @justeph! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Currently, the
pip index versionscommand does not honor the --only-binary and --no-binary switches, meaning that even with --only-binary we get all available versions including source distributions:$ pip index versions lxml --platform=manylinux_2_39_riscv64
lxml (6.0.2)
Available versions: 6.0.2, 6.0.1, 6.0.0, 5.4.0, 5.3.2, 5.3.1, 5.3.0,
5.2.2, 5.2.1, 5.2.0, 5.1.1, 5.1.0, 5.0.2, 5.0.1, 5.0.0, 4.9.4, 4.9.3,
4.9.2, 4.9.1, 4.9.0, 4.8.0, 4.7.1, 4.6.5, 4.6.4, 4.6.3, 4.6.2, 4.6.1,
4.6.0, 4.5.2, 4.5.1, 4.5.0, 4.4.3, 4.4.2, 4.4.1, 4.4.0, 4.3.5, 4.3.4,
4.3.3, 4.3.2, 4.3.0, 4.2.6, 4.2.5, 4.2.4, 4.2.3, 4.2.2, 4.2.1, 4.2.0,
4.1.1, 4.1.0, 4.0.0, 3.8.0, 3.7.3, 3.7.2, 3.7.1, 3.7.0, 3.6.4, 3.6.3,
3.6.2, 3.6.1, 3.6.0, 3.5.0, 3.4.4, 3.4.3, 3.4.2, 3.4.1, 3.4.0, 3.3.6,
3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.2.5, 3.2.4, 3.2.3, 3.2.2,
3.2.1, 3.2.0, 3.1.2, 3.1.1, 3.1.0, 3.0.2, 3.0, 2.3.6, 2.3.5, 2.3.4,
2.3.3, 2.3.2, 2.3.1, 2.3, 2.2.8, 2.2.7, 2.2.6, 2.2.5, 2.2.4, 2.2.3,
2.2.2, 2.2.1, 2.2, 2.1.5, 2.1.4, 2.1.3, 2.1.2, 2.1.1, 2.1, 2.0.11,
2.0.10, 2.0.9, 2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0, 1.3.6, 1.3.5,
1.3.4, 1.3.3, 1.3.2
Fix this by propagating format_control in SelectionPreferences, which results in:
$ pip index versions lxml --platform=manylinux_2_39_riscv64 --only-binary lxml
lxml (6.0.2)
Available versions: 6.0.2, 6.0.1
Fixes: #13682