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 the distutils 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>_)
22.2 (2022-07-21)
Deprecations and Removals
Remove the html5lib deprecated feature flag. ([#10825](https://github.com/pypa/pip/issues/10825) <https://github.com/pypa/pip/issues/10825>_)
Add support to use truststore <https://pypi.org/project/truststore/>_ as an
alternative SSL certificate verification backend. The backend can be enabled on Python
3.10 and later by installing truststore into the environment, and adding the
--use-feature=truststore flag to various pip commands.
truststore differs from the current default verification backend (provided by
certifi) in it uses the operating system’s trust store, which can be better
controlled and augmented to better support non-standard certificates. Depending on
feedback, pip may switch to this as the default certificate verification backend in
the future. ([#11082](https://github.com/pypa/pip/issues/11082) <https://github.com/pypa/pip/issues/11082>_)
Add --dry-run option to pip install, to let it print what it would install but
not actually change anything in the target environment. ([#11096](https://github.com/pypa/pip/issues/11096) <https://github.com/pypa/pip/issues/11096>_)
Record in wheel cache entries the URL of the original artifact that was downloaded
to build the cached wheels. The record is named origin.json and uses the PEP 610
Direct URL format. ([#11137](https://github.com/pypa/pip/issues/11137) <https://github.com/pypa/pip/issues/11137>_)
Support PEP 691 <https://peps.python.org/pep-0691/>. ([#11158](https://github.com/pypa/pip/issues/11158) <https://github.com/pypa/pip/issues/11158>)
pip's deprecation warnings now subclass the built-in DeprecationWarning, and
can be suppressed by running the Python interpreter with
-W ignore::DeprecationWarning. ([#11225](https://github.com/pypa/pip/issues/11225) <https://github.com/pypa/pip/issues/11225>_)
Add pip inspect command to obtain the list of installed distributions and other
information about the Python environment, in JSON format. ([#11245](https://github.com/pypa/pip/issues/11245) <https://github.com/pypa/pip/issues/11245>_)
Significantly speed up isolated environment creation, by using the same
sources for pip instead of creating a standalone installation for each
environment. ([#11257](https://github.com/pypa/pip/issues/11257) <https://github.com/pypa/pip/issues/11257>_)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps pip from 22.0.4 to 22.2.1.
Changelog
Sourced from pip's changelog.
... (truncated)
Commits
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_311Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)