Skip to content

Commit be8ce61

Browse files
authored
Merge pull request #1290 from brettcannon/peps-691-700-714
Add references to PEPs 691, 700, and 714 to the simple repository API spec page
2 parents 045e236 + e6c9740 commit be8ce61

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

source/key_projects.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ resolution by locally caching metadata about dependencies.
558558
pypiserver
559559
==========
560560

561-
`Docs <https://github.com/pypiserver/pypiserver/blob/master/README.rst>`__ |
562561
`GitHub <https://github.com/pypiserver/pypiserver>`__ |
563562
`PyPI <https://pypi.org/project/pypiserver/>`__
564563

source/specifications/simple-repository-api.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55
Simple repository API
66
=====================
77

8-
The current interface for querying available package versions and
9-
retrieving packages from an index server is defined in :pep:`503`,
10-
with the addition of "yank" support (allowing a kind of file deletion)
11-
in :pep:`592`, specifying the interface version provided
12-
by an index server in :pep:`629`, and providing package metadata
13-
independently from a package in :pep:`658`.
8+
The interface for querying available package versions and
9+
retrieving packages from an index server comes in two forms:
10+
HTML and JSON.
11+
12+
The HTML format is defined in :pep:`503`, with the addition of "yank"
13+
support (allowing a kind of file deletion) in :pep:`592`, specifying
14+
the interface version provided by an index server in :pep:`629`, and
15+
providing package metadata independently from a package in
16+
:pep:`658` and revised in :pep:`714`.
17+
18+
The JSON format is defined in :pep:`691`, with additional fields
19+
added in :pep:`700`, and revisions around providing package metadata
20+
independently from a package in :pep:`714`.

0 commit comments

Comments
 (0)