Merge lp:~james-page/python-cinderclient/re-enable-trunk into lp:~ubuntu-server-dev/python-cinderclient/havana

Proposed by James Page
Status: Merged
Approved by: Chuck Short
Approved revision: 32
Merged at revision: 32
Proposed branch: lp:~james-page/python-cinderclient/re-enable-trunk
Merge into: lp:~ubuntu-server-dev/python-cinderclient/havana
Diff against target: 59 lines (+27/-0)
4 files modified
debian/changelog (+10/-0)
debian/control (+2/-0)
debian/patches/fix-requirements.patch (+14/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~james-page/python-cinderclient/re-enable-trunk
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+175566@code.launchpad.net

Description of the change

Re-enabled required fixes for trunk.

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 2013-07-18 13:45:03 +0000
3+++ debian/changelog 2013-07-18 13:53:28 +0000
4@@ -1,3 +1,13 @@
5+python-cinderclient (1:1.0.4.20.g9357c1-0ubuntu1) UNRELEASED; urgency=low
6+
7+ [ Andres Rodriguez ]
8+ * debian/control: Build-Depends python-pbr and python-d2to1.
9+
10+ [ Chuck Short ]
11+ * debian/patches/fix-requirements.patch: Fix requests dependency.
12+
13+ -- Yolanda Robla <yolanda.robla@canonical.com> Mon, 10 Jun 2013 13:36:00 +0200
14+
15 python-cinderclient (1:1.0.4-0ubuntu1) saucy; urgency=low
16
17 [ Yolanda Robla ]
18
19=== modified file 'debian/control'
20--- debian/control 2013-07-18 13:36:56 +0000
21+++ debian/control 2013-07-18 13:53:28 +0000
22@@ -5,9 +5,11 @@
23 Build-Depends:
24 debhelper (>= 8.0.0),
25 python-all (>= 2.6),
26+ python-d2to1,
27 python-fixtures,
28 python-httplib2,
29 python-mock,
30+ python-pbr,
31 python-prettytable,
32 python-requests,
33 python-setuptools,
34
35=== added directory 'debian/patches'
36=== added file 'debian/patches/fix-requirements.patch'
37--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
38+++ debian/patches/fix-requirements.patch 2013-07-18 13:53:28 +0000
39@@ -0,0 +1,14 @@
40+Description: Remove uperbound limit for requests.
41+Author: Chuck Short <zulcss@ubuntu.com>
42+Forwarded: No
43+diff -Naurp python-cinderclient-1.0.4.66.g509a54b.orig/requirements.txt python-cinderclient-1.0.4.66.g509a54b/requirements.txt
44+--- python-cinderclient-1.0.4.66.g509a54b.orig/requirements.txt 2013-07-17 08:21:14.000000000 -0400
45++++ python-cinderclient-1.0.4.66.g509a54b/requirements.txt 2013-07-17 09:04:26.781486565 -0400
46+@@ -2,6 +2,6 @@ d2to1>=0.2.10,<0.3
47+ pbr>=0.5.16,<0.6
48+ argparse
49+ prettytable>=0.6,<0.8
50+-requests>=1.1,<1.2.3
51++requests>=1.1
52+ simplejson>=2.0.9
53+ six
54
55=== added file 'debian/patches/series'
56--- debian/patches/series 1970-01-01 00:00:00 +0000
57+++ debian/patches/series 2013-07-18 13:53:28 +0000
58@@ -0,0 +1,1 @@
59+fix-requirements.patch

Subscribers

People subscribed via source and target branches