Merge lp:~zulcss/nova/webob into lp:~ubuntu-server-dev/nova/icehouse

Proposed by Chuck Short
Status: Merged
Approved by: Chuck Short
Approved revision: 641
Merged at revision: 641
Proposed branch: lp:~zulcss/nova/webob
Merge into: lp:~ubuntu-server-dev/nova/icehouse
Diff against target: 45 lines (+14/-1)
2 files modified
debian/changelog (+2/-1)
debian/patches/fix-requirements.patch (+12/-0)
To merge this branch: bzr merge lp:~zulcss/nova/webob
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+198751@code.launchpad.net

Description of the change

webob dependency bump

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-12-11 14:07:07 +0000
3+++ debian/changelog 2013-12-12 14:10:04 +0000
4@@ -3,7 +3,8 @@
5 [ Chuck Short ]
6 * debian/patches/fix-libvirt-regression.patch: Dropped.
7 * debian/patches/sqlachemy-0.8.3-compat.patch: Refreshed.
8- * debian/control: Add python-pycadf as ad dependency.
9+ * debian/control: Add python-pycadf as a dependency.
10+ * debian/patches/fix-requirements.patch: Refreshed
11
12 [ James Page ]
13 * d/nova-compute-*.conf: Update default hypervisor configurations
14
15=== removed file 'debian/patch-branches'
16=== modified file 'debian/patches/fix-requirements.patch'
17--- debian/patches/fix-requirements.patch 2013-12-11 12:08:35 +0000
18+++ debian/patches/fix-requirements.patch 2013-12-12 14:10:04 +0000
19@@ -1,3 +1,5 @@
20+diff --git a/requirements.txt b/requirements.txt
21+index de6d606..fb99aa3 100644
22 --- a/requirements.txt
23 +++ b/requirements.txt
24 @@ -1,5 +1,5 @@
25@@ -7,6 +9,15 @@
26 amqplib>=0.6.1
27 anyjson>=0.3.3
28 argparse
29+@@ -9,7 +9,7 @@ Jinja2
30+ kombu>=2.4.8
31+ lxml>=2.3
32+ Routes>=1.12.3
33+-WebOb>=1.2.3,<1.3
34++WebOb>=1.2.3,<=1.3
35+ greenlet>=0.3.2
36+ PasteDeploy>=1.5.0
37+ Paste
38 @@ -27,6 +27,5 @@ python-glanceclient>=0.9.0
39 python-keystoneclient>=0.4.1
40 six>=1.4.1
41@@ -14,3 +25,4 @@
42 -websockify>=0.5.1,<0.6
43 oslo.config>=1.2.0
44 pycadf>=0.1.9
45+

Subscribers

People subscribed via source and target branches