From d35384ef91cb372a5223a01f980e5deb84c8fde5 Mon Sep 17 00:00:00 2001 From: Richard Si Date: Fri, 24 Jan 2025 18:09:21 -0500 Subject: [PATCH] Copyedit news entries before 25.0 --- news/12176.feature.rst | 2 +- news/13048.process.rst | 2 -- news/13079.bugfix.rst | 3 ++- news/13112.feature.rst | 2 +- news/13134.feature.rst | 2 +- news/{13163.feature.rst => 13163.bugfix.rst} | 2 +- news/5502.bugfix.rst | 5 +++-- 7 files changed, 9 insertions(+), 9 deletions(-) rename news/{13163.feature.rst => 13163.bugfix.rst} (75%) diff --git a/news/12176.feature.rst b/news/12176.feature.rst index 5ff3b31f891..0e78f737cf8 100644 --- a/news/12176.feature.rst +++ b/news/12176.feature.rst @@ -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`` diff --git a/news/13048.process.rst b/news/13048.process.rst index b4d18461b7a..9e19f1f8017 100644 --- a/news/13048.process.rst +++ b/news/13048.process.rst @@ -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. diff --git a/news/13079.bugfix.rst b/news/13079.bugfix.rst index 5b297f5a12e..52db10b1781 100644 --- a/news/13079.bugfix.rst +++ b/news/13079.bugfix.rst @@ -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. diff --git a/news/13112.feature.rst b/news/13112.feature.rst index bf60883211f..1f9e44a49c6 100644 --- a/news/13112.feature.rst +++ b/news/13112.feature.rst @@ -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. diff --git a/news/13134.feature.rst b/news/13134.feature.rst index b87f67d376d..6509c158130 100644 --- a/news/13134.feature.rst +++ b/news/13134.feature.rst @@ -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. diff --git a/news/13163.feature.rst b/news/13163.bugfix.rst similarity index 75% rename from news/13163.feature.rst rename to news/13163.bugfix.rst index 8d5709d230c..22d80d9a65a 100644 --- a/news/13163.feature.rst +++ b/news/13163.bugfix.rst @@ -1,4 +1,4 @@ -Note: Packaging 24.2 changes how pre-release specifiers with ``<`` and ``>`` +The inclusion of packaging 24.2 changes how pre-release specifiers with ``<`` and ``>`` behave. Including a pre-release version with these specifiers now implies accepting pre-releases (e.g., ``<2.0dev`` can include ``1.0rc1``). To avoid implying pre-releases, avoid specifying them (e.g., use ``<2.0``). diff --git a/news/5502.bugfix.rst b/news/5502.bugfix.rst index 674c431bd3e..c8d27d99b9a 100644 --- a/news/5502.bugfix.rst +++ b/news/5502.bugfix.rst @@ -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.