[Python-modules-commits] [python-pip] 01/01: Add ca-certificates to python-pip-whl Depends.
Barry Warsaw
barry at moszumanska.debian.org
Wed Mar 9 22:02:24 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 e17fc307c3c1eb18d259231430d3e724de981434
Author: Barry Warsaw <barry at python.org>
Date: Wed Mar 9 16:57:15 2016 -0500
Add ca-certificates to python-pip-whl Depends.
Also: wrap-and-sort -at
---
debian/changelog | 8 ++++++++
debian/control | 7 ++++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ef19777..0b717b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-pip (8.1.0-2) UNRELEASED; urgency=medium
+
+ * d/control:
+ - Add ca-certificates to python-pip-whl Depends.
+ - wrap-and-sort -at
+
+ -- Barry Warsaw <barry at debian.org> Wed, 09 Mar 2016 16:56:44 -0500
+
python-pip (8.1.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 1a16d77..5bf8a3d 100644
--- a/debian/control
+++ b/debian/control
@@ -72,7 +72,8 @@ Description: alternative Python package installer - Python 3 version of the pack
Package: python-pip-whl
Architecture: all
-Depends: ${misc:Depends},
+Depends: ca-certificates,
+ ${misc:Depends},
Built-Using: chardet (= 2.3.0-2),
python-colorama (= 0.3.6-1),
distlib (= 0.2.2-1),
@@ -89,7 +90,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),
@@ -98,7 +99,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: 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
--
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