From 7a71637b28ecf39678149f31f541e397a50dc041 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Tue, 14 Oct 2025 20:51:06 +0200 Subject: [PATCH] package/python-websockets: bump version to 15.0.1 Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- package/python-websockets/python-websockets.hash | 4 ++-- package/python-websockets/python-websockets.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-websockets/python-websockets.hash b/package/python-websockets/python-websockets.hash index 3279977431..13659d2634 100644 --- a/package/python-websockets/python-websockets.hash +++ b/package/python-websockets/python-websockets.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/websockets/json -md5 753a523e3de5b0f32927e590b910dfde websockets-15.0.tar.gz -sha256 ca36151289a15b39d8d683fd8b7abbe26fc50be311066c5f8dcf3cb8cee107ab websockets-15.0.tar.gz +md5 08f8a430c20d75ffe44faafb95f6f7cc websockets-15.0.1.tar.gz +sha256 82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee websockets-15.0.1.tar.gz # Locally computed sha256 checksums sha256 3d6a0c050d8bec52fabad502e45fb25bd02bcadbd70dea34d447b6a0ff4e6da8 LICENSE diff --git a/package/python-websockets/python-websockets.mk b/package/python-websockets/python-websockets.mk index a39c7580ef..cdac2485ab 100644 --- a/package/python-websockets/python-websockets.mk +++ b/package/python-websockets/python-websockets.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_WEBSOCKETS_VERSION = 15.0 +PYTHON_WEBSOCKETS_VERSION = 15.0.1 PYTHON_WEBSOCKETS_SOURCE = websockets-$(PYTHON_WEBSOCKETS_VERSION).tar.gz -PYTHON_WEBSOCKETS_SITE = https://files.pythonhosted.org/packages/2e/7a/8bc4d15af7ff30f7ba34f9a172063bfcee9f5001d7cef04bee800a658f33 +PYTHON_WEBSOCKETS_SITE = https://files.pythonhosted.org/packages/21/e6/26d09fab466b7ca9c7737474c52be4f76a40301b08362eb2dbc19dcc16c1 PYTHON_WEBSOCKETS_SETUP_TYPE = setuptools PYTHON_WEBSOCKETS_LICENSE = BSD-3-Clause PYTHON_WEBSOCKETS_LICENSE_FILES = LICENSE