[Python-modules-commits] [python-amqp] branch upstream updated (9f963bd -> 63088b9)

Michael Fladischer fladi at moszumanska.debian.org
Sun Oct 11 10:25:20 UTC 2015


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

fladi pushed a change to branch upstream
in repository python-amqp.

      from  9f963bd   Imported Upstream version 1.4.6
       new  63088b9   Imported Upstream version 1.4.7

The 1 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:
 Changelog                                    | 21 +++++++
 PKG-INFO                                     |  4 +-
 README.rst                                   |  2 +-
 amqp.egg-info/PKG-INFO                       |  4 +-
 amqp.egg-info/SOURCES.txt                    |  4 ++
 amqp/__init__.py                             |  2 +-
 amqp/channel.py                              | 23 ++++++--
 amqp/connection.py                           |  6 +-
 amqp/exceptions.py                           |  6 +-
 amqp/five.py                                 |  6 +-
 amqp/serialization.py                        |  7 +--
 docs/.static/.keep => amqp/tests/__init__.py |  0
 amqp/tests/case.py                           | 85 ++++++++++++++++++++++++++++
 amqp/tests/test_channel.py                   | 35 ++++++++++++
 docs/changelog.rst                           | 21 +++++++
 setup.cfg                                    |  6 ++
 16 files changed, 210 insertions(+), 22 deletions(-)
 copy docs/.static/.keep => amqp/tests/__init__.py (100%)
 create mode 100644 amqp/tests/case.py
 create mode 100644 amqp/tests/test_channel.py

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



More information about the Python-modules-commits mailing list