[Python-modules-commits] [python-daphne] branch debian/master updated (91d6472 -> 283b870)

Michael Fladischer fladi at moszumanska.debian.org
Mon Jan 8 16:55:07 UTC 2018


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

fladi pushed a change to branch debian/master
in repository python-daphne.

      from  91d6472   Initial release (Closes: #882227).
       new  69d3a12   Add debian/gbp.conf.
       new  0b8b502   New upstream version 1.4.2
       new  4fb34ff   Update upstream source from tag 'upstream/1.4.2'
       new  1551b14   New upstream release.
       new  28ac0ab   Bump debhelper compatibility and version to 11.
       new  19853db   Bump Standards-Version to 4.1.3.
       new  283b870   Upload to unstable.

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:
 .travis.yml                        |  1 +
 CHANGELOG.txt                      | 22 ++++++++++++++
 README.rst                         |  2 +-
 daphne/__init__.py                 |  2 +-
 daphne/cli.py                      |  1 +
 daphne/http_protocol.py            | 13 ++++++---
 daphne/server.py                   | 16 +++++++++--
 daphne/tests/__init__.py           |  7 +++++
 daphne/tests/test_http_request.py  |  5 ++--
 daphne/tests/test_http_response.py |  2 +-
 daphne/tests/test_utils.py         | 59 +++++++++++++++++++++++++++-----------
 daphne/tests/test_ws.py            |  3 +-
 daphne/utils.py                    | 41 +++++++++++++++++---------
 daphne/ws_protocol.py              |  5 ++--
 debian/changelog                   |  9 ++++++
 debian/compat                      |  2 +-
 debian/control                     |  4 +--
 debian/gbp.conf                    |  3 ++
 18 files changed, 150 insertions(+), 47 deletions(-)
 create mode 100644 debian/gbp.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-daphne.git



More information about the Python-modules-commits mailing list