summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-11 10:50:49 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:01 +0100
commit3fcdcfd382721fc2dd55f2327b9ba51f1cfe06a9 (patch)
tree7c2744b276aef6ebfa317136072cded2fe820d99 /gnu/packages/python-web.scm
parenta77cd1a8e41a80844bbde9e4e370a4eefbb65072 (diff)
gnu: python-websockets: Update to 16.0.
* gnu/packages/python-web.scm (python-websockets): Update to 16.0. [native-inputs]: Remove python-wheel. Change-Id: I5ecbd03134cae2c4647b32851c51582d590f2f94
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index bead4c021bc..24bfd6c85b8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11048,7 +11048,7 @@ files.")
11048(define-public python-websockets 11048(define-public python-websockets
11049 (package 11049 (package
11050 (name "python-websockets") 11050 (name "python-websockets")
11051 (version "13.1") 11051 (version "16.0")
11052 (source 11052 (source
11053 (origin 11053 (origin
11054 (method git-fetch) 11054 (method git-fetch)
@@ -11058,7 +11058,7 @@ files.")
11058 (file-name (git-file-name name version)) 11058 (file-name (git-file-name name version))
11059 (sha256 11059 (sha256
11060 (base32 11060 (base32
11061 "1dx3rf6fmg4ir9cfcn1fil446qz879cwrjq2rcz5zvl71xkw6hb3")))) 11061 "1f71siwmjxn8b671x8lkkxx56q3xm99f2kmjqpzfcv3air9n94gg"))))
11062 (build-system pyproject-build-system) 11062 (build-system pyproject-build-system)
11063 (arguments 11063 (arguments
11064 (list #:test-backend #~'unittest 11064 (list #:test-backend #~'unittest
@@ -11072,8 +11072,7 @@ files.")
11072 #~((setenv "WEBSOCKETS_TESTS_TIMEOUT_FACTOR" "100")) 11072 #~((setenv "WEBSOCKETS_TESTS_TIMEOUT_FACTOR" "100"))
11073 #~((setenv "WEBSOCKETS_TESTS_TIMEOUT_FACTOR" "10")))))))) 11073 #~((setenv "WEBSOCKETS_TESTS_TIMEOUT_FACTOR" "10"))))))))
11074 (native-inputs 11074 (native-inputs
11075 (list python-setuptools 11075 (list python-setuptools))
11076 python-wheel))
11077 (home-page "https://github.com/aaugustin/websockets") 11076 (home-page "https://github.com/aaugustin/websockets")
11078 (synopsis 11077 (synopsis
11079 "Python implementation of the WebSocket Protocol (RFC 6455 & 7692)") 11078 "Python implementation of the WebSocket Protocol (RFC 6455 & 7692)")