Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-trio-websocket for
openSUSE:Factory checked in at 2026-04-19 14:20:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-trio-websocket (Old)
and /work/SRC/openSUSE:Factory/.python-trio-websocket.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trio-websocket"
Sun Apr 19 14:20:50 2026 rev:5 rq:1347823 version:0.12.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-trio-websocket/python-trio-websocket.changes
2024-11-22 23:51:23.449063005 +0100
+++
/work/SRC/openSUSE:Factory/.python-trio-websocket.new.11940/python-trio-websocket.changes
2026-04-19 14:20:58.661151643 +0200
@@ -1,0 +2,14 @@
+Fri Apr 17 14:19:10 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to 0.12.2
+ * fix loss of context/cause on ExceptionGroup exceptions
+ * support trio strict_exception_groups=True
+ * expand type annotations
+ * add ability to specify receive buffer size, including None to
+ let trio choose
+ * drop support for Python 3.7
+ * fix omitted direct dependency on outcome
+ * fix incorrect port when using a wss:// URL without supplying an
+ explicit SSL context
+
+-------------------------------------------------------------------
Old:
----
trio-websocket-0.11.1.tar.gz
New:
----
trio_websocket-0.12.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-trio-websocket.spec ++++++
--- /var/tmp/diff_new_pack.WpCcl1/_old 2026-04-19 14:20:59.189173114 +0200
+++ /var/tmp/diff_new_pack.WpCcl1/_new 2026-04-19 14:20:59.189173114 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-trio-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
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-trio-websocket
-Version: 0.11.1
+Version: 0.12.2
Release: 0
Summary: WebSocket library for Trio
License: MIT
URL: https://github.com/HyperionGray/trio-websocket
-Source0:
https://files.pythonhosted.org/packages/source/t/trio-websocket/trio-websocket-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/t/trio-websocket/trio_websocket-%{version}.tar.gz
# Not included in sdist
Source1:
https://raw.githubusercontent.com/HyperionGray/trio-websocket/master/pytest.ini
BuildRequires: %{python_module pip}
@@ -31,7 +31,6 @@
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module exceptiongroup if %python-base < 3.11}
BuildRequires: %{python_module pytest-trio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module trio >= 0.11}
@@ -39,9 +38,6 @@
BuildRequires: %{python_module wsproto >= 0.14}
# /SECTION
BuildRequires: fdupes
-%if 0%{?python_version_nodots} < 311
-Requires: python-exceptiongroup
-%endif
Requires: python-trio >= 0.11
Requires: python-wsproto >= 0.14
BuildArch: noarch
@@ -51,7 +47,7 @@
WebSocket library for Trio
%prep
-%autosetup -p1 -n trio-websocket-%{version}
+%autosetup -p1 -n trio_websocket-%{version}
cp %{SOURCE1} .
%build