Sourced from pip's changelog.
22.2.1 (2022-07-27)
Bug Fixes
- Send the pip upgrade prompt to stderr. (
[#11282](https://github.com/pypa/pip/issues/11282) <https://github.com/pypa/pip/issues/11282>
_)- Ensure that things work correctly in environments where setuptools-injected
distutils
is available by default. This is done by cooperating with setuptools' injection logic to ensure that pip uses thedistutils
from the Python standard library instead. ([#11298](https://github.com/pypa/pip/issues/11298) <https://github.com/pypa/pip/issues/11298>
_)- Clarify that
pip cache
's wheels-related output is about locally built wheels only. ([#11300](https://github.com/pypa/pip/issues/11300) <https://github.com/pypa/pip/issues/11300>
_)
61bdbe0
Bump for releasefcb0c84
Merge pull request #11298 from pradyunsg/remove-distutils-shima14f141
:newspaper:b728bda
Remove the setuptools-provided distutils hack, if using distutils0231a1d
Merge pull request #11303 from vanschelven/clarify-pip-cache-output80c3b96
Textual: "locally built" rather than "built"d57c5dd
Fixed the testsf2c49cd
Add news article906b877
Clarify pip cache outputc4606b3
Merge pull request #11283 from pfmoore/classifier_311