Matej Cepl
99b8f93569
gh#aaugustin/websockets#1026. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=28
107 lines
4.3 KiB
Plaintext
107 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Aug 10 07:18:14 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Use %pyunittest macro instead of doing it on our own.
|
|
- Add skip-test_keepalive_ping_with_no_ping_timeout.patch for
|
|
gh#aaugustin/websockets#1026.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 6 12:00:22 UTC 2021 - Dirk Müller <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 10:59:12 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Remove Suggest python-asyncio, which is in Python 3 stdlib
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 13:45:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 8.1
|
|
* Added compatibility with Python 3.8.
|
|
- drop upstreamed patch python38-support.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 16 03:19:43 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add python38-support.patch from upstream that fixes build failures
|
|
against Python 3.8.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 13 16:35:47 UTC 2019 - Tomáš Chvátal <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 11:41:40 UTC 2019 - Tomáš Chvátal <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 11:11:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 7.0:
|
|
* Various fixes
|
|
* Repository layout changes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 1 07:22:29 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Call the tests the same way as upstream to avoid import cycles
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 24 07:35:18 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Do make sure to error out on test failure.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 29 11:41:58 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Version update to 6.0:
|
|
* compatibility with python 3.6
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 27 09:20:26 UTC 2018 - abergmann@suse.com
|
|
|
|
- Update to version 5.0.1
|
|
* CVE-2018-1000518: Defend against zip bombs (boo#1099269).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 7 16:20:14 UTC 2017 - stefan.bruens@rwth-aachen.de
|
|
|
|
- Add WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5, otherwise tests in several
|
|
projects fail
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 7 22:42:52 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- initial version
|