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 file
Patch File delta Description
disable pip version check.patch | (download)

src/pip/_internal/cli/cmdoptions.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 4 insertions(+), 2 deletions(-)

 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 !
1 file changed, 1 insertion(+)

 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 !
1 file changed, 11 insertions(+)

 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 !
docs/html/news.rst | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 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 !
1 file changed, 3 insertions(+), 1 deletion(-)

 intersphinx paths

Use the Debian packaged documentation for intersphinx links.

pip3 manpages.patch | (download)

docs/html/conf.py | 4 2 + 2 - 0 !
docs/man/commands/cache.rst | 6 3 + 3 - 0 !
docs/man/commands/check.rst | 6 3 + 3 - 0 !
docs/man/commands/config.rst | 6 3 + 3 - 0 !
docs/man/commands/debug.rst | 2 1 + 1 - 0 !
docs/man/commands/download.rst | 6 3 + 3 - 0 !
docs/man/commands/freeze.rst | 6 3 + 3 - 0 !
docs/man/commands/hash.rst | 6 3 + 3 - 0 !
docs/man/commands/help.rst | 6 3 + 3 - 0 !
docs/man/commands/install.rst | 6 3 + 3 - 0 !
docs/man/commands/list.rst | 6 3 + 3 - 0 !
docs/man/commands/lock.rst | 6 3 + 3 - 0 !
docs/man/commands/search.rst | 6 3 + 3 - 0 !
docs/man/commands/show.rst | 6 3 + 3 - 0 !
docs/man/commands/uninstall.rst | 6 3 + 3 - 0 !
docs/man/commands/wheel.rst | 6 3 + 3 - 0 !
docs/man/index.rst | 28 14 + 14 - 0 !
17 files changed, 59 insertions(+), 59 deletions(-)

 rename manpages pip -> pip3

While we call the binary pip3, the manpages should match.