14
0

Accepting request 567312 from home:sebix:branches:devel:languages:python

- update to version 0.46.0 (shortened):
  - fixed invalid character (#379)
- update to version 0.45.0 (shortened):
  - change license to LGP v2.1
  - allow reuse of WebsocketApp.run_forever (#365)
  - Parse close frame response correctly when reason present (#354)
  - Wrap socket.gaierror with subclass of WebsocketException (#352)
  - Resolve a proxy issue and a connection error (#345)
  - Allow empty Host header value (#369)
  - Fix undefined variable (#347)
  - fix: getting a value with the key 'ca_certs' in sslopt dict (#326)
- Add use_system_cabundle.patch to use systems ca bundle file by default (bnc#1076519)

OBS-URL: https://build.opensuse.org/request/show/567312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=25
This commit is contained in:
2018-02-22 12:20:34 +00:00
committed by Git OBS Bridge
parent bb26e3becf
commit 17497290e3
5 changed files with 60 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jan 18 09:55:12 UTC 2018 - sebix+novell.com@sebix.at
- update to version 0.46.0 (shortened):
- fixed invalid character (#379)
- update to version 0.45.0 (shortened):
- change license to LGP v2.1
- allow reuse of WebsocketApp.run_forever (#365)
- Parse close frame response correctly when reason present (#354)
- Wrap socket.gaierror with subclass of WebsocketException (#352)
- Resolve a proxy issue and a connection error (#345)
- Allow empty Host header value (#369)
- Fix undefined variable (#347)
- fix: getting a value with the key 'ca_certs' in sslopt dict (#326)
- Add use_system_cabundle.patch to use systems ca bundle file by default (bnc#1076519)
-------------------------------------------------------------------
Tue Sep 5 07:57:36 UTC 2017 - dmueller@suse.com