[Python-modules-commits] [celery] branch master updated (7639f5c -> 1f0f874)

Brian May bam at moszumanska.debian.org
Sun Apr 17 10:23:47 UTC 2016


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

bam pushed a change to branch master
in repository celery.

      from  7639f5c   Fixed VCS URL
       new  4b1da1e   Update standards version to 3.9.7
       new  ad4b39b   record new upstream branch created by importing celery_3.1.23.orig.tar.gz
       new  6753277   Import celery_3.1.23.orig.tar.gz
       new  7760631   Remove upstream detection of installed celery
       new  d7b31c9   LSB compliant headers, status actions and ENABLED variable
       new  fa042fe   use local objects.inv where possible
       new  472b1f1   Disable time-sensitive test
       new  77b5882   Remove external assets from documentation.
       new  0026d00   [ci] Tests passing on Python 3.5
       new  bd99a21   merge patched into master
       new  1f0f874   Prepare to release version 3.1.23-1

The 11 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 ++
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |   8 +-
 debian/control                                     |   2 +-
 .../0006-ci-Tests-passing-on-Python-3.5.patch      |   2 +-
 debian/patches/disable_unstable_tests.patch        |   2 +-
 debian/patches/drop_downgrade.patch                |   2 +-
 debian/patches/intersphinx.patch                   |   2 +-
 debian/patches/lsb-init.patch                      |   2 +-
 debian/patches/privacy.patch                       |   2 +-
 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 +-
 58 files changed, 660 insertions(+), 276 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