You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (pypi) Platform specific extras are now correctly handled when using
87
+
universal lock files with environment markers. Fixes [#2690](https://github.com/bazel-contrib/rules_python/pull/2690).
84
88
* (runfiles) ({obj}`--bootstrap_impl=script`) Follow symlinks when searching for runfiles.
85
89
* (toolchains) Do not try to run `chmod` when downloading non-windows hermetic toolchain
86
90
repositories on Windows. Fixes
@@ -92,6 +96,7 @@ Unreleased changes template.
92
96
* (toolchains) Run the check on the Python interpreter in isolated mode, to ensure it's not affected by userland environment variables, such as `PYTHONPATH`.
93
97
* (toolchains) Ensure temporary `.pyc` and `.pyo` files are also excluded from the interpreters repository files.
94
98
* (pypi) Run interpreter version call in isolated mode, to ensure it's not affected by userland environment variables, such as `PYTHONPATH`.
99
+
* (packaging) An empty `requires_file` is treated as if it were omitted, resulting in a valid `METADATA` file.
95
100
96
101
{#v0-0-0-added}
97
102
### Added
@@ -120,6 +125,8 @@ Unreleased changes template.
120
125
* (toolchains) Local Python installs can be used to create a toolchain
121
126
equivalent to the standard toolchains. See [Local toolchains] docs for how to
122
127
configure them.
128
+
* (toolchains) Expose `$(PYTHON2_ROOTPATH)` and `$(PYTHON3_ROOTPATH)` which are runfiles
129
+
locations equivalents of `$(PYTHON2)` and `$(PYTHON3) respectively.
0 commit comments