[Python-modules-commits] [celery] branch master updated (145e9c9 -> a0fdbcb)

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


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

bam pushed a change to branch master
in repository celery.

      from  145e9c9   Simplify tests.
       new  de9aece   record new upstream branch created by importing celery_3.1.19.orig.tar.gz
       new  ecfab0e   Import celery_3.1.19.orig.tar.gz
       new  cd84096   Remove upstream detection of installed celery
       new  0e7ca21   LSB compliant headers, status actions and ENABLED variable
       new  85c8341   use local objects.inv where possible
       new  cbc6f00   Disable time-sensitive test
       new  24f878e   Remove external assets from documentation.
       new  59c070e   [ci] Tests passing on Python 3.5
       new  3efb36b   Update license.
       new  27dbd75   merge patched into master
       new  a0fdbcb   Version 3.1.19-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:
 CONTRIBUTORS.txt                                   |  15 ++
 Changelog                                          |  81 +++++++++
 LICENSE                                            |   6 +-
 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                |   6 +
 celery/tests/case.py                               |   6 +-
 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_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 +
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   7 +
 ...h => 0006-ci-Tests-passing-on-Python-3.5.patch} |   2 +-
 ...rove-the-magic-module-check-Closes-801640.patch |  33 ----
 debian/patches/0007-Update-license.patch           |  66 ++++++++
 debian/patches/disable_unstable_tests.patch        |   2 +-
 debian/patches/drop_downgrade.patch                |   6 +-
 debian/patches/fix_test_typos.patch                |  40 -----
 debian/patches/intersphinx.patch                   |   6 +-
 debian/patches/lsb-init.patch                      |   2 +-
 debian/patches/privacy.patch                       |   2 +-
 debian/patches/series                              |   5 +-
 docs/_ext/applyxrefs.py                            |   2 -
 docs/changelog.rst                                 |  81 +++++++++
 docs/conf.py                                       |  20 +--
 docs/configuration.rst                             | 159 +++++++++++++-----
 docs/copyright.rst                                 |  19 ++-
 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 +-
 89 files changed, 995 insertions(+), 441 deletions(-)
 rename debian/patches/{0008-ci-Tests-passing-on-Python-3.5.patch => 0006-ci-Tests-passing-on-Python-3.5.patch} (98%)
 delete mode 100644 debian/patches/0007-Improve-the-magic-module-check-Closes-801640.patch
 create mode 100644 debian/patches/0007-Update-license.patch
 delete mode 100644 debian/patches/fix_test_typos.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