Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sse-starlette for
openSUSE:Factory checked in at 2026-01-28 15:12:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sse-starlette (Old)
and /work/SRC/openSUSE:Factory/.python-sse-starlette.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sse-starlette"
Wed Jan 28 15:12:11 2026 rev:2 rq:1329527 version:3.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sse-starlette/python-sse-starlette.changes
2026-01-15 16:48:49.002637214 +0100
+++
/work/SRC/openSUSE:Factory/.python-sse-starlette.new.1928/python-sse-starlette.changes
2026-01-28 15:14:49.701178678 +0100
@@ -1,0 +2,41 @@
+Tue Jan 27 16:14:30 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.2.0:
+ * [feat] Allow disabling automatic draining immediately on
+ sigterm
+ * feat: add enable_automatic_graceful_drain_mode() for re-
+ enabling auto
+- update to 3.1.2:
+ * fix: prevent watcher task leak by using threading.local
+- update to 3.1.1:
+ * fix(shutdown): detect uvicorn shutdown via signal handler
+ introspection
+- update to 3.1.0:
+ * chore(deps): bump actions/setup-python from 3 to 6
+ * Fix Issue #149: handle_exit cannot signal context-local
+ events
+- update to 3.0.4:
+ * Add starlette to dependencies
+ * Maintenance: CI updates, Python 3.13 support, and packaging
+ fixes
+- update to 3.0.3:
+ * Security: Upgrade Starlette to 0.49.1 to address
+ CVE-2025-62727
+- update to 3.0.0:
+ * No breaking changes expected.
+ * Fix Issue #140: Replace global AppStatus.should_exit_event
+ with context-local events
+ * **Multi-Threading Support**: SSE now works correctly in
+ multi-threaded applications
+ * **Multi-Loop Support**: Full compatibility with multiple
+ asyncio event loops
+ * **Automatic Test Isolation**: No more manual state resets
+ needed in tests
+ * **Context-Local Events**: Replaced global state with context-
+ aware event management
+- update to 2.4.0:
+ * add missing test dependencies to tox.ini
+ * Add an `JSONServerSentEvent` utility based on starlette
+ `JSONResponse`
+
+-------------------------------------------------------------------
Old:
----
sse_starlette-2.3.6.tar.gz
New:
----
sse_starlette-3.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sse-starlette.spec ++++++
--- /var/tmp/diff_new_pack.jFopK0/_old 2026-01-28 15:14:55.069402306 +0100
+++ /var/tmp/diff_new_pack.jFopK0/_new 2026-01-28 15:14:55.073402473 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sse-starlette
#
-# Copyright (c) 2025 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,24 +15,25 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%{?sle15_python_module_pythons}
Name: python-sse-starlette
-Version: 2.3.6
+Version: 3.2.0
Release: 0
Summary: SSE plugin for Starlette
License: BSD-3-Clause
URL: https://github.com/sysid/sse-starlette
Source:
https://github.com/sysid/sse-starlette/archive/refs/tags/v%{version}.tar.gz#/sse_starlette-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
+BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module anyio >= 4.7.0}
BuildRequires: %{python_module asgi-lifespan}
BuildRequires: %{python_module httpx}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-asyncio}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module starlette >= 0.41.3}
# /SECTION
BuildRequires: fdupes
++++++ sse_starlette-2.3.6.tar.gz -> sse_starlette-3.2.0.tar.gz ++++++
++++ 7034 lines of diff (skipped)