flask-socketio 5.3.2-1ubuntu1 source package in Ubuntu

Changelog

flask-socketio (5.3.2-1ubuntu1) noble; urgency=medium

  * debian/patches/70203246bcbc23715350ca5505527b31bf0693c1.patch:
    - upstream fix for newer flask (Closes: #1064357)

 -- Gianfranco Costamagna <email address hidden>  Tue, 20 Feb 2024 20:00:20 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Paulo Henrique de Lima Santana
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-socketio_5.3.2.orig.tar.gz 16.6 KiB 11d1d78b8805cda351b27828a110b88c74a573be62b07f7f5a519fb67fae0a58
flask-socketio_5.3.2-1ubuntu1.debian.tar.xz 30.7 KiB ae0fec133580ab7bde5556341de64aadc8628f5a8a62222e27a5b167a5a72fd7
flask-socketio_5.3.2-1ubuntu1.dsc 2.1 KiB 19f52e772214113b767a7c24d615bfb3c2ba4142dc256d45d47999d81624ab0b

View changes file

Binary packages built by this source

python3-flask-socketio: Socket.IO integration for Flask applications

 Flask-SocketIO gives Flask applications access to low latency bi-directional
 communications between the clients and the server. The client-side
 application can use any of the SocketIO official clients libraries in
 Javascript, C++, Java and Swift, or any compatible client to establish a
 permanent connection to the server.