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
=== modified file 'debian/changelog'
--- debian/changelog 2013-07-18 13:45:03 +0000
+++ debian/changelog 2013-07-18 13:53:28 +0000
@@ -1,3 +1,13 @@
1python-cinderclient (1:1.0.4.20.g9357c1-0ubuntu1) UNRELEASED; urgency=low
2
3 [ Andres Rodriguez ]
4 * debian/control: Build-Depends python-pbr and python-d2to1.
5
6 [ Chuck Short ]
7 * debian/patches/fix-requirements.patch: Fix requests dependency.
8
9 -- Yolanda Robla <yolanda.robla@canonical.com> Mon, 10 Jun 2013 13:36:00 +0200
10
1python-cinderclient (1:1.0.4-0ubuntu1) saucy; urgency=low11python-cinderclient (1:1.0.4-0ubuntu1) saucy; urgency=low
212
3 [ Yolanda Robla ]13 [ Yolanda Robla ]
414
=== modified file 'debian/control'
--- debian/control 2013-07-18 13:36:56 +0000
+++ debian/control 2013-07-18 13:53:28 +0000
@@ -5,9 +5,11 @@
5Build-Depends:5Build-Depends:
6 debhelper (>= 8.0.0),6 debhelper (>= 8.0.0),
7 python-all (>= 2.6),7 python-all (>= 2.6),
8 python-d2to1,
8 python-fixtures,9 python-fixtures,
9 python-httplib2,10 python-httplib2,
10 python-mock,11 python-mock,
12 python-pbr,
11 python-prettytable,13 python-prettytable,
12 python-requests,14 python-requests,
13 python-setuptools,15 python-setuptools,
1416
=== added directory 'debian/patches'
=== added file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-requirements.patch 2013-07-18 13:53:28 +0000
@@ -0,0 +1,14 @@
1Description: Remove uperbound limit for requests.
2Author: Chuck Short <zulcss@ubuntu.com>
3Forwarded: No
4diff -Naurp python-cinderclient-1.0.4.66.g509a54b.orig/requirements.txt python-cinderclient-1.0.4.66.g509a54b/requirements.txt
5--- python-cinderclient-1.0.4.66.g509a54b.orig/requirements.txt 2013-07-17 08:21:14.000000000 -0400
6+++ python-cinderclient-1.0.4.66.g509a54b/requirements.txt 2013-07-17 09:04:26.781486565 -0400
7@@ -2,6 +2,6 @@ d2to1>=0.2.10,<0.3
8 pbr>=0.5.16,<0.6
9 argparse
10 prettytable>=0.6,<0.8
11-requests>=1.1,<1.2.3
12+requests>=1.1
13 simplejson>=2.0.9
14 six
015
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2013-07-18 13:53:28 +0000
@@ -0,0 +1,1 @@
1fix-requirements.patch

Subscribers

People subscribed via source and target branches