-
Notifications
You must be signed in to change notification settings - Fork 541
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(whl_filegroup): Make RECORD from wheel available #2238
fix(whl_filegroup): Make RECORD from wheel available #2238
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
68d44e6
to
b05b8f9
Compare
b05b8f9
to
e5243cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise, thanks for the contribution!
CHANGELOG.md
Outdated
@@ -66,7 +66,7 @@ A brief description of the categories of changes: | |||
bootstrap .py file when using {obj}`--bootstrap_impl=script` | |||
* (toolchain) The {bzl:obj}`gen_python_config_settings` has been fixed to include | |||
the flag_values from the platform definitions. | |||
|
|||
* (whl_filegroup): Provide per default also the `RECORD` file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please rebase and update the CHANGELOG.md
to point to things added in an unreleased version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hope it is now where you want it :-)
whl_filegroup will now per default also provide the RECORD file from the wheel
e5243cd
to
a182a29
Compare
a182a29
to
9a447c8
Compare
It includes now bazelbuild/rules_python#2238 Change-Id: Idba03e0d1580a02d28592641409f202102ef7638
Why this change is being made, briefly.
RECORD
file from a wheel in order to package everythingRECORD
file is not part ofwhl_filegroup
even no pattern filtering was applied (or I am misunderstanding something)hash
norfilelen
have been used in the code, so why are only files considered with those attributes?