From: Wang Mingyu <[email protected]>

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 <[email protected]>
---
 ...{python3-websockets_13.0.1.bb => python3-websockets_13.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-websockets_13.0.1.bb => 
python3-websockets_13.1.bb} (79%)

diff --git a/meta/recipes-devtools/python/python3-websockets_13.0.1.bb 
b/meta/recipes-devtools/python/python3-websockets_13.1.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-websockets_13.0.1.bb
rename to meta/recipes-devtools/python/python3-websockets_13.1.bb
index 6a66375cdf..36838745ca 100644
--- a/meta/recipes-devtools/python/python3-websockets_13.0.1.bb
+++ b/meta/recipes-devtools/python/python3-websockets_13.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"4d6ece65099411cfd9a48d13701d7438d9c34f479046b34c50ff60bb8834e43e"
+SRC_URI[sha256sum] = 
"a3b3366087c1bc0a2795111edcadddb8b3b59509d5db5d7ea3fdd69f954a8878"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#204930): 
https://lists.openembedded.org/g/openembedded-core/message/204930
Mute This Topic: https://lists.openembedded.org/mt/108643631/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to