Merge lp:~corey.bryant/cinder/2014.1.5 into lp:~ubuntu-server-dev/cinder/icehouse

Proposed by Corey Bryant
Status: Merged
Approved by: Chuck Short
Approved revision: 189
Merge reported by: Chuck Short
Merged at revision: not available
Proposed branch: lp:~corey.bryant/cinder/2014.1.5
Merge into: lp:~ubuntu-server-dev/cinder/icehouse
Diff against target: 38 lines (+14/-4)
2 files modified
debian/changelog (+10/-0)
debian/patches/fix-requirements.patch (+4/-4)
To merge this branch: bzr merge lp:~corey.bryant/cinder/2014.1.5
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+262595@code.launchpad.net
To post a comment you must log in.

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 2015-03-30 12:48:08 +0000
3+++ debian/changelog 2015-06-22 15:29:04 +0000
4@@ -1,3 +1,13 @@
5+cinder (1:2014.1.5-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Resynchronize with stable/icehouse (d03ca5d) (LP: #1467533):
8+ - [bc0549e] Disallow backing files when uploading volumes to image
9+ - [15901c4] Deal with PEP-0476 certificate chaining checking
10+ - [d03ca5d] Ignore HTTP_PROXY during test requests
11+ * d/p/fix-requirements.patch: Rebased
12+
13+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 22 Jun 2015 10:12:20 -0400
14+
15 cinder (1:2014.1.4-0ubuntu2) trusty; urgency=medium
16
17 * d/control: Set minimum python-six dependency to 1.5.2 (LP: #1403114).
18
19=== modified file 'debian/patches/fix-requirements.patch'
20--- debian/patches/fix-requirements.patch 2015-03-16 18:14:41 +0000
21+++ debian/patches/fix-requirements.patch 2015-06-22 15:29:04 +0000
22@@ -6,12 +6,12 @@
23 --- a/requirements.txt
24 +++ b/requirements.txt
25 @@ -22,8 +22,7 @@
26- requests>=1.1
27+ requests>=1.1,<=2.6.0
28 Routes>=1.12.3,!=2.0
29 taskflow>=0.1.3,<0.2
30 -rtslib-fb>=2.1.39
31--six>=1.6.0
32-+six>=1.5.2
33+-six>=1.6.0,<=1.9.0
34++six>=1.5.2,<=1.9.0
35 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
36 sqlalchemy-migrate>=0.8.2,!=0.8.4,<=0.9.1
37- stevedore>=0.14,<1.2
38+ stevedore>=0.14

Subscribers

People subscribed via source and target branches