python-pip 20.0.2-4 source package in Ubuntu

Changelog

python-pip (20.0.2-4) unstable; urgency=medium

  * Patch command/list.py to round trip versions through string and back to
    versions to work around pip/setuptools incompatibility (Closes: #912379)
    - Add debian/patches/commands_list_version_workaround.patch
  * Switch python3-all build-depend to python3 to work around #955632 (Closes:
    #955624)
  * Set python-pip-whl to be Multi-Arch: foreign as suggested by the
    Multi-Arch hinter
  * Drop ancient python-pip-whl Breaks/Replaces
    - No longer needed since replaced packages were last in oldoldstable
  * Switch back to using system pep517 to create a wheel for pip now that
    pep517 is zip safe
  * Make dh_python3 call verbose so we see more in the build logs
  * Clean up redundant Recommends for python3-pip
  * Remove obsolete needs-recommends restriction from d/tests/control

 -- Scott Kitterman <email address hidden>  Fri, 03 Apr 2020 14:51:05 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pip_20.0.2-4.dsc 2.9 KiB 0b46e5207e69699bf370717057ed83d98fbdc4855337ce562be13bfec611d99e
python-pip_20.0.2.orig.tar.gz 1.4 MiB 7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f
python-pip_20.0.2-4.debian.tar.xz 17.7 KiB 087bd1c1027942d58c6af94380268b1d6b337254214c66a7f42011d197abe04c

Available diffs

No changes file available.

Binary packages built by this source

python-pip-whl: Python package installer

 pip is the Python package installer. It integrates with virtualenv, doesn't
 do partial installs, can save package state for replaying, can install from
 non-egg sources, and can install from version control repositories.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using pip inside a virtual environment.

python3-pip: Python package installer

 pip is the Python package installer. It integrates with virtualenv, doesn't
 do partial installs, can save package state for replaying, can install from
 non-egg sources, and can install from version control repositories.
 .
 This is the Python 3 version of the package.