[Python-modules-commits] [python-websockets] branch master updated (4da5047 -> a9590a9)

Piotr Ożarowski piotr at moszumanska.debian.org
Fri Sep 29 10:14:41 UTC 2017


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

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

      from  4da5047   Standards-Version bumped to 4.0.0 (no changes needed)
       new  97f2f92   record new upstream branch created by importing python-websockets_3.4.orig.tar.gz
       new  d9b8e75   Import python-websockets_3.4.orig.tar.gz
       new  acb4f24   merge patched into master
       new  52ffe5a   New upstream release
       new  a9590a9   Standards-Version bumped to 4.1.1 (no changes needed)

The 5 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                                           |   3 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 ...e-right-encoding-while-opening-README.rst.patch |  22 --
 debian/patches/series                              |   1 -
 setup.cfg                                          |   3 +-
 setup.py                                           |  16 +-
 websockets.egg-info/PKG-INFO                       |   3 +-
 websockets.egg-info/SOURCES.txt                    |   9 +-
 websockets/client.py                               | 124 +++++--
 websockets/compatibility.py                        |  40 +++
 websockets/exceptions.py                           |  36 +-
 websockets/framing.py                              |  10 +-
 websockets/http.py                                 | 170 +++++++--
 websockets/protocol.py                             |  38 +-
 websockets/py35/__pycache__/server.cpython-35.pyc  | Bin 0 -> 1133 bytes
 websockets/py35/__pycache__/server.cpython-36.pyc  | Bin 0 -> 1088 bytes
 websockets/py35/client_server.py                   |  16 +-
 websockets/py35/server.py                          |  22 ++
 websockets/server.py                               | 363 ++++++++++++++-----
 websockets/speedups.c                              | 130 +++++++
 websockets/test_client_server.py                   | 397 +++++++++++++++------
 websockets/test_http.py                            |  75 +++-
 websockets/test_protocol.py                        |  13 +-
 websockets/test_speedups.py                        |   0
 websockets/test_utils.py                           |  50 +++
 websockets/utils.py                                |  14 +
 websockets/version.py                              |   2 +-
 29 files changed, 1228 insertions(+), 353 deletions(-)
 delete mode 100644 debian/patches/0001-use-the-right-encoding-while-opening-README.rst.patch
 delete mode 100644 debian/patches/series
 create mode 100644 websockets/py35/__pycache__/server.cpython-35.pyc
 create mode 100644 websockets/py35/__pycache__/server.cpython-36.pyc
 create mode 100644 websockets/py35/server.py
 create mode 100644 websockets/speedups.c
 create mode 100644 websockets/test_speedups.py
 create mode 100644 websockets/test_utils.py
 create mode 100644 websockets/utils.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