Re: [oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-28 Thread Guðni Már Gilbert
I will look into this over the weekend (running ptests is a new area for me). I'm curious what images you usually use / recommend? I've usually just used this one core-image-minimal ( https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-core/images/core-image-minimal.bb )

[oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-27 Thread Guðni Már Gilbert
Már Gilbert --- .../{python3-bleak_0.21.1.bb => python3-bleak_0.22.2.bb} | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) rename meta-python/recipes-devtools/python/{python3-bleak_0.21.1.bb => python3-bleak_0.22.2.bb} (74%) diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-27 Thread Guðni Már Gilbert
Már Gilbert --- .../{python3-bleak_0.21.1.bb => python3-bleak_0.22.2.bb} | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) rename meta-python/recipes-devtools/python/{python3-bleak_0.21.1.bb => python3-bleak_0.22.2.bb} (74%) diff --git a/meta-python/recipes-devtools/python/p

Re: [oe] [meta-python][scarthgap][PATCH 2/2] python3-twisted: prepend split PACKAGES

2024-06-03 Thread Guðni Már Gilbert
I see this patch was not included in the current scarthgap-next branch... friendly reminder in case this was forgotten :) If there is something wrong with this patch let me know. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110673):

Re: [oe] [meta-python][scarthgap][PATCH 1/2] python3-twisted: remove obsolete python3-twisted-flow

2024-05-15 Thread Guðni Már Gilbert
On Tue, May 14, 2024 at 03:38 PM, Mark Hatle wrote: > > I see this change made it into meta-openembedded master. But hasn't been > pushed to scarthgap yet. > > I've having a problem with this recipe in scarthgap, and so far it looks > like these two changes do fix the problem I'm having. > >

[oe] [meta-python][scarthgap][PATCH 1/2] python3-twisted: remove obsolete python3-twisted-flow

2024-05-06 Thread Guðni Már Gilbert
in the source are also removed from FILES. Signed-off-by: Guðni Már Gilbert Signed-off-by: Khem Raj --- .../python/python3-twisted_24.3.0.bb | 18 -- 1 file changed, 18 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes

[oe] [meta-python][scarthgap][PATCH 2/2] python3-twisted: prepend split PACKAGES

2024-05-06 Thread Guðni Már Gilbert
Fixes an issue where split packages were no populated since all the files were picked up by FILES:${PN} Signed-off-by: Guðni Már Gilbert Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-python][PATCH] python3-twisted: prepend split PACKAGES

2024-05-05 Thread Guðni Már Gilbert
See for reference discussion on Github: https://github.com/openembedded/meta-openembedded/pull/824 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110257): https://lists.openembedded.org/g/openembedded-devel/message/110257 Mute This Topic:

[oe] [meta-python][PATCH] python3-twisted: prepend split PACKAGES

2024-05-05 Thread Guðni Már Gilbert
Fixes an issue where split packages were no populated since all the files were picked up by FILES:${PN} Signed-off-by: Guðni Már Gilbert --- meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH V2] python3-twisted: remove obsolete python3-twisted-flow

2024-05-01 Thread Guðni Már Gilbert
in the source are also removed from FILES. Signed-off-by: Guðni Már Gilbert --- .../python/python3-twisted_24.3.0.bb | 18 -- 1 file changed, 18 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3

