14
0

Accepting request 307131 from home:benoit_monin:branches:devel:languages:python

- update to version 0.30.0
- drop fixTestTimeoutIssue.patch: fixed upstream
- point the source URL to pypi
- add new dependency python-backports.ssl_match_hostname
- fix archive name when calling %setup

OBS-URL: https://build.opensuse.org/request/show/307131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=6
This commit is contained in:
2015-05-14 13:52:07 +00:00
committed by Git OBS Bridge
parent ed3b39c94e
commit 29344cfe5a
5 changed files with 50 additions and 44 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu May 14 13:30:06 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.30.0:
* fixed if client is behind proxy (#169)
* support SNI for python 2.7.9+ and 3.2+ (#172)
* update Host HTTP header by user. (#171)
* fix typo for isEnabledFor (#173)
* can set verify_mode to CERT_NONE when check_hostname is
enabled.(#175)
* make websockets iterable (#178)
- additional changes from version 0.29.0
* fixed ssl socket bug
- additional changes from version 0.28.0
* Fix erroneous argument shadowing(#168)
- additional changes from version 0.27.0
* remove unittest2 requirements for python 2.6 (#156)
* fixed subprotocol case during header validation (#158)
* get response status and headers (#160)
* fix out-of-memory due to fragmentation when recieving a very
large frame(#163)
* fix error if the payload data is nothing.(#166)
* refactoring.
- additional changes from version 0.26.0
* all WebSocketException provide message string (#152)
* fixed tests fail when not connected to the network (#155)
* Add command line options and handle closed socket to wsdump.py
(#153)
- additional changes from version 0.25.0
* fixed for Python 2.6(#151)
- additional changes from version 0.24.0
* Supporting http-basic auth in WebSocketApp (#143)
* fix failer of test.testInternalRecvStrict(#141)
* skip utf8 validation by skip_utf8_validation argument (#137)
* WebsocketProxyException will be raised if we got error about
proxy.(#138)
- drop fixTestTimeoutIssue.patch: fixed upstream
- point the source URL to pypi
- add new dependency python-backports.ssl_match_hostname
- fix archive name when calling %setup
-------------------------------------------------------------------
Wed Feb 11 15:57:53 UTC 2015 - rjschwei@suse.com