[Python-modules-commits] [kombu] branch upstream updated (02b93be -> b8b31aa)

Michael Fladischer fladi at moszumanska.debian.org
Mon Oct 12 10:45:36 UTC 2015


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

fladi pushed a change to branch upstream
in repository kombu.

      from  02b93be   Imported Upstream version 3.0.26
      adds  b8b31aa   Import kombu_3.0.27.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 AUTHORS                                           |   2 +
 Changelog                                         |  51 +++-
 PKG-INFO                                          |   4 +-
 README.rst                                        |   2 +-
 docs/_ext/applyxrefs.py                           |   2 -
 docs/changelog.rst                                |  51 +++-
 docs/conf.py                                      |   4 +-
 docs/introduction.rst                             |   2 +-
 docs/userguide/serialization.rst                  |   4 +-
 examples/experimental/async_consume.py            |   2 +-
 extra/release/bump_version.py                     |   5 +-
 funtests/tests/test_SLMQ.py                       |   4 +-
 funtests/tests/test_SQS.py                        |   5 +-
 funtests/tests/test_qpid.py                       |   3 +-
 kombu.egg-info/PKG-INFO                           |   4 +-
 kombu.egg-info/requires.txt                       |   2 +-
 kombu/__init__.py                                 |  10 +-
 kombu/abstract.py                                 |   7 +-
 kombu/clocks.py                                   |  12 +-
 kombu/five.py                                     |   2 +-
 kombu/messaging.py                                |   6 +-
 kombu/mixins.py                                   |  14 +-
 kombu/serialization.py                            |   4 +-
 kombu/tests/test_messaging.py                     |  10 +
 kombu/tests/transport/test_SQS.py                 |  22 +-
 kombu/tests/transport/test_mongodb.py             |  20 +-
 kombu/tests/transport/test_qpid.py                | 182 ++++++++------
 kombu/tests/transport/test_redis.py               |  14 +-
 kombu/tests/utils/test_utils.py                   |  10 +-
 kombu/transport/amqplib.py                        |  33 ++-
 kombu/transport/base.py                           |   4 +-
 kombu/transport/django/__init__.py                |  18 +-
 kombu/transport/django/migrations/0001_initial.py | 114 ++++-----
 kombu/transport/qpid.py                           | 280 +++++++++++++---------
 kombu/transport/redis.py                          |  21 +-
 kombu/utils/amq_manager.py                        |   4 +-
 kombu/utils/eventio.py                            |  23 +-
 requirements/default.txt                          |   2 +-
 setup.py                                          |  16 +-
 39 files changed, 618 insertions(+), 357 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/kombu.git



More information about the Python-modules-commits mailing list