From 1dc3ad1162bdca07eac1b839ac4c2c80e726024b Mon Sep 17 00:00:00 2001 From: Shuo Wang Date: Mon, 25 Sep 2023 20:39:43 +0800 Subject: [PATCH] update to 1.6.3 Signed-off-by: Shuo Wang --- python-websocket-client.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-websocket-client.spec b/python-websocket-client.spec index c2a5b7e..e860c2e 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -8,8 +8,8 @@ This client does not currently support the permessage-deflate extension from RFC Summary: WebSocket client for python Name: python-%{srcname} -Version: 1.3.3 -Release: 5%{?dist} +Version: 1.6.3 +Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/websocket-client/websocket-client Source0: %pypi_source @@ -47,6 +47,9 @@ BuildRequires: %{py3_dist pytest} %{_bindir}/wsdump %changelog +* Mon Sep 25 2023 Shuo Wang - 1.6.3-1 +- update to 1.6.3 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 1.3.3-5 - Rebuilt for python 3.11 diff --git a/sources b/sources index 3ec0f92..0340f8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (websocket-client-1.3.3.tar.gz) = e70b6c074cbcac1e97dc11b0ccf60dc67fc066f8394b6cbd20349c1d41d625966c03645da5ccd0a81198c80e2e40fdc267ac599bc5dfacadad4c511a83e06de1 +SHA512 (websocket-client-1.6.3.tar.gz) = 0146682307846a9f7b1e91577bd65790f8be1f958094e1c23b29fc9ab485280b43e476a7ce376cc65c7deec1a62766cc7d7172d6a718a19b8dc7a1948dac6f94 -- Gitee