diff mbox series

python3-websockets: upgrade 16.1 -> 16.1.1

Message ID 20260718174759.1890722-1-tim.orling@konsulko.com
State New
Headers show
Series python3-websockets: upgrade 16.1 -> 16.1.1 | expand

Commit Message

Tim Orling July 18, 2026, 5:47 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

Upstream release notes:
https://websockets.readthedocs.io/en/stable/project/changelog.html

16.1.1
July 18, 2026

Bug fixes
---------
Reverted a backwards-incompatible change in decoding non-ASCII header values.

For full comparison of changes, see:
https://github.com/python-websockets/websockets/compare/16.1...16.1.1

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 ...{python3-websockets_16.1.bb => python3-websockets_16.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-websockets_16.1.bb => python3-websockets_16.1.1.bb} (79%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-websockets_16.1.bb b/meta/recipes-devtools/python/python3-websockets_16.1.1.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-websockets_16.1.bb
rename to meta/recipes-devtools/python/python3-websockets_16.1.1.bb
index 0f819aecfd..2e2eb0c3ed 100644
--- a/meta/recipes-devtools/python/python3-websockets_16.1.bb
+++ b/meta/recipes-devtools/python/python3-websockets_16.1.1.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "299468cbe42e2b9981134c7c51d99387d8a7bf562b00183b3eec53f882846dad"
+SRC_URI[sha256sum] = "db234eda965dcce15df96bb9709f587cd87d4d52aaf0e80e2f34ec04c7670c57"
 
 BBCLASSEXTEND = "native nativesdk"