Re: [oe] [meta-python][PATCH] python3-pandas: upgrade 2.0.3 -> 2.2.2

2024-08-12 Thread Khem Raj
On Mon, Aug 12, 2024 at 11:20 AM Trevor Gamblin via lists.openembedded.org wrote: > > pandas 2.2.2 is the first version compatible with numpy 2.0.x. > > The package now uses meson as the build backend, so change the recipe to > inherit that. > > Its pyproject.toml pins required versions for Cython

[oe] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2024-08-12 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer

Re: [oe] [meta-oe][v2 PATCH] liblinebreak: remove obsolete library

2024-08-12 Thread Randy MacLeod via lists.openembedded.org
On 2024-08-12 5:13 p.m., Khem Raj wrote: I have rebased it on master already, please check master-next if its alright. LGTM.  Sorry for the noise, Monday and lack of sending patches lately! ../Randy On Mon, Aug 12, 2024 at 2:12 PM Randy MacLeod via lists.openembedded.org wrote: From: Rand

Re: [oe] [meta-oe][v2 PATCH] liblinebreak: remove obsolete library

2024-08-12 Thread Khem Raj
I have rebased it on master already, please check master-next if its alright. On Mon, Aug 12, 2024 at 2:12 PM Randy MacLeod via lists.openembedded.org wrote: > > From: Randy MacLeod > > liblinebreak has no users in meta-oe or in the layer index: > > https://layers.openembedded.org/layerindex

[oe] [meta-oe][v2 PATCH] liblinebreak: remove obsolete library

2024-08-12 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod liblinebreak has no users in meta-oe or in the layer index: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Aliblinebreak so remove it. The upstream is has not been maintained for some time: https://vimgadgets.sourceforge.net/liblinebreak/

Re: [oe] [meta-oe][PATCH] liblinebreak: remove obsolete library

2024-08-12 Thread Randy MacLeod via lists.openembedded.org
On 2024-08-12 3:38 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod liblinebreak has no users in meta-oe or in the layer index: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Aliblinebreak so remove it. The upstream is has not been mai

[oe] [scarthgap][meta-oe][PATCH 3/3] libjs-jquery-icheck: Correct LIC_FILES_CHKSUM

2024-08-12 Thread Peter Kjellerstedt
Only include the lines from icheck.js that cover the copyright and the license text. License-Update: Only include the relevant parts of icheck.js Signed-off-by: Peter Kjellerstedt --- meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [scarthgap][meta-oe][PATCH 1/3] hostapd: Support running "devtool modify hostapd"

2024-08-12 Thread Peter Kjellerstedt
For "devtool modify" to work correctly, ${B} needs to match ${S}. Signed-off-by: Peter Kjellerstedt --- .../recipes-connectivity/hostapd/hostapd_2.10.bb| 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb b/me

[oe] [scarthgap][meta-oe][PATCH 2/3] hostapd: Only include the relevant parts from README in LIC_FILES_CHKSUM

2024-08-12 Thread Peter Kjellerstedt
Only include the lines from the README that cover the copyright and the license text. License-Update: Only include the relevant parts of the README Signed-off-by: Peter Kjellerstedt --- meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[oe] [scarthgap][meta-oe][PATCH 0/3] Backport of three patches from master

2024-08-12 Thread Peter Kjellerstedt
Peter Kjellerstedt (3): hostapd: Support running "devtool modify hostapd" hostapd: Only include the relevant parts from README in LIC_FILES_CHKSUM libjs-jquery-icheck: Correct LIC_FILES_CHKSUM .../recipes-connectivity/hostapd/hostapd_2.10.bb | 15 ++- .../libjs/libjs-jquer

[oe] [meta-oe][PATCH] liblinebreak: remove obsolete library

2024-08-12 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod liblinebreak has no users in meta-oe or in the layer index: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Aliblinebreak so remove it. The upstream is has not been maintained for some time: https://vimgadgets.sourceforge.net/liblinebreak/

Re: [oe] [PATCH] netplan: add missing runtime dependencies

