[Python-modules-commits] [celery] branch upstream updated (1ca0fad -> ecfab0e)

Brian May bam at moszumanska.debian.org
Wed Nov 18 22:21:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a change to branch upstream
in repository celery.

      from  1ca0fad   Imported Upstream version 3.1.18
       new  ecfab0e   Import celery_3.1.19.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTORS.txt                                 |  15 ++
 Changelog                                        |  81 ++++++++++
 PKG-INFO                                         |   4 +-
 README.rst                                       |   2 +-
 celery.egg-info/PKG-INFO                         |   4 +-
 celery.egg-info/requires.txt                     |   4 +-
 celery/__init__.py                               |   9 +-
 celery/app/base.py                               |   3 +-
 celery/app/control.py                            |   2 +-
 celery/app/task.py                               |  23 +--
 celery/apps/worker.py                            |   3 +-
 celery/backends/__init__.py                      |   7 +-
 celery/backends/amqp.py                          |   3 +-
 celery/backends/base.py                          |  11 +-
 celery/backends/database/__init__.py             |   4 +-
 celery/backends/mongodb.py                       |  41 ++---
 celery/backends/redis.py                         |  48 +++---
 celery/beat.py                                   |  58 +++++---
 celery/bin/amqp.py                               |  11 ++
 celery/bin/beat.py                               |   6 +-
 celery/bin/celery.py                             |   3 +-
 celery/bin/events.py                             |   6 +-
 celery/concurrency/asynpool.py                   |   2 +-
 celery/concurrency/eventlet.py                   |   6 +-
 celery/concurrency/prefork.py                    |   3 +-
 celery/events/cursesmon.py                       |   4 +-
 celery/five.py                                   |  31 ++--
 celery/fixups/django.py                          |  10 +-
 celery/local.py                                  | 182 +++++++++++++++++------
 celery/platforms.py                              |  45 +++++-
 celery/task/trace.py                             |   2 +-
 celery/tests/app/test_app.py                     |  10 +-
 celery/tests/app/test_beat.py                    |   4 +-
 celery/tests/app/test_loaders.py                 |   3 +-
 celery/tests/backends/test_amqp.py               |  63 +++++++-
 celery/tests/backends/test_mongodb.py            |  50 ++++++-
 celery/tests/backends/test_redis.py              |   8 +-
 celery/tests/case.py                             |  19 ++-
 celery/tests/compat_modules/test_compat.py       |   8 +-
 celery/tests/events/test_state.py                |   3 +-
 celery/tests/tasks/test_chord.py                 |   4 +-
 celery/tests/utils/test_mail.py                  |   2 +-
 celery/tests/utils/test_platforms.py             |  14 +-
 celery/tests/utils/test_threads.py               |   4 +-
 celery/tests/worker/test_hub.py                  |   3 +-
 celery/tests/worker/test_loops.py                |  11 +-
 celery/utils/term.py                             |   7 +-
 celery/worker/components.py                      |   2 +-
 celery/worker/job.py                             |   7 +-
 celery/worker/loops.py                           |   6 +
 docs/_ext/applyxrefs.py                          |   2 -
 docs/changelog.rst                               |  81 ++++++++++
 docs/conf.py                                     |  20 +--
 docs/configuration.rst                           | 159 +++++++++++++++-----
 docs/getting-started/first-steps-with-celery.rst |   8 +-
 docs/includes/introduction.txt                   |   2 +-
 docs/userguide/canvas.rst                        |   6 +-
 docs/userguide/monitoring.rst                    |   2 +-
 docs/userguide/periodic-tasks.rst                |   3 +
 docs/userguide/routing.rst                       |   2 +-
 docs/userguide/security.rst                      |   5 +-
 docs/userguide/tasks.rst                         |  41 ++---
 examples/app/myapp.py                            |   5 +-
 examples/django/proj/__init__.py                 |   2 +-
 examples/django/proj/celery.py                   |   2 +-
 examples/django/proj/settings.py                 |   2 +-
 examples/django/proj/urls.py                     |   7 +-
 examples/django/proj/wsgi.py                     |   2 +-
 examples/eventlet/celeryconfig.py                |   2 +-
 examples/gevent/celeryconfig.py                  |   2 +-
 examples/next-steps/setup.py                     |   2 +-
 requirements/default.txt                         |   4 +-
 requirements/docs.txt                            |   2 +-
 requirements/jython.txt                          |   2 +-
 requirements/test-ci.txt                         |   7 +-
 setup.py                                         |  10 +-
 76 files changed, 901 insertions(+), 342 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/celery.git



More information about the Python-modules-commits mailing list