[Python-modules-commits] [websocket-client] 03/09: record new upstream branch created by importing websocket-client_0.37.0.orig.tar.gz and merge it

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


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

zigo pushed a commit to branch master
in repository websocket-client.

commit fa4e26f6b2f8960042ec64321a2aa9ebb1aefc74
Merge: 78e19ff 11541fc
Author: Thomas Goirand <zigo at debian.org>
Date:   Tue Jul 12 09:49:59 2016 +0200

    record new upstream branch created by importing websocket-client_0.37.0.orig.tar.gz and merge it

 .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 ++
 debian/.git-dpm                                |  14 +-
 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 -
 36 files changed, 2195 insertions(+), 1983 deletions(-)

diff --cc debian/.git-dpm
index 75b2fe6,0000000..7b68923
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- d032cec51de729c7cb86b710170b1283c0463146
- d032cec51de729c7cb86b710170b1283c0463146
- d032cec51de729c7cb86b710170b1283c0463146
- d032cec51de729c7cb86b710170b1283c0463146
- websocket-client_0.18.0.orig.tar.gz
- 88343c86912bb88541d4ebf78f71c0f1b24dde0e
- 192122
++11541fc8f50ba2eae6614694fa6e1e35a9449be8
++11541fc8f50ba2eae6614694fa6e1e35a9449be8
++11541fc8f50ba2eae6614694fa6e1e35a9449be8
++11541fc8f50ba2eae6614694fa6e1e35a9449be8
++websocket-client_0.37.0.orig.tar.gz
++1ae08f0a73671ae24261a71b48a2eb40ab4269a9
++190144
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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