[Python-modules-commits] [python-websockets] branch upstream updated (eeef29b -> 03f3128)

Piotr Ożarowski piotr at moszumanska.debian.org
Mon Jan 11 22:20:53 UTC 2016


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

piotr pushed a change to branch upstream
in repository python-websockets.

      from  eeef29b   Imported Upstream version 2.6
       new  03f3128   Import python-websockets_3.0.orig.tar.gz

The 1 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:
 PKG-INFO                              |   5 +-
 README                                |   3 +-
 setup.cfg                             |   2 +-
 websockets.egg-info/PKG-INFO          |   5 +-
 websockets.egg-info/SOURCES.txt       |   3 +
 websockets.egg-info/requires.txt      |   3 +-
 websockets/client.py                  |  26 +-
 websockets/compatibility.py           |   8 +
 websockets/exceptions.py              |  49 +++-
 websockets/framing.py                 |   7 +
 websockets/handshake.py               |   5 +
 websockets/http.py                    |   5 +
 websockets/protocol.py                | 202 +++++++++++---
 websockets/py35_client.py             |  21 ++
 websockets/py35_test_client_server.py |  33 +++
 websockets/server.py                  |  41 ++-
 websockets/test_client_server.py      |  23 +-
 websockets/test_handshake.py          |   2 +
 websockets/test_protocol.py           | 510 +++++++++++++++++++++-------------
 websockets/uri.py                     |   3 +
 websockets/version.py                 |   2 +-
 21 files changed, 685 insertions(+), 273 deletions(-)
 create mode 100644 websockets/compatibility.py
 create mode 100644 websockets/py35_client.py
 create mode 100644 websockets/py35_test_client_server.py

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



More information about the Python-modules-commits mailing list