File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,28 @@ Unreleased changes template.
5252
5353{#v0-0-0-changed}
5454### Changed
55- * Nothing yet.
55+
56+ ** Breaking** :
57+ * (toolchains) stop exposing config settings in python toolchain alias repos.
58+ * (toolchains) consumers who were depending on the ` MACOS_NAME ` and the ` arch `
59+ attribute in the ` PLATFORMS ` list, please update your code to respect the new
60+ values. The values now correspond to the values available in the
61+ ` @platforms// ` package constraint values.
62+
63+ Other changes:
64+ * Nothing yet
5665
5766{#v0-0-0-fixed}
5867### Fixed
59- * Nothing yet .
68+ * (toolchains) stop depending on ` uname ` to get the value of the host platform .
6069
6170{#v0-0-0-added}
6271### Added
63- * Nothing yet.
72+ * (toolchains) allow users to select which variant of the support host toolchain
73+ they would like to use through
74+ ` RULES_PYTHON_REPO_TOOLCHAIN_{VERSION}_{OS}_{ARCH} ` env variable setting. For
75+ example, this allows one to use ` freethreaded ` python interpreter in the
76+ ` repository_rule ` to build a wheel from ` sdist ` .
6477
6578{#v0-0-0-removed}
6679### Removed
You can’t perform that action at this time.
0 commit comments