[Python-modules-commits] [python-pip] 03/03: Update Built-Using packages and versions.

Barry Warsaw barry at moszumanska.debian.org
Fri Jun 17 09:07:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-pip.

commit 0852aae40b1be850453bd4c6990d36e87e3b360c
Author: Barry Warsaw <barry at python.org>
Date:   Fri Jun 17 05:07:03 2016 -0400

    Update Built-Using packages and versions.
---
 debian/changelog |  2 +-
 debian/control   | 41 +++++++++++++++++++++++------------------
 2 files changed, 24 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4f1db0d..3194dd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ python-pip (8.1.2-2) unstable; urgency=medium
   * d/control: 
     - Update descriptions since pip really isn't the "alternative" any more 
       and nobody still uses easy_install.
-    - Update Built-Using versions.
+    - Update Built-Using packages and versions.
   * d/tests/*.sh: export PIP_DISABLE_PIP_VERSION_CHECK=1 to prevent
     stderr warnings (and thus test failures) for when we get behind
     new upstream releases.
diff --git a/debian/control b/debian/control
index 8fddbe4..19bd9e8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Barry Warsaw <barry at debian.org>,
            Carl Chenet <chaica at debian.org>,
-           Jeff Licquia <licquia at debian.org>,
+           Jeff Licquia <licquia at debian.org>
 Homepage: https://pip.pypa.io/en/stable/
 Build-Depends: debhelper (>= 9),
                dh-python,
@@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 9),
                python3-setuptools,
                python3-six,
                python3-urllib3,
-               python3-wheel,
+               python3-wheel
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
@@ -44,11 +44,11 @@ Architecture: all
 Depends: ca-certificates,
          python-pip-whl (= ${binary:Version}),
          ${misc:Depends},
-         ${python:Depends},
+         ${python:Depends}
 Recommends: build-essential,
             python-all-dev (>= 2.6),
             python-setuptools,
-            python-wheel,
+            python-wheel
 Description: 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
@@ -59,11 +59,11 @@ Architecture: all
 Depends: ca-certificates,
          python-pip-whl (= ${binary:Version}),
          ${misc:Depends},
-         ${python3:Depends},
+         ${python3:Depends}
 Recommends: build-essential,
             python3-dev (>= 3.2),
             python3-setuptools,
-            python3-wheel,
+            python3-wheel
 Description: 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
@@ -73,17 +73,22 @@ Description: Python package installer
 
 Package: python-pip-whl
 Architecture: all
-Depends: ca-certificates,
-         ${misc:Depends},
+Depends: ca-certificates, ${misc:Depends}
 Built-Using: chardet (= 2.3.0-2),
-             python-colorama (= 0.3.7-1),
-             distlib (= 0.2.3-1),
-             html5lib (= 0.999-4),
-             requests (= 2.10.0-1),
-             python-setuptools (= 20.10.1-1),
-             six (= 1.10.0-3),
-             pyparsing (= 2.1.4+dfsg1-1),
-             python-urllib3 (= 1.15.1-2)
+	     distlib (= 0.2.3-1),
+	     html5lib (= 0.999-4),
+ 	     pyparsing (= 2.1.4+dfsg1-1),
+ 	     python-cachecontrol (= 0.11.5-1.1),
+ 	     python-colorama (= 0.3.7-1),
+ 	     python-ipaddress (= 1.0.16-1),
+ 	     python-lockfile (= 1:0.12.2-1),
+ 	     python-packaging (= 16.7-2),
+ 	     python-progress (= 1.2-1),
+ 	     python-retrying (= 1.3.3-1),
+ 	     python-setuptools (= 20.10.1-1),
+ 	     python-urllib3 (= 1.15.1-2),
+ 	     requests (= 2.10.0-1),
+ 	     six (= 1.10.0-3),
 Breaks: python-chardet-whl (<< 2.3.0-2),
         python-colorama-whl (<< 0.3.6-1),
         python-distlib-whl (<< 0.2.2-1),
@@ -92,7 +97,7 @@ Breaks: python-chardet-whl (<< 2.3.0-2),
         python-setuptools-whl (<< 20.1.1-1),
         python-six-whl (<< 1.10.0-3),
         python-urllib3-whl (<< 1.13.1-2),
-        virtualenv (<< 14.0.5+ds-5),
+        virtualenv (<< 14.0.5+ds-5)
 Replaces: python-chardet-whl (<< 2.3.0-2),
           python-colorama-whl (<< 0.3.6-1),
           python-distlib-whl (<< 0.2.2-1),
@@ -101,7 +106,7 @@ Replaces: python-chardet-whl (<< 2.3.0-2),
           python-setuptools-whl (<< 20.1.1-1),
           python-six-whl (<< 1.10.0-3),
           python-urllib3-whl (<< 1.13.1-2),
-          virtualenv (<< 14.0.5+ds-5),
+          virtualenv (<< 14.0.5+ds-5)
 Description: 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git



More information about the Python-modules-commits mailing list