Merge lp:~gnuoy/python-novaclient/juno-update-deps into lp:~ubuntu-server-dev/python-novaclient/juno

Proposed by Liam Young
Status: Merged
Approved by: Chuck Short
Approved revision: 88
Merge reported by: Chuck Short
Merged at revision: not available
Proposed branch: lp:~gnuoy/python-novaclient/juno-update-deps
Merge into: lp:~ubuntu-server-dev/python-novaclient/juno
Diff against target: 77 lines (+20/-13)
2 files modified
debian/changelog (+6/-2)
debian/control (+14/-11)
To merge this branch: bzr merge lp:~gnuoy/python-novaclient/juno-update-deps
Reviewer Review Type Date Requested Status
Liam Young (community) Needs Resubmitting
Ubuntu Server Developers Pending
Review via email: mp+225674@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

Can you clean up the merge conflicts?

88. By Liam Young

Merged trunk in

Revision history for this message
Liam Young (gnuoy) :
review: Needs Resubmitting

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-07-03 12:24:44 +0000
3+++ debian/changelog 2014-07-07 10:39:29 +0000
4@@ -1,11 +1,15 @@
5-python-novaclient (1:2.17.0-0ubuntu2) UNRELEASED; urgency=medium
6+python-novaclient (1:2.17.0-0ubuntu3) UNRELEASED; urgency=medium
7
8+ [ Chuck Short ]
9 * debian/control: Open up juno release
10 * debian/control: Add python-httpretty as a build depends.
11 * debian/control: Add python-keystoneclient and python-testscenarios
12 as build dependencies.
13
14- -- Chuck Short <zulcss@ubuntu.com> Tue, 22 Apr 2014 11:27:31 -0400
15+ [ Liam Young ]
16+ * debian/control: Merged in deps from requirements.txt
17+
18+ -- Liam Young <liam.young@canonical.com> Mon, 07 Jul 2014 11:36:08 +0100
19
20 python-novaclient (1:2.17.0-0ubuntu1) trusty; urgency=medium
21
22
23=== modified file 'debian/control'
24--- debian/control 2014-07-03 12:24:44 +0000
25+++ debian/control 2014-07-07 10:39:29 +0000
26@@ -2,23 +2,24 @@
27 Section: python
28 Priority: optional
29 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
30-Build-Depends: debhelper (>= 7.0.50),
31+Build-Depends:
32+ debhelper (>= 7.0.50),
33 python-all (>= 2.6),
34- python-babel (>= 0.9.6),
35+ python-babel (>= 1.3),
36 python-d2to1,
37 python-distribute,
38 python-fixtures (>= 0.3.12),
39+ python-httpretty,
40+ python-iso8601 (>= 0.1.9),
41 python-keyring,
42- python-httpretty,
43- python-iso8601,
44 python-mock (>= 0.7),
45- python-pbr (>= 0.5.21),
46- python-prettytable (>= 0.6),
47+ python-pbr (>= 0.6),
48+ python-prettytable (>= 0.7),
49 python-keystoneclient,
50 python-requests (>= 1.1),
51 python-setuptools,
52- python-six,
53 python-simplejson (>= 2.0.9),
54+ python-six (>= 1.7.0),
55 python-testtools (>= 0.9.32),
56 python-testscenarios,
57 testrepository (>= 0.0.17)
58@@ -30,13 +31,15 @@
59
60 Package: python-novaclient
61 Architecture: all
62-Depends: python-iso8601,
63+Depends:
64+ python-babel (>= 1.3),
65+ python-iso8601,
66+ python-iso8601 (>= 0.1.9),
67 python-pkg-resources,
68- python-prettytable (>= 0.6),
69+ python-prettytable (>= 0.7),
70 python-requests (>= 1.1),
71 python-simplejson (>= 2.0.9),
72- python-six,
73- python-babel (>= 0.9.6),
74+ python-six (>= 1.7.0),
75 ${misc:Depends},
76 ${python:Depends}
77 XB-Python-Version: ${python:Versions}

Subscribers

People subscribed via source and target branches