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

python3-websockets-9.1-150100.3.3.3 RPM for x86_64

From OpenSuSE Leap 15.6 for x86_64

Name: python3-websockets Distribution: SUSE Linux Enterprise 15
Version: 9.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150100.3.3.3 Build date: Thu Apr 6 17:02:07 2023
Group: Development/Languages/Python Build host: sheep16
Size: 741053 Source RPM: python-websockets-9.1-150100.3.3.3.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/aaugustin/websockets
Summary: An implementation of the WebSocket Protocol (RFC 6455)
WebSockets is a library for developing WebSocket servers_ and clients_ in
Python. It implements RFC 6455 with a focus on correctness and simplicity.
It passes the Autobahn Testsuite.

Built on top of Python's asynchronous I/O support introduced in PEP 3156,
it provides an API based on coroutines, making it easy to write highly
concurrent applications.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Jul 21 2022 adrian.glaubitz@suse.com
  - Include in SLE-15 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
* Sun Jun 06 2021 dmueller@suse.com
  - update to 9.1:
    * *Version 9.1 fixes a security issue introduced in version 8.0.**
    * Restored compatibility of ``python -m websockets`` with Python < 3.9.
    * Restored compatibility with mypy.
    * Fixed issues with the packaging of the 9.0 release.
    * :class:`~datastructures.Headers` and
    :exc:`~datastructures.MultipleValuesError` were moved from
    ``websockets.http`` to :mod:`websockets.datastructures`. If you're using
    them, you should adjust the import path.
    * The ``client``, ``server``, ``protocol``, and ``auth`` modules were
    moved from the ``websockets`` package to ``websockets.legacy``
    sub-package, as part of an upcoming refactoring. Despite the name,
    they're still fully supported. The refactoring should be a transparent
    upgrade for most uses when it's available. The legacy implementation
    will be preserved according to the `backwards-compatibility policy`_.
    * The ``framing``, ``handshake``, ``headers``, ``http``, and ``uri``
    modules in the ``websockets`` package are deprecated. These modules
    provided low-level APIs for reuse by other WebSocket implementations,
    but that never happened. Keeping these APIs public makes it more
    difficult to improve websockets for no actual benefit.
    * Added compatibility with Python 3.9.
    * Added support for IRIs in addition to URIs.
    * Added close codes 1012, 1013, and 1014.
    * Raised an error when passing a :class:`dict` to
* Sat Nov 28 2020 jayvdb@gmail.com
  - Remove Suggest python-asyncio, which is in Python 3 stdlib
* Thu Feb 06 2020 mcalabkova@suse.com
  - update to 8.1
    * Added compatibility with Python 3.8.
  - drop upstreamed patch python38-support.patch
* Wed Oct 16 2019 steven.kowalik@suse.com
  - Add python38-support.patch from upstream that fixes build failures
    against Python 3.8.
* Tue Aug 13 2019 tchvatal@suse.com
  - Update to 8.0.2:
    * Restored the ability to pass a socket with the sock parameter of :func:`~server.serve`.
    * Removed an incorrect assertion when a connection drops.
* Mon Jul 22 2019 tchvatal@suse.com
  - Update to 8.0.1:
    * Version 8.0 drops compatibility with Python 3.4 and 3.5.
    * Various fixes
* Tue Apr 16 2019 tchvatal@suse.com
  - Update to 7.0:
    * Various fixes
    * Repository layout changes
* Mon Oct 01 2018 tchvatal@suse.com
  - Call the tests the same way as upstream to avoid import cycles
* Mon Sep 24 2018 tchvatal@suse.com
  - Do make sure to error out on test failure.
* Wed Aug 29 2018 tchvatal@suse.com
  - Version update to 6.0:
    * compatibility with python 3.6
