Skip to content

Commit

Permalink
Merge pull request #13174 from ichard26/changelog
Browse files Browse the repository at this point in the history
Copyedit news entries before 25.0
  • Loading branch information
sbidoul authored Jan 25, 2025
2 parents adc4f99 + d35384e commit d265fb7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion news/12176.feature.rst
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``
2 changes: 0 additions & 2 deletions news/13048.process.rst
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.
3 changes: 2 additions & 1 deletion news/13079.bugfix.rst
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.
2 changes: 1 addition & 1 deletion news/13112.feature.rst
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.
2 changes: 1 addition & 1 deletion news/13134.feature.rst
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.
2 changes: 1 addition & 1 deletion news/13163.feature.rst → news/13163.bugfix.rst
Original file line number Diff line number Diff line change
@@ -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``).
Expand Down
5 changes: 3 additions & 2 deletions news/5502.bugfix.rst
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.

0 comments on commit d265fb7

Please sign in to comment.