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

Brian May bam at moszumanska.debian.org
Wed Nov 18 23:06:27 UTC 2015


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

bam pushed a change to branch master
in repository kombu.

      from  7ba4c00   Upload to unstable.
       new  5fe9579   record new upstream branch created by importing kombu_3.0.29.orig.tar.gz
       new  d36ec12   Import kombu_3.0.29.orig.tar.gz
       new  7229114   Remove github-hosted logo from documentation
       new  64cf1b1   merge patched into master
       new  3bcfa18   Version 3.0.29-1
       new  c5b7013   Simplify tests.

The 6 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:
 AUTHORS                                            |  1 +
 Changelog                                          | 56 +++++++++++++++-
 PKG-INFO                                           |  4 +-
 README.rst                                         |  2 +-
 debian/.git-dpm                                    | 14 ++--
 debian/changelog                                   |  6 ++
 debian/patches/remove_logo.patch                   |  4 +-
 debian/rules                                       | 11 +---
 docs/changelog.rst                                 | 56 +++++++++++++++-
 docs/introduction.rst                              |  2 +-
 extra/release/doc4allmods                          |  2 +
 kombu.egg-info/PKG-INFO                            |  4 +-
 kombu.egg-info/SOURCES.txt                         |  2 +
 kombu/__init__.py                                  |  2 +-
 kombu/entity.py                                    | 11 +++-
 kombu/serialization.py                             |  2 +-
 kombu/tests/case.py                                |  3 +-
 kombu/tests/test_entities.py                       |  8 +++
 kombu/tests/transport/test_SQS.py                  | 16 ++---
 kombu/tests/transport/test_redis.py                | 19 ++++--
 kombu/transport/django/migrations/0001_initial.py  | 22 +++----
 kombu/transport/django/migrations/__init__.py      | 16 +++++
 .../django/south_migrations/0001_initial.py        | 57 ++++++++++++++++
 .../transport/django/south_migrations}/__init__.py |  0
 kombu/transport/mongodb.py                         | 46 +++++++++----
 kombu/transport/redis.py                           | 77 +++++++++++-----------
 requirements/test-ci3.txt                          |  1 +
 27 files changed, 337 insertions(+), 107 deletions(-)
 create mode 100644 kombu/transport/django/south_migrations/0001_initial.py
 copy {examples/simple_task_queue => kombu/transport/django/south_migrations}/__init__.py (100%)

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