[oe] [meta-python][PATCH 47/60] python3-simpleeval: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-simpleeval/run-ptest | 2 +- .../recipes-devtools/python/python3-simpleeval_0.9.13.bb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 49/60] python3-pillow: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../python/python3-pillow/run-ptest | 2 +- .../python/python3-pillow_10.1.0.bb | 21 ++- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/meta-python/recipes-devtools

[oe] [meta-python][PATCH 50/60] python3-semver: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-semver/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-semver_3.0.2.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 1/2] python_mesonpy.bbclass: move to oe-core

2024-02-19 Thread Tim Orling
This is now the declared PEP-517 build-backend for python3-numpy Move the support into oe-core Signed-off-by: Tim Orling --- meta-python/classes/python_mesonpy.bbclass | 52 -- 1 file changed, 52 deletions(-) delete mode 100644 meta-python/classes/python_mesonpy.bbclass

[oe] [meta-python][PATCH 0/2] Move "mesonpy" support to oe-core

2024-02-19 Thread Tim Orling
8 (2024-02-10 23:47:57 -0800) are available in the Git repository at: https://git.openembedded.org/meta-openembedded-contrib timo/move_python_mesonpy https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/move_python_mesonpy Tim Orling (2): python_mesonpy.bbclass: move to oe-c

[oe] [meta-python][PATCH 2/2] python3-meson-python: move to oe-core

2024-02-19 Thread Tim Orling
As part of the move of python_mesonpy.bbclass to oe-core. python3-numpy in oe-core declares "mesonpy" as the build-backend in pyproject.toml. This is part of an overall move to replace usage of setuptools3.bbclass. Signed-off-by: Tim Orling --- .../python/python3-meson-python

[oe] [meta-python][PATCH] python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests

2023-12-24 Thread Tim Orling
about 45 seconds https://github.com/sumerc/yappi/blob/1.6.0/CHANGELOG 1.6.0 (2023-12-07) - Drop support 2.7-3.5 and clean backward compatible code (pull/152) - Add Python 3.12 wheels 1.5.1 (2023-12-06) - Add support for Python 3.12 - Fix child callgrind functions disappear Signed-off-by: Ti

Re: [oe] [meta-python][PATCH] python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests

2023-12-27 Thread Tim Orling
imo/python3-yappi-ptest On Wed, Dec 27, 2023 at 1:46 PM Khem Raj wrote: > right, its in master-next already. > > On Wed, Dec 27, 2023 at 1:23 PM Tim Orling wrote: > > > > Gentle ping. This one supersedes the on from Alex, since it fixes the > priests. > > > &g

Re: [oe] [meta-python][PATCH] python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests

2023-12-27 Thread Tim Orling
Gentle ping. This one supersedes the on from Alex, since it fixes the priests. On Sun, Dec 24, 2023 at 10:13 AM Tim Orling via lists.openembedded.org wrote: > * Switch to the python_setuptools_build_meta PEP-517 backend > * Refactor and submit 0001-Fix-imports-for-ptests.patch > -

Re: [oe] [meta-python] [PATCH] python3-pydantic: upgrade 2.5.1 -> 2.5.2

2023-11-28 Thread Tim Orling
FWIW, this is not run-time useful because of the missing python3-pydantic-core dependency (which requires 'maturin' backend). Since https://github.com/pydantic/pydantic/commit/594effa279668bd955e98f1cd5c036b37d3bbd40 Sadly, the build does not report any issues and this has been lurking quietly

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with nanbield

2023-11-22 Thread Tim Orling
I have created the mickledore branches on git.yoctoproject.org, github.com/meta-java and gitlab.com/meta-java I will edit in place to drop mickledore and replace with nanbield for "master" branches Thank you for the contribution. On Wed, Nov 22, 2023 at 5:58 AM Anthony Bagwell wrote: >

[oe] [meta-java][PATCH] commons-collections3: update SRC_URI

