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(bzlmod)!: Changing repository name "python_aliases" to "python_versions" #1304

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

chrislovecnm
Copy link
Collaborator

@chrislovecnm chrislovecnm commented Jul 10, 2023

I think this name is more informative for a public API. The functionality it exposes are rules/macros that use a specific Python version to be used. These aren't really aliases.

This commit renames "python_aliases" to "python_versions". This isn't technically a breaking
change because bzlmod support is still beta, but we'll flag it as such just in case.

BREAKING CHANGE:

  • The python_aliases repo is renamed to python_versions. You will need to either
    update references from @python_aliases to @python_versions, or use repo-remapping
    to alias the old name (use_repo(python, python_aliases="python_versions"))

Closes #1273

I think this name is more informative for a public API.
The functionality it exposes are rules/macros that use a
specific Python version to be used. These aren't really aliases.

This commit renames "python_aliases" to "python_versions".

This is a breaking change.
@chrislovecnm chrislovecnm requested a review from rickeylev as a code owner July 10, 2023 21:49
@chrislovecnm chrislovecnm changed the title Changing name "python_aliases" to "python_versions" fix(bzlmod): Changing name "python_aliases" to "python_versions" Jul 10, 2023
@chrislovecnm chrislovecnm added the type: bzlmod bzlmod work label Jul 10, 2023
@rickeylev rickeylev changed the title fix(bzlmod): Changing name "python_aliases" to "python_versions" fix(bzlmod)!: Changing name "python_aliases" to "python_versions" Jul 10, 2023
@chrislovecnm chrislovecnm changed the title fix(bzlmod)!: Changing name "python_aliases" to "python_versions" fix(bzlmod)!: Changing repository name "python_aliases" to "python_versions" Jul 10, 2023
@rickeylev rickeylev added this pull request to the merge queue Jul 10, 2023
Merged via the queue into bazelbuild:main with commit 523b9de Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bzlmod bzlmod work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decide on more appropriate name than "python_aliases"
2 participants