Accepting request 723124 from devel:languages:python
- Update to 8.0.2: * Restored the ability to pass a socket with the sock parameter of :func:`~server.serve`. * Removed an incorrect assertion when a connection drops. OBS-URL: https://build.opensuse.org/request/show/723124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockets?expand=0&rev=8
This commit is contained in:
commit
6f7e7b1817
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1039bdbdf25fd341bc10e915f01b7d8a94b0ef394f235df0c11de61f3f25b18f
|
||||
size 153980
|
3
8.0.2.tar.gz
Normal file
3
8.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a67f20cf44ea6d8405c37e3b8dae00642f517b94517764e87ebcec768b295fc
|
||||
size 153961
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 16:35:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 8.0.2:
|
||||
* Restored the ability to pass a socket with the sock parameter of :func:`~server.serve`.
|
||||
* Removed an incorrect assertion when a connection drops.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 11:41:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-websockets
|
||||
Version: 8.0.1
|
||||
Version: 8.0.2
|
||||
Release: 0
|
||||
Summary: An implementation of the WebSocket Protocol (RFC 6455)
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user