2023-11-22 Thread Tim Orling
Older tarballs have been moved to archive: https://archive.apache.org/dist/commons/collections/source/ Also drop obsolete SRC_URI[md5sum] Signed-off-by: Tim Orling --- recipes-core/jakarta-commons/commons-collections3_3.2.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[oe] [meta-java][PATCH v2] commons-collections3: update SRC_URI

2023-11-22 Thread Tim Orling
Older tarballs have been moved to archive: https://archive.apache.org/dist/commons/collections/source/ Also drop obsolete SRC_URI[md5sum] Signed-off-by: Tim Orling --- Changes in v2: Fix parse error by adding closing " to SRC_URI recipes-core/jakarta-commons/commons-collections3_3.2

[oe] [meta-python][PATCH 0/7] python3-pydantic: fix RDEPENDS and add ptest

2023-12-07 Thread Tim Orling
-12-04 12:30:43 -0800) are available in the Git repository at: https://git.openembedded.org/meta-openembedded-contrib timo/pydantic_refactor https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/pydantic_refactor Tim Orling (7): python3-pydantic-core: add v2.14.5 python3

[oe] [meta-python][PATCH 1/7] python3-pydantic-core: add v2.14.5

2023-12-07 Thread Tim Orling
/benchmarks Signed-off-by: Tim Orling --- .../python/python3-pydantic-core-crates.inc | 166 ++ .../python/python3-pydantic-core_2.14.5.bb| 25 +++ 2 files changed, 191 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc

[oe] [meta-python][PATCH 2/7] python3-annotated-types: add v0.6.0

2023-12-07 Thread Tim Orling
do not require this package. """ References: https://peps.python.org/pep-0593/ Signed-off-by: Tim Orling --- .../python/python3-annotated-types_0.6.0.bb| 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-

[oe] [meta-python][PATCH 3/7] python3-pydantic: fix RDEPENDS

2023-12-07 Thread Tim Orling
* Newer python3-pydantic offloaded some of its code to python3-pydantic-core * Add python3-annotated-types to RDEPENDS. * Add DESCRIPTION and trim SUMMARY. Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-pydantic_2.5.2.bb | 10 +- 1 file changed, 9 insertions(+), 1

[oe] [meta-python][PATCH 4/7] python3-dirty-equals: add v0.7.1

2023-12-07 Thread Tim Orling
es into its own when writing unit tests for applications where you're commonly checking the response to API calls and the contents of a database. Signed-off-by: Tim Orling --- .../python/python3-dirty-equals_0.7.1.bb | 21 +++ 1 file changed, 21 insertions(+) create mode 1006

[oe] [meta-python][PATCH 5/7] python3-pydantic-core: enable ptest

2023-12-07 Thread Tim Orling
* Add to ptest-packagelists-meta-python.inc "FAST" under 30 seconds Signed-off-by: Tim Orling --- .../include/ptest-packagelists-meta-python.inc| 1 + .../python/python3-pydantic-core/run-ptest| 3 +++ .../python/python3-pydantic-core_2.14.5.bb| 15 ++

[oe] [meta-python][PATCH 6/7] python3-cloudpickle: add v3.0.0

2023-12-07 Thread Tim Orling
work to execute on remote hosts, possibly close to the data. """ Signed-off-by: Tim Orling --- .../python/python3-cloudpickle_3.0.0.bb| 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cloudpickle_3.0.

[oe] [meta-python][PATCH 7/7] python3-pydantic: enable ptest

2023-12-07 Thread Tim Orling
* Add to ptest-packelists-meta-python.inc "FAST" under 30 s Signed-off-by: Tim Orling --- .../ptest-packagelists-meta-python.inc| 1 + .../python/python3-pydantic/run-ptest | 3 +++ .../python/python3-pydantic_2.5.2.bb | 22 +++ 3 files c

