File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,9 +110,10 @@ Specification
110110=============
111111
112112The HTML representation of the simple repository API is frozen
113- for the purposes of Python packaging standards processes. Future
114- Python packaging PEPs **SHOULD NOT ** modify the HTML representation of the
115- simple repository API, and **MUST ** instead modify the JSON representation.
113+ for the purposes of Python packaging standards processes.
114+ Future Python packaging PEPs **MUST ** target the JSON representation as the
115+ primary form of the simple repository API. They **SHOULD NOT ** make changes to
116+ the HTML representation.
116117
117118This PEP does not alter the status of the HTML representation on PyPI
118119and does not prescribe any behavioral changes for installers.
@@ -199,7 +200,9 @@ representations, this PEP proposes the following if accepted:
199200- The authors of this PEP will make appropriate changes to the
200201 :ref: `living standard <packaging:simple-repository-api >` for the simple
201202 repository API, including admonitions and callouts where appropriate
202- to indicate that the HTML representation will not receive future updates.
203+ to indicate that the HTML representation will not receive future updates
204+ and that consumers who wish to benefit from future updates should
205+ prefer the JSON representation instead.
203206
204207Rejected Ideas
205208==============
You can’t perform that action at this time.
0 commit comments