]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-websockets: upgrade 13.0.1 -> 13.1
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 25 Sep 2024 06:49:10 +0000 (14:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Sep 2024 16:00:41 +0000 (17:00 +0100)
commit7b268b8af3cac9dbfc9301e375c8f1d13b676d7d
tree9fca6e5462ed5be76e13be6aaf6d158849b98e92
parentdfecf06ffad1ba46e83668f1102a48b76a2dba45
python3-websockets: upgrade 13.0.1 -> 13.1

Changelog:
==========
- Clarify comment.
- Wait until state is CLOSED to acces close_exc.
- Improve exception handling during handshake.
- Standard spelling on "an HTTP".
- Run handler only when opening handshake succeeds.
- Run spellcheck.
- Add dedicated ConcurrencyError exception.
- Improve isolation of tests of sync implementation.
- Fix typo in convenience imports.
- Add changelog for previous commits.
- Improve error messages on HTTP parsing errors.
- Log error when server receives bad request.
- Close connection when client receives bad response.
- Simplify handling of connection close during handshake.
- Proof-read upgrade guide.
- The new asyncio implementation has reached parity.
- Follow redirects in the new asyncio implementation.
- Switch from black to ruff for code formatting.
- Prevent false positives with latest ruff.
- Update FAQ after implementing reconnection.
- Make make build the C extension by default.
- Prevent a warning in twine upload.
- Add automatic reconnection to the new asyncio implementation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-websockets_13.1.bb [moved from meta/recipes-devtools/python/python3-websockets_13.0.1.bb with 79% similarity]