From 94c8a836155bb141912808550dd27281ba96cf65a9e64da001f252ea6ed7b2a6 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 1 Dec 2025 12:38:12 +0000 Subject: [PATCH] Accepting request 1318436 from home:PSuarezHernandez:branches:devel:languages:python - Adjust License tag on spec file after transition to Apache-2.0 OBS-URL: https://build.opensuse.org/request/show/1318436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=65 --- python-websocket-client.changes | 5 +++++ python-websocket-client.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-websocket-client.changes b/python-websocket-client.changes index 3b80c67..78aa718 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 18 11:38:25 UTC 2025 - Pablo Suárez Hernández + +- Adjust License tag on spec file after transition to Apache-2.0 + ------------------------------------------------------------------- Thu Oct 16 13:52:35 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 6e0c7e3..dc45462 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -1,7 +1,7 @@ # # spec file for package python-websocket-client # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Name: python-websocket-client Version: 1.9.0 Release: 0 Summary: WebSocket client implementation -License: LGPL-2.1-only +License: Apache-2.0 URL: https://github.com/liris/websocket-client/releases Source0: https://files.pythonhosted.org/packages/source/w/websocket_client/websocket_client-%{version}.tar.gz BuildRequires: %{python_module Sphinx >= 6.0}