Bug ID | 960328 |
---|---|
Summary | updating python3-websockets to version 3.0 |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 42.1 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | maintenance@opensuse.org |
Reporter | mschnitzer@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
I would like to update the python3-websockets package to the upstream version 3.0 Changelog: * connect() can be used as an asynchronous context manager on Python ��� 3.5. * Updated documentation with await and async syntax from Python 3.5. * ping() and pong() supports data passed as str in addition to bytes. * Worked around an asyncio bug affecting connection termination under load. * Made state_name atttribute on protocols a public API. * Improved documentation.