diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-08 13:47:42 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-08 23:12:02 +0100 |
| commit | 4deca2b9b970dbaaa6f4efa44ce2361f3b217116 (patch) | |
| tree | bf6796c3b817e0ab66c8c2a2e18d57b9c011f6ff /gnu/packages/python-web.scm | |
| parent | dfad3397251b458f17d629993bc8cd0e08ac62d7 (diff) | |
gnu: python-sse-starlette: Update to 3.4.4.
* gnu/packages/python-web.scm (python-sse-starlette): Update to 3.4.4.
[phases]{relax-requirements}: Remove phase.
[native-inputs]: Remove python-async-timeout.
Relates-to: guix/guix#9155
Change-Id: Ibb5901a1a9f55dd33b7757fe691d6f4a2c0095fe
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index c8da8cd23d9..e12e77ff186 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -13504,16 +13504,16 @@ SendGrid Web API v3 endpoints, including the new v3 /mail/send.") | |||
| 13504 | (define-public python-sse-starlette | 13504 | (define-public python-sse-starlette |
| 13505 | (package | 13505 | (package |
| 13506 | (name "python-sse-starlette") | 13506 | (name "python-sse-starlette") |
| 13507 | (version "3.1.2") | 13507 | (version "3.4.4") |
| 13508 | (source | 13508 | (source |
| 13509 | (origin | 13509 | (origin |
| 13510 | (method git-fetch) | 13510 | (method git-fetch) |
| 13511 | (uri (git-reference | 13511 | (uri (git-reference |
| 13512 | (url "https://github.com/sysid/sse-starlette") | 13512 | (url "https://github.com/sysid/sse-starlette") |
| 13513 | (commit (string-append "v" version)))) | 13513 | (commit (string-append "v" version)))) |
| 13514 | (file-name (git-file-name name version)) | 13514 | (file-name (git-file-name name version)) |
| 13515 | (sha256 | 13515 | (sha256 |
| 13516 | (base32 "0cs4218jc8fa9x362vdigdpz2nn1l4qav9yizj3psklvwiq2z1as")))) | 13516 | (base32 "0jzy3mjszl7fr524cggyf8k97x6jpykvmxldmm2ckmrqjpyj8jmz")))) |
| 13517 | (build-system pyproject-build-system) | 13517 | (build-system pyproject-build-system) |
| 13518 | (arguments | 13518 | (arguments |
| 13519 | (list | 13519 | (list |
| @@ -13522,19 +13522,10 @@ SendGrid Web API v3 endpoints, including the new v3 /mail/send.") | |||
| 13522 | ;; XXX: Server fails to start. | 13522 | ;; XXX: Server fails to start. |
| 13523 | "--ignore=tests/experimentation/test_multiple_consumers_asyncio.py" | 13523 | "--ignore=tests/experimentation/test_multiple_consumers_asyncio.py" |
| 13524 | "--ignore=tests/experimentation/test_multiple_consumers_threads.py" | 13524 | "--ignore=tests/experimentation/test_multiple_consumers_threads.py" |
| 13525 | ;; XXX: Missing test dependency. | 13525 | ;; XXX: Missing test dependency - testcontainers, Docker is required. |
| 13526 | "--ignore=tests/integration/test_multiple_consumers.py") | 13526 | "--ignore=tests/integration/test_multiple_consumers.py"))) |
| 13527 | #:phases | ||
| 13528 | #~(modify-phases %standard-phases | ||
| 13529 | (add-after 'unpack 'relax-requirements | ||
| 13530 | (lambda _ | ||
| 13531 | (substitute* "pyproject.toml" | ||
| 13532 | (("\"anyio>=.*\"") | ||
| 13533 | "\"anyio\""))))))) | ||
| 13534 | (propagated-inputs (list python-anyio python-starlette)) | ||
| 13535 | (native-inputs | 13527 | (native-inputs |
| 13536 | (list python-asgi-lifespan | 13528 | (list python-asgi-lifespan |
| 13537 | python-async-timeout | ||
| 13538 | python-httpx | 13529 | python-httpx |
| 13539 | python-portend | 13530 | python-portend |
| 13540 | python-pytest | 13531 | python-pytest |
| @@ -13543,6 +13534,9 @@ SendGrid Web API v3 endpoints, including the new v3 /mail/send.") | |||
| 13543 | python-setuptools | 13534 | python-setuptools |
| 13544 | python-tenacity | 13535 | python-tenacity |
| 13545 | python-uvicorn)) | 13536 | python-uvicorn)) |
| 13537 | (propagated-inputs | ||
| 13538 | (list python-anyio | ||
| 13539 | python-starlette)) | ||
| 13546 | (home-page "https://github.com/sysid/sse-starlette") | 13540 | (home-page "https://github.com/sysid/sse-starlette") |
| 13547 | (synopsis "SSE plugin for Starlette") | 13541 | (synopsis "SSE plugin for Starlette") |
| 13548 | (description | 13542 | (description |
