All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/7] python3-websockets: upgrade to 8.0.2
@ 2019-08-10 21:20 Maciej Pijanowski
  2019-08-10 21:20 ` [meta-python][PATCH 2/7] python3-multidict: upgrade to 4.5.2 Maciej Pijanowski
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-10 21:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Maciej Pijanowski, piotr.krol

The present version was not compatible with python 3.7 because async is
now the proper keyword. The reported werror was:

    asyncio_ensure_future = asyncio.async           # Python < 3.5
                                        ^
SyntaxError: invalid syntax

Issues like this one: https://github.com/psf/requests-html/issues/65
explains the reason of that.

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
---
 ...hon3-websockets_4.0.1.bb => python3-websockets_8.0.2.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-websockets_4.0.1.bb => python3-websockets_8.0.2.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb b/meta-python/recipes-devtools/python/python3-websockets_8.0.2.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb
rename to meta-python/recipes-devtools/python/python3-websockets_8.0.2.bb
index 414129c59d2f..6da73ce35836 100644
--- a/meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-websockets_8.0.2.bb
@@ -2,12 +2,12 @@ SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)"
 HOMEPAGE = "https://github.com/aaugustin/websockets"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5070256738c06d2e59adbec1f4057dac"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ad5c6d36b3d0098b2f33a5ab69a9e750"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "9e8c6b3c70def4146d75fbb0f52bdfc7"
-SRC_URI[sha256sum] = "da4d4fbe059b0453e726d6d993760065d69b823a27efc3040402a6fcfe6a1ed9"
+SRC_URI[md5sum] = "a37f0e22c3aa5f1cf12a6a3ae22b36ca"
+SRC_URI[sha256sum] = "882a7266fa867a2ebb2c0baaa0f9159cabf131cf18c1b4270d79ad42f9208dc5"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [meta-python][PATCH 2/7] python3-multidict: upgrade to 4.5.2
  2019-08-10 21:20 [meta-python][PATCH 1/7] python3-websockets: upgrade to 8.0.2 Maciej Pijanowski
@ 2019-08-10 21:20 ` Maciej Pijanowski
  2019-08-10 21:20 ` [meta-python][PATCH 3/7] python-engineio: upgrade to 3.9.3 Maciej Pijanowski
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-10 21:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Maciej Pijanowski, piotr.krol

According to the comment and issue link, the workaround is no longer
needed.

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
---
 .../python/python3-multidict_3.3.2.bb               | 13 -------------
 .../python/python3-multidict_4.5.2.bb               |  9 +++++++++
 2 files changed, 9 insertions(+), 13 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-multidict_3.3.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-multidict_4.5.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-multidict_3.3.2.bb b/meta-python/recipes-devtools/python/python3-multidict_3.3.2.bb
deleted file mode 100644
index e65d7d4f2902..000000000000
--- a/meta-python/recipes-devtools/python/python3-multidict_3.3.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args etc."
-HOMEPAGE = "https://github.com/aio-libs/multidict/"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
-
-inherit pypi setuptools3
-
-SRC_URI[md5sum] = "06ca91d993de2d04c7ee6df0cbb44ea2"
-SRC_URI[sha256sum] = "f82e61c7408ed0dce1862100db55595481911f159d6ddec0b375d35b6449509b"
-
-# Work-around for broken make clean. Note this is fixed in v4.0.0.
-# https://github.com/aio-libs/multidict/issues/194
-CLEANBROKEN = "1"
diff --git a/meta-python/recipes-devtools/python/python3-multidict_4.5.2.bb b/meta-python/recipes-devtools/python/python3-multidict_4.5.2.bb
new file mode 100644
index 000000000000..57167f219d27
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-multidict_4.5.2.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args etc."
+HOMEPAGE = "https://github.com/aio-libs/multidict/"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "5e9d8f7e1ada9a22932aed6a72f88e43"
+SRC_URI[sha256sum] = "024b8129695a952ebd93373e45b5d341dbb87c17ce49637b34000093f243dd4f"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [meta-python][PATCH 3/7] python-engineio: upgrade to 3.9.3
  2019-08-10 21:20 [meta-python][PATCH 1/7] python3-websockets: upgrade to 8.0.2 Maciej Pijanowski
  2019-08-10 21:20 ` [meta-python][PATCH 2/7] python3-multidict: upgrade to 4.5.2 Maciej Pijanowski
@ 2019-08-10 21:20 ` Maciej Pijanowski
  2019-08-11  7:39   ` Khem Raj
  2019-08-10 21:20 ` [meta-python][PATCH 4/7] python-socketio: upgrade to 4.3.1 Maciej Pijanowski
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-10 21:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Maciej Pijanowski, piotr.krol

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
---
 .../python/{python-engineio_3.5.0.bb => python-engineio_3.9.3.bb} | 0
 .../{python3-engineio_3.5.0.bb => python3-engineio_3.9.3.bb}      | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-python/recipes-devtools/python/{python-engineio_3.5.0.bb => python-engineio_3.9.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-engineio_3.5.0.bb => python3-engineio_3.9.3.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python-engineio_3.9.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-engineio_3.5.0.bb
rename to meta-python/recipes-devtools/python/python-engineio_3.9.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb
rename to meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb
-- 
2.20.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [meta-python][PATCH 4/7] python-socketio: upgrade to 4.3.1
  2019-08-10 21:20 [meta-python][PATCH 1/7] python3-websockets: upgrade to 8.0.2 Maciej Pijanowski
  2019-08-10 21:20 ` [meta-python][PATCH 2/7] python3-multidict: upgrade to 4.5.2 Maciej Pijanowski
  2019-08-10 21:20 ` [meta-python][PATCH 3/7] python-engineio: upgrade to 3.9.3 Maciej Pijanowski
@ 2019-08-10 21:20 ` Maciej Pijanowski
  2019-08-11  7:40   ` Khem Raj
  2019-08-10 21:20 ` [meta-python][PATCH 5/7] python-aiohttp.inc: add missing RDEPENDS Maciej Pijanowski
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-10 21:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Maciej Pijanowski, piotr.krol

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
---
 .../python/{python-socketio_4.0.0.bb => python-socketio_4.3.1.bb} | 0
 .../{python3-socketio_4.0.0.bb => python3-socketio_4.3.1.bb}      | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-python/recipes-devtools/python/{python-socketio_4.0.0.bb => python-socketio_4.3.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-socketio_4.0.0.bb => python3-socketio_4.3.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-socketio_4.0.0.bb b/meta-python/recipes-devtools/python/python-socketio_4.3.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-socketio_4.0.0.bb
rename to meta-python/recipes-devtools/python/python-socketio_4.3.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-socketio_4.0.0.bb b/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-socketio_4.0.0.bb
rename to meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb
-- 
2.20.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [meta-python][PATCH 5/7] python-aiohttp.inc: add missing RDEPENDS
  2019-08-10 21:20 [meta-python][PATCH 1/7] python3-websockets: upgrade to 8.0.2 Maciej Pijanowski
                   ` (2 preceding siblings ...)
  2019-08-10 21:20 ` [meta-python][PATCH 4/7] python-socketio: upgrade to 4.3.1 Maciej Pijanowski
@ 2019-08-10 21:20 ` Maciej Pijanowski
  2019-08-10 21:20 ` [meta-python][PATCH 6/7] python-async-timeout: add asyncio to RDEPENDS Maciej Pijanowski
  2019-08-10 21:20 ` [meta-python][PATCH 7/7] python-socketio.inc: add missing RDEPENDS Maciej Pijanowski
  5 siblings, 0 replies; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-10 21:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Maciej Pijanowski, piotr.krol

Module could not be properly imported (tested on python 3.7.4)

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
---
 meta-python/recipes-devtools/python/python-aiohttp.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-aiohttp.inc b/meta-python/recipes-devtools/python/python-aiohttp.inc
index 81f1809bdd53..e711ad71dab6 100644
--- a/meta-python/recipes-devtools/python/python-aiohttp.inc
+++ b/meta-python/recipes-devtools/python/python-aiohttp.inc
@@ -15,4 +15,7 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-idna-ssl \
     ${PYTHON_PN}-multidict \
     ${PYTHON_PN}-yarl \
+    ${PYTHON_PN}-typing \
+    ${PYTHON_PN}-misc \
+    ${PYTHON_PN}-attrs \
 "
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [meta-python][PATCH 6/7] python-async-timeout: add asyncio to RDEPENDS
  2019-08-10 21:20 [meta-python][PATCH 1/7] python3-websockets: upgrade to 8.0.2 Maciej Pijanowski
                   ` (3 preceding siblings ...)
  2019-08-10 21:20 ` [meta-python][PATCH 5/7] python-aiohttp.inc: add missing RDEPENDS Maciej Pijanowski
@ 2019-08-10 21:20 ` Maciej Pijanowski
  2019-08-10 21:20 ` [meta-python][PATCH 7/7] python-socketio.inc: add missing RDEPENDS Maciej Pijanowski
  5 siblings, 0 replies; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-10 21:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Maciej Pijanowski, piotr.krol

It is required to properly import the module. Tested on python 3.7.4

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
---
 meta-python/recipes-devtools/python/python-async-timeout.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-async-timeout.inc b/meta-python/recipes-devtools/python/python-async-timeout.inc
index 7e4959ebc4ad..e71a00262b0f 100644
--- a/meta-python/recipes-devtools/python/python-async-timeout.inc
+++ b/meta-python/recipes-devtools/python/python-async-timeout.inc
@@ -13,3 +13,7 @@ SRC_URI[sha256sum] = "0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b2
 
 PYPI_PACKAGE = "async-timeout"
 inherit pypi
+
+RDEPENDS_${PN} = "\
+    ${PYTHON_PN}-asyncio \
+"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [meta-python][PATCH 7/7] python-socketio.inc: add missing RDEPENDS
  2019-08-10 21:20 [meta-python][PATCH 1/7] python3-websockets: upgrade to 8.0.2 Maciej Pijanowski
                   ` (4 preceding siblings ...)
  2019-08-10 21:20 ` [meta-python][PATCH 6/7] python-async-timeout: add asyncio to RDEPENDS Maciej Pijanowski
@ 2019-08-10 21:20 ` Maciej Pijanowski
  5 siblings, 0 replies; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-10 21:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Maciej Pijanowski, piotr.krol

Without additional RDEPENDS module could not be properly imported on
python 3.7.4. Additional RDEPENDS had to be added in order to start the
most basic examples from documentation:
https://python-socketio.readthedocs.io/en/latest/client.html

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
---
 .../recipes-devtools/python/python-socketio.inc       | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-socketio.inc b/meta-python/recipes-devtools/python/python-socketio.inc
index a23e780795c6..c69963f1a6a9 100644
--- a/meta-python/recipes-devtools/python/python-socketio.inc
+++ b/meta-python/recipes-devtools/python/python-socketio.inc
@@ -12,6 +12,17 @@ PYPI_PACKAGE = "python-socketio"
 SRC_URI[md5sum] = "0b57da61a9464d2e0dc9a8d0164d86d2"
 SRC_URI[sha256sum] = "64feb0817f1bf7e3e7fc05f6f65e28d76146d8061cb7de25b63502717f80e908"
 
+PACKAGECONFIG ?= "asyncio_client client"
+PACKAGECONFIG[asyncio_client] = ",,,python3-aiohttp python3-websockets"
+PACKAGECONFIG[client] = ",,,python3-requests python3-websocket-client"
+
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-engineio \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-math \
+    ${PYTHON_PN}-pickle \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-six \
+    ${PYTHON_PN}-attrs \
     "
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [meta-python][PATCH 3/7] python-engineio: upgrade to 3.9.3
  2019-08-10 21:20 ` [meta-python][PATCH 3/7] python-engineio: upgrade to 3.9.3 Maciej Pijanowski
@ 2019-08-11  7:39   ` Khem Raj
  2019-08-11  8:43     ` Maciej Pijanowski
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2019-08-11  7:39 UTC (permalink / raw)
  To: Maciej Pijanowski; +Cc: openembeded-devel, piotr.krol

seeing fetch fails

https://errors.yoctoproject.org/Errors/Details/260608/

On Sat, Aug 10, 2019 at 2:39 PM Maciej Pijanowski
<maciej.pijanowski@3mdeb.com> wrote:
>
> Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
> ---
>  .../python/{python-engineio_3.5.0.bb => python-engineio_3.9.3.bb} | 0
>  .../{python3-engineio_3.5.0.bb => python3-engineio_3.9.3.bb}      | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-engineio_3.5.0.bb => python-engineio_3.9.3.bb} (100%)
>  rename meta-python/recipes-devtools/python/{python3-engineio_3.5.0.bb => python3-engineio_3.9.3.bb} (100%)
>
> diff --git a/meta-python/recipes-devtools/python/python-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python-engineio_3.9.3.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python-engineio_3.5.0.bb
> rename to meta-python/recipes-devtools/python/python-engineio_3.9.3.bb
> diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb
> rename to meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [meta-python][PATCH 4/7] python-socketio: upgrade to 4.3.1
  2019-08-10 21:20 ` [meta-python][PATCH 4/7] python-socketio: upgrade to 4.3.1 Maciej Pijanowski
@ 2019-08-11  7:40   ` Khem Raj
  2019-08-11  8:44     ` Maciej Pijanowski
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2019-08-11  7:40 UTC (permalink / raw)
  To: Maciej Pijanowski; +Cc: openembeded-devel, piotr.krol

fetch fails
https://errors.yoctoproject.org/Errors/Details/260613/

On Sat, Aug 10, 2019 at 3:00 PM Maciej Pijanowski
<maciej.pijanowski@3mdeb.com> wrote:
>
> Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
> ---
>  .../python/{python-socketio_4.0.0.bb => python-socketio_4.3.1.bb} | 0
>  .../{python3-socketio_4.0.0.bb => python3-socketio_4.3.1.bb}      | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-socketio_4.0.0.bb => python-socketio_4.3.1.bb} (100%)
>  rename meta-python/recipes-devtools/python/{python3-socketio_4.0.0.bb => python3-socketio_4.3.1.bb} (100%)
>
> diff --git a/meta-python/recipes-devtools/python/python-socketio_4.0.0.bb b/meta-python/recipes-devtools/python/python-socketio_4.3.1.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python-socketio_4.0.0.bb
> rename to meta-python/recipes-devtools/python/python-socketio_4.3.1.bb
> diff --git a/meta-python/recipes-devtools/python/python3-socketio_4.0.0.bb b/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python3-socketio_4.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [meta-python][PATCH 3/7] python-engineio: upgrade to 3.9.3
  2019-08-11  7:39   ` Khem Raj
@ 2019-08-11  8:43     ` Maciej Pijanowski
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-11  8:43 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel, piotr.krol

I think I failed to commit sha256/md5 update. Resent v2 of this patch.

On 11.08.2019 09:39, Khem Raj wrote:
> seeing fetch fails
>
> https://errors.yoctoproject.org/Errors/Details/260608/
>
> On Sat, Aug 10, 2019 at 2:39 PM Maciej Pijanowski
> <maciej.pijanowski@3mdeb.com> wrote:
>> Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
>> ---
>>   .../python/{python-engineio_3.5.0.bb => python-engineio_3.9.3.bb} | 0
>>   .../{python3-engineio_3.5.0.bb => python3-engineio_3.9.3.bb}      | 0
>>   2 files changed, 0 insertions(+), 0 deletions(-)
>>   rename meta-python/recipes-devtools/python/{python-engineio_3.5.0.bb => python-engineio_3.9.3.bb} (100%)
>>   rename meta-python/recipes-devtools/python/{python3-engineio_3.5.0.bb => python3-engineio_3.9.3.bb} (100%)
>>
>> diff --git a/meta-python/recipes-devtools/python/python-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python-engineio_3.9.3.bb
>> similarity index 100%
>> rename from meta-python/recipes-devtools/python/python-engineio_3.5.0.bb
>> rename to meta-python/recipes-devtools/python/python-engineio_3.9.3.bb
>> diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb
>> similarity index 100%
>> rename from meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb
>> rename to meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb
>> --
>> 2.20.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Maciej Pijanowski
Embedded Systems Engineer
https://3mdeb.com | @3mdeb_com



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [meta-python][PATCH 4/7] python-socketio: upgrade to 4.3.1
  2019-08-11  7:40   ` Khem Raj
@ 2019-08-11  8:44     ` Maciej Pijanowski
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Pijanowski @ 2019-08-11  8:44 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel, piotr.krol


On 11.08.2019 09:40, Khem Raj wrote:
> fetch fails
> https://errors.yoctoproject.org/Errors/Details/260613/
I think I failed to commit sha256/md5 update. Resent v2 of this patch.
>
> On Sat, Aug 10, 2019 at 3:00 PM Maciej Pijanowski
> <maciej.pijanowski@3mdeb.com> wrote:
>> Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
>> ---
>>   .../python/{python-socketio_4.0.0.bb => python-socketio_4.3.1.bb} | 0
>>   .../{python3-socketio_4.0.0.bb => python3-socketio_4.3.1.bb}      | 0
>>   2 files changed, 0 insertions(+), 0 deletions(-)
>>   rename meta-python/recipes-devtools/python/{python-socketio_4.0.0.bb => python-socketio_4.3.1.bb} (100%)
>>   rename meta-python/recipes-devtools/python/{python3-socketio_4.0.0.bb => python3-socketio_4.3.1.bb} (100%)
>>
>> diff --git a/meta-python/recipes-devtools/python/python-socketio_4.0.0.bb b/meta-python/recipes-devtools/python/python-socketio_4.3.1.bb
>> similarity index 100%
>> rename from meta-python/recipes-devtools/python/python-socketio_4.0.0.bb
>> rename to meta-python/recipes-devtools/python/python-socketio_4.3.1.bb
>> diff --git a/meta-python/recipes-devtools/python/python3-socketio_4.0.0.bb b/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb
>> similarity index 100%
>> rename from meta-python/recipes-devtools/python/python3-socketio_4.0.0.bb
>> rename to meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb
>> --
>> 2.20.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Maciej Pijanowski
Embedded Systems Engineer
https://3mdeb.com | @3mdeb_com



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-08-11 13:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-10 21:20 [meta-python][PATCH 1/7] python3-websockets: upgrade to 8.0.2 Maciej Pijanowski
2019-08-10 21:20 ` [meta-python][PATCH 2/7] python3-multidict: upgrade to 4.5.2 Maciej Pijanowski
2019-08-10 21:20 ` [meta-python][PATCH 3/7] python-engineio: upgrade to 3.9.3 Maciej Pijanowski
2019-08-11  7:39   ` Khem Raj
2019-08-11  8:43     ` Maciej Pijanowski
2019-08-10 21:20 ` [meta-python][PATCH 4/7] python-socketio: upgrade to 4.3.1 Maciej Pijanowski
2019-08-11  7:40   ` Khem Raj
2019-08-11  8:44     ` Maciej Pijanowski
2019-08-10 21:20 ` [meta-python][PATCH 5/7] python-aiohttp.inc: add missing RDEPENDS Maciej Pijanowski
2019-08-10 21:20 ` [meta-python][PATCH 6/7] python-async-timeout: add asyncio to RDEPENDS Maciej Pijanowski
2019-08-10 21:20 ` [meta-python][PATCH 7/7] python-socketio.inc: add missing RDEPENDS Maciej Pijanowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.