* Wed Jun 27 2018 abergmann@suse.com
  - Update to version 5.0.1
    * CVE-2018-1000518: Defend against zip bombs (boo#1099269).
* Sat Oct 07 2017 stefan.bruens@rwth-aachen.de
  - Add WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5, otherwise tests in several
    projects fail
* Thu Sep 07 2017 toddrme2178@gmail.com
  - initial version

Files

/usr/lib64/python3.6/site-packages/websockets
/usr/lib64/python3.6/site-packages/websockets-9.1-py3.6.egg-info
/usr/lib64/python3.6/site-packages/websockets-9.1-py3.6.egg-info/PKG-INFO
/usr/lib64/python3.6/site-packages/websockets-9.1-py3.6.egg-info/SOURCES.txt
/usr/lib64/python3.6/site-packages/websockets-9.1-py3.6.egg-info/dependency_links.txt
/usr/lib64/python3.6/site-packages/websockets-9.1-py3.6.egg-info/not-zip-safe
/usr/lib64/python3.6/site-packages/websockets-9.1-py3.6.egg-info/top_level.txt
/usr/lib64/python3.6/site-packages/websockets/__init__.py
/usr/lib64/python3.6/site-packages/websockets/__main__.py
/usr/lib64/python3.6/site-packages/websockets/__pycache__
/usr/lib64/python3.6/site-packages/websockets/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/__main__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/auth.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/auth.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/client.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/connection.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/connection.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/datastructures.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/datastructures.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/exceptions.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/frames.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/frames.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/headers.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/headers.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/http.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/http.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/http11.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/http11.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/imports.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/imports.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/server.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/server.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/streams.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/streams.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/typing.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/typing.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/uri.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/uri.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/utils.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/__pycache__/version.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/auth.py
/usr/lib64/python3.6/site-packages/websockets/client.py
/usr/lib64/python3.6/site-packages/websockets/connection.py
/usr/lib64/python3.6/site-packages/websockets/datastructures.py
/usr/lib64/python3.6/site-packages/websockets/exceptions.py
/usr/lib64/python3.6/site-packages/websockets/extensions
/usr/lib64/python3.6/site-packages/websockets/extensions/__init__.py
/usr/lib64/python3.6/site-packages/websockets/extensions/__pycache__
/usr/lib64/python3.6/site-packages/websockets/extensions/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/extensions/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/extensions/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/extensions/__pycache__/base.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/extensions/__pycache__/permessage_deflate.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/extensions/__pycache__/permessage_deflate.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/extensions/base.py
/usr/lib64/python3.6/site-packages/websockets/extensions/permessage_deflate.py
/usr/lib64/python3.6/site-packages/websockets/frames.py
/usr/lib64/python3.6/site-packages/websockets/headers.py
/usr/lib64/python3.6/site-packages/websockets/http.py
/usr/lib64/python3.6/site-packages/websockets/http11.py
/usr/lib64/python3.6/site-packages/websockets/imports.py
/usr/lib64/python3.6/site-packages/websockets/legacy
/usr/lib64/python3.6/site-packages/websockets/legacy/__init__.py
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/auth.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/auth.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/client.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/framing.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/framing.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/handshake.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/handshake.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/http.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/http.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/protocol.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/protocol.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/server.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/__pycache__/server.cpython-36.pyc
/usr/lib64/python3.6/site-packages/websockets/legacy/auth.py
/usr/lib64/python3.6/site-packages/websockets/legacy/client.py
/usr/lib64/python3.6/site-packages/websockets/legacy/framing.py
/usr/lib64/python3.6/site-packages/websockets/legacy/handshake.py
/usr/lib64/python3.6/site-packages/websockets/legacy/http.py
/usr/lib64/python3.6/site-packages/websockets/legacy/protocol.py
/usr/lib64/python3.6/site-packages/websockets/legacy/server.py
/usr/lib64/python3.6/site-packages/websockets/py.typed
/usr/lib64/python3.6/site-packages/websockets/server.py
/usr/lib64/python3.6/site-packages/websockets/speedups.c
/usr/lib64/python3.6/site-packages/websockets/speedups.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/websockets/streams.py
/usr/lib64/python3.6/site-packages/websockets/typing.py
/usr/lib64/python3.6/site-packages/websockets/uri.py
/usr/lib64/python3.6/site-packages/websockets/utils.py
/usr/lib64/python3.6/site-packages/websockets/version.py
/usr/share/doc/packages/python3-websockets
/usr/share/doc/packages/python3-websockets/README.rst
/usr/share/licenses/python3-websockets
/usr/share/licenses/python3-websockets/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:37:53 2024