Package Details: python-sse-starlette 3.4.4-1

Git Clone URL: https://aur.archlinux.org/python-sse-starlette.git (read-only, click to copy)
Package Base: python-sse-starlette
Description: Server Sent Events (SSE) for Starlette and FastAPI
Upstream URL: https://github.com/sysid/sse-starlette
Licenses: BSD-3-Clause
Submitter: generic
Maintainer: daweiy
Last Packager: daweiy
Votes: 2
Popularity: 0.000701
First Submitted: 2021-07-01 08:26 (UTC)
Last Updated: 2026-05-23 17:33 (UTC)

Latest Comments

Henry-ZHR commented on 2026-05-24 05:25 (UTC)

Should remove python-starlette and python-async-timeout from depends

https://github.com/sysid/sse-starlette/compare/v3.3.4...v3.4.4#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711

simona commented on 2026-05-23 17:56 (UTC)

――――――――――――――――――――――――――――― ERROR collecting tests/integration/test_multiple_consumers.py ――――――――――――――――――――――――――――――
ImportError while importing test module '/home/simona/.cache/yay/python-sse-starlette/src/sse-starlette-3.4.4/tests/integration/test_multiple_consumers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/init.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/integration/test_multiple_consumers.py:6: in <module>
from testcontainers.core.container import DockerContainer
E   ModuleNotFoundError: No module named 'testcontainers'
collected 81 items / 1 error

brighton36 commented on 2026-03-26 23:54 (UTC)

@danielsz I guess I fixed this by installing with: yay -Sy --mflags "--nocheck" python-sse-starlette

danielsz commented on 2026-03-26 17:03 (UTC) (edited on 2026-03-26 17:05 (UTC) by danielsz)

==> Starting check()...
ImportError while loading conftest '/home/daniel/.cache/yay/python-sse-starlette/src/sse-starlette-3.3.3/tests/conftest.py'.
tests/conftest.py:7: in <module>
    from asgi_lifespan import LifespanManager
E   ModuleNotFoundError: No module named 'asgi_lifespan'
==> ERROR: A failure occurred in check().
    Aborting...

Yet: 1 aur/python-asgi-lifespan 2.1.0-4 (+2 0.00) (Installed)

simona commented on 2026-03-19 08:49 (UTC)

――――――――――――――――――――――――― ERROR collecting tests/experimentation/test_multiple_consumers_asyncio.py ――――――――――――――――――――――――――
ImportError while importing test module '/home/simona/.cache/yay/python-sse-starlette/src/sse-starlette-3.3.3/tests/experimentation/test_multiple_consumers_asyncio.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/init.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/experimentation/test_multiple_consumers_asyncio.py:8: in <module>
from async_timeout import timeout
E   ModuleNotFoundError: No module named 'async_timeout'

――――――――――――――――――――――――――――――― ERROR collecting tests/integration/test_multiple_consumers.py ―――――――――――――――――――――――――――――――― ImportError while importing test module '/home/simona/.cache/yay/python-sse-starlette/src/sse-starlette-3.3.3/tests/integration/test_multiple_consumers.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/init.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/integration/test_multiple_consumers.py:6: in <module> from testcontainers.core.container import DockerContainer E ModuleNotFoundError: No module named 'testcontainers' collected 76 items / 2 errors

medaminezghal commented on 2025-03-25 13:36 (UTC)

@envolution python-async-timeout is a check dependency not dependency

Score_Under commented on 2025-03-05 15:53 (UTC)

needs python-setuptools in makedepends for it to build in a clean chroot

envolution commented on 2024-12-23 00:42 (UTC)

@8ar10der completed, thank you for the report

8ar10der commented on 2024-12-22 21:09 (UTC)

New required dependency python-async-timeout please add it.