widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #10504
[Merge] lp:~widelands-dev/widelands-website/update_third_party_2017 into lp:widelands-website
kaputtnik has proposed merging lp:~widelands-dev/widelands-website/update_third_party_2017 into lp:widelands-website.
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands-website/update_third_party_2017/+merge/326188
Updating third party apps for the website. This could easily done by running
pip install -r pip_requirements.txt
This will uninstall found older versions of the python apps an installs the new versions specified in pip_requirements.txt
After the command has finished, the command
./manage.py migrate
has to be executed, because the tagging app has a new migration.
Testing this changes at home works fine, but i have applied the changes to the alpha site to be sure there is no issue. Please test.
@GunChleoc: Please test also the 'unread' issue on the alpha site
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands-website/update_third_party_2017 into lp:widelands-website.
=== modified file 'pip_requirements.txt'
--- pip_requirements.txt 2017-01-21 12:39:23 +0000
+++ pip_requirements.txt 2017-06-22 21:39:21 +0000
@@ -1,27 +1,43 @@
+# Python requirements for widelands-website at 22.06.2017
+
BeautifulSoup==3.2.0
Django==1.8
django-appconf==1.0.1
-django-contrib-comments==1.6.2
+django-contrib-comments==1.8.0
django-messages==0.5.3
django-nocaptcha-recaptcha==0.0.19
-# next is a more updated version of linaro-django-pagination
--e git://github.com/zyga/django-pagination.git#egg=linaro-django-pagination
-django-registration==2.0.4
-django-tagging==0.4.1
-docutils==0.12
-gunicorn==19.4.5
-Jinja2==2.8
-Markdown==2.6.5
-MarkupSafe==0.23
-mysqlclient==1.3.7
-numpy==1.10.4
-Pillow==3.1.1
-pydot==1.1.0
-Pygments==2.1.3
-pyparsing==2.1.4
-six==1.10.0
-Sphinx==1.4.5
+-e git://github.com/zyga/django-pagination.git@86caf150984733eb5a0bb07af26cd8fc0a8d8496#egg=linaro_django_pagination
+django-registration==2.2
+django-tagging==0.4.5
+gunicorn==19.7.1
+Markdown==2.6.8
+mysqlclient==1.3.10
+numpy==1.13.0
+Pillow==4.1.1
+pydot==1.2.3
+pyparsing==2.2.0
+Sphinx==1.6.2
untokenize==0.1.1
--e git://github.com/kerin/django-sphinx.git#egg=django-sphinx
-bleach==1.4.3
-
+-e git://github.com/kerin/django-sphinx.git@1c5ef8abcf86f9a9458f763ceb9e5d882247ea37#egg=django_sphinx
+bleach==2.0.0
+
+
+# Dependencies for Sphinx (automatically installed):
+# snowballstemmer==1.2.1
+# alabaster==0.7.10
+# sphinxcontrib-websupport==1.0.1
+# Pygments==2.2.0
+# requests==2.18.1, installs: idna, urllib3, chardet, certifi
+# Babel==2.4.0, installs: pytz
+# docutils==0.13.1
+# Jinja2==2.9.6, installs: MarkupSafe
+# typing==3.6.1
+# imagesize==0.7.1
+# six==1.10.0
+
+# Dependencies for bleach (automatically installed):
+# six
+# html5lib==0.999999999, installs: six, setuptools, webencodings
+
+# Dependencies for Pillow (automatically installed):
+# olefile==0.44
Follow ups