14
0

Accepting request 284743 from home:rjschwei:branches:devel:languages:python

- Update to version 0.23.0
  - Remove spurious print statement. (#135)
  - Fix not thread-safe of Websocket.close() (#120)
  - Try to get proxy info from environment if not explicitly provided (#124)
  - support proxy basic authenticaiton. (#125)
  - Fix NoneType exception at WebsocketApp.send (#126)
  - not use proxy for localhost (#132)
  - Check for socket before attempting to close (#115)
  - Enable turning off SSL verification in wsdump.py(#116)
  - Enable to set subprotocol(#118)
  - Better support for Autobahn test suite (http://autobahn.ws/testsuite) (#117)  - suppress close event message(#107)
  - detect socket connection state(#109)
  - support for code and reason in on_close callback(#111)
  - continuation frame handling seems suspicious(#113)

OBS-URL: https://build.opensuse.org/request/show/284743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=3
This commit is contained in:
Denisart Benjamin
2015-02-08 13:39:06 +00:00
committed by Git OBS Bridge
parent 655e71ad2d
commit 98379f4522
4 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 8 13:24:49 UTC 2015 - rjschwei@suse.com
- Update to version 0.23.0
- Remove spurious print statement. (#135)
- Fix not thread-safe of Websocket.close() (#120)
- Try to get proxy info from environment if not explicitly provided (#124)
- support proxy basic authenticaiton. (#125)
- Fix NoneType exception at WebsocketApp.send (#126)
- not use proxy for localhost (#132)
- Check for socket before attempting to close (#115)
- Enable turning off SSL verification in wsdump.py(#116)
- Enable to set subprotocol(#118)
- Better support for Autobahn test suite (http://autobahn.ws/testsuite) (#117) - suppress close event message(#107)
- detect socket connection state(#109)
- support for code and reason in on_close callback(#111)
- continuation frame handling seems suspicious(#113)
-------------------------------------------------------------------
Thu Oct 2 15:56:51 UTC 2014 - toddrme2178@gmail.com