@@ -437,6 +437,18 @@ contain any entries. In such cases, pip does not create any
437
437
is encouraged for consumers to rebuild wheels with a newer version of pip in
438
438
these cases.
439
439
440
+ uv developers raised a concern about requiring at least one hash in the
441
+ ``provenance_url.json `` file as uv does not calculate distribution hashes
442
+ unless explicitly required. However, requiring at least one hash aids in
443
+ integrity checks for distributions. This is important in scenarios involving
444
+ lock files or when identifying distributions as part of SBOMs. The
445
+ ``provenance_url.json `` file mandates the inclusion of at least one hash for
446
+ the downloaded distribution. Installers that do not compute hashes of
447
+ distributions as part of the installation process (e.g., due to performance
448
+ reasons) can omit creating the ``provenance_url.json `` file. However, the
449
+ limitations affecting the auditability of Python environments should be taken
450
+ into account.
451
+
440
452
Making the hashes key optional
441
453
------------------------------
442
454
@@ -646,17 +658,19 @@ which this idea originated.
646
658
Thanks to Donald Stufft, Ofek Lev, and Trishank Kuppusamy for early feedback
647
659
and support to work on this PEP.
648
660
649
- Thanks to Gregory P. Smith, Stéphane Bidoul, and C.A.M. Gerlach for
650
- reviewing this PEP and providing valuable suggestions.
661
+ Thanks to Gregory P. Smith, Stéphane Bidoul, C.A.M. Gerlach, and Adam Turner
662
+ for reviewing this PEP and providing valuable suggestions.
651
663
652
- Thanks to Seth Michael Larson for providing valuable suggestions and for
664
+ Thanks to Seth Michael Larson for support, providing valuable suggestions and for
653
665
the proposed pip-sbom prototype.
654
666
655
667
Thanks to Stéphane Bidoul and Chris Jerdonek for :pep: `610 `.
656
668
657
669
Thanks to Frost Ming for raising possible concern around storing index URL in
658
670
the ``provenance_url.json `` file.
659
671
672
+ Thanks to Charlie Marsh and Zanie Blue for inputs related to the uv installer.
673
+
660
674
Last, but not least, thanks to Donald Stufft for sponsoring this PEP.
661
675
662
676
Copyright
0 commit comments