Merge lp:~kelvin.li/isitdeployable/deployable-wheels-supports into lp:isitdeployable

Proposed by Kelvin Li
Status: Merged
Approved by: Kelvin Li
Approved revision: 252
Merged at revision: 190
Proposed branch: lp:~kelvin.li/isitdeployable/deployable-wheels-supports
Merge into: lp:isitdeployable
Diff against target: 60 lines (+11/-12)
2 files modified
requirements.txt (+11/-11)
tarmac_verify.sh (+0/-1)
To merge this branch: bzr merge lp:~kelvin.li/isitdeployable/deployable-wheels-supports
Reviewer Review Type Date Requested Status
Kelvin Li (community) Approve
Review via email: mp+284156@code.launchpad.net

Commit message

revert the requirement defined versions

Description of the change

revert the requirement defined versions, so that in mojo spec, the wheels can be installed without issues.

To post a comment you must log in.
Revision history for this message
Kelvin Li (kelvin.li) wrote :

simple revert, self approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'requirements.txt'
2--- requirements.txt 2016-01-27 16:38:28 +0000
3+++ requirements.txt 2016-01-27 16:58:04 +0000
4@@ -1,7 +1,7 @@
5-amqp>=1.3.3
6+amqp==1.4.1
7 anyjson==0.3.3
8 BeautifulSoup==3.2.1
9-billiard>=3.3.0.14
10+billiard==3.3.0.14
11 bson==0.3.3
12 celery==3.1.8
13 convoy==0.2.4
14@@ -18,28 +18,28 @@
15 django-pgtools==0.2
16 django-waffle==0.9.2
17 gorun==1.7
18-gunicorn>=17.5
19+gunicorn==19.3.0
20 jsmin==2.0.2
21-keyring>=0.9.2
22-kombu>=3.0.7
23+keyring==0.9.2
24+kombu==3.0.10
25 lazr.authentication==0.1.2
26 lazr.uri==1.0.3
27 meld3==0.6.10
28 oops==0.0.13
29-oops-amqp>=0.0.7
30-oops-celery>=0.0.1
31-oops-datedir-repo>=0.0.20
32-oops-dictconfig>=0.0.2
33+oops-amqp==0.0.8b1
34+oops-celery==0.0.1
35+oops-datedir-repo==0.0.20
36+oops-dictconfig==0.0.2
37 oops-wsgi==0.0.10
38 Paste==1.7.5.1
39 psycopg2==2.4.5
40 pybars==0.0.4
41 PyMeta==0.5.0
42-pyinotify>=0.9.3
43+pyinotify==0.9.3
44 South==0.7.3
45 soupmatchers==0.2
46 testresources==0.2.5
47-testtools>=0.9.16
48+testtools==0.9.16
49 wadllib==1.3.1
50 werkzeug==0.9.4
51 txstatsd==1.0.0
52
53=== modified file 'tarmac_verify.sh'
54--- tarmac_verify.sh 2016-01-27 14:50:50 +0000
55+++ tarmac_verify.sh 2016-01-27 16:58:04 +0000
56@@ -3,4 +3,3 @@
57 set -e
58 set -u
59
60-make bootstrap

Subscribers

People subscribed via source and target branches

to all changes: