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

Michael Fladischer fladi at moszumanska.debian.org
Sun Jul 30 21:42:57 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  3db48df   Add new upstream signing key.
       new  410ffa7   New upstream version 2.2.1
       new  4d7d632   Updated version 2.2.1 from 'upstream/2.2.1'
       new  10b47fc   Add patch disabling intersphinx to prevent network requests during build.
       new  a71cbdf   Bump Standards-Version to 4.0.0.
       new  4e78ea6   New upstream release.

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