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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-01-18 13:44:57 +0000
3+++ debian/changelog 2013-02-05 16:01:21 +0000
4@@ -1,3 +1,10 @@
5+python-keystoneclient (1:0.2.2-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/patches/fix-requests-requirements.patch: Bump python-requests
8+ to 1.1.
9+
10+ -- Chuck Short <zulcss@ubuntu.com> Tue, 05 Feb 2013 09:59:17 -0600
11+
12 python-keystoneclient (1:0.2.2-0ubuntu1) raring; urgency=low
13
14 * New upstream release.
15
16=== added file 'debian/patches/fix-requests-requirements.patch'
17--- debian/patches/fix-requests-requirements.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/fix-requests-requirements.patch 2013-02-05 16:01:21 +0000
19@@ -0,0 +1,10 @@
20+diff -Naurp python-keystoneclient.orig/tools/pip-requires python-keystoneclient/tools/pip-requires
21+--- python-keystoneclient.orig/tools/pip-requires 2013-02-05 09:58:02.814039981 -0600
22++++ python-keystoneclient/tools/pip-requires 2013-02-05 09:58:19.802040386 -0600
23+@@ -1,5 +1,5 @@
24+ argparse
25+ iso8601>=0.1.4
26+ prettytable
27+-requests>=0.8.8,<1.0
28++requests>=0.8.8,<=1.1
29+ simplejson
30
31=== added file 'debian/patches/series'
32--- debian/patches/series 1970-01-01 00:00:00 +0000
33+++ debian/patches/series 2013-02-05 16:01:21 +0000
34@@ -0,0 +1,1 @@
35+fix-requests-requirements.patch

Subscribers

People subscribed via source and target branches