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
This commit is contained in:
Ricardo Wurmus 2025-01-12 21:29:34 +01:00
parent 0a865dead0
commit 6adff6f1c9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7826,18 +7826,19 @@ Swagger.")
(define-public python-flask-socketio (define-public python-flask-socketio
(package (package
(name "python-flask-socketio") (name "python-flask-socketio")
(version "5.0.1") (version "5.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Flask-SocketIO" version)) (uri (pypi-uri "flask_socketio" version))
(sha256 (sha256
(base32 (base32
"09r2gpj2nbn72v2zaf6xsvlazln77pgqzp2pg2021nja47sijhsw")))) "1i0yqn39b4v4r2whppx47sg7iicvqzssd1clx7cclk07l52cjinr"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-flask python-socketio)) (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/") (home-page "https://github.com/miguelgrinberg/Flask-SocketIO/")
(synopsis "Socket.IO integration for Flask applications") (synopsis "Socket.IO integration for Flask applications")
(description "Socket.IO integration for Flask applications") (description "Socket.IO integration for Flask applications")