[Python-modules-commits] [python-amqp] branch debian/experimental updated (e3add8b -> 3d83c3f)
Michael Fladischer
fladi at moszumanska.debian.org
Sun Jul 30 21:33:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch debian/experimental
in repository python-amqp.
discards e3add8b Add patch disabling intersphinx to prevent network requests during build.
discards 9dbb155 Bump Standards-Version to 4.0.0.
discards 84cd84e New upstream release.
discards a0938ff Updated version 2.2.1 from 'upstream/2.2.1'
discards b112425 New upstream version 2.2.1
discards aff939e Add new upstream signing key.
discards 26aaecc Import python-amqp_2.0.1.orig.tar.gz
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/debian/experimental (3d83c3f)
\
O -- O -- O (e3add8b)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
Changelog | 52 -------
PKG-INFO | 6 +-
README.rst | 2 +-
amqp.egg-info/PKG-INFO | 6 +-
amqp.egg-info/SOURCES.txt | 3 -
amqp/__init__.py | 2 +-
amqp/basic_message.py | 2 +-
amqp/channel.py | 2 +-
amqp/connection.py | 68 +++------
amqp/method_framing.py | 20 ++-
amqp/platform.py | 9 +-
amqp/sasl.py | 159 ---------------------
amqp/transport.py | 50 +------
debian/changelog | 10 --
debian/control | 2 +-
.../0002-Disable-intershpinx-mapping-for-now.patch | 23 ---
debian/patches/series | 1 -
debian/rules | 2 +
debian/upstream-signing-key.pgp | Bin 1181 -> 1200 bytes
docs/conf.py | 4 +-
docs/includes/introduction.txt | 2 +-
docs/reference/amqp.sasl.rst | 11 --
docs/reference/index.rst | 1 -
requirements/pkgutils.txt | 2 +-
setup.cfg | 1 +
setup.py | 2 +-
t/unit/test_connection.py | 104 ++------------
t/unit/test_platform.py | 5 -
t/unit/test_sasl.py | 149 -------------------
t/unit/test_transport.py | 6 +-
30 files changed, 71 insertions(+), 635 deletions(-)
delete mode 100644 amqp/sasl.py
delete mode 100644 debian/patches/0002-Disable-intershpinx-mapping-for-now.patch
delete mode 100644 docs/reference/amqp.sasl.rst
delete mode 100644 t/unit/test_sasl.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