Your message dated Fri, 27 Dec 2019 17:00:21 +0000
with message-id <e1iksyl-0008a5...@fasolo.debian.org>
and subject line Bug#947447: fixed in python-socketio 4.4.0-1
has caused the Debian Bug report #947447,
regarding ITP: python3-socketio -- python3 implementation of the Socket.IO
realtime client and server
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
947447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947447
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Paulo Henrique de Lima Santana (phls)" <p...@debian.org>
* Package name : python3-socketio
Version : 4.4.0
Upstream Author : Miguel Grinberg <miguelgrinber...@gmail.com>
* URL : https://github.com/miguelgrinberg/python-socketio
* License : MIT/X
Programming Lang: Python
Description : python3 implementation of the Socket.IO realtime client and
server
Socket.IO is a transport protocol that enables real-time bidirectional
event-based communication between clients (typically, though not always,
web browsers) and a server. The official implementations of the client and
server components are written in JavaScript. This package provides Python
implementations of both, each with standard and asyncio variants.
.
Client Features:
.
Can connect to other Socket.IO compliant servers besides the one in this
package.
Compatible with Python 3.5+.
Two versions of the client, one for standard Python and another for asyncio.
Uses an event-based architecture implemented with decorators that hides the
details of the protocol.
Implements HTTP long-polling and WebSocket transports.
Automatically reconnects to the server if the connection is dropped.
.
Server Features:
.
Can connect to servers running other compliant Socket.IO clients besides the
one in this package.
Compatible with Python 3.5+.
Two versions of the server, one for standard Python and another for asyncio.
Supports large number of clients even on modest hardware due to being
asynchronous.
Can be hosted on any WSGI and ASGI web servers includind Gunicorn, Uvicorn,
eventlet and gevent.
Can be integrated with WSGI applications written in frameworks such as
Flask, Django, etc.
Can be integrated with aiohttp, sanic and tornado asyncio applications.
Broadcasting of messages to all connected clients, or to subsets of them
assigned to rooms.
Optional support for multiple servers, connected through a messaging queue
such as Redis or RabbitMQ.
Send messages to clients from external processes, such as Celery workers or
auxiliary scripts.
Event-based architecture implemented with decorators that hides the details
of the protocol.
Support for HTTP long-polling and WebSocket transports.
Support for XHR2 and XHR browsers.
Support for text and binary messages.
Support for gzip and deflate HTTP compression.
Configurable CORS responses, to avoid cross-origin problems with browsers.
--- End Message ---
--- Begin Message ---
Source: python-socketio
Source-Version: 4.4.0-1
We believe that the bug you reported is fixed in the latest version of
python-socketio, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 947...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Paulo Henrique de Lima Santana (phls) <p...@debian.org> (supplier of updated
python-socketio package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 27 Dec 2019 01:31:30 +0300
Source: python-socketio
Binary: python3-socketio
Architecture: source all
Version: 4.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Paulo Henrique de Lima Santana (phls) <p...@debian.org>
Changed-By: Paulo Henrique de Lima Santana (phls) <p...@debian.org>
Description:
python3-socketio - python3 implementation of the Socket.IO realtime client and
serve
Closes: 947447
Changes:
python-socketio (4.4.0-1) unstable; urgency=medium
.
* Initial release (Closes: #947447).
Checksums-Sha1:
1255639c1a16beb8fc171600fdb42f28ac4aa636 2194 python-socketio_4.4.0-1.dsc
f3c46d144a3c1f15e93e81a753151b249ed0f263 39075
python-socketio_4.4.0.orig.tar.gz
373fb92eba10fec9eb021a9fefd3efde1f5555c8 44616
python-socketio_4.4.0-1.debian.tar.xz
8d93c2a8c5c5c37840dfaaf17dec76d78c6bf552 7331
python-socketio_4.4.0-1_amd64.buildinfo
41530071a6e5025a493c196fb3df7b0d1e0d634c 59064 python3-socketio_4.4.0-1_all.deb
Checksums-Sha256:
65837b086cf9ae00ad181d008d21dbb51d5918792d32875c29c4fc7066a99a1d 2194
python-socketio_4.4.0-1.dsc
48cba5b827ac665dbf923a4f5ec590812aed5299a831fc43576a9af346272534 39075
python-socketio_4.4.0.orig.tar.gz
7958818354999e1a9b76dea36d9271a94eb8f05ea8ef1a00b8b07c92b0118fbc 44616
python-socketio_4.4.0-1.debian.tar.xz
691520555ca75c6afeea84182a910727a06baf88758e125553fe784b550b0cb3 7331
python-socketio_4.4.0-1_amd64.buildinfo
80a5d4f05e34ad479f22ff1563d968edde16ce7185716f0c338064275c019a5a 59064
python3-socketio_4.4.0-1_all.deb
Files:
5501fa0606ae3225062a8a4405330dd3 2194 python optional
python-socketio_4.4.0-1.dsc
6631497753977b70d2b5ceb12af2775f 39075 python optional
python-socketio_4.4.0.orig.tar.gz
d078d8e308925da6305217b7a8102bc2 44616 python optional
python-socketio_4.4.0-1.debian.tar.xz
7f002d5fc43dd100a38793b1e862a10b 7331 python optional
python-socketio_4.4.0-1_amd64.buildinfo
005d3e27ff8a808014a540b524cd6936 59064 python optional
python3-socketio_4.4.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEQySpKy57hdp/nJxAxm0GtARDxFAFAl4FZbIACgkQxm0GtARD
xFCh4hAAkqhFvBXvr8sHlUZJnbeKZSwahE99HB+cm2+ngN5kL58oRmq2XRGWnBdP
DbHQOWZncaXUSCzW4N7s6ugZcmwgeMTy+kzflxQYpa5vCpFZerF7fX2FH8MJbmSJ
PvJg7nEG5adj0eIwJtT0yZArVfY1zKfCMALlgWYITCbaniorBA0dbHVia3RrGefM
wIaK24V3INs2m3U1PI7iqS5oqSjGk88YoXM9An5T1CJuWI8C4b6DV92f+vqbhdRr
UWCVtNb/tF4UEmvP7Xj32sSdOEDzfIjYycrJZVi7EMh+nGVf8Cy645Nqg6ShKyJT
dNRmOMYDTorb548AFa7An3j3clqJ+KTRjXQWi2aVKHqC5wsHmLBFmrkMSDuv3OE3
qHu73raRtYNA8LXwrhrOSL7fb9oQ0PZSzdXr/BxztRKkRzVj11BNckQMWloOu8dW
T2+zgYoGvqn3aqWMHrde0EhGW2qAOtxXERRTPNqRIrK3lr37INj5G5uzaJfL9bNr
6zBv6QJd+Xu+ERaxhQ7VCU+Z7tBFFaAThvi04KkdeUbb4GetAr8fj7lT6oS/NFFX
14j8yqQIzGJ50DD9oy5C7DqQw5OjUV+Uy7K9RT9UaRaA22vldfioPbEKOeZe4rqJ
c1670+Svx02bJH7S/7EW+5v4XXZHLzaSaxNTUPnGsGtcJLYDvM0=
=CyMz
-----END PGP SIGNATURE-----
--- End Message ---