File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ END_UNRELEASED_TEMPLATE
8686 multiple times.
8787* (tools/wheelmaker.py) Extras are now preserved in Requires-Dist metadata when using requires_file
8888 to specify the requirements.
89- * (pypi) Starlark implementation of the marker evaluation now supports the full PEP440
90- spec for version comparison.
9189
9290{#v0-0-0-added}
9391### Added
@@ -96,9 +94,9 @@ END_UNRELEASED_TEMPLATE
9694 (the default), the subprocess's stdout/stderr will be logged.
9795* (toolchains) Local toolchains can be activated with custom flags. See
9896 [ Conditionally using local toolchains] docs for how to configure.
99- * (pypi) ` RULES_PYTHON_ENABLE_PIPSTAR ` environment variable: when ` 1 ` , the Starlark
100- implementation of wheel METADATA parsing is used (which has improved multi-platform
101- build support) .
97+ * (pypi) Starlark-based evaluation of environment markers (requirements.txt conditionals)
98+ available (not enabled by default) for improved multi-platform build support.
99+ Set the ` RULES_PYTHON_ENABLE_PIPSTAR=1 ` environment variable to enable it .
102100
103101{#v0-0-0-removed}
104102### Removed
You can’t perform that action at this time.
0 commit comments