diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-05-06 09:33:25 +0200 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-05-21 16:00:46 +0200 |
| commit | 4f47e4ee9ba783839607b9c7889fec07abb82d68 (patch) | |
| tree | 056a48687f4dc061c0d71a67b4e3bd296e76b903 | |
| parent | 503dbcf5ab581fb3e6501e884c3c075ad0af7c47 (diff) | |
gnu: python-channels: Update to 4.3.2.
* gnu/packages/django.scm (python-channels): Update to 4.3.2.
Change-Id: I6f55ea42f2da2f47981aeaf6aa3f3f776f02f80c
| -rw-r--r-- | gnu/packages/django.scm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b61c34012f..14954def34 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -105,7 +105,7 @@ prefixing to determine WebSocket endpoints versus HTTP endpoints.") (define-public python-channels (package (name "python-channels") - (version "4.2.2") + (version "4.3.2") (source (origin (method git-fetch) ; no tests in PyPI @@ -114,8 +114,14 @@ prefixing to determine WebSocket endpoints versus HTTP endpoints.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0x7w29qpj2acrzf8hcgymsyr5gk3aj2wkbvlwcr01ygd6as8h7hz")))) + (base32 "0lxq5l0729ms4xzbn1rq968qpi7ipa9aj1wjvzrpdxd3mmlg2618")))) (build-system pyproject-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-before 'check 'delete-selenium-tests + (lambda* _ + (delete-file "tests/sample_project/tests/test_selenium.py")))))) (propagated-inputs (list python-asgiref python-django)) ;; Channels develops and maintains Daphne but any other ASGI server can be ;; used, so keep it in native-inputs for tests. |
