summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-socketio_4.5.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-socketio: Upgrade 4.5.1 -> 4.6.0Leon Anavi2020-06-261-28/+0
| | | | | | | | | | | | | | | | | Upgrade to release 4.6.0: - Improved handling of rejected connections - Fix multi-namespace disconnect logic - AsyncPubSubManager does not await for can_disconnect() - Require a recipient in call() function in the server - ASGI startup and shutdown lifespan handlers - Remove references to Python 2.7 in the documentation - Fix server example in docstring - Fix documentation typo Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: upgrade 4.4.0 -> 4.5.1Pierre-Jean Texier2020-04-031-0/+28
See full changelog https://github.com/miguelgrinberg/python-socketio/blob/master/CHANGES.md Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>