Merge lp:~corey.bryant/sahara/2015.1-b2-0ubuntu1 into lp:~ubuntu-server-dev/sahara/kilo

Proposed by Corey Bryant
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~corey.bryant/sahara/2015.1-b2-0ubuntu1
Merge into: lp:~ubuntu-server-dev/sahara/kilo
Diff against target: 197 lines (+56/-63)
5 files modified
debian/changelog (+8/-0)
debian/control (+37/-32)
debian/patches/disable-migration-tests.patch (+0/-30)
debian/patches/fix-requirements.patch (+10/-0)
debian/patches/series (+1/-1)
To merge this branch: bzr merge lp:~corey.bryant/sahara/2015.1-b2-0ubuntu1
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+249538@code.launchpad.net
To post a comment you must log in.
4. By Corey Bryant

Add dash to python-oslo-* dependencies

5. By Corey Bryant

Drop python-bashate

Revision history for this message
Martin Pitt (pitti) wrote :

wily has a newer version 3.0.0-0ubuntu1 so this looks obsolete.

Unmerged revisions

5. By Corey Bryant

Drop python-bashate

4. By Corey Bryant

Add dash to python-oslo-* dependencies

3. By Corey Bryant

* New upstream release.
  - d/control: Align with upstream dependencies.
  - d/p/disable-migration-tests.patch: Dropped. Tests disabled upstream.

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-01-07 15:17:50 +0000
3+++ debian/changelog 2015-02-13 15:20:24 +0000
4@@ -1,3 +1,11 @@
5+sahara (2015.1~b2-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * New upstream release.
8+ - d/control: Align with upstream dependencies.
9+ - d/p/disable-migration-tests.patch: Dropped. Tests disabled upstream.
10+
11+ -- Corey Bryant <corey.bryant@canonical.com> Fri, 06 Feb 2015 10:10:13 -0500
12+
13 sahara (2015.1~b1-0ubuntu1) vivid; urgency=medium
14
15 * Sync with Debian experimental.
16
17=== modified file 'debian/control'
18--- debian/control 2015-01-07 15:17:50 +0000
19+++ debian/control 2015-02-13 15:20:24 +0000
20@@ -12,50 +12,54 @@
21 python-all (>= 2.6.6-3~),
22 python-pbr (>= 0.6),
23 python-sphinx (>= 1.2.1)
24-Build-Depends-Indep: alembic (>= 0.7.1),
25+Build-Depends-Indep: alembic (>= 0.7.2),
26 openssh-client,
27+ pylint (>= 1.3.0),
28 python-babel (>= 1.3),
29 python-cinderclient (>= 1:1.1.0),
30 python-coverage (>= 3.6),
31- python-eventlet (>= 0.15.2),
32+ python-eventlet (>= 0.16.1),
33 python-fixtures (>= 0.3.14),
34 python-flask (>= 0.10),
35- python-hacking,
36+ python-hacking (>= 0.9.2),
37 python-heatclient (>= 0.2.9),
38 python-iso8601 (>= 0.1.9),
39 python-jsonschema (>= 2.0.0),
40- python-keystoneclient (>= 1:0.11.1),
41- python-keystonemiddleware,
42+ python-keystoneclient (>= 1:1.0.0),
43+ python-keystonemiddleware (>= 1.0.0),
44 python-lockfile,
45 python-migrate (>= 0.9.1),
46 python-mock (>= 1.0),
47 python-mysqldb,
48- python-neutronclient (>= 2.3.6),
49+ python-neutronclient (>= 1:2.3.6),
50 python-novaclient (>= 1:2.18.0),
51+ python-oslo-concurrency (>= 1.4.1),
52+ python-oslo-config (>= 1:1.6.0),
53 python-oslo-context (>= 0.1.0),
54- python-oslo.concurrency (>= 0.3.0),
55- python-oslo.config (>= 1.4.0.0),
56- python-oslo.db (>= 1.1.0),
57- python-oslo.i18n (>= 1.0.0),
58- python-oslo.messaging (>= 1.4.1),
59- python-oslo.middleware (>= 0.1.0),
60- python-oslo.rootwrap (>= 1.3.0),
61- python-oslo.serialization (>= 1.0.0),
62- python-oslo.utils (>= 1.1.0),
63- python-oslosphinx (>= 2.2.0.0),
64- python-oslotest (>= 1.2.0),
65+ python-oslo-db (>= 1.4.1),
66+ python-oslo-i18n (>= 1.3.0),
67+ python-oslo-log (>= 0.1.0),
68+ python-oslo-messaging (>= 1.6.0),
69+ python-oslo-middleware (>= 0.3.0),
70+ python-oslo-rootwrap (>= 1.5.0),
71+ python-oslo-serialization (>= 1.2.0),
72+ python-oslo-utils (>= 1.2.0),
73+ python-oslosphinx (>= 2.2.0),
74+ python-oslotest (>= 1:1.2.0),
75 python-paramiko (>= 1.13.0),
76 python-posix-ipc,
77 python-psycopg2,
78 python-requests (>= 2.2.0),
79 python-saharaclient (>= 0.7.6),
80 python-six (>= 1.7.0),
81+ python-sphinx (>= 1.1.2),
82 python-sphinxcontrib-httpdomain,
83 python-sqlalchemy (>= 0.9.7),
84 python-stevedore (>= 1.1.0),
85 python-swiftclient (>= 1:2.2.0),
86+ python-tempest-lib (>= 0.1.0),
87 python-testscenarios (>= 0.4),
88- python-testtools (>= 0.9.34),
89+ python-testtools (>= 0.9.36),
90 python-webob (>= 1.2.3),
91 subunit (>= 0.0.18),
92 testrepository (>= 0.0.18)
93@@ -68,30 +72,31 @@
94 Architecture: all
95 Section: python
96 Pre-Depends: dpkg (>= 1.15.6~)
97-Depends: alembic (>= 0.7.1),
98+Depends: alembic (>= 0.7.2),
99 python-babel (>= 1.3),
100 python-cinderclient (>= 1:1.1.0),
101- python-eventlet (>= 0.15.2),
102+ python-eventlet (>= 0.16.1),
103 python-flask (>= 0.10),
104 python-heatclient (>= 0.2.9),
105 python-iso8601 (>= 0.1.9),
106 python-jsonschema (>= 2.0.0),
107- python-keystoneclient (>= 1:0.11.1),
108- python-keystonemiddleware,
109+ python-keystoneclient (>= 1:1.0.0),
110+ python-keystonemiddleware (>= 1.0.0),
111 python-lockfile,
112 python-mysqldb,
113- python-neutronclient (>= 2.3.6),
114+ python-neutronclient (>= 1:2.3.6),
115 python-novaclient (>= 1:2.18.0),
116+ python-oslo-concurrency (>= 1.4.1),
117+ python-oslo-config (>= 1:1.6.0),
118 python-oslo-context (>= 0.1.0),
119- python-oslo.concurrency (>= 0.3.0),
120- python-oslo.config (>= 1.4.0.0),
121- python-oslo.db (>= 1.1.0),
122- python-oslo.i18n (>= 1.0.0),
123- python-oslo.messaging (>= 1.4.1),
124- python-oslo.middleware (>= 0.1.0),
125- python-oslo.rootwrap (>= 1.3.0),
126- python-oslo.serialization (>= 1.0.0),
127- python-oslo.utils (>= 1.1.0),
128+ python-oslo-db (>= 1.4.1),
129+ python-oslo-i18n (>= 1.3.0),
130+ python-oslo-log (>= 0.1.0),
131+ python-oslo-messaging (>= 1.6.0),
132+ python-oslo-middleware (>= 0.3.0),
133+ python-oslo-rootwrap (>= 1.5.0),
134+ python-oslo-serialization (>= 1.2.0),
135+ python-oslo-utils (>= 1.2.0),
136 python-paramiko (>= 1.13.0),
137 python-pbr (>= 0.6),
138 python-posix-ipc,
139
140=== removed file 'debian/patches/disable-migration-tests.patch'
141--- debian/patches/disable-migration-tests.patch 2015-01-07 14:54:50 +0000
142+++ debian/patches/disable-migration-tests.patch 1970-01-01 00:00:00 +0000
143@@ -1,30 +0,0 @@
144-Description: Disable Migration Tests
145- The migration tests in oslo.db currently have a hard requirement
146- on configured and running MySQL and PostgreSQL instances.
147- .
148- This should really be opportunistic, so disable for now.
149-Author: James Page <james.page@ubuntu.com>
150-Forwarded: not-needed
151-
152---- a/sahara/tests/unit/db/migration/test_migrations.py
153-+++ b/sahara/tests/unit/db/migration/test_migrations.py
154-@@ -451,8 +451,7 @@ class TestMigrations(base.BaseWalkMigrat
155- self.assertColumnsExists(engine, 'cluster_events', events_columns)
156-
157-
158--class TestMigrationsMySQL(TestMigrations, base.MySQLTestsMixIn,
159-- base.TestModelsMigrationsSync):
160-+class TestMigrationsMySQL(TestMigrations, base.MySQLTestsMixIn):
161- def get_engine(self):
162- conn_string = ("mysql+mysqldb://%s:%s@localhost/%s"
163- % (self.USER, self.PASSWD, self.DATABASE))
164-@@ -460,8 +459,7 @@ class TestMigrationsMySQL(TestMigrations
165- return engine
166-
167-
168--class TestMigrationsPostgresql(TestMigrations, base.PostgresqlTestsMixIn,
169-- base.TestModelsMigrationsSync):
170-+class TestMigrationsPostgresql(TestMigrations, base.PostgresqlTestsMixIn):
171- def get_engine(self):
172- conn_string = ("postgresql+psycopg2://%s:%s@localhost/%s"
173- % (self.USER, self.PASSWD, self.DATABASE))
174
175=== added file 'debian/patches/fix-requirements.patch'
176--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
177+++ debian/patches/fix-requirements.patch 2015-02-13 15:20:24 +0000
178@@ -0,0 +1,10 @@
179+--- a/test-requirements.txt
180++++ b/test-requirements.txt
181+@@ -5,7 +5,6 @@
182+ hacking>=0.10.0,<0.11
183+
184+ MySQL-python
185+-bashate>=0.2 # Apache-2.0
186+ coverage>=3.6
187+ discover
188+ fixtures>=0.3.14
189
190=== modified file 'debian/patches/series'
191--- debian/patches/series 2015-01-07 14:54:50 +0000
192+++ debian/patches/series 2015-02-13 15:20:24 +0000
193@@ -1,3 +1,3 @@
194+fix-requirements.patch
195 fix-alembic-migration-for-sqlite-1.patch
196 fix-wrong-MANIFEST.in.patch
197-disable-migration-tests.patch

Subscribers

People subscribed via source and target branches