[Python-modules-commits] [python-virtualenv] 01/01: d/control: Because of the previous change, Depends and Build-Depends on python-pip-whl >= 8.1.1-2.
Barry Warsaw
barry at moszumanska.debian.org
Tue Apr 19 13:33:06 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 6998a5d63aa39085fe7c26fc75b30ba5eee4697b
Author: Barry Warsaw <barry at python.org>
Date: Tue Apr 19 09:32:59 2016 -0400
d/control: Because of the previous change, Depends and Build-Depends on python-pip-whl >= 8.1.1-2.
---
debian/changelog | 7 +++++++
debian/control | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0ffc297..fa8b250 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-virtualenv (15.0.1+ds-3) UNRELEASED; urgency=medium
+
+ * d/control: Because of the previous change, Depends and Build-Depends
+ on python-pip-whl >= 8.1.1-2.
+
+ -- Barry Warsaw <barry at debian.org> Tue, 19 Apr 2016 09:13:23 -0400
+
python-virtualenv (15.0.1+ds-2) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index d3f1490..d1ff9d4 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
zip,
Build-Depends-Indep: python-mock,
python-nose,
- python-pip-whl (>= 8.0.3-3),
+ python-pip-whl (>= 8.1.1-2),
python-pytest,
python-setuptools,
python3-mock,
@@ -34,7 +34,7 @@ X-Python3-Version: >= 3.3
Package: python-virtualenv
Architecture: all
Depends: python,
- python-pip-whl (>= 8.1.0-2),
+ python-pip-whl (>= 8.1.1-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.1.0-2),
+Depends: python-pip-whl (>= 8.1.1-2),
python3,
python3-pkg-resources,
${misc:Depends},
--
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