Merge lp:~gandelman-a/ubuntu/saucy/python-quantumclient/depends into lp:~openstack-ubuntu-testing/python-neutronclient/havana

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 32
Merged at revision: 32
Proposed branch: lp:~gandelman-a/ubuntu/saucy/python-quantumclient/depends
Merge into: lp:~openstack-ubuntu-testing/python-neutronclient/havana
Diff against target: 53 lines (+12/-6)
2 files modified
debian/changelog (+8/-2)
debian/control (+4/-4)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/saucy/python-quantumclient/depends
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+165523@code.launchpad.net

Description of the change

Tightens up version requirements to match what is described in pip-requires.

To post a comment you must log in.

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 2013-04-08 15:36:34 +0000
3+++ debian/changelog 2013-05-24 02:34:28 +0000
4@@ -1,8 +1,14 @@
5-python-quantumclient (1:2.2.1.8.gd41d223-0ubuntu1) UNRELEASED; urgency=low
6+python-quantumclient (1:2.2.1.8.gd41d223-0ubuntu2) UNRELEASED; urgency=low
7
8+ [ Chuck Short ]
9 * debian/rules, debian/control: Run testsuite with testrepository.
10
11- -- Chuck Short <zulcss@ubuntu.com> Sat, 06 Apr 2013 20:27:11 -0500
12+ [ Adam Gandelman ]
13+ * debian/control: Bump python-cliff min. requirement to 1.3.2 as per
14+ tools/pip-requires.
15+ * debian/control: Set version minimum 1.5.6 on python-pyparsing depends.
16+
17+ -- Adam Gandelman <adamg@ubuntu.com> Thu, 23 May 2013 19:17:44 -0700
18
19 python-quantumclient (1:2.2.0-0ubuntu1) raring; urgency=low
20
21
22=== modified file 'debian/control'
23--- debian/control 2013-04-07 01:44:23 +0000
24+++ debian/control 2013-05-24 02:34:28 +0000
25@@ -6,13 +6,13 @@
26 Build-Depends: debhelper (>= 8.0.0),
27 pep8,
28 python-all (>= 2.6.6-3~),
29- python-cliff (>= 1.3.1),
30+ python-cliff (>= 1.3.2),
31 python-fixtures,
32 python-httplib2,
33 python-mox,
34 python-nose,
35 python-prettytable,
36- python-pyparsing,
37+ python-pyparsing (>= 1.5.6),
38 python-simplejson,
39 python-testtools,
40 testrepository,
41@@ -25,10 +25,10 @@
42 Package: python-quantumclient
43 Architecture: all
44 Replaces: quantum-client
45-Depends: python-cliff (>= 1.3.1),
46+Depends: python-cliff (>= 1.3.2),
47 python-httplib2,
48 python-prettytable,
49- python-pyparsing,
50+ python-pyparsing (>= 1.5.6),
51 python-simplejson,
52 ${misc:Depends},
53 ${python:Depends},

Subscribers

People subscribed via source and target branches