Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ A brief description of the categories of changes:
{#v0-0-0-changed}
### Changed
* (deps) bazel_skylib 1.6.1 -> 1.7.1
* (pypi) The naming scheme for the `bzlmod` spoke repositories have changed as
all of the given `requirements.txt` files are now parsed by `default`, to
temporarily restore the behavior, you can use
{bzl:obj}`pip.parse.extra_hub_aliases`, which will be removed or made noop in
the future.

{#v0-0-0-fixed}
### Fixed
Expand Down
8 changes: 5 additions & 3 deletions examples/bzlmod/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/private/pypi/extension.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ find in case extra indexes are specified.
default = True,
),
"parse_all_requirements_files": attr.bool(
default = False,
default = True,
doc = """\
A temporary flag to enable users to make `pip` extension result always
the same independent of the whether transitive dependencies use {bzl:attr}`experimental_index_url` or not.
Expand Down