Merge lp:~gandelman-a/ubuntu/raring/python-keystoneclient/1170828 into lp:~openstack-ubuntu-testing/python-keystoneclient/grizzly

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 62
Merged at revision: 62
Proposed branch: lp:~gandelman-a/ubuntu/raring/python-keystoneclient/1170828
Merge into: lp:~openstack-ubuntu-testing/python-keystoneclient/grizzly
Diff against target: 35 lines (+8/-2)
2 files modified
debian/changelog (+6/-0)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/raring/python-keystoneclient/1170828
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+159915@code.launchpad.net
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-03-19 13:19:45 +0000
3+++ debian/changelog 2013-04-20 03:37:28 +0000
4@@ -1,3 +1,9 @@
5+python-keystoneclient (1:0.2.3-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/control: Set python-requests min. version >= 1.1.0. (LP: #1170828)
8+
9+ -- Adam Gandelman <adamg@ubuntu.com> Fri, 19 Apr 2013 20:34:03 -0700
10+
11 python-keystoneclient (1:0.2.3-0ubuntu1) raring; urgency=low
12
13 [ Chuck Short ]
14
15=== modified file 'debian/control'
16--- debian/control 2013-03-19 13:10:40 +0000
17+++ debian/control 2013-04-20 03:37:28 +0000
18@@ -15,7 +15,7 @@
19 python-mox,
20 python-nose,
21 python-prettytable,
22- python-requests,
23+ python-requests (>= 1.1.0),
24 python-setuptools,
25 python-simplejson,
26 python-testtools,
27@@ -26,7 +26,7 @@
28 Architecture: all
29 Depends: python-iso8601,
30 python-pkg-resources,
31- python-requests,
32+ python-requests (>= 1.1.0),
33 ${misc:Depends},
34 ${python:Depends}
35 Description: Client library for OpenStack Identity API

Subscribers

People subscribed via source and target branches