Accepting request 654111 from home:alois:branches:devel:languages:python
- Update to version 0.12.0 * Support h11 ~0.8.1. * Support Python 3.7. * Make the close-handshake more explicit, by sending a close frame on reciept of a close frame. * Bugfix fix deflate after a non-compressable message. * Bugfix connection header acceptance, by accepting Connection header values that are comma separated lists. OBS-URL: https://build.opensuse.org/request/show/654111 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsproto?expand=0&rev=4
This commit is contained in:
parent
7c78d8b372
commit
136dc754e2
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 4 21:08:16 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
- Update to version 0.12.0
|
||||||
|
* Support h11 ~0.8.1.
|
||||||
|
* Support Python 3.7.
|
||||||
|
* Make the close-handshake more explicit, by sending a close
|
||||||
|
frame on reciept of a close frame.
|
||||||
|
* Bugfix fix deflate after a non-compressable message.
|
||||||
|
* Bugfix connection header acceptance, by accepting Connection
|
||||||
|
header values that are comma separated lists.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:56:11 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:56:11 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-wsproto
|
Name: python-wsproto
|
||||||
Version: 0.11.0
|
Version: 0.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WebSockets state-machine based protocol implementation
|
Summary: WebSockets state-machine based protocol implementation
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:02f214f6bb43cda62a511e2e8f1d5fa4703ed83d376d18d042bd2bbf2e995824
|
|
||||||
size 41179
|
|
3
wsproto-0.12.0.tar.gz
Normal file
3
wsproto-0.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1fcb726d448f1b9bcbea884e26621af5ddd01d2d502941a024f4c727828b6009
|
||||||
|
size 45252
|
Loading…
Reference in New Issue
Block a user