python-pip 1.5.4-1 source package in Ubuntu

Changelog

python-pip (1.5.4-1) unstable; urgency=medium


  * Team upload.
  * New upstream release.
  * d/patches:
    - system-ca-certificates.patch: Removed.  This is obsoleted by the
      vendorizing (and on Debian, de-vendorizing) of the requests library.
    - no-python-specific-scripts.patch: Removed.  Upstream renamed pip-X.Y
      to pipX.Y but adopts our pipX name as well.  I don't think it hurts
      to also have pipX.Y.
    - de-vendorize.patch: Added, in order to use Debian packages instead
      of vendorized packages.
  * d/control:
    - Bump Standards-Version to 3.9.5 with no other changes needed.
    - Update Depends for the vendorized packages.
  * d/python{,3}-pip.pyremove: Remove pip/_vendor directory from binary
    packages.

 -- Barry Warsaw <email address hidden>  Mon, 31 Mar 2014 14:44:40 -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
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-pip_1.5.4-1.dsc 2.1 KiB 21defe57d9a2497331045c7fb34c5a74f202e25cc56bf4bd5ff9b7d25db992b0
python-pip_1.5.4.orig.tar.gz 1.0 MiB 70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9
python-pip_1.5.4-1.debian.tar.xz 9.7 KiB 9a25d334aa9a71a04cb70143113a38e9a35278784a4e04e514d27af0419abef1

Available diffs

No changes file available.

Binary packages built by this source

python-pip: No summary available for python-pip in ubuntu utopic.

No description available for python-pip in ubuntu utopic.

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.