[Python-modules-commits] [python-pip] 01/01: Fix original bug LP: #1626258

Barry Warsaw barry at moszumanska.debian.org
Mon Oct 31 19:46:23 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 76a957e2baf37f6337de8ec3a255afdfe2c78899
Author: Barry Warsaw <barry at python.org>
Date:   Mon Oct 31 15:46:17 2016 -0400

    Fix original bug LP: #1626258
    
    * d/tests:
      - control: Add needs-recommends restriction. (Closes: #842732)
      - pip2-*.sh: Install world<4 since v4 is not Python 2 compatible.
---
 debian/changelog          | 13 +++++++++++--
 debian/tests/control      |  7 +++++--
 debian/tests/pip2-root.sh |  2 +-
 debian/tests/pip2-user.sh |  2 +-
 4 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3194dd8..0b25ca5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,16 @@
+python-pip (8.1.2-3) UNRELEASED; urgency=medium
+
+  [ Felipe Reyes ]
+  * d/tests:
+    - control: Add needs-recommends restriction. (Closes: #842732)
+    - pip2-*.sh: Install world<4 since v4 is not Python 2 compatible.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 31 Oct 2016 15:26:49 -0400
+
 python-pip (8.1.2-2) unstable; urgency=medium
 
-  * d/control: 
-    - Update descriptions since pip really isn't the "alternative" any more 
+  * d/control:
+    - Update descriptions since pip really isn't the "alternative" any more
       and nobody still uses easy_install.
     - Update Built-Using packages and versions.
   * d/tests/*.sh: export PIP_DISABLE_PIP_VERSION_CHECK=1 to prevent
diff --git a/debian/tests/control b/debian/tests/control
index 4125451..3fdd203 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,12 +1,15 @@
 Tests: pip2-root.sh
-Restrictions: needs-root
+Restrictions: needs-root,needs-recommends
 
 Tests: pip3-root.sh
-Restrictions: needs-root
+Restrictions: needs-root,needs-recommends
 
 Tests: pip2-user.sh
+Restrictions: needs-recommends
 
 Tests: pip3-user.sh
+Restrictions: needs-recommends
 
 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823358
 Tests: pip3-editable.sh
+Restrictions: needs-recommends
diff --git a/debian/tests/pip2-root.sh b/debian/tests/pip2-root.sh
index c2a1bdb..0b2ba1b 100644
--- a/debian/tests/pip2-root.sh
+++ b/debian/tests/pip2-root.sh
@@ -2,7 +2,7 @@
 
 export PIP_DISABLE_PIP_VERSION_CHECK=1
 
-pip install world
+pip install "world<4"
 pip list
 ls -ld /usr/local/lib/python2.*/dist-packages/world-*.dist-info
 pip uninstall -y world
diff --git a/debian/tests/pip2-user.sh b/debian/tests/pip2-user.sh
index 1be8421..ea96d0b 100644
--- a/debian/tests/pip2-user.sh
+++ b/debian/tests/pip2-user.sh
@@ -3,7 +3,7 @@
 export HOME=$ADTTMP
 export PIP_DISABLE_PIP_VERSION_CHECK=1
 
-pip install world
+pip install "world<4"
 pip list
 ls -ld $HOME/.local/lib/python2.*/site-packages/world-*.dist-info
 pip uninstall -y world

-- 
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