Merge lp:~zulcss/python-keystoneclient/keystone-requests into lp:~openstack-ubuntu-testing/python-keystoneclient/grizzly

Proposed by Chuck Short
Status: Merged
Merged at revision: 50
Proposed branch: lp:~zulcss/python-keystoneclient/keystone-requests
Merge into: lp:~openstack-ubuntu-testing/python-keystoneclient/grizzly
Diff against target: 35 lines (+18/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/fix-requests-requirements.patch (+10/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~zulcss/python-keystoneclient/keystone-requests
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+146660@code.launchpad.net
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
=== modified file 'debian/changelog'
--- debian/changelog 2013-01-18 13:44:57 +0000
+++ debian/changelog 2013-02-05 16:01:21 +0000
@@ -1,3 +1,10 @@
1python-keystoneclient (1:0.2.2-0ubuntu2) UNRELEASED; urgency=low
2
3 * debian/patches/fix-requests-requirements.patch: Bump python-requests
4 to 1.1.
5
6 -- Chuck Short <zulcss@ubuntu.com> Tue, 05 Feb 2013 09:59:17 -0600
7
1python-keystoneclient (1:0.2.2-0ubuntu1) raring; urgency=low8python-keystoneclient (1:0.2.2-0ubuntu1) raring; urgency=low
29
3 * New upstream release.10 * New upstream release.
411
=== added file 'debian/patches/fix-requests-requirements.patch'
--- debian/patches/fix-requests-requirements.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-requests-requirements.patch 2013-02-05 16:01:21 +0000
@@ -0,0 +1,10 @@
1diff -Naurp python-keystoneclient.orig/tools/pip-requires python-keystoneclient/tools/pip-requires
2--- python-keystoneclient.orig/tools/pip-requires 2013-02-05 09:58:02.814039981 -0600
3+++ python-keystoneclient/tools/pip-requires 2013-02-05 09:58:19.802040386 -0600
4@@ -1,5 +1,5 @@
5 argparse
6 iso8601>=0.1.4
7 prettytable
8-requests>=0.8.8,<1.0
9+requests>=0.8.8,<=1.1
10 simplejson
011
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2013-02-05 16:01:21 +0000
@@ -0,0 +1,1 @@
1fix-requests-requirements.patch

Subscribers

People subscribed via source and target branches