python-pip 8.1.1-2ubuntu0.1 source package in Ubuntu

Changelog

python-pip (8.1.1-2ubuntu0.1) xenial; urgency=medium

  * d/patches/editable-mode.patch: Cherry pick upstream fixes for crash
    when pip installing in editable mode.  (LP: #1578761)
  * d/tests:
    - pip3-editable.sh: Added to prove the crash is fixed.
    - control: Updated
    - *.sh: export PIP_DISABLE_PIP_VERSION_CHECK=1 to prevent stderr
      warnings (and thus test failures) because of the newer upstream.
  * d/control:
    - Add python3-pyparsing as a new Build-Depends as this is required
      for the cherry picked fix.
    - Update the python-colorama and python-setuptools Built-Using versions.
    - Add pyparsing to Built-Using.
    - update-maintainer
  * d/rules: dirtbike up pyparsing.

 -- Barry Warsaw <email address hidden>  Thu, 05 May 2016 16:11:04 -0500

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pip_8.1.1.orig.tar.gz 1.1 MiB 3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798
python-pip_8.1.1-2ubuntu0.1.debian.tar.xz 17.7 KiB d1f01413d48ff8ef539298feca7465990b43b1731bef4bada3e3cb1d9429a2fa
python-pip_8.1.1-2ubuntu0.1.dsc 2.7 KiB d7f3e1447cfefca4d63a578ffd271787e8bc155c4a7327c57f4bd4787e4fd2a2

View changes file

Binary packages built by this source

python-pip: alternative Python package installer

 pip is a replacement for easy_install, and is intended to be an improved
 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.

python-pip-whl: alternative Python package installer

 pip is a replacement for easy_install, and is intended to be an improved
 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: alternative Python package installer - Python 3 version of the package

 pip is a replacement for easy_install, and is intended to be an improved
 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.