comparison setup.py @ 6174:4f2e231df222

celery: upgrade to Celery 3 Celery 3 is more than 2 and is the future and should be more stable than Celery 2. There might be problems like PRECONDITION_FAILED - cannot redeclare exchange 'celeryresults' in vhost 'kallithea' with different type, durable, internal or autodelete value when celery is upgraded and it tries to upgrade existing tasks. One way to avoid that problem: - make sure celery has run to completion and there are no important pending tasks, - delete the old vhost, - upgrade celery, - create new vhost - set permissions for vhost - profit
author Mads Kiilerich <madski@unity3d.com>
date Tue, 06 Sep 2016 00:51:18 +0200
parents cf73bd884a53
children f19d8fd8e35a
comparison
equal deleted inserted replaced
6173:cf73bd884a53 6174:4f2e231df222
45 "formencode>=1.2.4,<=1.2.6", 45 "formencode>=1.2.4,<=1.2.6",
46 "SQLAlchemy>=1.0,<1.1", 46 "SQLAlchemy>=1.0,<1.1",
47 "Mako>=0.9.0,<=1.0.0", 47 "Mako>=0.9.0,<=1.0.0",
48 "pygments>=1.5", 48 "pygments>=1.5",
49 "whoosh>=2.4.0,<=2.5.7", 49 "whoosh>=2.4.0,<=2.5.7",
50 "celery>=2.2.5,<2.3", 50 "celery>=3.1,<3.2",
51 "babel>=0.9.6,<=1.3", 51 "babel>=0.9.6,<=1.3",
52 "python-dateutil>=1.5.0,<2.0.0", 52 "python-dateutil>=1.5.0,<2.0.0",
53 "markdown==2.2.1", 53 "markdown==2.2.1",
54 "docutils>=0.8.1,<=0.11", 54 "docutils>=0.8.1,<=0.11",
55 "URLObject==2.3.4", 55 "URLObject==2.3.4",