7
0

3 Commits

Author SHA256 Message Date
05c978a7da - Increase WEBSOCKETS_TESTS_TIMEOUT_FACTOR to 50 to fix flaky tests in
different architectures, bsc#1242254

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=57
2025-05-07 12:15:20 +00:00
100595c278 - Skip flaky tests for s390x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=56
2025-05-06 09:35:04 +00:00
871da8c36e Accepting request 1245879 from home:nkrapp:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1245879
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=55
2025-02-17 03:17:17 +00:00