19
0

Accepting request 1342226 from devel:languages:python

- update to 1.1.0:
  * Added support for IPv6 in the sync client
  * Added a top-level exception class (commit)
  * Improve handling of immediately closed sockets with ping/pong
    enabled #35 (commit) (thanks Łukasz Kędziora!)
  * Unblock receive() call on timeout disconnections

  * Remove python 3.7 from unit tests (commit)

OBS-URL: https://build.opensuse.org/request/show/1342226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simple-websocket?expand=0&rev=2
This commit is contained in:
2026-03-24 17:50:15 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 10 deletions
+11 -1
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 24 12:29:13 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Added support for IPv6 in the sync client
* Added a top-level exception class (commit)
* Improve handling of immediately closed sockets with ping/pong
enabled #35 (commit) (thanks Łukasz Kędziora!)
* Unblock receive() call on timeout disconnections
-------------------------------------------------------------------
Wed Aug 14 19:43:32 UTC 2024 - Guang Yee <gyee@suse.com>
@@ -9,4 +19,4 @@ Wed Aug 14 19:43:32 UTC 2024 - Guang Yee <gyee@suse.com>
* Handle broken pipe errors in background thread #29 (commit)
* Remove unused argument (commit)
* Eliminate race conditions during testing #27 (commit)
* Remove python 3.7 from unit tests (commit)
* Remove python 3.7 from unit tests (commit)
+7 -6
View File
@@ -1,7 +1,7 @@
#
# spec file for package python-simple-websocket
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 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
@@ -15,18 +15,19 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-simple-websocket
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: Simple WebSocket server and client for Python
License: MIT
URL: https://github.com/miguelgrinberg/simple-websocket
Source: https://files.pythonhosted.org/packages/source/s/simple-websocket/simple-websocket-%{version}.tar.gz
BuildRequires: python-rpm-macros
Source: https://files.pythonhosted.org/packages/source/s/simple-websocket/simple_websocket-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools >= 61.2}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module wsproto}
# /SECTION
@@ -40,7 +41,7 @@ BuildArch: noarch
Simple WebSocket server and client for Python
%prep
%autosetup -p1 -n simple-websocket-%{version}
%autosetup -p1 -n simple_websocket-%{version}
%build
%pyproject_wheel
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17d2c72f4a2bd85174a97e3e4c88b01c40c3f81b7b648b0cc3ce1305968928c8
size 13071
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7939234e7aa067c534abdab3a9ed933ec9ce4691b0713c78acb195560aa52ae4
size 17300