summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-04 21:05:59 +0000
committerKhem Raj <raj.khem@gmail.com>2020-03-04 18:54:48 -0800
commit1559cf58103030156c88cd23652ce390c791d7a8 (patch)
tree3f8d690e07512ab2bf0df5a7a4887e1ca14e6456
parentcab232ac5944ee939841830bfae6e7089dc0dbff (diff)
downloadmeta-openembedded-1559cf58103030156c88cd23652ce390c791d7a8.tar.gz
python3-socketio: upgrade 4.3.1 -> 4.4.0
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>
-rw-r--r--meta-python/recipes-devtools/python/python-socketio.inc4
-rw-r--r--meta-python/recipes-devtools/python/python3-socketio_4.4.0.bb (renamed from meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb)1
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-socketio.inc b/meta-python/recipes-devtools/python/python-socketio.inc
index 7ee99f8d99..117eb60784 100644
--- a/meta-python/recipes-devtools/python/python-socketio.inc
+++ b/meta-python/recipes-devtools/python/python-socketio.inc
@@ -9,8 +9,8 @@ inherit pypi
9 9
10PYPI_PACKAGE = "python-socketio" 10PYPI_PACKAGE = "python-socketio"
11 11
12SRC_URI[md5sum] = "86cd47dddea1785ce7a6c72f55c93fe7" 12SRC_URI[md5sum] = "6631497753977b70d2b5ceb12af2775f"
13SRC_URI[sha256sum] = "506b2cf7a520b40ea0b3f25e1272eff8de134dce6f471c1f6bc0de8c90fe8c57" 13SRC_URI[sha256sum] = "48cba5b827ac665dbf923a4f5ec590812aed5299a831fc43576a9af346272534"
14 14
15PACKAGECONFIG ?= "" 15PACKAGECONFIG ?= ""
16PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" 16PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"
diff --git a/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb b/meta-python/recipes-devtools/python/python3-socketio_4.4.0.bb
index 8ff590bd75..e2542cf4a5 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_4.4.0.bb
@@ -2,3 +2,4 @@ inherit setuptools3
2 2
3PACKAGECONFIG ?= "asyncio_client client" 3PACKAGECONFIG ?= "asyncio_client client"
4require python-socketio.inc 4require python-socketio.inc
5