Merge lp:~ricardokirkner/pkgme-service/django-1.4.21 into lp:pkgme-service

Proposed by Ricardo Kirkner
Status: Merged
Approved by: Ricardo Kirkner
Approved revision: 233
Merged at revision: 233
Proposed branch: lp:~ricardokirkner/pkgme-service/django-1.4.21
Merge into: lp:pkgme-service
Diff against target: 12 lines (+1/-1)
1 file modified
requirements/prod.txt (+1/-1)
To merge this branch: bzr merge lp:~ricardokirkner/pkgme-service/django-1.4.21
Reviewer Review Type Date Requested Status
Matt Goodall (community) Approve
Review via email: mp+264423@code.launchpad.net

Commit message

bumped django to 1.4.21

To post a comment you must log in.
Revision history for this message
Matt Goodall (matt-goodall) wrote :

lgtm

review: Approve
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :
Download full text (3.2 KiB)

The attempt to merge lp:~ricardokirkner/pkgme-service/django-1.4.21 into lp:pkgme-service failed. Below is the output from the failed tests.

Running pkgme-service tests in tarmac
[ -d ../download-cache ] && (cd ../download-cache && bzr pull) || (bzr branch lp:~ubuntuone-pqm-team/pkgme-service/download-cache ../download-cache)
Using saved parent location: bzr+ssh://bazaar.launchpad.net/~ubuntuone-pqm-team/pkgme-service/download-cache/
No revisions or tags to pull.
Pulling config-manager
bzr branch lp:~ubuntuone-pqm-team/config-manager/stable branches/config-manager
[ -d ../download-cache ] && (cd ../download-cache && bzr pull) || (bzr branch lp:~ubuntuone-pqm-team/pkgme-service/download-cache ../download-cache)
Using saved parent location: bzr+ssh://bazaar.launchpad.net/~ubuntuone-pqm-team/pkgme-service/download-cache/
No revisions or tags to pull.
make install-wheels
make[1]: Entering directory `/mnt/tarmac/cache/pkgme-service/trunk'
pip install --find-links=file://`pwd`/../download-cache/dist --no-index --no-deps -U pip
Ignoring indexes: https://pypi.python.org/simple/
Requirement already up-to-date: pip in ./env/lib/python2.7/site-packages
Cleaning up...
pip install --find-links=../download-cache/wheels --no-index --no-deps -U setuptools
Ignoring indexes: https://pypi.python.org/simple/
Unpacking /mnt/tarmac/cache/pkgme-service/download-cache/wheels/setuptools-3.4.4-py2.py3-none-any.whl
Installing collected packages: setuptools
  Found existing installation: setuptools 2.2
    Uninstalling setuptools:
      Successfully uninstalled setuptools
Successfully installed setuptools
Cleaning up...
pip install --find-links=../download-cache/wheels --no-index --no-deps --egg twisted txstatsd treeshape
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking twisted
Downloading/unpacking txstatsd
Downloading/unpacking treeshape
Installing collected packages: twisted, txstatsd, treeshape
Successfully installed twisted txstatsd treeshape
Cleaning up...
pip install --find-links=../download-cache/wheels --no-index --no-deps -r requirements/dev.txt
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking amqplib==1.0.2 (from -r requirements/prod.txt (line 1))
Downloading/unpacking anyjson==0.3.3 (from -r requirements/prod.txt (line 2))
Downloading/unpacking bson==0.3.3 (from -r requirements/prod.txt (line 3))
Downloading/unpacking bzr==2.5.1 (from -r requirements/prod.txt (line 4))
Downloading/unpacking celery==2.5.0 (from -r requirements/prod.txt (line 5))
Downloading/unpacking Cheetah==2.4.4 (from -r requirements/prod.txt (line 6))
Downloading/unpacking configglue==1.0.1 (from -r requirements/prod.txt (line 7))
Downloading/unpacking django==1.4.21 (from -r requirements/prod.txt (line 8))
  Could not find a version that satisfies the requirement django==1.4.21 (from -r requirements/prod.txt (line 8)) (from versions: 1.4.14, 1.3.1)
Cleaning up...
No distributions matching the version for django==1.4.21 (from -r requirements/prod.txt (line 8))
Storing debug log for failure in /mnt/tarmac/.pip/pip.log
make[1]: Leaving directory `/mnt/tarmac/cache/pkgme-service/trunk'

Branched 169 revisions.
make[1]: *** [install-wheels] Error...

Read more...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'requirements/prod.txt'
2--- requirements/prod.txt 2014-10-01 20:15:07 +0000
3+++ requirements/prod.txt 2015-07-10 13:55:05 +0000
4@@ -5,7 +5,7 @@
5 celery==2.5.0
6 Cheetah==2.4.4
7 configglue==1.0.1
8-django==1.4.14
9+django==1.4.21
10 django-celery==2.5.0
11 django-configglue==0.7.1
12 django-openid-auth==0.4

Subscribers

People subscribed via source and target branches