[Python-modules-commits] [python-amqp] branch master updated (31fec19 -> 9f74955)

Thomas Goirand zigo at moszumanska.debian.org
Sat Nov 4 21:30:31 UTC 2017


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

zigo pushed a change to branch master
in repository python-amqp.

      from  31fec19   Fix spelling in changelog
      adds  5afdf16   Convert from git-dpm to patches unapplied format
      adds  eb99c10   Refresh patches after git-dpm to gbp pq conversion
      adds  3e149e5   New upstream version 2.1.4
      adds  6d28df2   Merge tag 'upstream/2.1.4' into debian/experimental
      adds  71b7386   New upstream release (2.1.4)
      adds  a8db826   Remove patches no longer required
      adds  eaae959   Add .cache to debian/clean
      adds  6f72d51   Add .egg-info to diff ignore
      adds  a231e02   Update build dependencies
      adds  d70f9ca   Use new tests
      adds  d3453e9   Update debian/copyright (project license changed from LGPL-2.1+ to BSD-3-clause)
      adds  b15d324   Add myself to uploaders
      adds  d413dae   Add patch to remove PayPal image URLs
      adds  c1d45bf   Set http(s) proxy to localhost during doc build
      adds  3d83c3f   Release 2.1.4-1 to experimental
      adds  3db48df   Add new upstream signing key.
      adds  410ffa7   New upstream version 2.2.1
      adds  4d7d632   Updated version 2.2.1 from 'upstream/2.2.1'
      adds  10b47fc   Add patch disabling intersphinx to prevent network requests during build.
      adds  a71cbdf   Bump Standards-Version to 4.0.0.
      adds  4e78ea6   New upstream release.
       new  456dfb8   Uploading to unstable.
       new  9b9fe12   Ran wrap-and-sort -bast to reduce diff size of future changes.
       new  67d79fe     * Removed X-Python-Version: >= 2.5 and X-Python3-Version: >= 3.0, as these     versions are even satisfied in oldoldstable.
       new  505b4e8   Standards-Version is now 4.1.1.
       new  c01dd96     * Properly building docs from override_dh_sphinxdoc and respecting     DEB_BUILD_OPTIONS=nodoc, plus handling build profiles (also with nocheck).
       new  82abf69   Deprecating priority extra as per policy 4.0.1.
       new  9f74955     * Building sphinx doc directly within the destination folder:     $(CURDIR)/debian/python-amqp-doc/usr/share/doc/python-amqp-doc/html

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                                          |  341 +++++-
 LICENSE                                            |  505 +--------
 MANIFEST.in                                        |    7 +-
 PKG-INFO                                           |   56 +-
 README.rst                                         |   38 +-
 amqp.egg-info/PKG-INFO                             |   56 +-
 amqp.egg-info/SOURCES.txt                          |   57 +-
 amqp.egg-info/requires.txt                         |    1 +
 amqp/__init__.py                                   |   68 +-
 amqp/abstract_channel.py                           |  105 +-
 amqp/basic_message.py                              |  153 +--
 amqp/channel.py                                    | 1096 ++++++--------------
 amqp/connection.py                                 | 1090 ++++++++-----------
 amqp/exceptions.py                                 |   80 +-
 amqp/five.py                                       |  191 +---
 amqp/method_framing.py                             |  368 +++----
 amqp/platform.py                                   |   80 ++
 amqp/protocol.py                                   |    3 +-
 amqp/sasl.py                                       |  159 +++
 amqp/serialization.py                              |  916 ++++++++--------
 amqp/spec.py                                       |  122 +++
 amqp/tests/case.py                                 |   85 --
 amqp/tests/test_channel.py                         |   35 -
 amqp/transport.py                                  |  341 ++++--
 amqp/utils.py                                      |  142 +--
 debian/.git-dpm                                    |    8 -
 debian/changelog                                   |   42 +
 debian/clean                                       |    1 +
 debian/control                                     |   73 +-
 debian/copyright                                   |   52 +-
 debian/gbp.conf                                    |    2 +
 debian/patches/0001-Remove-PayPal-image-URLs.patch |   21 +
 ...ove-github-hosted-logo-from-documentation.patch |   27 -
 .../0002-Disable-intersphinx-mapping-for-now.patch |   23 +
 .../patches/0002-Removes-deprecation-warning.patch |   29 -
 ...-dependency-on-sphinxcontrib.issuetracker.patch |   24 -
 .../patches/0004-Fixed-Python-3-syntax-error.patch |   26 -
 debian/patches/series                              |    6 +-
 debian/python-amqp-doc.docs                        |    1 -
 debian/python-amqp-doc.links                       |    1 -
 debian/rules                                       |   20 +-
 debian/source/options                              |    1 +
 debian/upstream-signing-key.pgp                    |  Bin 1200 -> 1181 bytes
 demo/amqp_clock.py                                 |   78 --
 demo/demo_receive.py                               |   83 --
 demo/demo_send.py                                  |   66 --
 docs/.templates/page.html                          |    4 -
 docs/.templates/sidebarintro.html                  |    4 -
 docs/.templates/sidebarlogo.html                   |    3 -
 docs/Makefile                                      |  223 +++-
 docs/_ext/applyxrefs.py                            |   92 --
 docs/_ext/literals_to_xrefs.py                     |  173 ---
 docs/{.static => _static}/.keep                    |    0
 docs/_templates/sidebardonations.html              |   10 +
 docs/_theme/celery/static/celery.css_t             |  401 -------
 docs/_theme/celery/theme.conf                      |    5 -
 docs/changelog.rst                                 |  545 +---------
 docs/conf.py                                       |  149 +--
 docs/images/celery_128.png                         |  Bin 0 -> 26250 bytes
 docs/images/favicon.ico                            |  Bin 0 -> 3364 bytes
 docs/includes/{intro.txt => introduction.txt}      |    6 +-
 docs/index.rst                                     |    2 +-
 docs/make.bat                                      |  272 +++++
 docs/reference/amqp.abstract_channel.rst           |    2 +-
 docs/reference/amqp.basic_message.rst              |    2 +-
 docs/reference/amqp.channel.rst                    |    2 +-
 docs/reference/amqp.connection.rst                 |    2 +-
 docs/reference/amqp.exceptions.rst                 |    2 +-
 docs/reference/amqp.five.rst                       |    2 +-
 docs/reference/amqp.method_framing.rst             |    2 +-
 .../{amqp.protocol.rst => amqp.platform.rst}       |    6 +-
 docs/reference/amqp.protocol.rst                   |    2 +-
 docs/reference/{amqp.five.rst => amqp.sasl.rst}    |    6 +-
 docs/reference/amqp.serialization.rst              |    2 +-
 docs/reference/{amqp.five.rst => amqp.spec.rst}    |    6 +-
 docs/reference/amqp.transport.rst                  |    2 +-
 docs/reference/amqp.utils.rst                      |    2 +-
 docs/reference/index.rst                           |    3 +
 docs/templates/readme.txt                          |   27 +-
 extra/README                                       |   10 -
 extra/generate_skeleton_0_8.py                     |  377 -------
 extra/release/bump_version.py                      |  181 ----
 extra/release/sphinx-to-rst.py                     |   75 --
 extra/update_comments_from_spec.py                 |    8 +-
 funtests/run_all.py                                |   38 -
 funtests/settings.py                               |   91 --
 funtests/test_basic_message.py                     |  132 ---
 funtests/test_channel.py                           |  317 ------
 funtests/test_connection.py                        |  127 ---
 funtests/test_exceptions.py                        |   47 -
 funtests/test_serialization.py                     |  411 --------
 funtests/test_with.py                              |   70 --
 requirements/default.txt                           |    1 +
 requirements/docs.txt                              |    3 +-
 requirements/pkgutils.txt                          |   13 +-
 requirements/test-ci.txt                           |    2 +
 requirements/test.txt                              |    7 +-
 setup.cfg                                          |   15 +-
 setup.py                                           |   92 +-
 {amqp/tests => t}/__init__.py                      |    0
 {amqp/tests => t/unit}/__init__.py                 |    0
 t/unit/test_abstract_channel.py                    |  122 +++
 t/unit/test_basic_message.py                       |   19 +
 t/unit/test_channel.py                             |  408 ++++++++
 t/unit/test_connection.py                          |  398 +++++++
 t/unit/test_exceptions.py                          |   22 +
 t/unit/test_method_framing.py                      |  101 ++
 t/unit/test_platform.py                            |   19 +
 t/unit/test_sasl.py                                |  149 +++
 t/unit/test_serialization.py                       |  195 ++++
 t/unit/test_transport.py                           |  374 +++++++
 t/unit/test_utils.py                               |   80 ++
 112 files changed, 5544 insertions(+), 6998 deletions(-)
 create mode 100644 amqp.egg-info/requires.txt
 create mode 100644 amqp/platform.py
 create mode 100644 amqp/sasl.py
 create mode 100644 amqp/spec.py
 delete mode 100644 amqp/tests/case.py
 delete mode 100644 amqp/tests/test_channel.py
 delete mode 100644 debian/.git-dpm
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/0001-Remove-PayPal-image-URLs.patch
 delete mode 100644 debian/patches/0001-Remove-github-hosted-logo-from-documentation.patch
 create mode 100644 debian/patches/0002-Disable-intersphinx-mapping-for-now.patch
 delete mode 100644 debian/patches/0002-Removes-deprecation-warning.patch
 delete mode 100644 debian/patches/0003-Drop-dependency-on-sphinxcontrib.issuetracker.patch
 delete mode 100644 debian/patches/0004-Fixed-Python-3-syntax-error.patch
 delete mode 100644 debian/python-amqp-doc.docs
 delete mode 100644 debian/python-amqp-doc.links
 create mode 100644 debian/source/options
 delete mode 100755 demo/amqp_clock.py
 delete mode 100755 demo/demo_receive.py
 delete mode 100755 demo/demo_send.py
 delete mode 100644 docs/.templates/page.html
 delete mode 100644 docs/.templates/sidebarintro.html
 delete mode 100644 docs/.templates/sidebarlogo.html
 delete mode 100644 docs/_ext/applyxrefs.py
 delete mode 100644 docs/_ext/literals_to_xrefs.py
 rename docs/{.static => _static}/.keep (100%)
 create mode 100644 docs/_templates/sidebardonations.html
 delete mode 100644 docs/_theme/celery/static/celery.css_t
 delete mode 100644 docs/_theme/celery/theme.conf
 create mode 100644 docs/images/celery_128.png
 create mode 100644 docs/images/favicon.ico
 rename docs/includes/{intro.txt => introduction.txt} (97%)
 create mode 100644 docs/make.bat
 copy docs/reference/{amqp.protocol.rst => amqp.platform.rst} (67%)
 copy docs/reference/{amqp.five.rst => amqp.sasl.rst} (72%)
 copy docs/reference/{amqp.five.rst => amqp.spec.rst} (70%)
 delete mode 100644 extra/README
 delete mode 100755 extra/generate_skeleton_0_8.py
 delete mode 100755 extra/release/bump_version.py
 delete mode 100755 extra/release/sphinx-to-rst.py
 delete mode 100755 funtests/run_all.py
 delete mode 100644 funtests/settings.py
 delete mode 100755 funtests/test_basic_message.py
 delete mode 100755 funtests/test_channel.py
 delete mode 100755 funtests/test_connection.py
 delete mode 100755 funtests/test_exceptions.py
 delete mode 100755 funtests/test_serialization.py
 delete mode 100644 funtests/test_with.py
 create mode 100644 requirements/default.txt
 create mode 100644 requirements/test-ci.txt
 copy {amqp/tests => t}/__init__.py (100%)
 rename {amqp/tests => t/unit}/__init__.py (100%)
 create mode 100644 t/unit/test_abstract_channel.py
 create mode 100644 t/unit/test_basic_message.py
 create mode 100644 t/unit/test_channel.py
 create mode 100644 t/unit/test_connection.py
 create mode 100644 t/unit/test_exceptions.py
 create mode 100644 t/unit/test_method_framing.py
 create mode 100644 t/unit/test_platform.py
 create mode 100644 t/unit/test_sasl.py
 create mode 100644 t/unit/test_serialization.py
 create mode 100644 t/unit/test_transport.py
 create mode 100644 t/unit/test_utils.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