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

Michael Fladischer fladi at moszumanska.debian.org
Mon Feb 1 15:50:21 UTC 2016


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

fladi pushed a change to branch upstream
in repository celery.

      from  ecfab0e   Import celery_3.1.19.orig.tar.gz
       new  a66f315   Import celery_3.1.20.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                                 |   2 +
 Changelog                                        | 106 ++++++++++++++++++++++
 LICENSE                                          |   9 +-
 PKG-INFO                                         |   4 +-
 README.rst                                       |   2 +-
 celery.egg-info/PKG-INFO                         |   4 +-
 celery.egg-info/requires.txt                     |   4 +-
 celery/__init__.py                               |   6 +-
 celery/app/builtins.py                           |   2 +-
 celery/app/control.py                            |   9 ++
 celery/app/routes.py                             |   2 +
 celery/app/task.py                               |   6 ++
 celery/app/utils.py                              |  10 ++-
 celery/apps/worker.py                            |   5 +-
 celery/backends/__init__.py                      |  12 ++-
 celery/backends/base.py                          |  12 +--
 celery/backends/database/__init__.py             |   2 +-
 celery/backends/mongodb.py                       |   6 --
 celery/backends/redis.py                         |  39 +++++---
 celery/beat.py                                   |   8 ++
 celery/bin/celeryd_detach.py                     |   3 +-
 celery/concurrency/asynpool.py                   |   6 +-
 celery/contrib/batches.py                        |   2 +-
 celery/contrib/rdb.py                            |  20 +++--
 celery/loaders/base.py                           |   5 +-
 celery/platforms.py                              |   7 +-
 celery/tests/backends/test_backends.py           |   3 +-
 celery/tests/backends/test_mongodb.py            |   7 +-
 celery/tests/backends/test_redis.py              |   1 +
 celery/tests/bin/test_celeryd_detach.py          |   6 +-
 celery/tests/case.py                             |   8 +-
 celery/tests/contrib/test_rdb.py                 |  73 ++++++++-------
 celery/tests/utils/test_functional.py            |   5 ++
 celery/tests/worker/test_consumer.py             |  22 +++++
 celery/utils/functional.py                       |   7 +-
 celery/utils/objects.py                          |   7 ++
 celery/utils/timeutils.py                        |   4 +-
 celery/worker/consumer.py                        |  17 ++++
 docs/.templates/sidebarintro.html                |  16 ++--
 docs/.templates/sidebarlogo.html                 |  16 ++--
 docs/changelog.rst                               | 106 ++++++++++++++++++++++
 docs/conf.py                                     |   4 +-
 docs/configuration.rst                           |  98 +++++++++++++++++++-
 docs/copyright.rst                               |  21 ++---
 docs/faq.rst                                     |  13 +--
 docs/getting-started/brokers/rabbitmq.rst        |   4 +
 docs/getting-started/first-steps-with-celery.rst |   4 +-
 docs/includes/introduction.txt                   |   2 +-
 docs/tutorials/daemonizing.rst                   |   8 +-
 docs/tutorials/task-cookbook.rst                 |   6 +-
 docs/userguide/application.rst                   |  14 +--
 docs/userguide/canvas.rst                        |   4 +-
 docs/userguide/extending.rst                     | 108 ++++++++++++++++++++++-
 docs/userguide/monitoring.rst                    |  15 ++--
 docs/userguide/optimizing.rst                    |   8 +-
 docs/userguide/routing.rst                       |  11 +++
 docs/userguide/signals.rst                       |   2 +-
 docs/userguide/tasks.rst                         |  19 ++--
 docs/userguide/workers.rst                       |   6 +-
 extra/generic-init.d/celerybeat                  |   2 +-
 extra/generic-init.d/celeryd                     |   2 +-
 extra/supervisord/celeryd.conf                   |   6 +-
 requirements/default.txt                         |   4 +-
 setup.cfg                                        |   4 +-
 64 files changed, 755 insertions(+), 201 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