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

python3-wsproto-1.0.0-bp153.1.15 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-wsproto Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.0.0 Vendor: openSUSE
Release: bp153.1.15 Build date: Sat Mar 6 11:09:54 2021
Group: Development/Languages/Python Build host: lamb60
Size: 200329 Source RPM: python-wsproto-1.0.0-bp153.1.15.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

* 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.
* Sun Oct 11 2020 John Vandenberg <jayvdb@gmail.com>
  - Add missing runtime dependency on dataclasses
* Sat Aug 10 2019 Luigi Baldoni <aloisio@gmx.com>
  - 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 Luigi Baldoni <aloisio@gmx.com>
  - 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 Marketa Calabkova <mcalabkova@suse.com>
  - 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 aloisio@gmx.com
  - 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 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Sun Feb 25 2018 aloisio@gmx.com
  - Initial package (0.11.0)

Files

/usr/lib/python3.6/site-packages/wsproto
/usr/lib/python3.6/site-packages/wsproto-1.0.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/wsproto-1.0.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/wsproto-1.0.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/wsproto-1.0.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/wsproto-1.0.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/wsproto-1.0.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/wsproto/__init__.py
/usr/lib/python3.6/site-packages/wsproto/__pycache__
/usr/lib/python3.6/site-packages/wsproto/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/connection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/connection.cpython-36.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/events.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/events.cpython-36.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/extensions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/extensions.cpython-36.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/frame_protocol.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/frame_protocol.cpython-36.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/handshake.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/handshake.cpython-36.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/typing.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/typing.cpython-36.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/utilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/wsproto/__pycache__/utilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/wsproto/connection.py
/usr/lib/python3.6/site-packages/wsproto/events.py
/usr/lib/python3.6/site-packages/wsproto/extensions.py
/usr/lib/python3.6/site-packages/wsproto/frame_protocol.py
/usr/lib/python3.6/site-packages/wsproto/handshake.py
/usr/lib/python3.6/site-packages/wsproto/py.typed
/usr/lib/python3.6/site-packages/wsproto/typing.py
/usr/lib/python3.6/site-packages/wsproto/utilities.py
/usr/share/doc/packages/python3-wsproto
/usr/share/doc/packages/python3-wsproto/README.rst
/usr/share/licenses/python3-wsproto
/usr/share/licenses/python3-wsproto/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024