mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-socketio: Upgrade 4.5.1 -> 4.6.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>
This commit is contained in:
parent
639bd42e8f
commit
2363f73e47
|
|
@ -9,8 +9,8 @@ inherit pypi setuptools3
|
|||
|
||||
PYPI_PACKAGE = "python-socketio"
|
||||
|
||||
SRC_URI[md5sum] = "3dbd0a2ebcf34632f67327b665cbb951"
|
||||
SRC_URI[sha256sum] = "149b98c33f8c3d09273fb4ebeb83781e4dc9411b56b27d9f058bec1bd1ed74b7"
|
||||
SRC_URI[md5sum] = "44bb7854234e144655ef9c34b0165704"
|
||||
SRC_URI[sha256sum] = "358d8fbbc029c4538ea25bcaa283e47f375be0017fcba829de8a3a731c9df25a"
|
||||
|
||||
PACKAGECONFIG ?= "asyncio_client client"
|
||||
PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"
|
||||
Loading…
Reference in New Issue
Block a user