[Python-modules-commits] [python-amqp] branch master updated (c8f53d3 -> ff7002b)
Michael Fladischer
fladi at moszumanska.debian.org
Sun Oct 11 10:25:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository python-amqp.
from c8f53d3 Update Vcs fields for git migration
new 63088b9 Imported Upstream version 1.4.7
new 0353db6 Merge tag 'upstream/1.4.7'
new ff7002b Bump debhelper compatibility and version to 9.
The 3 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 ++++++++++++
debian/compat | 2 +-
debian/control | 2 +-
docs/changelog.rst | 21 +++++++
setup.cfg | 6 ++
18 files changed, 212 insertions(+), 24 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