2024-08-12 Thread Khem Raj
sadly this did not apply directly on master, but it is needed on master so I have to massage it a bit. Please check master-next and see if all is ok. On Mon, Aug 12, 2024 at 2:52 AM Esben Haabendal via lists.openembedded.org wrote: > > The json module is used in several cli commands. > > The fcnt

Re: [oe] [PATCH] cjson : fix CVE-2024-31755

2024-08-12 Thread Khem Raj
we are on 1.7.18 already on master branch, so this patch is not needed on master. On Mon, Aug 12, 2024 at 3:36 AM dchellam via lists.openembedded.org wrote: > > From: Divya Chellam > > cJSON v1.7.17 was discovered to contain a segmentation violation, > which can trigger through the second parame

[oe] [meta-python][PATCH] python3-pandas: upgrade 2.0.3 -> 2.2.2

2024-08-12 Thread Trevor Gamblin
pandas 2.2.2 is the first version compatible with numpy 2.0.x. The package now uses meson as the build backend, so change the recipe to inherit that. Its pyproject.toml pins required versions for Cython and meson, but newer upstream pandas releases are using different versions and compatibility s

[oe] [meta-python][PATCH 3/3] python3-apispec: Upgrade 6.4.0 -> 6.6.1

2024-08-12 Thread Leon Anavi
Upgrade to release 6.6.1: - Add IP fields to DEFAULT_FIELD_MAPPING (:pr:`892) to document format - MarshmallowPlugin: Fix handling of Nested fields with allow_none=True The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes: WARNING: python3-a

[oe] [meta-python][PATCH 2/3] python3-transitions: Upgrade 0.9.1 -> 0.9.2

2024-08-12 Thread Leon Anavi
Upgrade to release 0.9.2: - Bug: Decorate models appropriately when HierarchicalMachine is passed to add_state - Bug: Let may_ check all parallel states in processing order - Bug: HSM.is_state works with parallel states now - Feature: Add may_trigger to models to check whether transitions ca

[oe] [meta-python][PATCH 1/3] python3-prettytable: Upgrade 3.10.2 -> 3.11.0

2024-08-12 Thread Leon Anavi
Upgrade to release 3.11.0: - Attest build provenance of artifacts - Add field selection to CSV and JSON outputs - Add options to disable escaping HTML tables Signed-off-by: Leon Anavi --- ...hon3-prettytable_3.10.2.bb => python3-prettytable_3.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 d

[oe] [PATCH] cjson : fix CVE-2024-31755

2024-08-12 Thread dchellam via lists.openembedded.org
From: Divya Chellam cJSON v1.7.17 was discovered to contain a segmentation violation, which can trigger through the second parameter of function cJSON_SetValuestring at cJSON.c. Reference: https://security-tracker.debian.org/tracker/CVE-2024-31755 Upstream-patch: https://github.com/DaveGamble/c

[oe] [PATCH] netplan: add missing runtime dependencies

2024-08-12 Thread Esben Haabendal
The json module is used in several cli commands. The fcntl module is used in terminal input handling. Signed-off-by: Esben Haabendal --- .../meta-python/recipes-connectivity/netplan/netplan_1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/dynamic-layers/meta-python/recip

[oe][kirkstone][PATCH v2] rocksdb: Add an option to set static library

2024-08-12 Thread Nikhil via lists.openembedded.org
Modify the CMakeLists.txt to add an Option for STATIC target, as available for shared library. Link: https://github.com/facebook/rocksdb/pull/12890 Configure static library default to switched off as shared libraries are sufficient in most cases. Signed-off-by: Bhabu Bindu --- .../files/static

[oe][scarthgap][master][PATCH v2] rocksdb: Add an option to set static library

2024-08-12 Thread Nikhil via lists.openembedded.org
Modify the CMakeLists.txt to add an Option for STATIC target import, as available for shared library. Link: https://github.com/facebook/rocksdb/pull/12890 Configure static library default to switched off as shared libraries are sufficient in most cases. Signed-off-by: Bhabu Bindu --- .../files