@@ -235,7 +235,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
235
235
file).
236
236
- Tools supporting dependency groups MUST also support extras.
237
237
- Tools SHOULD explicitly set this key to an empty array to signal that the
238
- inputs used to generate the lock file had no extras (e.g. a ``pyproject.toml ``
238
+ inputs used to generate the lock file had no dependency groups (e.g. a ``pyproject.toml ``
239
239
file had no ``[dependency-groups] `` table), signalling that the lock file
240
240
is, in effect, multi-use even if it only looks to be single-use.
241
241
@@ -361,6 +361,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
361
361
contains.
362
362
- Tools MAY choose to not support version control systems, both from a locking
363
363
and/or installation perspective.
364
+ - Tools MAY choose to only support a subset of the available VCS types.
364
365
- Tools SHOULD provide a way for users to opt in/out of using version control
365
366
systems.
366
367
- Installation from a version control system is considered originating from a
@@ -1094,7 +1095,7 @@ use-cases based on extras and dependency groups. It is up to the tool(s) you use
1094
1095
that decide whether multi-use lock files are possible. All tools dealing with
1095
1096
lock files at least support single-use lock files. Neither type of lock file
1096
1097
is better or worse than the other, it just changes how much can be written down
1097
- in a single file (which can influence how manageable) .
1098
+ in a single file.
1098
1099
1099
1100
Lock files that follow this PEP can be installed by any installer that
1100
1101
implements the specification. This allows users of a lock file to perform an
@@ -1269,7 +1270,7 @@ Recording the creation date of the lock file
1269
1270
============================================
1270
1271
1271
1272
To know how potentially stale the lock file was, an earlier proposal suggested
1272
- recording the creation date of the lock file. But for some same merge conflict
1273
+ recording the creation date of the lock file. But for the same merge conflict
1273
1274
reasons as storing the hash of the file contents, this idea was dropped.
1274
1275
1275
1276
@@ -1315,7 +1316,7 @@ Drop recording the package version
1315
1316
==================================
1316
1317
1317
1318
The package version is optional since it can only be reliably recorded when an
1318
- sdist of wheel file is used. And since both sources record the version in file
1319
+ sdist or wheel file is used. And since both sources record the version in file
1319
1320
names it is technically redundant.
1320
1321
1321
1322
But in discussions it was decided the version number is useful for auditing
0 commit comments