Skip to content
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

fix: make the pythons_hub platform independent #1946

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

aignas
Copy link
Collaborator

@aignas aignas commented Jun 10, 2024

With this change we can finally have platform independent bzlmod lock
files in rules_python. This cleans up code paths that were not being
used in the pip extension for a while and the replacement is noted in
the CHANGELOG.

Fixes #1643

With this change we can finally have platform independent bzlmod lock
files in rules_python. This cleans up code paths that were not being
used in the `pip` extension for a while and the replacement is noted in
the CHANGELOG.

Fixes bazelbuild#1643
@aignas aignas requested a review from rickeylev as a code owner June 10, 2024 09:23
@aignas
Copy link
Collaborator Author

aignas commented Jun 10, 2024

Thanks to @fmeum for the really fast response.

Copy link
Collaborator

@groodt groodt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I actually needed something like python_{version}_host recently.

CHANGELOG.md Outdated Show resolved Hide resolved
@aignas aignas enabled auto-merge June 10, 2024 10:25
@aignas aignas added this pull request to the merge queue Jun 10, 2024
Merged via the queue into bazelbuild:main with commit 49cdf7d Jun 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make MODULE.bazel.lock file have the same contents no matter the platform bazel is executed on
2 participants