Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-wsproto-1.2.0-5.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-wsproto Distribution: openSUSE Tumbleweed
Version: 1.2.0 Vendor: openSUSE
Release: 5.1 Build date: Fri Jun 13 04:42:47 2025
Group: Development/Languages/Python Build host: reproducible
Size: 243451 Source RPM: python-wsproto-1.2.0-5.1.src.rpm
Packager: https://bugs.opensuse.org
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.

Provides

Requires

License

MIT

Changelog

* Fri Jun 13 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to pyproject macros.
* Mon Jan 29 2024 Dirk Müller <dmueller@suse.com>
  - spec file cleanup
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Wed Feb 01 2023 Dirk Müller <dmueller@suse.com>
  - no longer supports python 3.6, we can drop the 3.6 specific requires
* Mon Oct 03 2022 Dirk Müller <dmueller@suse.com>
  - 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 Dirk Müller <dmueller@suse.com>
  - add 170.patch to improve python 3.10 compatibility
  - reenable tests
* Thu Feb 17 2022 Dirk Müller <dmueller@suse.com>
  - filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169)
  - fix version dependency on h11
* Mon Jan 25 2021 John Vandenberg <jayvdb@gmail.com>
  - Fix Tumbleweed Python 3.6 build
* Sat Nov 28 2020 John Vandenberg <jayvdb@gmail.com>
  - Activate test suite

Files

/usr/lib/python3.12/site-packages/wsproto
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info/RECORD
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info/licenses
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info/licenses/LICENSE
/usr/lib/python3.12/site-packages/wsproto-1.2.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/wsproto/__init__.py
/usr/lib/python3.12/site-packages/wsproto/__pycache__
/usr/lib/python3.12/site-packages/wsproto/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/connection.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/connection.cpython-312.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/events.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/events.cpython-312.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/extensions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/extensions.cpython-312.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/frame_protocol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/frame_protocol.cpython-312.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/handshake.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/handshake.cpython-312.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/typing.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/typing.cpython-312.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/utilities.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wsproto/__pycache__/utilities.cpython-312.pyc
/usr/lib/python3.12/site-packages/wsproto/connection.py
/usr/lib/python3.12/site-packages/wsproto/events.py
/usr/lib/python3.12/site-packages/wsproto/extensions.py
/usr/lib/python3.12/site-packages/wsproto/frame_protocol.py
/usr/lib/python3.12/site-packages/wsproto/handshake.py
/usr/lib/python3.12/site-packages/wsproto/py.typed
/usr/lib/python3.12/site-packages/wsproto/typing.py
/usr/lib/python3.12/site-packages/wsproto/utilities.py
/usr/share/doc/packages/python312-wsproto
/usr/share/doc/packages/python312-wsproto/README.rst
/usr/share/licenses/python312-wsproto
/usr/share/licenses/python312-wsproto/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jun 22 23:25:59 2025