Skip to content
Closed
Changes from all commits
Commits
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
11 changes: 8 additions & 3 deletions peps/pep-0710.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,14 @@ limitations of these hash algorithms. Conversely, hash ``sha256`` SHOULD
be included.

Installers that cache distribution packages from an index SHOULD keep
information related to the cached distribution artifact, so that
the ``provenance_url.json`` file can be created even when installing distribution packages
from the installer's cache.
information related to the cached distribution artifact, so that the
``provenance_url.json`` file can be created even when installing distribution
packages from the installer's cache. In the case of pip, pip MAY use the
``download_info`` structure to track the download information of the original
artifact—either a source distribution used to build a wheel or the installed
wheel directly. Information about the ``download_info`` structure is available
in the `Installation Report documentation
<https://pip.pypa.io/en/stable/reference/installation-report/>`__.

Backwards Compatibility
=======================
Expand Down