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

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Nov 5 22:06:25 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  03f3128   Import python-websockets_3.0.orig.tar.gz
       new  2ec030b   Import python-websockets_3.1.orig.tar.gz
       new  a3ff266   Import sqlalchemy_1.1.3+ds1.orig.tar.gz
       new  90b0aa6   Import python-websockets_3.2.orig.tar.gz

The 3 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:
 MANIFEST.in                                        |   4 +-
 PKG-INFO                                           |   5 +-
 README                                             |   2 +-
 setup.cfg                                          |   6 +-
 setup.py                                           |   9 +-
 websockets.egg-info/PKG-INFO                       |   5 +-
 websockets.egg-info/SOURCES.txt                    |  12 ++-
 websockets.egg-info/top_level.txt                  |   1 +
 websockets/__init__.py                             |  14 +--
 websockets/client.py                               |  49 +++++----
 websockets/handshake.py                            |  10 +-
 websockets/http.py                                 |   4 +-
 websockets/protocol.py                             |  46 ++++++---
 websockets/py35/__init__.py                        |   2 +
 .../py35/__pycache__/__init__.cpython-33.pyc       | Bin 0 -> 158 bytes
 .../py35/__pycache__/__init__.cpython-34.pyc       | Bin 0 -> 146 bytes
 .../py35/__pycache__/__init__.cpython-35.pyc       | Bin 0 -> 146 bytes
 websockets/py35/__pycache__/client.cpython-35.pyc  | Bin 0 -> 1123 bytes
 .../py35/__pycache__/client_server.cpython-35.pyc  | Bin 0 -> 1460 bytes
 websockets/{py35_client.py => py35/client.py}      |   0
 .../client_server.py}                              |   6 +-
 websockets/server.py                               | 110 +++++++++++++++------
 websockets/test_client_server.py                   |  54 +++++++++-
 websockets/test_protocol.py                        |   2 +-
 websockets/uri.py                                  |   4 +-
 websockets/version.py                              |   2 +-
 26 files changed, 245 insertions(+), 102 deletions(-)
 create mode 100644 websockets/py35/__init__.py
 create mode 100644 websockets/py35/__pycache__/__init__.cpython-33.pyc
 create mode 100644 websockets/py35/__pycache__/__init__.cpython-34.pyc
 create mode 100644 websockets/py35/__pycache__/__init__.cpython-35.pyc
 create mode 100644 websockets/py35/__pycache__/client.cpython-35.pyc
 create mode 100644 websockets/py35/__pycache__/client_server.cpython-35.pyc
 rename websockets/{py35_client.py => py35/client.py} (100%)
 rename websockets/{py35_test_client_server.py => py35/client_server.py} (90%)

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