Skip to content

Commit 238e117

Browse files
authored
PEP 833: Address DPO feedback (#4932)
1 parent 528ab44 commit 238e117

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

peps/pep-0833.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ Specification
110110
=============
111111

112112
The 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

117118
This PEP does not alter the status of the HTML representation on PyPI
118119
and 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

204207
Rejected Ideas
205208
==============

0 commit comments

Comments
 (0)