Merge lp:~corey.bryant/ubuntu/trusty/python-neutronclient/1292661 into lp:~ubuntu-server-dev/python-neutronclient/icehouse

Proposed by Corey Bryant
Status: Merged
Approved by: Chuck Short
Approved revision: 54
Merged at revision: 54
Proposed branch: lp:~corey.bryant/ubuntu/trusty/python-neutronclient/1292661
Merge into: lp:~ubuntu-server-dev/python-neutronclient/icehouse
Diff against target: 36 lines (+9/-2)
2 files modified
debian/changelog (+7/-0)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~corey.bryant/ubuntu/trusty/python-neutronclient/1292661
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+211333@code.launchpad.net

Description of the change

* debian/control: Set minimum version for python-prettytable dependency (LP: #1292661).

To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-03-13 11:02:11 +0000
3+++ debian/changelog 2014-03-17 15:03:14 +0000
4@@ -1,3 +1,10 @@
5+python-neutronclient (1:2.3.4-0ubuntu2) UNRELEASED; urgency=medium
6+
7+ * debian/control: Set minimum version for python-prettytable dependency
8+ (LP: #1292661).
9+
10+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 17 Mar 2014 10:13:16 -0400
11+
12 python-neutronclient (1:2.3.4-0ubuntu1) trusty; urgency=medium
13
14 * New upstream point release:
15
16=== modified file 'debian/control'
17--- debian/control 2013-10-22 16:50:48 +0000
18+++ debian/control 2014-03-17 15:03:14 +0000
19@@ -13,7 +13,7 @@
20 python-mox,
21 python-nose,
22 python-pbr,
23- python-prettytable,
24+ python-prettytable (>= 0.6),
25 python-pyparsing (>= 1.5.6),
26 python-simplejson,
27 python-six,
28@@ -34,7 +34,7 @@
29 Replaces: python-quantumclient ( << 1:2.2.4-0ubuntu1~ )
30 Depends: python-cliff (>= 1.3.2),
31 python-httplib2,
32- python-prettytable,
33+ python-prettytable (>= 0.6),
34 python-pyparsing (>= 1.5.6),
35 python-simplejson,
36 ${misc:Depends},

Subscribers

People subscribed via source and target branches