[Python-modules-commits] [python-websockets] branch master updated (f5c8d42 -> f400e35)

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


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

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

      from  f5c8d42   Update Vcs fields for git migration
       new  03f3128   Import python-websockets_3.0.orig.tar.gz
       new  526875b   record new upstream branch created by importing python-websockets_3.0.orig.tar.gz and merge it
       new  4ddfe21   New upstream release
       new  f400e35   Minimum Python3 version bumped to 3.5

The 4 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 +-
 debian/.git-dpm                       |  14 +-
 debian/changelog                      |   9 +
 debian/control                        |   2 +-
 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 +-
 24 files changed, 702 insertions(+), 281 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