- Skip flaky tests for s390x - Increase WEBSOCKETS_TESTS_TIMEOUT_FACTOR to 50 to fix flaky tests in different architectures, bsc#1242254 - Update to 14.2 * Added support for regular expressions in the origins argument of serve() * Wrapped errors when reading the opening handshake request or response in InvalidMessage so that connect() raises InvalidHandshake or a subclass when the opening handshake fails * Fixed recv() with timeout=0 in the threading implementation. If a message is already received, it is returned. Previously, TimeoutError was raised incorrectly * Fixed a crash in the asyncio implementation when cancelling a ping then receiving the corresponding pong * Prevented close() from blocking when the network becomes unavailable or when receive buffers are saturated in the asyncio and threading implementations - Update to 14.1 * Supported max_queue=None in the asyncio and threading implementations for consistency with the legacy implementation, even though this is never a good idea * Added close_code and close_reason attributes in the asyncio and threading implementations for consistency with the legacy implementation * Once the connection is closed, messages previously received and buffered can be read in the asyncio and threading implementations, just like in the legacy implementation - Update to 14.0 * Added an option to receive text frames as bytes, without decoding, in the threading implementation; also binary frames as str * Added an option to send bytes in a text frame in the asyncio and OBS-URL: https://build.opensuse.org/request/show/1275264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockets?expand=0&rev=28
Description
No description provided
Languages
RPM Spec
100%