[oe-commits] [meta-openembedded] 04/05: python3-socketio: upgrade 4.3.1 -> 4.4.0

git at git.openembedded.org git at git.openembedded.org
Thu Mar 5 02:55:02 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 1559cf58103030156c88cd23652ce390c791d7a8
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Wed Mar 4 21:05:59 2020 +0000

    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 at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-socketio.inc               | 4 ++--
 .../python/{python3-socketio_4.3.1.bb => python3-socketio_4.4.0.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 7ee99f8..117eb60 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
 
 PYPI_PACKAGE = "python-socketio"
 
-SRC_URI[md5sum] = "86cd47dddea1785ce7a6c72f55c93fe7"
-SRC_URI[sha256sum] = "506b2cf7a520b40ea0b3f25e1272eff8de134dce6f471c1f6bc0de8c90fe8c57"
+SRC_URI[md5sum] = "6631497753977b70d2b5ceb12af2775f"
+SRC_URI[sha256sum] = "48cba5b827ac665dbf923a4f5ec590812aed5299a831fc43576a9af346272534"
 
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[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
similarity index 98%
rename from meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb
rename to meta-python/recipes-devtools/python/python3-socketio_4.4.0.bb
index 8ff590b..e2542cf 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
 
 PACKAGECONFIG ?= "asyncio_client client"
 require python-socketio.inc
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list