-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Hello @conda/steering-council,
As part of the STA efforts, we've been trying to write down all the specifications that concern our ecosystem. These are not about new features, but simply documenting what otherwise is a de facto specification.
I would like to start a vote on these CEPs soon. To that end, I'm opening a request for comments period for ~two weeks (until 2026-02-15). After that, on Feb 16th, I'll open the vote. Please take this time to review and add comments. Only editorial changes will be accepted after the RFC period has concluded.
The full list of CEPs is:
- CEP 29:
MatchSpecminilanguage #82 - CEP 30: Virtual packages #103
- CEP 31: Build provenance metadata #113
- CEP 32: Management and structure of conda environments #124
- CEP 33: Version literals and their ordering #132
- CEP 34: Contents of conda packages #133
- CEP 35: Distributable package artifacts file formats #134
- CEP 36: Package metadata files served by conda channels #135
- CEP 37:
conda-lock.ymllockfiles #138 - CEP 38: Channel-wide metadata files served by conda channels #140
In case it helps, here's a diagram of how they depend on each other:
flowchart TD
82["#82: MatchSpec"]
103["#103: Virtual Packages"]
113["#113: Build provenance"]
124["#124: conda-meta/*.json"]
132["#132: Versioning"]
133["#133: Conda packages content"]
134["#134: .tar.bz2 and .conda"]
135["#135: Repodata"]
138["#138: conda-lock.yml"]
140["#140: Channeldata"]
82 --> 132
82 --> 133
82 --> 135
103 --> 132
113
124 --> 82
124 --> 132
124 --> 133
132
133 --> 82
133 --> 113
133 --> 124
133 --> 132
134 --> 133
135 --> 133
138 --> 82
140 --> 133
click 82 "https://github.com/conda/ceps/pull/82" "MatchSpec"
click 103 "https://github.com/conda/ceps/pull/103" "Virtual Packages"
click 113 "https://github.com/conda/ceps/pull/113" "Build provenance"
click 124 "https://github.com/conda/ceps/pull/124" "conda-meta/*.json"
click 132 "https://github.com/conda/ceps/pull/132" "Versioning"
click 133 "https://github.com/conda/ceps/pull/133" "Conda packages content"
click 134 "https://github.com/conda/ceps/pull/134" ".tar.bz2 and .conda"
click 135 "https://github.com/conda/ceps/pull/135" "Repodata"
click 138 "https://github.com/conda/ceps/pull/138" "conda-lock.yml"
click 140 "https://github.com/conda/ceps/pull/140" "Channeldata"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels