diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-03-16 10:37:43 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-17 12:05:37 -0700 |
commit | 4f06104d01563e6623e13ba8a72663f64cdbd760 (patch) | |
tree | b87460a4cefe0340e5fe0a29b783d8528d6cbd8a /meta-python/recipes-devtools/python | |
parent | 052bec9fc4fbd518af4e61bf42928f12c23a249f (diff) | |
download | meta-openembedded-4f06104d01563e6623e13ba8a72663f64cdbd760.tar.gz |
python3-socketio: Upgrade 5.0.4 -> 5.1.0
Upgrade to release 5.1.0:
- Added wait argument to client's connect method
- Invoke the disconnect handler when the client initiates a
disconnection
- Pass auth information sent by client to the connect handler
- Catch all possible Redis errors
- Reset message queue sleep timer upon reconnect
- Fixed bad event object used by asyncio client reconnect logic
- Adding missing example of async client implementation to
documentation
- Add scrolling to documentation sidebar
- Typo fix in documentation
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb b/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb index 70db342cc9..8cf6a96ba1 100644 --- a/meta-python/recipes-devtools/python/python3-socketio_5.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "python-socketio" | 10 | PYPI_PACKAGE = "python-socketio" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "f53fd0d5bd9f75a70492062f4ae6195ab5d34d67a29024d740f25e468392893e" | 12 | SRC_URI[sha256sum] = "338cc29abb6f3ca14c88f1f8d05ed27c690df4648f62062b299f92625bbf7093" |
13 | 13 | ||
14 | PACKAGECONFIG ?= "asyncio_client client" | 14 | PACKAGECONFIG ?= "asyncio_client client" |
15 | PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" | 15 | PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" |