14
0

Accepting request 770597 from home:mcalabkova:branches:devel:languages:python

- update to 0.57.0
  * wsdump: Fix --headers option
  * Fix getting 400 bad request with long proxy authorization string
  * Create dummy `ssl` object
  * Show compressed text messages in wsdump.py
  * Expose http connection header to user
  * fix the compatible issue with gevent+dnspython
  * _handshake: hasattr checks on six before accessing the values

OBS-URL: https://build.opensuse.org/request/show/770597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=35
This commit is contained in:
2020-03-09 20:29:32 +00:00
committed by Git OBS Bridge
parent d476ff0792
commit efa3eefa36
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 6 13:48:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.57.0
* wsdump: Fix --headers option
* Fix getting 400 bad request with long proxy authorization string
* Create dummy `ssl` object
* Show compressed text messages in wsdump.py
* Expose http connection header to user
* fix the compatible issue with gevent+dnspython
* _handshake: hasattr checks on six before accessing the values
-------------------------------------------------------------------
Tue Apr 16 11:14:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>