summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-12 21:29:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:46 +0100
commit6adff6f1c970b709a7cc0f3f7dbb863cf44daed1 (patch)
tree4738c0b35bf7f57f212c4f7fdd4fe43b51b059a5 /gnu/packages/python-web.scm
parent0a865dead08e616183d06e9d8b216f40bdc9a509 (diff)
gnu: python-flask-socketio: Update to 5.5.1.
* gnu/packages/python-web.scm (python-flask-socketio): Update to 5.5.1. [arguments]: Enable tests. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest, python-redis, python-setuptools, and python-wheel. Change-Id: Ib1807a7002e2c92b722c21f3fc4eb766925b6b02
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8840c9f814..7d26dd2c78 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7826,18 +7826,19 @@ Swagger.")
(define-public python-flask-socketio
(package
(name "python-flask-socketio")
- (version "5.0.1")
+ (version "5.5.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "Flask-SocketIO" version))
+ (uri (pypi-uri "flask_socketio" version))
(sha256
(base32
- "09r2gpj2nbn72v2zaf6xsvlazln77pgqzp2pg2021nja47sijhsw"))))
- (build-system python-build-system)
+ "1i0yqn39b4v4r2whppx47sg7iicvqzssd1clx7cclk07l52cjinr"))))
+ (build-system pyproject-build-system)
(propagated-inputs
(list python-flask python-socketio))
- (arguments '(#:tests? #f)) ; Tests not included in release tarball.
+ (native-inputs
+ (list python-pytest python-redis python-setuptools python-wheel))
(home-page "https://github.com/miguelgrinberg/Flask-SocketIO/")
(synopsis "Socket.IO integration for Flask applications")
(description "Socket.IO integration for Flask applications")