[oe] [meta-perl][PATCH 1/2] libencode-perl: drop recipe

2024-02-23 Thread Tim Orling
/recipes-devtools/perl/files/perl-rdepends.txt#n313 Signed-off-by: Tim Orling --- .../include/ptest-packagelists-meta-perl.inc | 1 - .../packagegroups/packagegroup-meta-perl.bb | 3 - .../libencode/libencode-perl_3.20.bb | 108 -- 3 files changed, 112 deletions

[oe] [meta-perl][PATCH 2/2] libencode-locale-perl: drop recipe

2024-02-23 Thread Tim Orling
for contributing this recipe is long gone. If someone continues to need this recipe, please submit it again, but refactor it to use perl-module-encode(-*) for its RDEPENDS. Signed-off-by: Tim Orling --- .../libencode/libencode-locale-perl_1.05.bb | 20 --- 1 file changed, 20 deletions

Re: [oe] [meta-python][PATCH 1/2] python3-tornado: extend for native and nativesdk

2024-04-11 Thread Tim Orling
Please indicate you personally built both conditions all dependencies were met. I am fairly certain this was dropped because we had a conflict. On Thu, Apr 11, 2024 at 12:33 PM Geoff Parker wrote: > From: Geoff Parker > > Signed-off-by: Geoff Parker > --- >

Re: [oe] [meta-python][PATCH 2/2] python3-pycurl: extend for native and nativesdk

2024-04-11 Thread Tim Orling
Same as the other in the series. We need confirmation that you have personally built both conditions and all dependencies were met. I apologize for being pedantic, but we must have traceability to these changes. On Thu, Apr 11, 2024 at 12:33 PM Geoff Parker wrote: > From: Geoff Parker > >

Re: [oe] [meta-python][PATCH 2/2] python3-pycurl: extend for native and nativesdk

2024-04-11 Thread Tim Orling
so nativesdk-python3-tornado and python3-tornado-native > packages successfully. Should I resubmit this patch series with amended > commit messages? > > > > *From:* Tim Orling > *Sent:* Thursday, April 11, 2024 4:39 PM > *To:* Geoff Parker > *Cc:* Geoff Parker ; >

Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-15 Thread Tim Orling
This is a hard no from me. On Mon, Apr 15, 2024 at 6:59 AM Marek Vasut via lists.openembedded.org wrote: > On 4/15/24 3:49 PM, Jose Quaresma wrote: > > Hi Marek, > > Hi, > > > Last commit on this layer was done 2 years ago and it was at the time to > > add Kirkstone compatibility, nothing more

Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-17 Thread Tim Orling
On Wed, Apr 17, 2024 at 2:00 AM Alexander Kanavin via lists.openembedded.org wrote: > On Tue, 16 Apr 2024 at 17:03, Martin Jansa wrote: > > As there is strong opinion against declaring scarthgap compatibility > > in official meta-python2 from Timo, Alex and Jose, I don't plan to > > merge

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

2024-04-18 Thread Tim Orling
On Thu, Apr 18, 2024 at 2:01 AM Guðni Már Gilbert via lists.openembedded.org wrote: > Changelogs between 22.10.0 and 24.3.0 can be found here: > > https://github.com/twisted/twisted/releases/tag/twisted-24.3.0 > https://github.com/twisted/twisted/releases/tag/twisted-23.10.0 >

Re: [oe] libeigen: Backport license fix to kirkstone

2024-05-03 Thread Tim Orling
On Fri, May 3, 2024 at 11:03 AM Fabio Estevam via lists.openembedded.org wrote: > Hi Khem, Khem is not the kirkstone branch maintainer. Armin (cc’d) is. > > Can dff417630f26 ("libeigen: Update GPL-3.0-only to GPL-2.0-only") be > backported to kirkstone? > > Akash sent a kirkstone backport

Re: [oe] [meta-oe][PATCH 1/2] redis: restore Upstream-Status -> LICENSE change for 7.4 and later !

