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

python311-wsproto-1.2.0-4.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-wsproto Distribution: openSUSE:Factory:zSystems
Version: 1.2.0 Vendor: openSUSE
Release: 4.3 Build date: Mon Jan 29 22:14:17 2024
Group: Development/Languages/Python Build host: reproducible
Size: 255911 Source RPM: python-wsproto-1.2.0-4.3.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

* 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
* Mon Nov 23 2020 aloisio@gmx.com
  - Update to version 1.0.0
    * Prevent invalid window bit sizes.
    * Added support for Python 3.8 and 3.9.

Files

/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 Apr 29 23:40:03 2024