Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pip
From: Adam Ciarcinski
Date: 2022-07-07 13:48:51
Message id: 20220707114851.76374FB1A@cvs.NetBSD.org
Log Message:
py-pip: updated to 22.1.2
22.1.2 (2022-05-31)
===================
Bug Fixes
---------
- Revert <https://github.com/pypa/pip/issues/10979> since it introduced a \
regression in certain edge cases.
- Fix an incorrect assertion in the logging logic, that prevented the upgrade \
prompt from being presented.
22.1.1 (2022-05-20)
===================
Bug Fixes
---------
- Properly filter out optional dependencies (i.e. extras) when checking build \
environment distributions.
- Change the build environment dependency checking to be opt-in.
- Allow using a pre-release version to satisfy a build requirement. This helps
manually populated build environments to more accurately detect build-time
requirement conflicts.
22.1 (2022-05-11)
=================
Process
-------
- Enable the ``importlib.metadata`` metadata implementation by default on
Python 3.11 (or later). The environment variable ``_PIP_USE_IMPORTLIB_METADATA``
can still be used to enable the implementation on 3.10 and earlier, or disable
it on 3.11 (by setting it to ``0`` or ``false``).
Bug Fixes
---------
- Revert <https://github.com/pypa/pip/issues/9243> since it introduced a \
regression in certain edge cases.
- Fix missing ``REQUESTED`` metadata when using URL constraints.
- ``pip config`` now normalizes names by converting underscores into dashes.
Files: