File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -319,8 +319,8 @@ the variant metadata across multiple variant wheels of the same package
319319version and the index-level metadata file is consistent. They MAY
320320require that keys other than ``variants `` have exactly the same values,
321321or they may carefully merge their values, provided that no conflicting
322- information is introduced, and the resolution results within a subset of
323- variants do not change .
322+ information is introduced, and the result is the same irrespective of
323+ the order in which the wheels are processed .
324324
325325This file SHOULD NOT be considered immutable and MAY be updated in a
326326backward compatible way at any point (e.g. when adding a new variant).
@@ -997,6 +997,9 @@ Change History
997997
998998 - Clarified that feature values in ``variants `` dictionary are sets,
999999 and that they ought to be sorted when serializing.
1000+ - Changed the rule for merging variant metadata to state that the
1001+ result must be the same irrespective of wheel order. This conveys
1002+ the goal of avoiding ambiguous results clearer.
10001003
10011004- 17-Feb-2026
10021005
You can’t perform that action at this time.
0 commit comments