Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
020eba7
New PEP: Wheel Variants: Package Format
mgorny Feb 10, 2026
100f9fd
Update `Discussions-To` and `Post-History`
mgorny Feb 17, 2026
8bd58c4
PEP 9999 => 0825
DEKHTIARJonathan Feb 17, 2026
6538ba9
CODEOWNERS added
DEKHTIARJonathan Feb 17, 2026
cd9731c
Merge branch 'main' into pep-wheel-variants-acceptance
warsaw Feb 17, 2026
240518a
Update peps/pep-0825/appendix-core-metadata-json-schema.rst
DEKHTIARJonathan Feb 17, 2026
4a622fa
Update peps/pep-0825.rst
DEKHTIARJonathan Feb 17, 2026
af310b7
Update peps/pep-0825.rst
DEKHTIARJonathan Feb 17, 2026
1bb22b3
Mention the hash alternative in rejected ideas
mgorny Feb 18, 2026
5a59786
Fix typing in the sort pseudocode
mgorny Feb 18, 2026
9bcffef
Fix leftover `VariantWheel` class references in sort pseudocode
mgorny Feb 18, 2026
2161200
Clarify that "list of compatible values" must also be ordered
mgorny Feb 18, 2026
48376cb
Align `pep825-variant-json-schema` ref
mgorny Feb 18, 2026
236e1d8
Align the date with the change history
mgorny Feb 18, 2026
82aa3dd
Explain schema versions
mgorny Feb 19, 2026
02bcf97
Clarify that tools may override ordering/selection
mgorny Feb 19, 2026
eccdf58
Include an optional null variant in the example
mgorny Feb 19, 2026
b8effbe
Rename `variant.json` schema .rst
mgorny Feb 19, 2026
4efb6a4
Add a version number to schema filename
mgorny Feb 19, 2026
defb584
Merge branch 'main' into pep-wheel-variants-acceptance
DEKHTIARJonathan Feb 20, 2026
efbf1b7
Fix JSON schema to allow `$schema`
mgorny Feb 23, 2026
87099b2
Remove variant label length limitation (#41)
mgorny Feb 23, 2026
ad79e62
Add Paul Moore as the delegate
mgorny Feb 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ peps/pep-0819.rst @emmatyping
peps/pep-0820.rst @encukou
peps/pep-0821.rst @JelleZijlstra
peps/pep-0822.rst @methane
peps/pep-0825.rst @warsaw @dstufft
# ...
peps/pep-2026.rst @hugovk
# ...
Expand Down
Loading
Loading