[Python-modules-commits] [celery] branch debian/master updated (68e234b -> 15b0b08)

Michael Fladischer fladi at moszumanska.debian.org
Mon Jul 31 16:05:20 UTC 2017


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

fladi pushed a change to branch debian/master
in repository celery.

      from  68e234b   Apply upstream patch to allow Sphinx to strip memory addresses
       new  5038c1d   Add new upstream signing key.
       new  d7b396a   New upstream version 4.1.0
       new  708cba9   Updated version 4.1.0 from 'upstream/4.1.0'
       new  f626e60   Refresh patches for 4.1.0.
       new  e758690   New upstream release.
       new  d8afafb   Bump Standards-Version to 4.0.0.
       new  fbcdf01   Fix documentation build:
       new  1d7dadd   Fix built-time tests by adding missing packages to Build-Depends:
       new  5a47d2c   Clean up modified files to allow two builds in a row.
       new  d44266d   Remove entrypoint wrappers missing from upstream:
       new  4386244   Reformat packaging files with cme for better readability.
       new  950ffbc   Add patch disabling intersphinx to prevent network requests during build.
       new  15b0b08   Release to experimental.

The 13 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                                   |  17 +
 Changelog                                          | 382 +++++++++++++--------
 LICENSE                                            |   2 +-
 PKG-INFO                                           |  37 +-
 README.rst                                         |  34 +-
 celery.egg-info/PKG-INFO                           |  37 +-
 celery.egg-info/SOURCES.txt                        |   5 +
 celery.egg-info/requires.txt                       |   9 +-
 celery/__init__.py                                 |   2 +-
 celery/app/amqp.py                                 |  31 +-
 celery/app/backends.py                             |   3 +-
 celery/app/base.py                                 |  18 +-
 celery/app/defaults.py                             |  10 +-
 celery/app/task.py                                 |   6 +-
 celery/app/trace.py                                |   9 +-
 celery/app/utils.py                                |   2 +-
 celery/apps/worker.py                              |   4 +
 celery/backends/base.py                            |   4 +-
 celery/backends/database/__init__.py               |   2 +-
 celery/backends/dynamodb.py                        | 275 +++++++++++++++
 celery/backends/elasticsearch.py                   |  31 +-
 celery/backends/mongodb.py                         |   9 +-
 celery/backends/redis.py                           |   9 +
 celery/beat.py                                     |  45 ++-
 celery/bin/beat.py                                 |   2 +-
 celery/bin/graph.py                                |   2 +-
 celery/canvas.py                                   |  21 +-
 celery/contrib/abortable.py                        |   2 +-
 celery/contrib/rdb.py                              |   2 +-
 celery/contrib/sphinx.py                           |   2 +-
 celery/events/state.py                             |  25 +-
 celery/fixups/django.py                            |   2 +-
 celery/platforms.py                                |   6 +-
 celery/result.py                                   |  13 +-
 celery/schedules.py                                |  16 +-
 celery/signals.py                                  |   5 +-
 celery/states.py                                   |   1 -
 celery/utils/functional.py                         |   8 +-
 celery/utils/iso8601.py                            |   2 +-
 celery/utils/log.py                                |   2 +-
 celery/utils/time.py                               |   7 +-
 celery/worker/consumer/consumer.py                 |   6 +-
 celery/worker/loops.py                             |   4 +-
 celery/worker/state.py                             |   2 +-
 celery/worker/strategy.py                          |   6 +-
 debian/celeryd.postinst                            |   0
 debian/celeryd.postrm                              |   0
 debian/changelog                                   |  30 +-
 debian/clean                                       |   8 +-
 debian/control                                     |  45 ++-
 debian/copyright                                   |  96 +++---
 debian/manpage.camqadm.sgml                        | 125 -------
 debian/manpage.celerybeat.sgml                     | 155 ---------
 debian/manpage.celeryctl.sgml                      | 254 --------------
 debian/manpage.celeryd-multi.sgml                  | 170 ---------
 debian/manpage.celeryd.sgml                        | 191 -----------
 debian/manpage.celeryev.sgml                       | 136 --------
 .../0004-Disable-intershpinx-mapping-for-now.patch |  25 ++
 ...Make-appstr-use-standard-format-4134-4139.patch |  21 --
 .../patches/0007-Set-shell-in-su-invocation.patch  |  10 +-
 debian/patches/lsb-init.patch                      |   4 +-
 debian/patches/series                              |   2 +-
 debian/python-celery-common.install                |   3 -
 debian/python-celery-common.manpages               |   3 -
 debian/python-celery-doc.doc-base                  |  31 +-
 debian/python-celery-doc.links                     |   2 +-
 debian/rules                                       |  15 +-
 debian/upstream-signing-key.pgp                    | Bin 1200 -> 1181 bytes
 debian/wrappers/celerybeat                         |  28 --
 debian/wrappers/celeryd                            |  28 --
 debian/wrappers/celeryd-multi                      |  28 --
 docs/AUTHORS.txt                                   |   6 +
 docs/community.rst                                 |   6 +-
 docs/contributing.rst                              |  48 +--
 docs/copyright.rst                                 |   2 +-
 docs/django/first-steps-with-django.rst            |  25 +-
 docs/faq.rst                                       |  14 +-
 docs/getting-started/brokers/rabbitmq.rst          |   7 +-
 docs/getting-started/brokers/sqs.rst               |   4 +-
 docs/getting-started/first-steps-with-celery.rst   |  91 +++--
 docs/getting-started/introduction.rst              |   6 +-
 Changelog => docs/history/changelog-4.0.rst        |   2 +-
 docs/history/index.rst                             |   1 +
 docs/images/celeryevshotsm.jpg                     | Bin 86251 -> 77397 bytes
 docs/images/dashboard.png                          | Bin 95365 -> 88879 bytes
 docs/images/favicon.ico                            | Bin 3364 -> 4286 bytes
 docs/images/monitor.png                            | Bin 152710 -> 146412 bytes
 docs/includes/installation.txt                     |   5 +-
 docs/includes/introduction.txt                     |  18 +-
 docs/includes/resources.txt                        |   6 +-
 docs/internals/guide.rst                           |   2 +-
 docs/internals/protocol.rst                        |   4 +-
 ...ends.cache.rst => celery.backends.dynamodb.rst} |   6 +-
 docs/internals/reference/index.rst                 |   1 +
 docs/internals/worker.rst                          |   4 +
 docs/sec/CELERYSA-0001.txt                         |   8 +-
 docs/sec/CELERYSA-0002.txt                         |   6 +-
 docs/sec/CELERYSA-0003.txt                         |   2 +-
 docs/templates/readme.txt                          |   6 +-
 docs/userguide/calling.rst                         |   4 +-
 docs/userguide/canvas.rst                          |   3 +-
 docs/userguide/configuration.rst                   | 168 +++++++--
 docs/userguide/extending.rst                       |   4 +-
 docs/userguide/periodic-tasks.rst                  |  12 +-
 docs/userguide/routing.rst                         |  13 +-
 docs/userguide/signals.rst                         |  31 +-
 docs/userguide/tasks.rst                           |  74 ++--
 docs/userguide/testing.rst                         |   9 +-
 docs/userguide/workers.rst                         |   2 +-
 docs/whatsnew-3.1.rst                              |   2 +-
 docs/whatsnew-4.0.rst                              |  12 +-
 examples/django/README.rst                         |   2 +-
 examples/django/proj/celery.py                     |   2 +-
 extra/generic-init.d/celerybeat                    |   2 +-
 extra/generic-init.d/celeryd                       |   2 +-
 extra/systemd/celery.conf                          |   2 +-
 extra/systemd/celery.service                       |   4 +-
 requirements/docs.txt                              |   1 +
 requirements/extras/dynamodb.txt                   |   1 +
 requirements/pkgutils.txt                          |   2 +-
 requirements/test-ci-default.txt                   |   2 +-
 requirements/test-integration.txt                  |   1 +
 setup.cfg                                          |   3 +-
 setup.py                                           |   4 +-
 t/integration/tasks.py                             |  32 +-
 t/integration/test_canvas.py                       |  46 ++-
 t/integration/test_tasks.py                        |   7 +-
 t/unit/app/test_amqp.py                            |  41 +++
 t/unit/app/test_app.py                             |  46 ++-
 t/unit/app/test_beat.py                            |  73 +++-
 t/unit/app/test_schedules.py                       |  17 +-
 t/unit/backends/test_base.py                       |  19 +-
 t/unit/backends/test_dynamodb.py                   | 243 +++++++++++++
 t/unit/backends/test_elasticsearch.py              |  63 +++-
 t/unit/backends/test_redis.py                      |  29 ++
 t/unit/bin/test_worker.py                          |  14 +
 t/unit/conftest.py                                 |   4 +-
 t/unit/contrib/test_migrate.py                     |  10 +-
 t/unit/tasks/test_canvas.py                        |  15 +
 t/unit/tasks/test_result.py                        |  18 +
 t/unit/tasks/test_tasks.py                         |  21 ++
 t/unit/utils/test_functional.py                    |  14 +-
 t/unit/utils/test_time.py                          |   7 +
 t/unit/worker/test_consumer.py                     |  32 +-
 t/unit/worker/test_strategy.py                     |   8 +-
 145 files changed, 2147 insertions(+), 1783 deletions(-)
 create mode 100644 celery/backends/dynamodb.py
 mode change 100644 => 100755 debian/celeryd.postinst
 mode change 100644 => 100755 debian/celeryd.postrm
 delete mode 100644 debian/manpage.camqadm.sgml
 delete mode 100644 debian/manpage.celerybeat.sgml
 delete mode 100644 debian/manpage.celeryctl.sgml
 delete mode 100644 debian/manpage.celeryd-multi.sgml
 delete mode 100644 debian/manpage.celeryd.sgml
 delete mode 100644 debian/manpage.celeryev.sgml
 create mode 100644 debian/patches/0004-Disable-intershpinx-mapping-for-now.patch
 delete mode 100644 debian/patches/0004-Make-appstr-use-standard-format-4134-4139.patch
 delete mode 100644 debian/wrappers/celerybeat
 delete mode 100644 debian/wrappers/celeryd
 delete mode 100644 debian/wrappers/celeryd-multi
 copy Changelog => docs/history/changelog-4.0.rst (99%)
 copy docs/internals/reference/{celery.backends.cache.rst => celery.backends.dynamodb.rst} (56%)
 create mode 100644 requirements/extras/dynamodb.txt
 create mode 100644 t/unit/backends/test_dynamodb.py

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