PEP 751: Add Discussions-To and Post-History (#3872)
This commit is contained in:
parent
2eb4fe5313
commit
3dc383ad9e
|
@ -1,10 +1,12 @@
|
||||||
PEP: 751
|
PEP: 751
|
||||||
Title: A file format to list Python dependencies for installation reproducibility
|
Title: A file format to list Python dependencies for installation reproducibility
|
||||||
Author: Brett Cannon <brett@python.org>
|
Author: Brett Cannon <brett@python.org>
|
||||||
|
Discussions-To: https://discuss.python.org/t/59173
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Packaging
|
Topic: Packaging
|
||||||
Created: 24-Jul-2024
|
Created: 24-Jul-2024
|
||||||
|
Post-History: `25-Jul-2024 <https://discuss.python.org/t/59173>`__
|
||||||
Replaces: 665
|
Replaces: 665
|
||||||
|
|
||||||
========
|
========
|
||||||
|
@ -92,8 +94,8 @@ Per-file Locking
|
||||||
================
|
================
|
||||||
|
|
||||||
*Per-file locking* operates under the premise that one wants to install exactly
|
*Per-file locking* operates under the premise that one wants to install exactly
|
||||||
the same files in any matching environment. As such, the lock file specifies the
|
the same files in any matching environment. As such, the lock file specifies
|
||||||
with the files to install. There can be multiple environments specified in a
|
what files to install. There can be multiple environments specified in a
|
||||||
single file, each with their own set of files to install. By specifying the
|
single file, each with their own set of files to install. By specifying the
|
||||||
exact files to install, installers avoid performing any resolution to decide what
|
exact files to install, installers avoid performing any resolution to decide what
|
||||||
to install.
|
to install.
|
||||||
|
|
Loading…
Reference in New Issue