[Python-modules-commits] [python-softlayer] 08/10: Add version constraints for depends based on upstream requirements

Scott Kitterman kitterman at moszumanska.debian.org
Thu May 26 12:44:29 UTC 2016


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

kitterman pushed a commit to branch master
in repository python-softlayer.

commit a7905fef9bfaf653226b32dbab21b377523454a5
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu May 26 08:26:04 2016 -0400

    Add version constraints for depends based on upstream requirements
---
 debian/changelog |  3 ++-
 debian/control   | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1f35464..796a824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ python-softlayer (5.1.0-1) UNRELEASED; urgency=medium
   * Bump standards version to 3.9.8 without further change
   * Add missing depends on python/python3-pygments (it had previously
     been pulled in indirectly)
+  * Add version constraints for depends based on upstream requirements
 
- -- Scott Kitterman <scott at kitterman.com>  Thu, 26 May 2016 08:14:01 -0400
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 26 May 2016 08:25:45 -0400
 
 python-softlayer (5.0.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 616c171..080c280 100644
--- a/debian/control
+++ b/debian/control
@@ -22,11 +22,11 @@ Architecture: all
 Depends:
  python-mock,
  python-nose,
- python-prettytable,
- python-prompt-toolkit,
- python-pygments,
- python-requests,
- python-six,
+ python-prettytable (>= 0.7.0),
+ python-prompt-toolkit (>= 0.53),
+ python-pygments (>= 2.0.0),
+ python-requests (>= 2.7.0),
+ python-six (>= 1.7.0),
  ${misc:Depends},
  ${python:Depends}
 Description: Python client for SoftLayer API (Python 2)
@@ -44,11 +44,11 @@ Replaces: python-softlayer (<= 3.1.0-1)
 Depends:
  python3-mock,
  python3-nose,
- python3-prettytable,
- python3-prompt-toolkit,
- python3-pygments,
- python3-requests,
- python3-six,
+ python3-prettytable (>= 0.7.0),
+ python3-prompt-toolkit (>= 0.53),
+ python3-pygments (>= 2.0.0),
+ python3-requests (>= 2.7.0),
+ python3-six (>= 1.7.0),
  ${misc:Depends},
  ${python3:Depends}
 Description: Python client for SoftLayer API (Python 3)

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



More information about the Python-modules-commits mailing list