[Python-modules-commits] [python-virtualenv] 01/01: d/control: Updates.

Barry Warsaw barry at moszumanska.debian.org
Wed Mar 9 22:29:40 UTC 2016


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

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

commit 250b8f3a103159034da1f395c99d4e7e384ca4f9
Author: Barry Warsaw <barry at python.org>
Date:   Wed Mar 9 17:18:37 2016 -0500

    d/control: Updates.
    
    * d/control:
      - Bump python-pip-whl Depends to >= 8.1.0-2 to pick up the required
        ca-certificates dependency.
      - No need for virtualenv to explicitly depend on ca-certificates.
---
 debian/changelog | 9 +++++++++
 debian/control   | 7 +++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ca4fc06..fc149ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-virtualenv (15.0.0+ds-2) UNRELEASED; urgency=medium
+
+  * d/control:
+    - Bump python-pip-whl Depends to >= 8.1.0-2 to pick up the required
+      ca-certificates dependency.
+    - No need for virtualenv to explicitly depend on ca-certificates.
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 09 Mar 2016 17:16:46 -0500
+
 python-virtualenv (15.0.0+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index b3e73af..e03dda4 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ X-Python3-Version: >= 3.3
 Package: python-virtualenv
 Architecture: all
 Depends: python,
-         python-pip-whl (>= 8.0.3-3),
+         python-pip-whl (>= 8.1.0-2),
          python-pkg-resources,
          ${misc:Depends},
          ${python3:Depends},
@@ -49,7 +49,7 @@ Description: Python virtual environment creator
 
 Package: python3-virtualenv
 Architecture: all
-Depends: python-pip-whl (>= 8.0.3-3),
+Depends: python-pip-whl (>= 8.1.0-2),
          python3,
          python3-pkg-resources,
          ${misc:Depends},
@@ -64,8 +64,7 @@ Description: Python virtual environment creator
 
 Package: virtualenv
 Architecture: all
-Depends: ca-certificates,
-         python3,
+Depends: python3,
          python3-virtualenv,
          ${misc:Depends},
 Replaces: python-virtualenv (<< 1.11.6),

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



More information about the Python-modules-commits mailing list