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

Proposed by Corey Bryant
Status: Merged
Merge reported by: Chuck Short
Merged at revision: not available
Proposed branch: lp:~corey.bryant/heat/2014.1.5
Merge into: lp:~ubuntu-server-dev/heat/icehouse
Diff against target: 43 lines (+16/-7)
2 files modified
debian/changelog (+9/-0)
debian/patches/fix-requirements.patch (+7/-7)
To merge this branch: bzr merge lp:~corey.bryant/heat/2014.1.5
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+262597@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:01:45 +0000
3+++ debian/changelog 2015-06-22 15:30:07 +0000
4@@ -1,3 +1,12 @@
5+heat (2014.1.5-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Resynchronize with stable/icehouse (314437f) (LP: #1467533):
8+ - [eb22b01] Fix cloud-init Python syntax for Python < 2.6
9+ - [314437f] Patch 033 migration to work w/ MySQL 5.6
10+ * d/p/fix-requirements.patch: Rebased
11+
12+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 22 Jun 2015 10:14:10 -0400
13+
14 heat (2014.1.4-0ubuntu2) trusty; urgency=medium
15
16 * d/control: Set minimum python-six dependency to 1.5.2 (LP: #1403114).
17
18=== modified file 'debian/patches/fix-requirements.patch'
19--- debian/patches/fix-requirements.patch 2015-03-16 18:33:45 +0000
20+++ debian/patches/fix-requirements.patch 2015-06-22 15:30:07 +0000
21@@ -5,15 +5,15 @@
22 +++ b/requirements.txt
23 @@ -8,7 +8,7 @@
24 argparse
25- lxml>=2.3
26- netaddr>=0.7.6
27--six>=1.6.0
28-+six>=1.5.2
29+ lxml>=2.3,<=3.4.2
30+ netaddr>=0.7.6,<=0.7.14
31+-six>=1.6.0,<=1.9.0
32++six>=1.5.2,<=1.9.0
33 sqlalchemy-migrate>=0.8.2,!=0.8.4,<=0.9.1
34 python-novaclient>=2.17.0,<2.21
35- PasteDeploy>=1.5.0
36+ PasteDeploy>=1.5.0,<=1.5.2
37 @@ -27,4 +27,3 @@
38- paramiko>=1.9.0
39- Babel>=1.3
40+ paramiko>=1.9.0,<=1.15.2
41+ Babel>=1.3,<=1.3
42 oslo.config>=1.2.0,<1.5
43 -qpid-python

Subscribers

People subscribed via source and target branches