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-150400.9.3.9 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-wsproto Distribution: SUSE Linux Enterprise 15
Version: 1.2.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.9.3.9 Build date: Wed Oct 4 00:26:45 2023
Group: Development/Languages/Python Build host: h01-ch2c
Size: 181893 Source RPM: python-wsproto-1.2.0-150400.9.3.9.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.

Provides

Requires

License

MIT

Changelog

* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Wed Feb 01 2023 dmueller@suse.com
  - no longer supports python 3.6, we can drop the 3.6 specific requires
* Mon Oct 03 2022 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 dmueller@suse.com
  - add 170.patch to improve python 3.10 compatibility
  - reenable tests
* Thu Feb 17 2022 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 jayvdb@gmail.com
  - Fix Tumbleweed Python 3.6 build
* Sat Nov 28 2020 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 jayvdb@gmail.com
  - Add missing runtime dependency on dataclasses
* Sat Aug 10 2019 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 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 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 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.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, Fri Apr 26 23:30:45 2024