Merge lp:~james-page/glance/sqlalchemy-bump into lp:~ubuntu-server-dev/glance/havana

Proposed by James Page
Status: Merged
Merged at revision: 253
Proposed branch: lp:~james-page/glance/sqlalchemy-bump
Merge into: lp:~ubuntu-server-dev/glance/havana
Diff against target: 45 lines (+26/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/bump-sqlalchemy-versions.patch (+18/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~james-page/glance/sqlalchemy-bump
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Ubuntu Server Developers Pending
Review via email: mp+176613@code.launchpad.net

Description of the change

Fixup sqlalchemy support -current broken in saucy

To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

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-07-19 15:05:30 +0000
3+++ debian/changelog 2013-07-24 07:33:24 +0000
4@@ -1,3 +1,10 @@
5+glance (1:2013.2~b2-0ubuntu2) saucy; urgency=low
6+
7+ * d/p/bump-sqlalchemy-versions.patch: Include 0.8.x of SQLAlchemy as
8+ a supported version.
9+
10+ -- James Page <james.page@ubuntu.com> Wed, 24 Jul 2013 08:26:23 +0100
11+
12 glance (1:2013.2~b2-0ubuntu1) saucy; urgency=low
13
14 [ Yolanda Robla ]
15
16=== added file 'debian/patches/bump-sqlalchemy-versions.patch'
17--- debian/patches/bump-sqlalchemy-versions.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/bump-sqlalchemy-versions.patch 2013-07-24 07:33:24 +0000
19@@ -0,0 +1,18 @@
20+Description: Bump SQLAlchemy requirements to include 0.8.x
21+ Fixup requirements to include sqlalchemy 0.8.x until
22+ upstream catchup.
23+Author: James Page <james.page@ubuntu.com>
24+Forwarded: not-needed
25+---
26+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
27+--- a/tools/pip-requires
28++++ b/tools/pip-requires
29+@@ -4,7 +4,7 @@
30+ greenlet>=0.3.1
31+
32+ # < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
33+-SQLAlchemy>=0.7.8,<=0.7.99
34++SQLAlchemy>=0.7.8,<=0.8.99
35+ anyjson>=0.3.3
36+ eventlet>=0.9.12
37+ PasteDeploy
38
39=== modified file 'debian/patches/series'
40--- debian/patches/series 2013-07-19 15:05:19 +0000
41+++ debian/patches/series 2013-07-24 07:33:24 +0000
42@@ -1,2 +1,3 @@
43 sql_conn.patch
44 disable-network-for-docs.patch
45+bump-sqlalchemy-versions.patch

Subscribers

People subscribed via source and target branches