Skip to content

fix(bzlmod)!: Changing repository name "python_aliases" to "python_versions"#1304

Merged
rickeylev merged 1 commit intobazel-contrib:mainfrom
chrislovecnm:python-aliases-rename
Jul 10, 2023
Merged

fix(bzlmod)!: Changing repository name "python_aliases" to "python_versions"#1304
rickeylev merged 1 commit intobazel-contrib:mainfrom
chrislovecnm:python-aliases-rename

Conversation

@chrislovecnm
Copy link
Copy Markdown
Contributor

@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 bazel-contrib: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