Re: [oe] [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow

2024-05-01 Thread Guðni Már Gilbert
To add to the previous message, when I run the same check on other common packages like python3, I also get a few hits. But I get similar noise for dbg, src, doc, dev packages as in python3-twisted. Maybe those can be filtered out or ignored. WARNING: python3-3.12.3-r0 do_package: QA Issue:

Re: [oe] [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow

2024-05-01 Thread Guðni Már Gilbert
Hi, I found even more files which don't exist. Please ignore this patch. I added locally a new QA error which will produce a warning when a non-existent file in FILES is found since manually trying to find these is just time consuming and I will miss something. This is what my QA check outputs:

[oe] [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow

2024-05-01 Thread Guðni Már Gilbert
The flow module was removed in Twisted 9.0.0 a long time and currently does not install anything. Let's remove it to cleanup the recipe. Signed-off-by: Guðni Már Gilbert --- .../recipes-devtools/python/python3-twisted_24.3.0.bb | 8 1 file changed, 8 deletions(-) diff --git a/meta

[oe] [meta-python][PATCH] python3-protobuf: drop python3-six from RDEPENDS

2024-04-27 Thread Guðni Már Gilbert
. Signed-off-by: Guðni Már Gilbert --- meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb index 8bb8a93f7

[oe] [meta-python][PATCH] python3-pyhamcrest: cleanup RDEPENDS and correct build backend

2024-04-27 Thread Guðni Már Gilbert
- build backend is hatchling.build - python3-six is not a runtime dependency, it's not imported anywhere in the source - add python3-asyncio to RDEPENDS Signed-off-by: Guðni Már Gilbert --- .../recipes-devtools/python/python3-pyhamcrest_2.1.0.bb | 4 ++-- 1 file changed, 2 insertions

Re: [oe] [meta-python][PATCH] python3-txdbus: cleanup RDEPENDS

2024-04-23 Thread Guðni Már Gilbert
On Fri, Apr 19, 2024 at 06:25 PM, Alper Ak wrote: > > > > Getting the similar error when I build this recipe too. Output: > > > > ERROR: Nothing RPROVIDES 'python3-twisted-core-native' (but >

Re: [oe] [meta-python][PATCH V3] python3-twisted: upgrade 22.10.0 -> 24.3.0

2024-04-22 Thread Guðni Már Gilbert
Only difference between V3 and V2, is I forgot to add links to the release notes in the commit message. I think it's nice to have. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110109):

[oe] [meta-python][PATCH V3] python3-twisted: upgrade 22.10.0 -> 24.3.0

2024-04-22 Thread Guðni Már Gilbert
: - Brings official support for Python 3.11 and 3.12, only Python 3.8 and above supported. - python3-twisted-conch: python3-pyasn1 is no longer a runtime dependency (23.8.0) - build backend changed from setuptools.build_meta to hatchling.build Signed-off-by: Guðni Már Gilbert --- ...d_22.10.0.bb

[oe] [meta-python][PATCHv2] python3-twisted: upgrade 22.10.0 -> 24.3.0

2024-04-22 Thread Guðni Már Gilbert
Signed-off-by: Guðni Már Gilbert --- ...d_22.10.0.bb => python3-twisted_24.3.0.bb} | 21 +++ 1 file changed, 7 insertions(+), 14 deletions(-) rename meta-python/recipes-devtools/python/{python3-twisted_22.10.0.bb => python3-twisted_24.3.0.bb} (91%) diff --git a/meta-python/r

Re: [oe] [meta-python][PATCH] python3-twisted: upgrade 22.10.0 -> 24.3.0

2024-04-19 Thread Guðni Már Gilbert
On Fri, Apr 19, 2024 at 06:34 PM, Alper Ak wrote: > > Hi Gilbert, > > First of all, thank you for your patch. > > When sending the V2 patch, it would be great if you could also check the > build-backend and dependencies because these seem to have changed. > >

Re: [oe] [meta-python][PATCH] python3-twisted: upgrade 22.10.0 -> 24.3.0

2024-04-19 Thread Guðni Már Gilbert
On Thu, Apr 18, 2024 at 11:33 PM, Khem Raj wrote: > > master-next is staging many patches and is always in flux and > primarily meant for CI, so please send a v2 of this with the feedback > addressed. Hi Khem, Thank you for the reply, I did not know this. I will then submit a new patch. I'm

Re: [oe] [meta-python][PATCH] python3-twisted: upgrade 22.10.0 -> 24.3.0

2024-04-18 Thread Guðni Már Gilbert
Hi Tim, good to know :) I see this patch has already made it to master-next branch, I can remove the PYPI_PACKAGE line in a future patch after I have built it locally to verify. I'm hoping to backport this upgrade to Scarthgap as well so the latest LTS is not ~2 years out of date. I'm sure I

[oe] [meta-python][PATCH] python3-twisted: upgrade 22.10.0 -> 24.3.0

2024-04-18 Thread Guðni Már Gilbert
: - Brings official support for Python 3.11 and 3.12, only Python 3.8 and above supported. - python3-twisted-conch: python3-pyasn1 is no longer a runtime dependency (23.8.0) - PYPI_PACKAGE name was changed from 'Twisted' to 'twisted' to make fetching work Signed-off-by: Guðni Már Gilbert

[oe] [meta-python][PATCH] python3-twisted: cleanup FILES and recipe in general

2024-04-13 Thread Guðni Már Gilbert
no longer exist. Many of these files were deprecated and removed a long time ago. Removed redundant :append to FILES packages, they can simply be in the first definition of it. Signed-off-by: Guðni Már Gilbert --- .../python/python3-twisted_22.10.0.bb | 265 +- 1 file changed

[oe] [meta-python][PATCH] python3-ecdsa: upgrade 0.18.0 -> 0.19.0

2024-04-10 Thread Guðni Már Gilbert
six.b literals (Alexandre Detiste) Deprecations: int_to_string, string_to_int, and digest_integer from ecdsa.ecdsa module are now considered deprecated, they will be removed in a future release Signed-off-by: Guðni Már Gilbert --- .../python/{python3-ecdsa_0.18.0.bb

[oe] [meta-python][kirkstone][PATCH 2/2] python3-twisted: Add python3-asyncio to RDEPENDS

2024-04-04 Thread Guðni Már Gilbert
o' Signed-off-by: Hains van den Bosch Signed-off-by: Khem Raj Signed-off-by: Guðni Már Gilbert --- meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb b/meta-python/recipe

[oe] [meta-python][kirkstone][PATCH 1/2] python3-twisted: Add python3-typing-extensions to RDEPENDS

2024-04-04 Thread Guðni Már Gilbert
den Bosch Signed-off-by: Khem Raj Signed-off-by: Guðni Már Gilbert --- meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb b/meta-python/recipes-devtools/pyth

Re: [oe] [meta-python][PATCH] python3-twisted: Add python3-asyncio to RDEPENDS

2024-04-04 Thread Guðni Már Gilbert
Hi please ignore this patch/email from me, there is 1 more patch which is supposed to follow this one and I see it's not properly signed by me. I'll try sending this to myself first to check the email is sent correctly next time (I haven't done backporting before like this)

[oe] [meta-python][PATCH] python3-twisted: Add python3-asyncio to RDEPENDS

2024-04-04 Thread Guðni Már Gilbert
From: Hains van den Bosch To fix crash due to missing module: from twisted.internet import defer File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 14, in from asyncio import AbstractEventLoop, Future, iscoroutine ModuleNotFoundError: No module named 'asyncio'

[oe] [meta-python][PATCH] python3-ecdsa: cleanup DEPENDS

2024-04-01 Thread Guðni Már Gilbert
. Changes were tested on Kirkstone. The requirements for python3-ecdsa v0.18 are exactly the same. Signed-off-by: Guðni Már Gilbert --- meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3