diff mbox series

[3/3] python3-websockets: upgrade 17.0.1 -> 17.1

Message ID 20260827072010.394532-3-Yash.Shinde.oss.dev@gmail.com
State Under Review
Headers show
Series [1/3] python3-click: upgrade 8.4.2 -> 8.5.0 | expand

Commit Message

Yash Shinde Aug. 27, 2026, 7:20 a.m. UTC
From: Yash Shinde <Yash.Shinde.oss.dev@gmail.com>

https://websockets.readthedocs.io/en/stable/project/changelog.html
https://github.com/python-websockets/websockets/compare/17.0.1...17.1

- New features
Added support for reconnecting automatically by using reconnect()
as an iterator to the threading implementation.

connect() now follows redirects in the threading implementation.

connect() can connect to another host and port than those specified
in the URI in the threading implementation.

- Improvements
Connections are now garbage collected immediately once closed.

unix_connect() and unix_serve() now accept path-like objects,
such as pathlib.Path, in the path argument.

Signed-off-by: Yash Shinde <Yash.Shinde.oss.dev@gmail.com>
---
 ...{python3-websockets_17.0.1.bb => python3-websockets_17.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-websockets_17.0.1.bb => python3-websockets_17.1.bb} (79%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-websockets_17.0.1.bb b/meta/recipes-devtools/python/python3-websockets_17.1.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-websockets_17.0.1.bb
rename to meta/recipes-devtools/python/python3-websockets_17.1.bb
index 6733cfd0f9..b5ee3ec661 100644
--- a/meta/recipes-devtools/python/python3-websockets_17.0.1.bb
+++ b/meta/recipes-devtools/python/python3-websockets_17.1.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "5baa9bc0dfbae8c507e51c8cf1b6d4628086f7a87bbd3a9952bd5f035451f1cc"
+SRC_URI[sha256sum] = "acfea4c20bf54384883ea33b1240fc1db4f52e190823a4e2b334bc3e8bfca96a"
 
 BBCLASSEXTEND = "native nativesdk"