From: yash.shinde.oss.dev@gmail.com
To: openembedded-core@lists.openembedded.org
Cc: Yash Shinde <Yash.Shinde.oss.dev@gmail.com>
Subject: [PATCH 3/3] python3-websockets: upgrade 17.0.1 -> 17.1
Date: Thu, 27 Aug 2026 12:50:10 +0530 [thread overview]
Message-ID: <20260827072010.394532-3-Yash.Shinde.oss.dev@gmail.com> (raw)
In-Reply-To: <20260827072010.394532-1-Yash.Shinde.oss.dev@gmail.com>
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 --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"
prev parent reply other threads:[~2026-08-27 7:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-27 7:20 [PATCH 1/3] python3-click: upgrade 8.4.2 -> 8.5.0 yash.shinde.oss.dev
2026-08-27 7:20 ` [PATCH 2/3] python3-scons: upgrade 4.11.0 -> 4.11.1 yash.shinde.oss.dev
2026-08-27 7:20 ` yash.shinde.oss.dev [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260827072010.394532-3-Yash.Shinde.oss.dev@gmail.com \
--to=yash.shinde.oss.dev@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox