[oe] [meta-python][warrior] update python3-websockets from v4.0.1 to 5.0.1

Geoff Parker geoffhp at gmail.com
Wed May 29 18:13:49 UTC 2019


python3-websockets version 4.01 will throw this error
when used with Python 3.7.

 File "/usr/lib/python3.7/site-packages/websockets/compatibility.py", line 15
   asyncio_ensure_future = asyncio.async           # Python < 3.5
                                       ^
   SyntaxError: invalid syntax

This was fixed upstream in a commit applied 3 commits since the 4.0.1 tag.

 https://github.com/aaugustin/websockets/commit/9f566c5d12eae1258aa6f1991fe8cf0a7d390f97

Signed-off-by: Geoff Parker <geoffhp at gmail.com>
---
...ython3-websockets_4.0.1.bb => python3-websockets_5.0.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python3-websockets_4.0.1.bb
=> python3-websockets_5.0.1.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb
b/meta-python/recipes-devtools/python/python3-websockets_5.0.1.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb
rename to meta-python/recipes-devtools/python/python3-websockets_5.0.1.bb
index 414129c59..151dee2d5 100644
--- a/meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-websockets_5.0.1.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM =
"file://LICENSE;md5=5070256738c06d2e59adbec1f4057dac"

inherit pypi setuptools3

-SRC_URI[md5sum] = "9e8c6b3c70def4146d75fbb0f52bdfc7"
-SRC_URI[sha256sum] =
"da4d4fbe059b0453e726d6d993760065d69b823a27efc3040402a6fcfe6a1ed9"
+SRC_URI[md5sum] = "cd2f92f07bca588acd9238b18f6cfbcf"
+SRC_URI[sha256sum] =
"a49d315db5a7a19d55422e1678e8a1c3b9661d7296bef3179fa620cf80b12674"

BBCLASSEXTEND = "native nativesdk"

--
2.20.1


More information about the Openembedded-devel mailing list