[Python-modules-commits] [websocket-client] branch upstream updated (d032cec -> 11541fc)

Thomas Goirand zigo at moszumanska.debian.org
Tue Jul 12 09:33:44 UTC 2016


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

zigo pushed a change to branch upstream
in repository websocket-client.

      from  d032cec   Imported Upstream version 0.18.0
       new  11541fc   Import websocket-client_0.37.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:
 .gitignore                                     |  11 +
 .travis.yml                                    |  14 +
 ChangeLog                                      | 226 +++++++
 LICENSE                                        | 421 +------------
 MANIFEST.in                                    |   2 +
 PKG-INFO                                       | 329 ----------
 README.rst                                     | 208 +++----
 bin/wsdump.py                                  | 109 +++-
 compliance/README.md                           |  11 +
 compliance/fuzzingserver.json                  |   9 +
 compliance/test_fuzzingclient.py               |  47 ++
 examples/echo_client.py                        |  13 +
 examples/echoapp_client.py                     |  48 ++
 setup.py                                       |  16 +-
 websocket/__init__.py                          |   5 +-
 websocket/_abnf.py                             | 248 +++++++-
 websocket/_app.py                              | 160 +++--
 websocket/_core.py                             | 803 ++++++-------------------
 websocket/_exceptions.py                       |  35 +-
 websocket/_handshake.py                        | 168 ++++++
 websocket/_http.py                             | 230 +++++++
 websocket/_logging.py                          |  71 +++
 websocket/_socket.py                           | 121 ++++
 websocket/{_utils.py => _ssl_compat.py}        |  30 +-
 websocket/_url.py                              | 126 ++++
 websocket/_utils.py                            |  76 ++-
 {tests => websocket/tests}/__init__.py         |   0
 {tests => websocket/tests}/data/header01.txt   |   0
 {tests => websocket/tests}/data/header02.txt   |   0
 {tests => websocket/tests}/test_websocket.py   | 272 +++++++--
 websocket_client.egg-info/PKG-INFO             | 329 ----------
 websocket_client.egg-info/SOURCES.txt          |  22 -
 websocket_client.egg-info/dependency_links.txt |   1 -
 websocket_client.egg-info/requires.txt         |   1 -
 websocket_client.egg-info/top_level.txt        |   2 -
 35 files changed, 2188 insertions(+), 1976 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 ChangeLog
 delete mode 100644 PKG-INFO
 create mode 100644 compliance/README.md
 create mode 100644 compliance/fuzzingserver.json
 create mode 100644 compliance/test_fuzzingclient.py
 create mode 100644 examples/echo_client.py
 create mode 100644 examples/echoapp_client.py
 create mode 100644 websocket/_handshake.py
 create mode 100644 websocket/_http.py
 create mode 100644 websocket/_logging.py
 create mode 100644 websocket/_socket.py
 copy websocket/{_utils.py => _ssl_compat.py} (50%)
 create mode 100644 websocket/_url.py
 rename {tests => websocket/tests}/__init__.py (100%)
 rename {tests => websocket/tests}/data/header01.txt (100%)
 rename {tests => websocket/tests}/data/header02.txt (100%)
 rename {tests => websocket/tests}/test_websocket.py (58%)
 delete mode 100644 websocket_client.egg-info/PKG-INFO
 delete mode 100644 websocket_client.egg-info/SOURCES.txt
 delete mode 100644 websocket_client.egg-info/dependency_links.txt
 delete mode 100644 websocket_client.egg-info/requires.txt
 delete mode 100644 websocket_client.egg-info/top_level.txt

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



More information about the Python-modules-commits mailing list