commit python3-websocket-client for openSUSE:Factory

2017-02-22 Thread root
Hello community,

here is the log from the commit of package python3-websocket-client for 
openSUSE:Factory checked in at 2017-02-22 13:54:49

Comparing /work/SRC/openSUSE:Factory/python3-websocket-client (Old)
 and  /work/SRC/openSUSE:Factory/.python3-websocket-client.new (New)


Package is "python3-websocket-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-websocket-client/python3-websocket-client.changes
2016-12-05 16:34:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-websocket-client.new/python3-websocket-client.changes
   2017-02-22 13:54:50.329181499 +0100
@@ -1,0 +2,9 @@
+Mon Feb 20 21:49:15 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.40.0:
+  * Fix opcode -> op_code (#286)
+
+---

Old:

  websocket_client-0.39.0.tar.gz

New:

  websocket_client-0.40.0.tar.gz



Other differences:
--
++ python3-websocket-client.spec ++
--- /var/tmp/diff_new_pack.TeW95z/_old  2017-02-22 13:54:50.893101264 +0100
+++ /var/tmp/diff_new_pack.TeW95z/_new  2017-02-22 13:54:50.893101264 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-websocket-client
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-websocket-client
-Version:0.39.0
+Version:0.40.0
 Release:0
 Summary:WebSocket client implementation
 License:LGPL-2.1

++ websocket_client-0.39.0.tar.gz -> websocket_client-0.40.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.39.0/ChangeLog 
new/websocket_client-0.40.0/ChangeLog
--- old/websocket_client-0.39.0/ChangeLog   2016-12-02 01:52:08.0 
+0100
+++ new/websocket_client-0.40.0/ChangeLog   2016-12-09 03:07:29.0 
+0100
@@ -1,6 +1,9 @@
 ChangeLog
 
 
+- 0.40.0
+  - Fix opcode -> op_code (#286)
+
 - 0.39.0
   - Shuffled around example code (#256)
   - _send_ping graceful error handling (#262)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.39.0/PKG-INFO 
new/websocket_client-0.40.0/PKG-INFO
--- old/websocket_client-0.39.0/PKG-INFO2016-12-02 01:58:00.0 
+0100
+++ new/websocket_client-0.40.0/PKG-INFO2016-12-09 03:11:01.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: websocket_client
-Version: 0.39.0
+Version: 0.40.0
 Summary: WebSocket client for python. hybi13 is supported.
 Home-page: https://github.com/liris/websocket-client
 Author: liris
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.39.0/setup.py 
new/websocket_client-0.40.0/setup.py
--- old/websocket_client-0.39.0/setup.py2016-12-02 01:57:55.0 
+0100
+++ new/websocket_client-0.40.0/setup.py2016-12-09 03:07:47.0 
+0100
@@ -3,7 +3,7 @@
 from setuptools import setup
 import pkg_resources
 
-VERSION = "0.39.0"
+VERSION = "0.40.0"
 NAME = "websocket_client"
 
 install_requires = ["six"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.39.0/websocket/__init__.py 
new/websocket_client-0.40.0/websocket/__init__.py
--- old/websocket_client-0.39.0/websocket/__init__.py   2016-10-03 
03:38:18.0 +0200
+++ new/websocket_client-0.40.0/websocket/__init__.py   2016-12-09 
03:08:02.0 +0100
@@ -26,4 +26,4 @@
 from ._logging import *
 from ._socket import *
 
-__version__ = "0.39.0"
+__version__ = "0.40.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.39.0/websocket/_app.py 
new/websocket_client-0.40.0/websocket/_app.py
--- old/websocket_client-0.39.0/websocket/_app.py   2016-10-03 
03:47:28.0 +0200
+++ new/websocket_client-0.40.0/websocket/_app.py   2016-12-09 
03:06:53.0 +0100
@@ -218,7 +218,7 @@
frame.data, frame.fin)
 else:
 data = frame.data
-if six.PY3 and opcode == ABNF.OPCODE_TEXT:
+if six.PY3 and op_code == ABNF.OPCODE_TEXT:
 data = data.decode("utf-8")
 self._callback(self.on_data, data, frame.opcode, True)
 self._callback(self.on_message, data)
diff -urN '--exclude=CVS' 

commit python3-websocket-client for openSUSE:Factory

2016-12-05 Thread h_root
Hello community,

here is the log from the commit of package python3-websocket-client for 
openSUSE:Factory checked in at 2016-12-05 16:33:38

Comparing /work/SRC/openSUSE:Factory/python3-websocket-client (Old)
 and  /work/SRC/openSUSE:Factory/.python3-websocket-client.new (New)


Package is "python3-websocket-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-websocket-client/python3-websocket-client.changes
2016-05-16 12:04:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-websocket-client.new/python3-websocket-client.changes
   2016-12-05 16:34:00.0 +0100
@@ -1,0 +2,24 @@
+Sat Dec  3 19:42:15 UTC 2016 - a...@gmx.de
+
+- update to version 0.39.0:
+  * Shuffled around example code (#256)
+  * _send_ping graceful error handling (#262)
+  * Allow closing WebSocketApp with status/reason/timeout (#265)
+  * Support universal wheels (#267)
+  * _url: Added subnet IP address matching in no_proxy host detection
+(#270)
+  * fixed Incorrect encoding in continued messages python3 (#261)
+  * Pass headers for websocket handshake (#271)
+  * setup.py: Import `logging` before calling it. (#272)
+  * Implemented close code 1014 (#273)
+  * Support CA bundle specified by environment variable (#279)
+  * Response header values should not be converted to lower case
+(#264)
+
+- changes from version 0.38.0:
+  * Exclude port 443 from host http header (#248)
+  * Cleanup code (#249)
+  * Modify a code block directive in README (#250)
+  * fixed ping/pong timeouet (#253)
+
+---

Old:

  websocket_client-0.37.0.tar.gz

New:

  websocket_client-0.39.0.tar.gz



Other differences:
--
++ python3-websocket-client.spec ++
--- /var/tmp/diff_new_pack.WmGvvZ/_old  2016-12-05 16:34:01.0 +0100
+++ /var/tmp/diff_new_pack.WmGvvZ/_new  2016-12-05 16:34:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-websocket-client
-Version:0.37.0
+Version:0.39.0
 Release:0
 Summary:WebSocket client implementation
 License:LGPL-2.1

++ websocket_client-0.37.0.tar.gz -> websocket_client-0.39.0.tar.gz ++
 2109 lines of diff (skipped)




commit python3-websocket-client for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package python3-websocket-client for 
openSUSE:Factory checked in at 2016-05-16 12:04:12

Comparing /work/SRC/openSUSE:Factory/python3-websocket-client (Old)
 and  /work/SRC/openSUSE:Factory/.python3-websocket-client.new (New)


Package is "python3-websocket-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-websocket-client/python3-websocket-client.changes
2016-04-30 23:31:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-websocket-client.new/python3-websocket-client.changes
   2016-05-16 12:04:13.0 +0200
@@ -1,0 +2,13 @@
+Sun May 15 04:19:19 UTC 2016 - a...@gmx.de
+
+- update to version 0.37.0:
+  * fixed fialer that `websocket.create_connection` does not accept
+`origin` as a parameter (#246 )
+
+---
+Sun May  8 07:15:39 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+---

Old:

  websocket_client-0.36.0.tar.gz

New:

  websocket_client-0.37.0.tar.gz



Other differences:
--
++ python3-websocket-client.spec ++
--- /var/tmp/diff_new_pack.aqRhaD/_old  2016-05-16 12:04:14.0 +0200
+++ /var/tmp/diff_new_pack.aqRhaD/_new  2016-05-16 12:04:14.0 +0200
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python3-websocket-client
-Version:0.36.0
+Version:0.37.0
 Release:0
 Summary:WebSocket client implementation
 License:LGPL-2.1
 Group:  Development/Languages/Python
 Url:https://github.com/liris/websocket-client/releases
-Source0:
https://pypi.python.org/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz
 BuildRequires:  python3-backports.ssl_match_hostname
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-six
-Requires:   python3-backports.ssl_match_hostname
 Requires:   python3
+Requires:   python3-backports.ssl_match_hostname
 Requires:   python3-six
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
@@ -75,7 +76,6 @@
 update-alternatives --remove wsdump.py %{_bindir}/wsdump.py-%{py3_ver}
 fi
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst

++ websocket_client-0.36.0.tar.gz -> websocket_client-0.37.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.36.0/ChangeLog 
new/websocket_client-0.37.0/ChangeLog
--- old/websocket_client-0.36.0/ChangeLog   2016-04-12 02:00:24.0 
+0200
+++ new/websocket_client-0.37.0/ChangeLog   2016-04-14 02:27:00.0 
+0200
@@ -1,6 +1,9 @@
 ChangeLog
 
 
+- 0.37.0
+  - fixed fialer that `websocket.create_connection` does not accept `origin` 
as a parameter (#246 )
+
 - 0.36.0
   - added support for using custom connection class (#235)
   - use Named logger (#238)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.36.0/PKG-INFO 
new/websocket_client-0.37.0/PKG-INFO
--- old/websocket_client-0.36.0/PKG-INFO2016-04-12 02:02:42.0 
+0200
+++ new/websocket_client-0.37.0/PKG-INFO2016-04-14 02:27:29.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: websocket_client
-Version: 0.36.0
+Version: 0.37.0
 Summary: WebSocket client for python. hybi13 is supported.
 Home-page: https://github.com/liris/websocket-client
 Author: liris
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.36.0/setup.py 
new/websocket_client-0.37.0/setup.py
--- old/websocket_client-0.36.0/setup.py2016-04-12 01:43:46.0 
+0200
+++ new/websocket_client-0.37.0/setup.py2016-04-14 02:10:56.0 
+0200
@@ -1,7 +1,7 @@
 from setuptools import setup
 import sys
 
-VERSION = "0.36.0"
+VERSION = "0.37.0"
 NAME="websocket_client"
 
 install_requires = ["six"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.36.0/websocket/__init__.py 
new/websocket_client-0.37.0/websocket/__init__.py
--- old/websocket_client-0.36.0/websocket/__init__.py   2016-04-12 
01:44:09.0 +0200
+++ new/websocket_client-0.37.0/websocket/__init__.py   2016-04-14 
02:11:13.0 +0200
@@ -22,4 +22,4 @@
 from ._core import *
 from ._app import WebSocketApp
 
-__version__ = "0.36.0"
+__version__ = "0.37.0"
diff -urN 

commit python3-websocket-client for openSUSE:Factory

2016-04-30 Thread h_root
Hello community,

here is the log from the commit of package python3-websocket-client for 
openSUSE:Factory checked in at 2016-04-30 23:31:41

Comparing /work/SRC/openSUSE:Factory/python3-websocket-client (Old)
 and  /work/SRC/openSUSE:Factory/.python3-websocket-client.new (New)


Package is "python3-websocket-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-websocket-client/python3-websocket-client.changes
2016-04-28 16:56:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-websocket-client.new/python3-websocket-client.changes
   2016-04-30 23:31:54.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 12 04:42:10 UTC 2016 - a...@gmx.de
+
+- update to version 0.36.0:
+  * added support for using custom connection class (#235)
+  * use Named logger (#238)
+  * implement ping/pong timeout (#241)
+  * Corrects the syntax highlight code (#243)
+  * fixed failure to join thread before it is started (#242)
+
+---

Old:

  websocket_client-0.35.0.tar.gz

New:

  websocket_client-0.36.0.tar.gz



Other differences:
--
++ python3-websocket-client.spec ++
--- /var/tmp/diff_new_pack.irRTwO/_old  2016-04-30 23:31:55.0 +0200
+++ /var/tmp/diff_new_pack.irRTwO/_new  2016-04-30 23:31:55.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python3-websocket-client
-Version:0.35.0
+Version:0.36.0
 Release:0
 Summary:WebSocket client implementation
 License:LGPL-2.1

++ websocket_client-0.35.0.tar.gz -> websocket_client-0.36.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.35.0/ChangeLog 
new/websocket_client-0.36.0/ChangeLog
--- old/websocket_client-0.35.0/ChangeLog   2016-01-04 09:04:27.0 
+0100
+++ new/websocket_client-0.36.0/ChangeLog   2016-04-12 02:00:24.0 
+0200
@@ -1,6 +1,13 @@
 ChangeLog
 
 
+- 0.36.0
+  - added support for using custom connection class (#235)
+  - use Named logger (#238)
+  - implement ping/pong timeout (#241)
+  - Corrects the syntax highlight code (#243)
+  - fixed failure to join thread before it is started (#242)
+
 - 0.35.0
   - Prints timings in console (#217)
   - use inspect.getfullargspec with Python 3.x (#219)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.35.0/PKG-INFO 
new/websocket_client-0.36.0/PKG-INFO
--- old/websocket_client-0.35.0/PKG-INFO2016-01-04 09:05:17.0 
+0100
+++ new/websocket_client-0.36.0/PKG-INFO2016-04-12 02:02:42.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: websocket_client
-Version: 0.35.0
+Version: 0.36.0
 Summary: WebSocket client for python. hybi13 is supported.
 Home-page: https://github.com/liris/websocket-client
 Author: liris
@@ -51,7 +51,9 @@
 Current implementation of websocket-client is using "CONNECT" method 
via proxy.
 
 
-example::
+example
+
+.. code:: python
 
 import websocket
 ws = websocket.WebSocket()
@@ -63,7 +65,9 @@
 Example
 =
 
-Low Level API example::
+Low Level API example
+
+.. code:: python
 
 from websocket import create_connection
 ws = create_connection("ws://echo.websocket.org/")
@@ -77,14 +81,33 @@
 
 If you want to customize socket options, set sockopt.
 
-sockopt example::
+sockopt example
+
+.. code:: python
 
 from websocket import create_connection
 ws = create_connection("ws://echo.websocket.org/",
 sockopt=((socket.IPPROTO_TCP, 
socket.TCP_NODELAY),))
 
+You can also use your own class for the connection.
+
+custom connection class example
+
+..code:: python
+
+from websocket import create_connection, WebSocket
+class MyWebSocket(WebSocket):
+def recv_frame(self):
+frame = super().recv_frame()
+print('yay! I got this frame: ', frame)
+return frame
+
+ws = create_connection("ws://echo.websocket.org/",
+sockopt=((socket.IPPROTO_TCP, 
socket.TCP_NODELAY),), class_=MyWebSocket)
+
+JavaScript websocket-like API example
 
-JavaScript websocket-like API example::
+.. code:: python
 
 import websocket
 import thread
@@ -128,17 +151,23 @@