Re: [oe] [meta-oe][PATCH] appstream: remove workaround for cross-compile

2023-09-15 Thread Khem Raj
It fails to build https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3128/steps/14/logs/stdio On Fri, Sep 15, 2023 at 5:01 AM Markus Volk wrote: > > This issue has been fixed upstream > https://github.com/ximion/appstream/pull/510/commits/1f301baa5bf59d75d566a674bd76221847ca1d21 >

[oe] [meta-python][PATCH] python3-aiofiles: upgrade 23.1.0 -> 23.2.1

2023-09-15 Thread Trevor Gamblin
The new version requires hatchling to build, so add that and remove poetry (which isn't actually needed). Note that the changelog says it switched to PDM from poetry. Changelog: https://github.com/Tinche/aiofiles#history Signed-off-by: Trevor Gamblin --- ...{python3-aiofiles_23.1.0.bb => python

[oe] [meta-oe][PATCH] appstream: remove workaround for cross-compile

2023-09-15 Thread Markus Volk
This issue has been fixed upstream https://github.com/ximion/appstream/pull/510/commits/1f301baa5bf59d75d566a674bd76221847ca1d21 - fix api documentation build - build vapi dependent on gobject-introspection-data Signed-off-by: Markus Volk --- .../appstream/0001-fix-crosscompile.patch | 43 -

[oe] [meta-gnome][PATCH] evolution-data-server: upgrade 3.48.3 -> 3.50.0

2023-09-15 Thread Markus Volk
Signed-off-by: Markus Volk --- .../evolution-data-server/evolution-data-server.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolutio

[oe] OEDvM 2023.12

2023-09-15 Thread Josef Holzmayr
Howdy! We are happy to announce this years OEDvM taking place on Friday December 1st, 2023. Bring your topics and challenges for discussion, or just join for the networking. As usual, the main organization will happen through the OpenEmbedded Wiki, with the event page being located at https://ww

Re: [oe] [meta-python][PATCH 1/6] python3-flask-jwt-extended: add recipe

2023-09-15 Thread Sam Van Den Berge
On Fri, Sep 15, 2023 at 09:07:22AM +0200, Sam Van Den Berge via lists.openembedded.org wrote: > From: Sam Van Den Berge > > Signed-off-by: Sam Van Den Berge > --- > .../python/python3-flask-jwt-extended_4.5.2.bb | 16 > 1 file changed, 16 insertions(+) > create mode 100644

[oe] [meta-python][PATCH 6/6] python3-apiflask: add recipe

2023-09-15 Thread Sam Van Den Berge
From: Sam Van Den Berge Signed-off-by: Sam Van Den Berge --- .../python/python3-apiflask_2.0.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-apiflask_2.0.1.bb diff --git a/meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 4/6] python3-flask-httpauth: add recipe

2023-09-15 Thread Sam Van Den Berge
From: Sam Van Den Berge Signed-off-by: Sam Van Den Berge --- .../python/python3-flask-httpauth_4.8.0.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb diff --git a/meta-python/recipes-devto

[oe] [meta-python][PATCH 5/6] python3-apispec: add recipe

2023-09-15 Thread Sam Van Den Berge
From: Sam Van Den Berge Signed-off-by: Sam Van Den Berge --- .../recipes-devtools/python/python3-apispec_6.3.0.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-apispec_6.3.0.bb diff --git a/meta-python/recipes-devtools/pytho

[oe] [meta-python][PATCH 3/6] python3-webargs: add recipe

2023-09-15 Thread Sam Van Den Berge
From: Sam Van Den Berge Signed-off-by: Sam Van Den Berge --- .../python/python3-webargs_8.3.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-webargs_8.3.0.bb diff --git a/meta-python/recipes-devtools/pytho

[oe] [meta-python][PATCH 2/6] python3-flask-marshmallow: add recipe

2023-09-15 Thread Sam Van Den Berge
From: Sam Van Den Berge Signed-off-by: Sam Van Den Berge --- .../python/python3-flask-marshmallow_0.15.0.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-marshmallow_0.15.0.bb diff --git a/meta-python/recipes-d

[oe] [meta-python][PATCH 1/6] python3-flask-jwt-extended: add recipe

2023-09-15 Thread Sam Van Den Berge
From: Sam Van Den Berge Signed-off-by: Sam Van Den Berge --- .../python/python3-flask-jwt-extended_4.5.2.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb diff --git a/meta-python/recipes-d