Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -34,6 +34,11 @@ A brief description of the categories of changes:
* 3.11.10
* 3.12.7
* 3.13.0
* (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.

[20241016]: https://github.com/indygreg/python-build-standalone/releases/tag/20241016

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