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

Proposed by Adam Gandelman
Status: Merged
Approved by: Adam Gandelman
Approved revision: 130
Merged at revision: 129
Proposed branch: lp:~gandelman-a/ubuntu/saucy/cinder/paramiko_min
Merge into: lp:~ubuntu-server-dev/cinder/havana
Diff against target: 38 lines (+4/-3)
2 files modified
debian/changelog (+2/-1)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/saucy/cinder/paramiko_min
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+178929@code.launchpad.net

Description of the change

Require paramiko >= 1.10.1.

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

Require paramiko 1.8, not 1.10.1

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-08-06 14:37:24 +0000
3+++ debian/changelog 2013-08-07 11:15:37 +0000
4@@ -10,10 +10,11 @@
5 required.
6 * Add minimum requirement python-greenlet (>= 0.3.2).
7 * Add minimum requirement python-eventlet (>= 0.12.0).
8+ * Add minimum requirement python-paramiko (>= 1.8).
9
10 [ Chuck Short ]
11 * New upstream release.
12- * debian/patches/skip-sqlachemy-failures.patch: Skip testfailures
13+ * debian/patches/skip-sqlachemy-failures.patch: Skip testfailures
14 with sqlalchemy 0.8 until they are fixed upstream.
15 * debian/control: Add python-babel to build-depends.
16
17
18=== modified file 'debian/control'
19--- debian/control 2013-08-06 13:16:00 +0000
20+++ debian/control 2013-08-07 11:15:37 +0000
21@@ -25,7 +25,7 @@
22 python-mysqldb,
23 python-nose,
24 python-oslo.config,
25- python-paramiko,
26+ python-paramiko (>= 1.8),
27 python-paste,
28 python-pastedeploy,
29 python-pbr,
30@@ -62,7 +62,7 @@
31 python-lockfile,
32 python-lxml,
33 python-migrate,
34- python-paramiko,
35+ python-paramiko (>= 1.8),
36 python-paste,
37 python-pastedeploy,
38 python-routes,

Subscribers

People subscribed via source and target branches