Merge lp:~corey.bryant/keystone/2014.1.5 into lp:~ubuntu-server-dev/keystone/icehouse

Proposed by Corey Bryant
Status: Merged
Merge reported by: Chuck Short
Merged at revision: not available
Proposed branch: lp:~corey.bryant/keystone/2014.1.5
Merge into: lp:~ubuntu-server-dev/keystone/icehouse
Diff against target: 71 lines (+15/-23)
4 files modified
debian/changelog (+12/-0)
debian/patches/drop-oslo-serialization.patch (+0/-19)
debian/patches/fix-requirements.patch (+3/-3)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~corey.bryant/keystone/2014.1.5
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+262604@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 2015-03-30 13:08:06 +0000
3+++ debian/changelog 2015-06-22 16:02:33 +0000
4@@ -1,3 +1,15 @@
5+keystone (1:2014.1.5-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Resynchronize with stable/icehouse (91255f1) (LP: #1467533):
8+ - [a1548eb] backend_argument should be marked secret
9+ - [e6eba4b] Remove oslo.serialization from requirements.txt
10+ - [0e0efdb] Work with pymongo 3.0
11+ - [91255f1] Deal with PEP-0476 certificate chaining checking
12+ * d/p/drop-oslo-serialization.patch: Dropped; Fixed upstream.
13+ * d/p/fix-requirements.patch: Rebased
14+
15+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 22 Jun 2015 10:14:38 -0400
16+
17 keystone (1:2014.1.4-0ubuntu2) trusty; urgency=medium
18
19 * d/p/drop-oslo-serialization.patch: Drop oslo.serialization (LP: #1437741).
20
21=== removed file 'debian/patches/drop-oslo-serialization.patch'
22--- debian/patches/drop-oslo-serialization.patch 2015-03-29 15:14:23 +0000
23+++ debian/patches/drop-oslo-serialization.patch 1970-01-01 00:00:00 +0000
24@@ -1,19 +0,0 @@
25-Description: Remove oslo.serialization from requirements.txt
26- Change I00f66b0f3c8e9f688429ee78bd51608a4dcac140 added
27- oslo.serialization to requirements.txt on stable to unwedge
28- the gate due to keystone on stable testing against master
29- level keystoneclient which required oslo.serialization.
30-Author: Matt Riedemann <mriedem@us.ibm.com>
31-Origin: https://review.openstack.org/#/c/165928/
32-Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+bug/1437741
33---- a/requirements.txt
34-+++ b/requirements.txt
35-@@ -16,8 +16,6 @@
36- python-keystoneclient>=0.7.0,<=0.11.2
37- oslo.config>=1.2.0,<1.5
38- oslo.messaging>=1.3.0,<1.5
39--# only for Keystone tests running against keystoneclient master
40--oslo.serialization>=0.1.0,<1.1 # Apache-2.0
41- Babel>=1.3
42- oauthlib>=0.6
43- dogpile.cache>=0.5.0
44
45=== modified file 'debian/patches/fix-requirements.patch'
46--- debian/patches/fix-requirements.patch 2015-03-16 20:49:27 +0000
47+++ debian/patches/fix-requirements.patch 2015-06-22 16:02:33 +0000
48@@ -4,11 +4,11 @@
49 --- a/requirements.txt
50 +++ b/requirements.txt
51 @@ -7,7 +7,7 @@
52- PasteDeploy>=1.5.0
53+ PasteDeploy>=1.5.0,<=1.5.2
54 Paste
55 Routes>=1.12.3,!=2.0
56--six>=1.6.0
57-+six>=1.5.2
58+-six>=1.6.0,<=1.9.0
59++six>=1.5.2,<=1.9.0
60 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
61 sqlalchemy-migrate>=0.8.2,!=0.8.4,<=0.9.1
62 passlib
63
64=== modified file 'debian/patches/series'
65--- debian/patches/series 2015-03-29 15:14:23 +0000
66+++ debian/patches/series 2015-06-22 16:02:33 +0000
67@@ -1,4 +1,3 @@
68-drop-oslo-serialization.patch
69 fix-requirements.patch
70 fix-ubuntu-tests.patch
71 sql_connection.patch

Subscribers

People subscribed via source and target branches