Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-wsproto | Distribution: SUSE Linux Framework One |
Version: 1.2.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.5 | Build date: Fri Apr 21 14:38:57 2023 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 255911 | Source RPM: python-wsproto-1.2.0-slfo.1.1.5.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://pypi.python.org/pypi/wsproto | |
Summary: WebSockets state-machine based protocol implementation |
This module contains a pure-Python implementation of a WebSocket protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can communicate via WebSockets, as defined in RFC6455 <https://tools.ietf.org/html/rfc6455>, regardless of your programming paradigm. This module does not provide a parsing layer, a network layer, or any rules about concurrency. Instead, it's a purely in-memory solution, defined in terms of data actions and WebSocket frames. RFC6455 and Compression Extensions for WebSocket via RFC7692 <https://tools.ietf.org/html/rfc7692> are fully supported.
MIT
* Fri Apr 21 2023 [email protected] - add sle15_python_module_pythons (jsc#PED-68) * Thu Apr 13 2023 [email protected] - Make calling of %{sle15modernpython} optional. * Wed Feb 01 2023 [email protected] - no longer supports python 3.6, we can drop the 3.6 specific requires * Mon Oct 03 2022 [email protected] - update to 1.2.0: * Bugfix: When a close frame with status NO_STATUS_RCVD is sent, send and empty payload. * Bugfix: Changing both encoding and decoding of the Host, from ascii to idna. * Bugfix: Support multiple Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers. * Accept bytes alongside string as path argument in initiate_upgrade_connection. * Check the state when sending events, raising if the event cannot be sent in the current state. * Send an empty payload for NO_STATUS_RCVD. * Added support for Python 3.10. * Drop support for Python 3.6, meaning the minimum supported version is Python 3.7.0. * Various type checking and code linting improvements. - drop 170.patch (upstream) * Mon Feb 21 2022 [email protected] - add 170.patch to improve python 3.10 compatibility - reenable tests * Thu Feb 17 2022 [email protected] - filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169) - fix version dependency on h11 * Mon Jan 25 2021 [email protected] - Fix Tumbleweed Python 3.6 build * Sat Nov 28 2020 [email protected] - Activate test suite * Mon Nov 23 2020 [email protected] - Update to version 1.0.0 * Prevent invalid window bit sizes. * Added support for Python 3.8 and 3.9. * Sun Oct 11 2020 [email protected] - Add missing runtime dependency on dataclasses * Sat Aug 10 2019 [email protected] - Update to version 0.15.0 * Drop support for Python 2. Please pin to ~= 0.14.0 if you support Python 2. * Drop support for Python 3.5, meaning the minimum supported version is Python 3.6.1. * Switch events to be dataclass based, otherwise the API is consistent. * Add type hints throughout and support PEP 561 via a py.typed file. This should allow projects that use wsproto to type check their usage of wsproto. * Bugfix prevent the test folder being installed as a package called test. * Explicitly require Host header in handshake. * Drop wsaccel support and utilise the aiohttp/@willmcgugan masking method. wsaccel is unmaintained and this new maksing method is almost as quick. - Disable python2 build * Fri May 31 2019 [email protected] - Update to version 0.14.1 * Loosen the h11 requirement to >= 0.8.1 as wsproto is compatible with 0.9 onwards. * Stop installing a "test" package on installation. * Tue Apr 09 2019 [email protected] - update to version 0.14.0 * bugfix release, see CHANGELOG.rst 0.13.0 * many changes in connection management, see CHANGELOG.rst * Tue Dec 04 2018 [email protected] - 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 04 2018 [email protected] - Remove superfluous devel dependency for noarch package * Sun Feb 25 2018 [email protected] - Initial package (0.11.0)
/usr/lib/python3.11/site-packages/wsproto /usr/lib/python3.11/site-packages/wsproto-1.2.0-py3.11.egg-info /usr/lib/python3.11/site-packages/wsproto-1.2.0-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/wsproto-1.2.0-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/wsproto-1.2.0-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/wsproto-1.2.0-py3.11.egg-info/requires.txt /usr/lib/python3.11/site-packages/wsproto-1.2.0-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/wsproto/__init__.py /usr/lib/python3.11/site-packages/wsproto/__pycache__ /usr/lib/python3.11/site-packages/wsproto/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/connection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/connection.cpython-311.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/events.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/events.cpython-311.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/extensions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/extensions.cpython-311.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/frame_protocol.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/frame_protocol.cpython-311.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/handshake.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/handshake.cpython-311.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/typing.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/typing.cpython-311.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/utilities.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/wsproto/__pycache__/utilities.cpython-311.pyc /usr/lib/python3.11/site-packages/wsproto/connection.py /usr/lib/python3.11/site-packages/wsproto/events.py /usr/lib/python3.11/site-packages/wsproto/extensions.py /usr/lib/python3.11/site-packages/wsproto/frame_protocol.py /usr/lib/python3.11/site-packages/wsproto/handshake.py /usr/lib/python3.11/site-packages/wsproto/py.typed /usr/lib/python3.11/site-packages/wsproto/typing.py /usr/lib/python3.11/site-packages/wsproto/utilities.py /usr/share/doc/packages/python311-wsproto /usr/share/doc/packages/python311-wsproto/README.rst /usr/share/licenses/python311-wsproto /usr/share/licenses/python311-wsproto/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jan 13 23:26:06 2025