Merge lp:~zulcss/python-cinderclient/1.0.6 into lp:~ubuntu-server-dev/python-cinderclient/havana

Proposed by Chuck Short
Status: Merged
Approved by: Chuck Short
Approved revision: 38
Merged at revision: 38
Proposed branch: lp:~zulcss/python-cinderclient/1.0.6
Merge into: lp:~ubuntu-server-dev/python-cinderclient/havana
Diff against target: 75 lines (+27/-17)
2 files modified
debian/changelog (+13/-2)
debian/control (+14/-15)
To merge this branch: bzr merge lp:~zulcss/python-cinderclient/1.0.6
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+189885@code.launchpad.net

Description of the change

1.0.6 release

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 2013-09-07 04:58:27 +0000
3+++ debian/changelog 2013-10-08 15:14:13 +0000
4@@ -1,8 +1,19 @@
5-python-cinderclient (1:1.0.5-0ubuntu3) UNRELEASED; urgency=low
6+python-cinderclient (1:1.0.6-0ubuntu1) saucy; urgency=low
7
8+ [ James Page ]
9 * d/p/*: Dropped - no longer required.
10
11- -- James Page <james.page@ubuntu.com> Wed, 14 Aug 2013 21:04:09 +0100
12+ [ Chuck Short ]
13+ * New upstream release. (LP: #1236901)
14+ * debian/control:
15+ - Added versioned dependencies for python-simplejson, python-requests
16+ python-fixtures, python-pbr, python-prettytable, python-testtools,
17+ and testrepository,
18+ - Added dependencies on python-six and python-babel.
19+ - Dropped python-setuptools-git, python-httplib2, python-unittest2,
20+ and python-d2to1.
21+
22+ -- Chuck Short <zulcss@ubuntu.com> Tue, 08 Oct 2013 11:12:46 -0400
23
24 python-cinderclient (1:1.0.5-0ubuntu2) saucy; urgency=low
25
26
27=== modified file 'debian/control'
28--- debian/control 2013-09-07 04:58:27 +0000
29+++ debian/control 2013-10-08 15:14:13 +0000
30@@ -5,20 +5,18 @@
31 Build-Depends:
32 debhelper (>= 8.0.0),
33 python-all (>= 2.6),
34- python-d2to1,
35- python-fixtures,
36- python-httplib2,
37+ python-babel,
38+ python-fixtures (>= 0.3.12),
39 python-mock,
40- python-pbr,
41- python-prettytable,
42- python-requests,
43+ python-pbr (>= 0.5.21),
44+ python-prettytable (>= 0.6),
45+ python-requests (>= 1.1),
46 python-setuptools,
47- python-setuptools-git (>= 0.4),
48- python-simplejson,
49+ python-six,
50+ python-simplejson (>= 2.0.9),
51 python-sphinx,
52- python-testtools,
53- python-unittest2,
54- testrepository
55+ python-testtools (>= 0.9.32),
56+ testrepository (>= 0.0.17),
57 Standards-Version: 3.9.4
58 X-Python-Version: >= 2.5
59 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-cinderclient/havana/files
60@@ -28,10 +26,11 @@
61 Package: python-cinderclient
62 Architecture: all
63 Depends:
64- python-httplib2,
65- python-prettytable,
66- python-requests,
67- python-simplejson,
68+ python-prettytable (>= 0.6),
69+ python-requests (>= 1.1),
70+ python-simplejson (>= 2.0.9),
71+ python-babel,
72+ python-six,
73 python-pkg-resources,
74 ${misc:Depends},
75 ${python:Depends}

Subscribers

People subscribed via source and target branches