2024-03-21 Thread Tim Orling
On Thu, Mar 21, 2024 at 5:55 PM Randy MacLeod via lists.openembedded.org wrote: > Would the new license scheme described here: > > https://redis.com/blog/redis-adopts-dual-source-available-licensing/ > > prevent us from accepting the 7.4 release? I suspect it should but I need > more time to >

Re: [oe] [meta-python][PATCH] python3-invoke: add recipe

2024-03-06 Thread Tim Orling
On Wed, Mar 6, 2024 at 8:55 AM Alper Ak wrote: > Invoke is a Python library for managing shell-oriented subprocesses and > organizing executable Python code into CLI-invokable tasks. It draws > inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at > a powerful & clean

Re: [oe] [meta-python][PATCH] python3-wsproto: added recipe which is also include ptest

2024-03-08 Thread Tim Orling
You can trim your subject line a little bit (in the future) to something like: python3-wsproto: add recipe and enable ptest On Fri, Mar 8, 2024 at 11:55 AM Alper Ak wrote: > This package is a pure-Python implementation of a WebSocket protocol > stack. It’s written from the ground up to be

Re: [oe] [PATCH] [meta-java] xml-commons: xom: Update github entry

2024-03-22 Thread Tim Orling
On Fri, Feb 9, 2024 at 11:43 AM Tim Orling via lists.openembedded.org wrote: > > > On Fri, Feb 9, 2024 at 10:19 AM Fabio Estevam wrote: > >> From: Fabio Estevam >> >> Switch to using https, pass protocol and the branch name to fix >> the following warnings:

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with scarthgap

2024-03-22 Thread Tim Orling
Merged. https://git.yoctoproject.org/meta-java/commit/?id=4799a6291223467311d24ed3e1af367aadea122e Scarthgap branch created (it will parallel track with master until after the release when Styhead begins development). Thank you for your contribution. It is very much appreciated. On Mon, Mar 18,

Re: [oe] [meta-python][PATCH v3] python3-dbus: re-add recipe with latest patches and add ptest

2024-03-22 Thread Tim Orling
On Fri, Mar 22, 2024 at 10:00 AM Derek Straka wrote: > The python3-dbus package was removed in (dac933e). While the upstream > project isn't active, other distributions (e.g. Fedora, Debian, etc) > continue to offer the package and apply patches to resolve reported issues. > > While other

Re: [oe] [meta-java][PATCH 2/7] icedtea: Update URL for source downloads

2024-03-25 Thread Tim Orling
On Mon, Mar 25, 2024 at 6:27 AM Jermain Horsman wrote: > From: Jermain Horsman > > The old icedtea.classpath.org URL does not work anymore, > update this to the icedtea.wildebeest.org URL used for other > download sources. > icedtea.wildebeest.org has some older sources, but not the newest.

Re: [oe] [meta-java][PATCH 2/7] icedtea: Update URL for source downloads

2024-03-25 Thread Tim Orling
On Mon, Mar 25, 2024 at 7:59 AM Tim Orling via lists.openembedded.org wrote: > > > On Mon, Mar 25, 2024 at 6:27 AM Jermain Horsman > wrote: > >> From: Jermain Horsman >> >> The old icedtea.classpath.org URL does not work anymore, >> update this to the ic

Re: [oe] [meta-java][PATCH 2/7] icedtea: Update URL for source downloads

2024-03-25 Thread Tim Orling
On Mon, Mar 25, 2024 at 8:22 AM Jermain Horsman wrote: > > > The old http://icedtea.classpath.org URL does not work anymore, > > > update this to the http://icedtea.wildebeest.org URL used for other > > > download sources. > > > > http://icedtea.wildebeest.org has some older sources, but not the

Re: [oe] [meta-java][PATCH 3/3] rxtx: Remove obsolete rename of libtool

