[Python-modules-commits] [celery] branch upstream updated (a66f315 -> 6753277)
Brian May
bam at moszumanska.debian.org
Sun Apr 17 10:23:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a change to branch upstream
in repository celery.
from a66f315 Import celery_3.1.20.orig.tar.gz
new 6753277 Import celery_3.1.23.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:
Changelog | 137 +++++++++++++++++++++++++-----
PKG-INFO | 4 +-
README.rst | 2 +-
celery.egg-info/PKG-INFO | 4 +-
celery.egg-info/entry_points.txt | 2 +-
celery.egg-info/requires.txt | 70 +++++++--------
celery/__init__.py | 2 +-
celery/app/amqp.py | 10 +++
celery/app/control.py | 2 +-
celery/apps/worker.py | 5 +-
celery/backends/amqp.py | 5 +-
celery/backends/base.py | 23 ++++-
celery/backends/cache.py | 10 +++
celery/backends/cassandra.py | 3 +
celery/backends/couchbase.py | 14 +--
celery/backends/database/__init__.py | 8 +-
celery/backends/mongodb.py | 39 ++++++---
celery/backends/rpc.py | 3 +
celery/bin/celery.py | 35 ++++++--
celery/bin/celeryd_detach.py | 12 ++-
celery/concurrency/asynpool.py | 62 +++++++++-----
celery/concurrency/eventlet.py | 4 +-
celery/concurrency/gevent.py | 2 +-
celery/concurrency/prefork.py | 2 +
celery/contrib/batches.py | 2 +-
celery/datastructures.py | 2 +-
celery/tests/app/test_control.py | 18 ++--
celery/tests/backends/test_base.py | 18 ++++
celery/tests/backends/test_cache.py | 33 ++++++-
celery/tests/backends/test_mongodb.py | 62 ++++++++------
celery/tests/bin/test_celeryd_detach.py | 13 +--
celery/tests/bin/test_worker.py | 23 +----
celery/tests/case.py | 16 +++-
celery/tests/utils/test_datastructures.py | 2 +
celery/tests/worker/test_control.py | 6 +-
celery/tests/worker/test_heartbeat.py | 4 +-
celery/utils/__init__.py | 12 ++-
celery/worker/consumer.py | 4 +-
celery/worker/pidbox.py | 2 +-
celery/worker/state.py | 8 ++
docs/changelog.rst | 137 +++++++++++++++++++++++++-----
docs/configuration.rst | 7 +-
docs/includes/introduction.txt | 2 +-
docs/userguide/extending.rst | 16 ++--
docs/userguide/optimizing.rst | 25 ++++--
docs/userguide/workers.rst | 4 +-
docs/whatsnew-3.1.rst | 16 ++--
requirements/default.txt | 4 +-
setup.cfg | 4 +-
49 files changed, 640 insertions(+), 260 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