- update to 3.4.5:
* fix: test selection OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sse-starlette?expand=0&rev=7
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 28 14:47:16 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.4.5:
|
||||
* fix: test selection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 21:50:54 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.4.4:
|
||||
* **Full Changelog**: https://github.com/sysid/sse-
|
||||
starlette/compare/v3.3.4...v3.4.4
|
||||
* Chore/starlette sync
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 29 18:29:55 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.4:
|
||||
* **Full Changelog**: https://github.com/sysid/sse-
|
||||
starlette/compare/v3.3.3...v3.3.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 22:53:53 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.3:
|
||||
* updated documentation
|
||||
* bump dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 08:33:57 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.2:
|
||||
* Consolidate examples into 7 self-contained scripts
|
||||
- update to 3.3.1:
|
||||
* chore: modernize project infrastructure
|
||||
- update to 3.3.0:
|
||||
* feat: expose shutdown event for cooperative generator
|
||||
shutdown
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 16:14:30 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 15:20:26 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Initial release (v2.3.6), needed by mcp
|
||||
@@ -0,0 +1,75 @@
|
||||
#
|
||||
# spec file for package python-sse-starlette
|
||||
#
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sse-starlette
|
||||
Version: 3.4.5
|
||||
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_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-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module starlette >= 0.49.1}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-anyio >= 4.7.0
|
||||
Requires: python-starlette >= 0.49.1
|
||||
Suggests: python-uvicorn >= 0.34.0
|
||||
Suggests: python-fastapi >= 0.115.12
|
||||
Suggests: python-sqlalchemy >= 2.0.41
|
||||
Suggests: python-starlette >= 0.49.1
|
||||
Suggests: python-aiosqlite >= 0.21.0
|
||||
Suggests: python-uvicorn >= 0.34.0
|
||||
Suggests: python-granian >= 2.3.1
|
||||
Suggests: python-daphne >= 4.2.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
SSE plugin for Starlette
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n sse-starlette-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
export PYTHONPATH=.
|
||||
%pytest tests/test*.py
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE AUTHORS
|
||||
%{python_sitelib}/sse_starlette
|
||||
%{python_sitelib}/sse_starlette-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
@@ -0,0 +1,24 @@
|
||||
*.changes merge=merge-changes
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -0,0 +1,4 @@
|
||||
*.obscpio
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cf0b6ce6e102de040fcc0257511ffd62d2ed6c86f5c5083cce9860c025e8ed9
|
||||
size 750954
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b30a3c853cd62b3d811f46729fd56f9d618747cca018a0b6fc1da19d12d41b5
|
||||
size 666318
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a840280f688fc2102f4b37161c4c148b963f0e7a492637dbd192a0884263d578
|
||||
size 668880
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c8200c30dcda56f2bc7e3d116815257073a6ad6674bc1745a11ca1004211345
|
||||
size 669467
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98a9092aebda8ab0a8317536bc09f9f91d545f205d3287e8a81d6d86748799f5
|
||||
size 671004
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ce84119136802b2ad42b80cbe157024fe8010160b7cab3d1a7c5bea8adef665
|
||||
size 673839
|
||||
Reference in New Issue
Block a user