Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0ba1705
New PEP: Wheel Variants: Package Format
mgorny Feb 10, 2026
3e2856d
Update `Discussions-To` and `Post-History`
mgorny Feb 17, 2026
b7408fa
PEP 9999 => 0825
DEKHTIARJonathan Feb 17, 2026
bfbc41c
CODEOWNERS added
DEKHTIARJonathan Feb 17, 2026
c3a578b
Update peps/pep-0825/appendix-core-metadata-json-schema.rst
DEKHTIARJonathan Feb 17, 2026
f2b103c
Update peps/pep-0825.rst
DEKHTIARJonathan Feb 17, 2026
c2b6f3d
Update peps/pep-0825.rst
DEKHTIARJonathan Feb 17, 2026
54592ab
Mention the hash alternative in rejected ideas
mgorny Feb 18, 2026
cfd13ed
Fix typing in the sort pseudocode
mgorny Feb 18, 2026
fb76499
Fix leftover `VariantWheel` class references in sort pseudocode
mgorny Feb 18, 2026
37d698f
Clarify that "list of compatible values" must also be ordered
mgorny Feb 18, 2026
8cef336
Align `pep825-variant-json-schema` ref
mgorny Feb 18, 2026
824819d
Align the date with the change history
mgorny Feb 18, 2026
b081349
Explain schema versions
mgorny Feb 19, 2026
d5d48fe
Clarify that tools may override ordering/selection
mgorny Feb 19, 2026
3ce97d0
Include an optional null variant in the example
mgorny Feb 19, 2026
6354aac
Rename `variant.json` schema .rst
mgorny Feb 19, 2026
765d978
Add a version number to schema filename
mgorny Feb 19, 2026
b8a9b76
Fix JSON schema to allow `$schema`
mgorny Feb 23, 2026
a79529a
Remove variant label length limitation (#41)
mgorny Feb 23, 2026
509822b
Add Paul Moore as the delegate
mgorny Feb 23, 2026
e596297
Actually host the schema on wheelnext.dev, and use v0.1.0
mgorny Feb 24, 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-0826.rst @savannahostrowski
# ...
peps/pep-2026.rst @hugovk
Expand Down
Loading
Loading