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

Proposed by Liam Young
Status: Merged
Merged at revision: 43
Proposed branch: lp:~gnuoy/python-glanceclient/juno-update-deps
Merge into: lp:~ubuntu-server-dev/python-glanceclient/juno
Diff against target: 69 lines (+22/-11)
2 files modified
debian/changelog (+9/-2)
debian/control (+13/-9)
To merge this branch: bzr merge lp:~gnuoy/python-glanceclient/juno-update-deps
Reviewer Review Type Date Requested Status
Liam Young (community) Needs Resubmitting
Chuck Short (community) Needs Fixing
Review via email: mp+225670@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

See comments

review: Needs Fixing
44. By Liam Young

New upstream release & python-mox no longer needed

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-04-22 15:26:10 +0000
3+++ debian/changelog 2014-07-07 08:17:02 +0000
4@@ -1,8 +1,15 @@
5-python-glanceclient (1:0.12.0-0ubuntu2) UNRELEASED; urgency=medium
6+python-glanceclient (1:0.13.1-0ubuntu1) UNRELEASED; urgency=medium
7
8+ [ Chuck Short ]
9 * debian/control: Open up juno release
10
11- -- Chuck Short <zulcss@ubuntu.com> Tue, 22 Apr 2014 11:26:10 -0400
12+ [ Liam Young ]
13+ * debian/control: Merged in deps from requirements.txt
14+ * debian/control: python-mox needed during build tests
15+ * debian/control: python-mox removed again as fixed in tip
16+ * New upstream release.
17+
18+ -- Liam Young <liam.young@canonical.com> Mon, 07 Jul 2014 09:10:58 +0100
19
20 python-glanceclient (1:0.12.0-0ubuntu1) trusty; urgency=low
21
22
23=== modified file 'debian/control'
24--- debian/control 2014-04-22 15:26:10 +0000
25+++ debian/control 2014-07-07 08:17:02 +0000
26@@ -6,17 +6,19 @@
27 debhelper (>= 8.0.0),
28 python-all (>= 2.6.6-3~),
29 python-httplib2,
30- python-keystoneclient,
31+ python-keystoneclient (>= 1:0.9.0),
32 python-mox3,
33 python-nose,
34- python-openssl,
35- python-pbr,
36- python-prettytable ( >= 0.6 ),
37+ python-openssl (>= 0.11),
38+ python-pbr (>= 0.8),
39+ python-babel (>= 1.3),
40+ python-prettytable ( >= 0.7),
41 python-setuptools,
42 python-setuptools-git,
43 python-sphinx,
44 python-testtools,
45- python-warlock,
46+ python-warlock (>= 1.0.1),
47+ python-six (>= 1.7.0),
48 testrepository
49 Standards-Version: 3.9.4
50 Homepage: http://launchpad.net/glance
51@@ -27,12 +29,14 @@
52 Package: python-glanceclient
53 Architecture: all
54 Depends:
55+ python-babel (>= 1.3),
56 python-httplib2,
57- python-keystoneclient,
58- python-openssl,
59- python-prettytable ( >= 0.6 ),
60+ python-keystoneclient (>= 1:0.9.0),
61+ python-openssl (>= 0.11),
62+ python-prettytable ( >= 0.7),
63 python-setuptools,
64- python-warlock,
65+ python-warlock (>= 1.0.1),
66+ python-six (>= 1.7.0),
67 ${misc:Depends},
68 ${python:Depends}
69 Breaks: glance-client

Subscribers

People subscribed via source and target branches