Merge lp:~dholbach/developer-ubuntu-com/update-pip-components into lp:~developer-ubuntu-com-dev/developer-ubuntu-com/django-1.8-cms-2.3

Proposed by Daniel Holbach on 2015-12-11
Status: Merged
Merged at revision: 164
Proposed branch: lp:~dholbach/developer-ubuntu-com/update-pip-components
Merge into: lp:~developer-ubuntu-com-dev/developer-ubuntu-com/django-1.8-cms-2.3
Diff against target: 77 lines (+18/-18)
2 files modified
developer_portal/settings.py (+3/-3)
requirements.txt (+15/-15)
To merge this branch: bzr merge lp:~dholbach/developer-ubuntu-com/update-pip-components
Reviewer Review Type Date Requested Status
David Callé 2015-12-11 Approve on 2015-12-15
Review via email: mp+280323@code.launchpad.net

Description of the Change

After the update:

$ ./env/bin/pip list -o
argparse (Current: 1.2.1 Latest: 1.4.0)
Pillow (Current: 2.9.0 Latest: 3.0.0)
python-swiftclient (Current: 2.6.0 Latest: 2.7.0)
pip (Current: 1.5.6 Latest: 7.1.2)
django-reversion (Current: 1.9.3 Latest: 1.10.0)
Django (Current: 1.8.7 Latest: 1.9)
python-keystoneclient (Current: 1.3.3 Latest: 2.0.0)
setuptools (Current: 18.7 Latest: 18.7.1)
Django-Select2 (Current: 4.3.2 Latest: 5.4.3)
$

Pillow, django-reversion, Django can't be upgraded right now (Pillow can't be updated through pip, the build breaks, reversion seems to break Django-CMS 3.2.0, Django we shouldn't upgrade to 1.9 yet).

Should we update swift/keystone?

The other bits are just stuff pulled in by other components.

To post a comment you must log in.
David Callé (davidc3) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'developer_portal/settings.py'
2--- developer_portal/settings.py 2015-12-03 12:30:11 +0000
3+++ developer_portal/settings.py 2015-12-11 16:13:18 +0000
4@@ -323,10 +323,10 @@
5 'cms': 'cms.migrations',
6 'cmsplugin_zinnia': 'cmsplugin_zinnia.migrations',
7 'djangocms_link': 'djangocms_link.migrations',
8- 'djangocms_picture': 'djangocms_picture.migrations_django',
9- 'djangocms_snippet': 'djangocms_snippet.migrations_django',
10+ 'djangocms_picture': 'djangocms_picture.migrations',
11+ 'djangocms_snippet': 'djangocms_snippet.migrations',
12 'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations',
13- 'djangocms_video': 'djangocms_video.migrations_django',
14+ 'djangocms_video': 'djangocms_video.migrations',
15 'django_comments': 'django_comments.migrations',
16 'menus': 'menus.migrations',
17 'rest_framework.authtoken': 'rest_framework.authtoken.migrations',
18
19=== modified file 'requirements.txt'
20--- requirements.txt 2015-11-26 15:05:37 +0000
21+++ requirements.txt 2015-12-11 16:13:18 +0000
22@@ -1,9 +1,9 @@
23 Django==1.8.7
24 django-template-debug==0.3.5
25-oslo.config==2.7.0
26-oslo.i18n==2.7.0
27-oslo.serialization==1.11.0
28-oslo.utils==2.8.0
29+oslo.config==3.1.0
30+oslo.i18n==3.1.0
31+oslo.serialization==2.1.0
32+oslo.utils==3.2.0
33 Pillow==2.9.0
34 cmsplugin-zinnia==0.8
35 Markdown==2.6.5
36@@ -14,30 +14,30 @@
37 django-blog-zinnia==0.15.2
38 django-ckeditor==5.0.2
39 django-ckeditor-updated==4.4.4
40-django-classy-tags==0.6.2
41+django-classy-tags==0.7.0
42 django-cms==3.2.0
43-django-contrib-comments==1.6.1
44+django-contrib-comments==1.6.2
45 django-meta==0.3.1
46 django-meta-mixin==0.2.1
47-django-missing==0.1.13
48+django-missing==0.1.15
49 django-parler==1.5.1
50 django-polymorphic==0.7.2
51 django-reversion==1.9.3
52-django-sekizai==0.8.2
53+django-sekizai==0.9.0
54 django-swiftstorage==1.1.0
55 django-tagging==0.4
56-django-taggit==0.17.3
57-django-taggit-autosuggest==0.2.7
58+django-taggit==0.17.6
59+django-taggit-autosuggest==0.2.8
60 django-taggit-templatetags==0.2.5
61 django-templatetag-sugar==1.0
62 django-xmlrpc==0.1.5
63-djangocms-admin-style==1.0.5
64+djangocms-admin-style==1.0.7
65 djangocms-link==1.7.1
66-djangocms-picture==0.1
67-djangocms-snippet==1.5
68-djangocms-text-ckeditor==2.7.0
69+djangocms-picture==0.2.0
70+djangocms-snippet==1.7.1
71+djangocms-text-ckeditor==2.8.0
72 djangocms-utils==0.9.5
73-djangocms-video==0.1
74+djangocms-video==0.2.0
75 python-keystoneclient==1.3.3
76 python-swiftclient==2.6.0
77 pytz==2015.7

Subscribers

People subscribed via source and target branches