Skip to content

Commit d35384e

Browse files
committed
Copyedit news entries before 25.0
1 parent adc4f99 commit d35384e

7 files changed

+9
-9
lines changed

news/12176.feature.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Pip now returns the size, along with the number, of files cleared on ``pip cache purge`` and ``pip cache remove``
1+
Return the size, along with the number, of files cleared on ``pip cache purge`` and ``pip cache remove``

news/13048.process.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
Started releasing to PyPI from a GitHub Actions CI/CD workflow that implements trusted publishing and bundles :pep:`740` digital attestations.
2-
3-
In addition to being signed, the released distribution packages are now reproducible through the commit timestamp.

news/13079.bugfix.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
This change fixes a security bug allowing a wheel to execute code during installation.
1+
Fix a security bug allowing a specially crafted wheel to execute code during
2+
installation.

news/13112.feature.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Prefer to display ``License-Expression`` in ``pip show`` if metadata version is at least 2.4.
1+
Prefer to display :pep:`639` ``License-Expression`` in ``pip show`` if metadata version is at least 2.4.

news/13134.feature.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Support :pep:`639` License-Expression and License-File metadata fields in JSON
1+
Support :pep:`639` ``License-Expression`` and ``License-File`` metadata fields in JSON
22
output. ``pip inspect`` and ``pip install --report`` now emit
33
``license_expression`` and ``license_file`` fields in the ``metadata`` object,
44
if the corresponding fields are present in the installed ``METADATA`` file.

news/13163.feature.rst news/13163.bugfix.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Note: Packaging 24.2 changes how pre-release specifiers with ``<`` and ``>``
1+
The inclusion of packaging 24.2 changes how pre-release specifiers with ``<`` and ``>``
22
behave. Including a pre-release version with these specifiers now implies
33
accepting pre-releases (e.g., ``<2.0dev`` can include ``1.0rc1``). To avoid
44
implying pre-releases, avoid specifying them (e.g., use ``<2.0``).

news/5502.bugfix.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Configured TLS server and client certificates are now used while installing build dependencies.
2-
Consequently, the private ``_PIP_STANDALONE_CERT`` environment variable is no longer used.
1+
The ``--cert`` and ``--client-cert`` command-line options are now respected while
2+
installing build dependencies. Consequently, the private ``_PIP_STANDALONE_CERT``
3+
environment variable is no longer used.

0 commit comments

Comments
 (0)