Package: python-pip / 25.1.1+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
python-pip | 25.1.1+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable pip version check.patch | (download) |
src/pip/_internal/cli/cmdoptions.py |
2 1 + 1 - 0 ! |
set --disable-pip-version-check=true by default. Patch-Name: disable-pip-version-check.patch |
commands_list_version_workaround.patch | (download) |
src/pip/_internal/commands/list.py |
6 4 + 2 - 0 ! |
make sure pip's version parsing is always used Bug-Debian: https://bugs.debian.org/912379 |
add_pkg resources_to_freeze.patch | (download) |
src/pip/_internal/commands/freeze.py |
1 1 + 0 - 0 ! |
include pkg-resources in freeze system wheels Bug-Debian: https://bugs.debian.org/871790 |
certifi debian ca certificates.patch | (download) |
src/pip/_vendor/certifi/core.py |
11 11 + 0 - 0 ! |
certifi: use debian provided /etc/ssl/certs/ca-certificates.crt Needed until truststore becomes default. |
no sphinxcontrib.towncrier.patch | (download) |
docs/html/conf.py |
2 1 + 1 - 0 ! |
disable sphinxcontrib-towncrier The towncrier config is not shipped in the pip source releases, so there's no point trying to use it. Not needed, anyway, as we are only shipping final releases, where the changelog is already serialized out of towncrier. |
intersphinx.patch | (download) |
docs/html/conf.py |
4 3 + 1 - 0 ! |
intersphinx paths Use the Debian packaged documentation for intersphinx links. |
pip3 manpages.patch | (download) |
docs/html/conf.py |
4 2 + 2 - 0 ! |
rename manpages pip -> pip3 While we call the binary pip3, the manpages should match. |