[Python-modules-commits] [python-amqp] branch debian/experimental updated (3d83c3f -> e3add8b)

Michael Fladischer fladi at moszumanska.debian.org
Sun Jul 30 21:27:56 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.

      from  3d83c3f   Release 2.1.4-1 to experimental
       new  aff939e   Add new upstream signing key.
       new  26aaecc   Import python-amqp_2.0.1.orig.tar.gz
       new  b112425   New upstream version 2.2.1
       new  a0938ff   Updated version 2.2.1 from 'upstream/2.2.1'
       new  84cd84e   New upstream release.
       new  9dbb155   Bump Standards-Version to 4.0.0.
       new  e3add8b   Add patch disabling intersphinx to prevent network requests during build.

The 7 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                                          |  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 1200 -> 1181 bytes
 docs/conf.py                                       |   4 +-
 docs/includes/introduction.txt                     |   2 +-
 docs/reference/{amqp.spec.rst => amqp.sasl.rst}    |   6 +-
 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, 627 insertions(+), 74 deletions(-)
 create mode 100644 amqp/sasl.py
 create mode 100644 debian/patches/0002-Disable-intershpinx-mapping-for-now.patch
 copy docs/reference/{amqp.spec.rst => amqp.sasl.rst} (70%)
 create 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