Merge lp:~gandelman-a/ubuntu/saucy/cinder/greenlet_min into lp:~ubuntu-server-dev/cinder/havana

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 124
Merged at revision: 126
Proposed branch: lp:~gandelman-a/ubuntu/saucy/cinder/greenlet_min
Merge into: lp:~ubuntu-server-dev/cinder/havana
Diff against target: 46 lines (+12/-4)
2 files modified
debian/changelog (+8/-0)
debian/control (+4/-4)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/saucy/cinder/greenlet_min
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+176272@code.launchpad.net

Description of the change

Set required python-greenlet (>= 0.3.2), as per requirements.txt.

To post a comment you must log in.
124. By Adam Gandelman

Set min. python-eventlet (>= 0.12.0).

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-07-22 14:03:56 +0000
3+++ debian/changelog 2013-07-22 19:31:25 +0000
4@@ -1,3 +1,11 @@
5+cinder (1:2013.2~b2-0ubuntu4) UNRELEASED; urgency=low
6+
7+ * debian/control:
8+ - Add minimum requirement python-greenelet (>= 0.3.2).
9+ - Add minimum requirement python-eventlet (>= 0.12.0).
10+
11+ -- Adam Gandelman <adamg@ubuntu.com> Mon, 22 Jul 2013 12:18:16 -0700
12+
13 cinder (1:2013.2~b2-0ubuntu3) saucy; urgency=low
14
15 * debian/patches/fix-sqlalchemy-requirements.patch: Fix requirements for sqlalchemy
16
17=== modified file 'debian/control'
18--- debian/control 2013-07-17 18:31:23 +0000
19+++ debian/control 2013-07-22 19:31:25 +0000
20@@ -8,10 +8,10 @@
21 python-anyjson (>= 0.3.3),
22 python-coverage,
23 python-d2to1,
24- python-eventlet,
25+ python-eventlet (>= 0.12.0),
26 python-fixtures,
27 python-glanceclient,
28- python-greenlet,
29+ python-greenlet (>= 0.3.2),
30 python-hp3parclient (>= 1.0.0),
31 python-iso8601,
32 python-keystoneclient (>= 1:0.2.3),
33@@ -51,11 +51,11 @@
34 Depends:
35 python-amqplib,
36 python-anyjson (>= 0.3.3),
37- python-eventlet,
38+ python-eventlet (>= 0.12.0),
39 python-glanceclient,
40 python-keystoneclient (>= 1:0.2.3),
41 python-oslo.config,
42- python-greenlet,
43+ python-greenlet (>= 0.3.2),
44 python-iso8601,
45 python-kombu (>= 2.5.12),
46 python-lockfile,

Subscribers

People subscribed via source and target branches