Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-simple-websocket for 
openSUSE:Factory checked in at 2026-03-24 18:50:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-simple-websocket (Old)
 and      /work/SRC/openSUSE:Factory/.python-simple-websocket.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-simple-websocket"

Tue Mar 24 18:50:15 2026 rev:2 rq:1342226 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-simple-websocket/python-simple-websocket.changes
  2024-08-23 22:28:19.245024319 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-simple-websocket.new.8177/python-simple-websocket.changes
        2026-03-24 18:51:12.724257673 +0100
@@ -1,0 +2,10 @@
+Tue Mar 24 12:29:13 UTC 2026 - Dirk Müller <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  simple-websocket-1.0.0.tar.gz

New:
----
  simple_websocket-1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-simple-websocket.spec ++++++
--- /var/tmp/diff_new_pack.5eaocK/_old  2026-03-24 18:51:13.272280340 +0100
+++ /var/tmp/diff_new_pack.5eaocK/_new  2026-03-24 18:51:13.276280506 +0100
@@ -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 @@
 Simple WebSocket server and client for Python
 
 %prep
-%autosetup -p1 -n simple-websocket-%{version}
+%autosetup -p1 -n simple_websocket-%{version}
 
 %build
 %pyproject_wheel

Reply via email to