[Python-modules-commits] [celery] branch master updated (0a6090f -> e443353)

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


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

fladi pushed a change to branch master
in repository celery.

      from  0a6090f   Fix dependancy on billiard
       new  2307d80   record new upstream branch created by importing celery_3.1.20.orig.tar.gz
       new  a66f315   Import celery_3.1.20.orig.tar.gz
       new  fbb16a4   Remove upstream detection of installed celery
       new  b20e084   LSB compliant headers, status actions and ENABLED variable
       new  b13bd8c   use local objects.inv where possible
       new  9e0bb57   Disable time-sensitive test
       new  a0bdb9c   Remove external assets from documentation.
       new  e258f66   [ci] Tests passing on Python 3.5
       new  ed37907   merge patched into master
       new  38d2335   Bump all dependencies on billiard to >= 3.3.0.22.
       new  e739eec   Bump all dependencies on kombu to >= 3.0.33.
       new  d52e330   Demote python-kombu-doc to an unversioned Build-Depends.
       new  d70e836   Reverse dependencies between python(3)-celery and python-celery-common as the later only provides supplemental tools depending on the actual implementation.
       new  21a238d   Use https in Vcs-Git field.
       new  e443353   Update changelog.

The 15 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                                            |   3 +-
 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 ++++
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |  14 +++
 debian/control                                     |  24 ++---
 .../0006-ci-Tests-passing-on-Python-3.5.patch      |  24 ++---
 debian/patches/0007-Update-license.patch           |  66 -------------
 debian/patches/disable_unstable_tests.patch        |   2 +-
 debian/patches/drop_downgrade.patch                |   2 +-
 debian/patches/intersphinx.patch                   |   4 +-
 debian/patches/lsb-init.patch                      |   6 +-
 debian/patches/privacy.patch                       |  62 ++++++------
 debian/patches/series                              |   1 -
 docs/.templates/sidebarintro.html                  |   8 --
 docs/.templates/sidebarlogo.html                   |   8 --
 docs/changelog.rst                                 | 106 ++++++++++++++++++++
 docs/conf.py                                       |   4 +-
 docs/configuration.rst                             |  98 ++++++++++++++++++-
 docs/copyright.rst                                 |   2 +-
 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 +-
 75 files changed, 808 insertions(+), 326 deletions(-)
 delete mode 100644 debian/patches/0007-Update-license.patch

-- 
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