[Python-modules-commits] [kombu] branch master updated (219bec4 -> 7ba4c00)

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


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

fladi pushed a change to branch master
in repository kombu.

      from  219bec4   Update Vcs fields for git migration
      adds  5da1d83   record new upstream branch created by importing kombu_3.0.27.orig.tar.gz
      adds  b8b31aa   Import kombu_3.0.27.orig.tar.gz
      adds  fe957b2   Remove github-hosted logo from documentation
      adds  d09f8c2   merge patched into master
      adds  2038011   change version to 3.0.27-1 (UNRELEASED) New upstream release.
      adds  c36f292   Bump debhelper compatibility and version to 9.
      adds  cc637cf   Bump debhelper compatibility and version to 9.
      adds  7ba4c00   Upload to unstable.

No new revisions were added by this update.

Summary of changes:
 AUTHORS                                           |   2 +
 Changelog                                         |  51 +++-
 PKG-INFO                                          |   4 +-
 README.rst                                        |   2 +-
 debian/.git-dpm                                   |  14 +-
 debian/changelog                                  |   7 +
 debian/compat                                     |   2 +-
 debian/control                                    |   2 +-
 debian/patches/fix_mock_tests.patch               |  92 -------
 debian/patches/fix_test_pymongo_uri_options.patch |  58 -----
 debian/patches/remove_logo.patch                  |   6 +-
 debian/patches/series                             |   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                | 187 +++++++++------
 kombu/tests/transport/test_redis.py               |  16 +-
 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/mongodb.py                        |   5 -
 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 +-
 48 files changed, 634 insertions(+), 536 deletions(-)
 delete mode 100644 debian/patches/fix_mock_tests.patch
 delete mode 100644 debian/patches/fix_test_pymongo_uri_options.patch

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