2024-03-25 Thread Tim Orling
On Mon, Mar 25, 2024 at 3:40 AM Jermain Horsman wrote: > > Still seeing a do_compile failure (attached) > > I believe this is caused by sstate being incorrect, > If you do a clean build this should not happen. > > > Can you investigate and send a revised solution? > > I could increase the PR, I

Re: [oe] [meta-python][PATCH] python3-portalocker: enable ptest

2024-03-26 Thread Tim Orling
On Tue, Mar 26, 2024 at 12:25 PM Alper Ak wrote: > * test_combined.py deleted because it is not a functional test. It checks > if the 'combine' function work correctly which is parse README.rst and > LICENSE. > Thank you for this simplification. It is very much appreciated. > > * Ptest and

[oe] [meta-perl][PATCH] liberror-perl: move recipe from oe-core

2024-03-28 Thread Tim Orling
While this package is deprecated by the upstream maintainer, we do not know if there are any users in the wider OpenEmbedded ecosystem, so move the recipe from oe-core to meta-perl. [YOCTO #15461] Signed-off-by: Tim Orling --- .../include/ptest-packagelists-meta-perl.inc | 1 + .../liberror

[yocto] [meta-java][PATCH] README: move to yocto-patches mailing list

2024-04-06 Thread Tim Orling
Since the definitive, canonical repository remains https://git.yoctoproject.org/meta-java the official mailing list should remain in the yoctoproject.org domain. Move to the new yocto-patc...@lists.yoctoproject.org. Signed-off-by: Tim Orling --- README | 2 +- 1 file changed, 1 insertion(+), 1

Re: [oe] [meta-python][PATCH] python3-bleak: enable ptest and add missing runtime dependency

2024-04-06 Thread Tim Orling
On Fri, Apr 5, 2024 at 10:34 PM Alper Ak wrote: > Sorry, I overlooked it. The tests directory was not present in the package > downloaded with the default PYPI_SRC_URI value. > Unfortunately, many pypi.org tarballs exclude tests. So switching to git fetcher will make sense in those cases. Given

[yocto] [meta-java][PATCH] ca-certificates-java: fix virtual/ warning; add branch

2024-03-23 Thread Tim Orling
this is set in all git urls. Signed-off-by: Tim Orling --- .../ca-certificates-java/ca-certificates-java_20180516.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb b/recipes-core/ca-certificates-java

[oe] [meta-java][PATCH] oeqa/runtime/javac: Add package check for javac

2024-03-23 Thread Tim Orling
Before testing whether javac exists, check to see if one of the jdk packages is installed on the target. Otherwise, the test will fail. Signed-off-by: Tim Orling --- lib/oeqa/runtime/cases/javac.py | 4 1 file changed, 4 insertions(+) diff --git a/lib/oeqa/runtime/cases/javac.py b/lib

Re: [oe] [meta-java][PATCH 3/3] rxtx: Remove obsolete rename of libtool

2024-03-23 Thread Tim Orling
Still seeing a do_compile failure (attached) Can you investigate and send a revised solution? On Fri, Jun 9, 2023 at 7:48 AM Jermain Horsman wrote: > From: Jermain Horsman > > Autoconf no longer generates libtool with a host alias prefix, > this causes do_compile to fail as it is unable to

[oe] [meta-java] Call for Action: Unpatched CVEs

2024-03-23 Thread Tim Orling
There are a number of unpatched CVEs for meta-java for which we need help from the community. https://github.com/meta-java/meta-java/issues/36 Please take a look and submit patches to the mailing list or pull-requests on GitHub. Merge requests on GitLab are also ok, but likely to be noticed

[oe] [meta-java] Call to Action: rebase your old patches and resend

2024-03-23 Thread Tim Orling
Many of you may have sent patches to one or more mailing lists. Please rebase your patches and resend them (or send as a GitHub pull request, or less preferred Gitlab merge-request). We have several years worth of patches and fixes to catch up on and it is not even slightly clear which patches

Re: [oe] [meta-filesystems][PATCH 4/4] meta-filesystems: Add meta-filesystems-image-ptest

2024-02-22 Thread Tim Orling
On Thu, Feb 22, 2024 at 12:58 PM Khem Raj wrote: > This will help in running ptests like core layer, right now there are > just 3 but I hope to get more contributions now that infra is in place > > to run all ptests > > bitbake meta-filesystems-image-ptest-all > > to run a single recipe ptests >

Re: [oe] [meta-filesystems][PATCH 4/4] meta-filesystems: Add meta-filesystems-image-ptest

2024-02-22 Thread Tim Orling
On Thu, Feb 22, 2024 at 5:57 PM Tim Orling via lists.openembedded.org wrote: > > > On Thu, Feb 22, 2024 at 12:58 PM Khem Raj wrote: > >> This will help in running ptests like core layer, right now there are >> just 3 but I hope to get more contributions now that infra

Re: [oe] [meta-java][PATCH] jsch,xerces-j: fix CVE_STATUS

2024-02-26 Thread Tim Orling
On Sat, Feb 24, 2024 at 3:40 AM Peter Marko via lists.openembedded.org wrote: > From: Peter Marko > > Last commit tried to convert CVE_CHECK_IGNORE to CVE_STATUS, > however it was done in wrong way and caused the CVEs > to be reported as open again. > > This fixes CVE_STATUS syntax. > > Merged.

Re: [oe] [meta-python][PATCH] python3-dasbus: Add new recipe

2024-05-29 Thread Tim Orling
On Tue, May 28, 2024 at 2:57 AM Yu, Mingli via lists.openembedded.org wrote: > From: Mingli Yu > > Dasbus is a DBus library written in Python 3, based on GLib > and inspired by pydbus. > > Signed-off-by: Mingli Yu > --- > .../recipes-devtools/python/python3-dasbus_1.7.bb | 15 +++

[oe] [PATCH 1/2] python3-pydantic-core: upgrade 2.16.3 -> 2.19.0

2024-06-13 Thread Tim Orling
From: Tim Orling * Refresh -crates.inc * Drop backported patch; merged upstream * Add python3-zoneinfo to RDEPENDS for ptest Full commit log: https://github.com/pydantic/pydantic-core/compare/v2.16.3...v2.19.0 Signed-off-by: Tim Orling --- Tested with meta-python-image-ptest-python3-pydantic

[oe] [PATCH 2/2] python3-pydantic: upgrade 2.7.3 -> 2.7.4

2024-06-13 Thread Tim Orling
From: Tim Orling https://docs.pydantic.dev/latest/changelog/#v274-2024-06-12 What's Changed * Packaging - Bump pydantic.v1 to v1.10.16 reference by @sydney-runkle in #9639 * Fixes - Specify recursive_guard as kwarg in FutureRef._evaluate by @vfazio in #9612 Full

Re: [oe] [meta-python][scarthgap][PATCH] python3-pyyaml-include: support native and nativesdk build

2024-06-17 Thread Tim Orling
Master already has this, so it is a backport request. Randy, I assume you verified both targets build without issue. On Mon, Jun 17, 2024 at 12:13 PM Randy MacLeod via lists.openembedded.org wrote: > From: Randy MacLeod > > Signed-off-by: Randy MacLeod > Signed-off-by: Khem Raj > --- >

Re: [oe] [meta-python][PATCH] python3-typer: add new recipe

2024-06-02 Thread Tim Orling
Can you look into adding ptest? We need to not keep adding that technical debt when adding new recipes. On Sun, Jun 2, 2024 at 5:39 AM Jan Vermaete via lists.openembedded.org wrote: > Signed-off-by: Jan Vermaete > --- > .../python/python3-typer_0.12.3.bb| 23 +++ >

Re: [oe] [meta-python][PATCH] python3-pydantic-core: Fix build with python 3.12.4

2024-06-12 Thread Tim Orling
On Wed, Jun 12, 2024 at 12:50 PM Khem Raj wrote: > This needs to be upgraded to 2.19+ but until then > backport a fix to keep it building. Thank you for the heads up. I’ll take a look tomorrow at the upgrade. > > Signed-off-by: Khem Raj > Cc: Tim Orling > --- >

Re: [oe] [meta-python][scarthgap][PATCH] python3-pyyaml-include: support native and nativesdk build

2024-06-18 Thread Tim Orling
On Tue, Jun 18, 2024 at 4:55 PM Randy MacLeod wrote: > On 2024-06-17 9:22 p.m., Randy MacLeod wrote: > > On 2024-06-17 7:36 p.m., Tim Orling wrote: > > Master already has this, so it is a backport request. > > Randy, I assume you verified both targets build without

Re: [oe] [meta-python][PATCH 2/3] python3-tornado: Upgrade 6.4 -> 6.4.1

2024-06-19 Thread Tim Orling
We should update to “inherit python_setuptools_build_meta” per https://github.com/tornadoweb/tornado/blob/2a0e1d13b5222dca4388c0ec8a4bb74ea6fa4af2/pyproject.toml#L3 On Wed, Jun 19, 2024 at 5:20 AM Leon Anavi via lists.openembedded.org wrote: > Upgrade to version 6.4.1: > > - Parsing of the

Re: [oe] [meta-python][PATCH 2/4] python3-requests-file: Upgrade 1.5.1 -> 2.1.0

2024-06-20 Thread Tim Orling
This should also be updated to inherit python_setuptools_build_meta per https://github.com/dashea/requests-file/blob/ce642a115d0cc7ee2d2cda614ce9b2a0bbebe562/pyproject.toml#L3 On Thu, Jun 20, 2024 at 6:53 AM Leon Anavi via lists.openembedded.org wrote: > Upgrade to release 2.1.0: > > - Correct

Re: [oe] [meta-python][PATCH 2/4] python3-requests-file: Upgrade 1.5.1 -> 2.1.0

2024-06-20 Thread Tim Orling
On Thu, Jun 20, 2024 at 7:01 AM Tim Orling wrote: > This should also be updated to inherit python_setuptools_build_meta per > > https://github.com/dashea/requests-file/blob/ce642a115d0cc7ee2d2cda614ce9b2a0bbebe562/pyproject.toml#L3 > <https://github.com/dashea/req

Re: [oe] [meta-python] [PATCH 09/25] python3-alembic: upgrade 1.13.1 -> 1.13.2

2024-07-01 Thread Tim Orling
This project has a proper project.toml and should inherit pythin_setuptools_build_meta instead of setuptools3 per https://github.com/sqlalchemy/alembic/blob/c57a5b7b4d88296bbfc73c1dd770a9122bc1002e/pyproject.toml#L2 On Sun, Jun 30, 2024 at 11:44 PM wangmy via lists.openembedded.org wrote: >

Re: [oe] [meta-java][kirkstone][PATCH] openjdk-8: Fix CVE-2024-20919 & CVE-2024-20921

2024-06-27 Thread Tim Orling
Pretty sure we need all of these CVEs fixed on master first before we back port to a stable branch. On Thu, Jun 27, 2024 at 9:40 PM Hitendra Prajapati via lists.openembedded.org wrote: > Backport fixes for: > > * CVE-2024-20919 - Upstream-Status: Backport from >

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

2024-06-28 Thread Tim Orling
Guðni, In your updates, make sure you are running with ptest enabled in DISTRO_FEATURES (default with poky) and then for any recipe that inherits ptest in meta-python (and probably meta-oe) you should be able to run: bitbake meta-python-image-ptest-python3-bleak bitbake -c testimage

<    4   5   6   7   8   9