upgrade celery lib to support django 1.8 V03.00-rc.15
authorymh <ymh.work@gmail.com>
Wed, 27 May 2015 14:06:23 +0200
changeset 625 cc263b8278ba
parent 624 d62d8d85d10f
child 626 af0a09405398
upgrade celery lib to support django 1.8
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/billiard-3.3.0.19.tar.gz
virtualenv/res/src/billiard-3.3.0.20.tar.gz
virtualenv/res/src/celery-3.1.17.tar.gz
virtualenv/res/src/celery-3.1.18.tar.gz
virtualenv/res/src/kombu-3.0.24.tar.gz
virtualenv/res/src/kombu-3.0.26.tar.gz
virtualenv/res/src/pytz-2014.10.tar.bz2
virtualenv/res/src/pytz-2015.4.tar.gz
virtualenv/web/res/requirements.txt
--- a/virtualenv/res/lib/lib_create_env.py	Mon May 18 14:06:38 2015 +0200
+++ b/virtualenv/res/lib/lib_create_env.py	Wed May 27 14:06:23 2015 +0200
@@ -48,12 +48,12 @@
     'REDLAND': { 'setup': 'redland', 'url':'redland-1.0.17.tar.gz', 'local':"redland-1.0.17.tar.gz", 'install': {'method': 'install_redland', 'option_str': None, 'dict_extra_env': None}},
     'REDLAND_BINDINGS': { 'setup': 'redland_bindings', 'url':'redland-bindings-1.0.17.1.tar.gz', 'local':"redland-bindings-1.0.17.1.tar.gz", 'install': {'method': 'install_redland_bindings', 'option_str': None, 'dict_extra_env': None}},
     'UNIDECODE': { 'setup': 'unidecode', 'url':'https://pypi.python.org/packages/source/U/Unidecode/Unidecode-0.04.17.tar.gz', 'local':"Unidecode-0.04.17.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'PYTZ': { 'setup': 'pytz', 'url':'https://pypi.python.org/packages/source/p/pytz/pytz-2014.10.tar.bz2', 'local':"pytz-2014.10.tar.bz2", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'KOMBU': { 'setup': 'kombu', 'url':'https://github.com/celery/kombu/archive/v3.0.24.tar.gz', 'local':"kombu-3.0.24.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'PYTZ': { 'setup': 'pytz', 'url':'https://pypi.python.org/packages/source/p/pytz/pytz-2015.4.tar.bz2', 'local':"pytz-2015.4.tar.bz2", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'KOMBU': { 'setup': 'kombu', 'url':'https://github.com/celery/kombu/archive/v3.0.26.tar.gz', 'local':"kombu-3.0.26.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'AMQP': { 'setup': 'amqp', 'url':'https://github.com/celery/py-amqp/archive/v1.4.6.tar.gz', 'local':"py-amqp-1.4.6.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'ANYJSON': { 'setup': 'anyjson', 'url':'https://bitbucket.org/runeh/anyjson/get/0.3.3.tar.gz', 'local':"anyjson-0.3.3.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'BILLIARD': { 'setup': 'billiard', 'url':'https://github.com/celery/billiard/archive/v3.3.0.19.tar.gz', 'local':"billiard-3.3.0.19.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'CELERY': { 'setup': 'celery', 'url':'https://github.com/celery/celery/archive/v3.1.17.tar.gz', 'local':"celery-3.1.17.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'BILLIARD': { 'setup': 'billiard', 'url':'https://github.com/celery/billiard/archive/v3.3.0.20.tar.gz', 'local':"billiard-3.3.0.20.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'CELERY': { 'setup': 'celery', 'url':'https://github.com/celery/celery/archive/v3.1.18.tar.gz', 'local':"celery-3.1.18.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'APPCONF': { 'setup': 'django-appconf', 'url':'https://github.com/jezdez/django-appconf/archive/v1.0.1.tar.gz', 'local':"django-appconf-1.0.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'CELERY-EMAIL': { 'setup': 'django-celery-email', 'url':'https://github.com/pmclanahan/django-celery-email/archive/1.1.0.tar.gz', 'local':"django-celery-email-1.1.0.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'DJANGO-ENVELOPE': { 'setup': 'django-envelope', 'url':'https://github.com/zsiciarz/django-envelope/archive/1.0.0.tar.gz', 'local':'django-envelope-1.0.0.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
Binary file virtualenv/res/src/billiard-3.3.0.19.tar.gz has changed
Binary file virtualenv/res/src/billiard-3.3.0.20.tar.gz has changed
Binary file virtualenv/res/src/celery-3.1.17.tar.gz has changed
Binary file virtualenv/res/src/celery-3.1.18.tar.gz has changed
Binary file virtualenv/res/src/kombu-3.0.24.tar.gz has changed
Binary file virtualenv/res/src/kombu-3.0.26.tar.gz has changed
Binary file virtualenv/res/src/pytz-2014.10.tar.bz2 has changed
Binary file virtualenv/res/src/pytz-2015.4.tar.gz has changed
--- a/virtualenv/web/res/requirements.txt	Mon May 18 14:06:38 2015 +0200
+++ b/virtualenv/web/res/requirements.txt	Wed May 27 14:06:23 2015 +0200
@@ -10,8 +10,8 @@
 Whoosh==2.6.0
 amqp==1.4.6
 anyjson==0.3.3
-billiard==3.3.0.19
-celery==3.1.17
+billiard==3.3.0.20
+celery==3.1.18
 cssselect==0.9.1
 cssutils==1.0
 django-appconf==1.0.1
@@ -27,13 +27,13 @@
 httplib2==0.9
 isodate==0.5.1
 jedi==0.8.1-final0
-kombu==3.0.24
+kombu==3.0.26
 lxml==3.4.2
 premailer==2.8.3
 psycopg2==2.6
 pycrypto==2.6.1
 pyparsing==2.0.3
-pytz==2014.10
+pytz==2015.4
 rdflib==4.2.0-dev
 requests==2.6.0
 simplejson==3.6.5