Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created April 22, 2014 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuz/11170043 to your computer and use it in GitHub Desktop.
Save mariuz/11170043 to your computer and use it in GitHub Desktop.
Mezzanine-3.1.1 upgrade
sudo pip install --upgrade mezzanine
Downloading/unpacking mezzanine from https://pypi.python.org/packages/2.7/M/Mezzanine/Mezzanine-3.1.1-py2.py3-none-any.whl#md5=80dd2e7a9d55a89764040500239e28bb
Downloading Mezzanine-3.1.1-py2.py3-none-any.whl (5.7MB): 5.7MB downloaded
Downloading/unpacking grappelli-safe>=0.3.8 (from mezzanine)
Downloading grappelli_safe-0.3.8-py2.py3-none-any.whl (876kB): 876kB downloaded
Requirement already up-to-date: bleach>=1.4 in /usr/local/lib/python2.7/dist-packages (from mezzanine)
Requirement already up-to-date: requests-oauthlib>=0.4 in /usr/local/lib/python2.7/dist-packages (from mezzanine)
Downloading/unpacking django>=1.4.10,!=1.6.0,<1.7 from https://pypi.python.org/packages/py2.py3/D/Django/Django-1.6.3-py2.py3-none-any.whl#md5=e5937a962ce1298ac67d1aa7484883a6 (from mezzanine)
Downloading Django-1.6.3-py2.py3-none-any.whl (6.7MB): 6.7MB downloaded
Requirement already up-to-date: tzlocal==1.0 in /usr/local/lib/python2.7/dist-packages (from mezzanine)
Requirement already up-to-date: future==0.9.0 in /usr/local/lib/python2.7/dist-packages (from mezzanine)
Downloading/unpacking pillow from https://pypi.python.org/packages/source/P/Pillow/Pillow-2.4.0.zip#md5=b46ac9f00580920ffafe518bc765e43c (from mezzanine)
Downloading Pillow-2.4.0.zip (6.5MB): 6.5MB downloaded
Running setup.py (path:/tmp/pip_build_root/pillow/setup.py) egg_info for package pillow
Downloading/unpacking filebrowser-safe>=0.3.3 (from mezzanine)
Downloading filebrowser_safe-0.3.3-py2.py3-none-any.whl (213kB): 213kB downloaded
Requirement already up-to-date: requests>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from mezzanine)
Requirement already up-to-date: six in /usr/lib/python2.7/dist-packages (from bleach>=1.4->mezzanine)
Requirement already up-to-date: html5lib>=0.999 in /usr/local/lib/python2.7/dist-packages (from bleach>=1.4->mezzanine)
Requirement already up-to-date: oauthlib>=0.4.2 in /usr/local/lib/python2.7/dist-packages (from requests-oauthlib>=0.4->mezzanine)
Downloading/unpacking pytz from https://pypi.python.org/packages/source/p/pytz/pytz-2014.2.tar.bz2#md5=00247633f88029c69ace3b359e25cef3 (from tzlocal==1.0->mezzanine)
Downloading pytz-2014.2.tar.bz2 (160kB): 160kB downloaded
Running setup.py (path:/tmp/pip_build_root/pytz/setup.py) egg_info for package pytz
Installing collected packages: mezzanine, grappelli-safe, django, pillow, filebrowser-safe, pytz
Found existing installation: Mezzanine 3.0.9
Uninstalling Mezzanine:
Successfully uninstalled Mezzanine
Compiling /tmp/pip_build_root/mezzanine/mezzanine/project_template/deploy/live_settings.py ...
File "/tmp/pip_build_root/mezzanine/mezzanine/project_template/deploy/live_settings.py", line 5
ALLOWED_HOSTS = [%(domains_python)s]
^
SyntaxError: invalid syntax
Found existing installation: grappelli-safe 0.3.4
Uninstalling grappelli-safe:
Successfully uninstalled grappelli-safe
Found existing installation: Django 1.6.2
Uninstalling Django:
Successfully uninstalled Django
Found existing installation: Pillow 2.3.0
Uninstalling Pillow:
Successfully uninstalled Pillow
Running setup.py install for pillow
building 'PIL._imaging' extension
To check the build, run the selftest.py script.
changing mode of build/scripts-2.7/pilfile.py from 644 to 755
changing mode of build/scripts-2.7/pildriver.py from 644 to 755
changing mode of build/scripts-2.7/pilconvert.py from 644 to 755
changing mode of build/scripts-2.7/pilfont.py from 644 to 755
changing mode of build/scripts-2.7/pilprint.py from 644 to 755
changing mode of /usr/local/bin/pilfile.py to 755
changing mode of /usr/local/bin/pildriver.py to 755
changing mode of /usr/local/bin/pilconvert.py to 755
changing mode of /usr/local/bin/pilfont.py to 755
changing mode of /usr/local/bin/pilprint.py to 755
Found existing installation: filebrowser-safe 0.3.2
Uninstalling filebrowser-safe:
Successfully uninstalled filebrowser-safe
Found existing installation: pytz 2013.9
Uninstalling pytz:
Successfully uninstalled pytz
Running setup.py install for pytz
Successfully installed mezzanine grappelli-safe django pillow filebrowser-safe pytz
Cleaning up...
./manage.py migrate
Running migrations for conf:
- Nothing to migrate.
- Loading initial data for conf.
Installed 0 object(s) from 0 fixture(s)
Running migrations for core:
- Nothing to migrate.
- Loading initial data for core.
Installed 0 object(s) from 0 fixture(s)
Running migrations for generic:
- Nothing to migrate.
- Loading initial data for generic.
Installed 0 object(s) from 0 fixture(s)
Running migrations for blog:
- Nothing to migrate.
- Loading initial data for blog.
Installed 0 object(s) from 0 fixture(s)
Running migrations for forms:
- Nothing to migrate.
- Loading initial data for forms.
Installed 0 object(s) from 0 fixture(s)
Running migrations for pages:
- Nothing to migrate.
- Loading initial data for pages.
Installed 0 object(s) from 0 fixture(s)
Running migrations for galleries:
- Nothing to migrate.
- Loading initial data for galleries.
Installed 0 object(s) from 0 fixture(s)
Running migrations for twitter:
- Nothing to migrate.
- Loading initial data for twitter.
Installed 0 object(s) from 0 fixture(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment