-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13174 from ichard26/changelog
Copyedit news entries before 25.0
- Loading branch information
Showing
7 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Pip now returns the size, along with the number, of files cleared on ``pip cache purge`` and ``pip cache remove`` | ||
Return the size, along with the number, of files cleared on ``pip cache purge`` and ``pip cache remove`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
Started releasing to PyPI from a GitHub Actions CI/CD workflow that implements trusted publishing and bundles :pep:`740` digital attestations. | ||
|
||
In addition to being signed, the released distribution packages are now reproducible through the commit timestamp. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
This change fixes a security bug allowing a wheel to execute code during installation. | ||
Fix a security bug allowing a specially crafted wheel to execute code during | ||
installation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Prefer to display ``License-Expression`` in ``pip show`` if metadata version is at least 2.4. | ||
Prefer to display :pep:`639` ``License-Expression`` in ``pip show`` if metadata version is at least 2.4. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Support :pep:`639` License-Expression and License-File metadata fields in JSON | ||
Support :pep:`639` ``License-Expression`` and ``License-File`` metadata fields in JSON | ||
output. ``pip inspect`` and ``pip install --report`` now emit | ||
``license_expression`` and ``license_file`` fields in the ``metadata`` object, | ||
if the corresponding fields are present in the installed ``METADATA`` file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Configured TLS server and client certificates are now used while installing build dependencies. | ||
Consequently, the private ``_PIP_STANDALONE_CERT`` environment variable is no longer used. | ||
The ``--cert`` and ``--client-cert`` command-line options are now respected while | ||
installing build dependencies. Consequently, the private ``_PIP_STANDALONE_CERT`` | ||
environment variable is no longer used. |