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

2024-02-19 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:

[oe] [meta-python][PATCH] python3-pocketsphinx: Upgrade to 5.0.3

2024-02-19 Thread Khem Raj
License-Update: New licenses added for WebRTC json parser, and json escaping [1] https://github.com/cmusphinx/pocketsphinx/commit/4cb5845898c7d9e53688aba370ea3c00c0ef7db2 [2] https://github.com/cmusphinx/pocketsphinx/commit/6b9a923832a1fd77c5304eba18e63d8b0e2ef0b8 Signed-off-by: Khem Raj ---

[oe] [meta-gnome][PATCHv2] gedit: update 46.1 -> 46.2

2024-02-19 Thread Markus Volk
Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gedit/gedit/0001-fix-for-clang-18.patch | 32 +++ .../gedit/{gedit_46.1.bb => gedit_46.2.bb}| 3 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644

Re: [oe] [meta-gnome][PATCH 2/2] gedit: update 46.1 -> 46.2

2024-02-19 Thread Khem Raj
On Mon, Feb 19, 2024 at 9:35 PM wrote: > > There is already an issue for this: > https://gitlab.gnome.org/GNOME/gedit/-/issues/588 > > Unlike gtksourceview, libgedit-gtksourceview seems to be missing > gtk_source_style_copy(). > I was able to fix the build by doing so, but perhaps it would be

Re: [oe] [meta-gnome][PATCH 2/2] gedit: update 46.1 -> 46.2

2024-02-19 Thread Markus Volk
There is already an issue for this: Unlike gtksourceview, libgedit-gtksourceview seems to be missing gtk_source_style_copy(). I was able to fix the build by doing so, but perhaps it would be best to wait and see what the developers of gedit

Re: [oe] [meta-python][PATCH 4/8] python3-parse: add back working ptests

2024-02-19 Thread Tim Orling
2024-02-19 18:27:51 - INFO - WARNING: meta-python-image-ptest-python3-parse-1.0-r0 do_testimage: There were failing ptests. 2024-02-19 18:27:51 - INFO - AssertionError: 2024-02-19 18:27:51 - INFO - ptests which had no test results: 2024-02-19 18:27:51 - INFO - ['python3-parse']

Re: [oe] [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest

2024-02-19 Thread Tim Orling
2024-02-19 18:23:55 - INFO - WARNING: meta-python-image-ptest-python3-msgpack-1.0-r0 do_testimage: There were failing ptests. 2024-02-19 18:23:55 - INFO - AssertionError: 2024-02-19 18:23:55 - INFO - ptests which had no test results: 2024-02-19 18:23:55 - INFO -

Re: [oe] [meta-python][PATCH 3/8] python3-jsmin: re-add functional ptests

2024-02-19 Thread Tim Orling
2024-02-19 18:19:43 - INFO - WARNING: meta-python-image-ptest-python3-jsmin-1.0-r0 do_testimage: There were failing ptests. 2024-02-19 18:19:43 - INFO - self.fail(failmsg) 2024-02-19 18:19:43 - INFO - AssertionError: 2024-02-19 18:19:43 - INFO - ptests which had no test results:

Re: [oe] [meta-python][PATCH 5/8] python3-jdcal: re-add functional ptests

2024-02-19 Thread Tim Orling
No ptest results, so this is still considered PTESTS_PROBLEMS_META_PYTHON Can you check again? 2024-02-19 18:18:16 - INFO - WARNING: meta-python-image-ptest-python3-jdcal-1.0-r0 do_testimage: There were failing ptests. 2024-02-19 18:18:16 - INFO - Traceback (most recent call last):

[oe] [meta-python][PATCH v2 3/3] python3-pytest-lazy-fixture: drop recipe

2024-02-19 Thread Tim Orling
This recipe is no longer maintained (since 2020) and is not compliant with python3-pytest_8.0.0+. The only dependency in meta-python was the old version of python3-prettytable-ptest, which now RDEPENDS upon python3-pytest-lazy-fixtures (with the s). * Drop the recipe * Drop it from

[oe] [meta-python][PATCH v2 2/3] python3-prettytable: upgrade 3.9.0 => 3.10.0; fix ptests

2024-02-19 Thread Tim Orling
* Add all tests/* to be more complete and also to help pytest find the tests (previously, no test cases were actually being run) * Sort RDEPENDS alphabetically * ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s) instead of python3-pytest-lazy-fixture (without the s) because

[oe] [meta-python][PATCH v2 1/3] python3-pytest-lazy-fixtures: add 1.0.5

2024-02-19 Thread Tim Orling
Use your fixtures in @pytest.mark.parametrize. This project was inspired by pytest-lazy-fixture. Improvements that have been made in this project: 1. You can use fixtures in any data structures 2. You can access the attributes of fixtures 3. You can use functions in fixtures * Dependency for

[oe] [meta-python][PATCH v2 0/3] python3-prettytable update; fix ptests

2024-02-19 Thread Tim Orling
The prior version did not run any ptests, since the test_prettytable.py was not discovered by pytest. Also, since python3-pytest upgrade to 8.0.0 the python3-pytest-lazy-fixture module was non-functional. * Add python3-pytest-lazy-fixtures (with the s) * Upgrade to the latest python3-prettytable

[oe] [meta-gnome][PATCH v2 5/5] meta-gnome: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling --- Changes in v2: Rebase on top of master-next meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH v2 4/5] meta-networking: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling --- Changes in v2: Rebase on top of master-next .../recipes-devtools/python/python3-scapy_2.5.0.bb| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[oe] [meta-filesystems][PATCH v2 3/5] meta-filesystems: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling --- Changes in v2: Rebased on top of master-next .../recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb | 2 +- meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | 2 +- 2 files

[oe] [meta-oe][PATCH v2 2/5] meta-oe: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling --- Changes in v2: Rebase on top of master-next .../recipes-extended/isomd5sum/isomd5sum_1.2.4.bb| 6 +++--- .../libpwquality/libpwquality_1.4.5.bb | 2 +-

[oe] [PATCH v2 0/5] python: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python 2 is long unsupported, so we no longer need to carry around the ${PYTHON_PN} variable. Clean house in all meta-openembedded/* usage. The following changes since commit a6b01f1798743fe357f66a6a7957d0bdd86bc29b: python3-license-expression: re-enable passing ptests for the package

Re: [oe] [meta-gnome][PATCH 2/2] gedit: update 46.1 -> 46.2

2024-02-19 Thread Khem Raj
with clang (clang-18) I am seeing this error https://errors.yoctoproject.org/Errors/Details/753847/ On Sun, Feb 18, 2024 at 11:01 PM Markus Volk wrote: > > Signed-off-by: Markus Volk > --- > meta-gnome/recipes-gnome/gedit/{gedit_46.1.bb => gedit_46.2.bb} | 2 +- > 1 file changed, 1

Re: [oe] [meta-python][PATCH 0/3] python3-prettytable update; fix ptests

2024-02-19 Thread Khem Raj
cool. Please rebase it on top of master-next and re-send. On Mon, Feb 19, 2024 at 4:47 PM Tim Orling wrote: > > The prior version did not run any ptests, since the test_prettytable.py was > not discovered by pytest. Also, since python3-pytest upgrade to 8.0.0 the > python3-pytest-lazy-fixture

Re: [oe] [PATCH 0/5] python: drop ${PYTHON_PN}

2024-02-19 Thread Khem Raj
could you rebase it on top of master-next and re-send please. On Mon, Feb 19, 2024 at 11:23 AM Tim Orling wrote: > > python 2 is long unsupported, so we no longer need to carry around the > ${PYTHON_PN} variable. > > Clean house in all meta-openembedded/* usage. > > The following changes since

[oe] [meta-python][PATCH 3/3] python3-pytest-lazy-fixture: drop recipe

2024-02-19 Thread Tim Orling
This recipe is no longer maintained (since 2020) and is not compliant with python3-pytest_8.0.0+. The only dependency in meta-python was the old version of python3-prettytable-ptest, which now RDEPENDS upon python3-pytest-lazy-fixtures (with the s). Drop the recipe Drop it from

[oe] [meta-python][PATCH 2/3] python3-prettytable: upgrade 3.9.0 => 3.10.0; fix ptests

2024-02-19 Thread Tim Orling
* Add all tests/* to be more complete and also to help pytest find the tests (previously, no test cases were actually being run) * Sort RDEPENDS alphabetically * ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s) instead of python3-pytest-lazy-fixture (without the s) because

[oe] [meta-python][PATCH 1/3] python3-pytest-lazy-fixtures: add 1.0.5

2024-02-19 Thread Tim Orling
Use your fixtures in @pytest.mark.parametrize. This project was inspired by pytest-lazy-fixture. Improvements that have been made in this project: 1. You can use fixtures in any data structures 2. You can access the attributes of fixtures 3. You can use functions in fixtures * Dependency for

[oe] [meta-python][PATCH 0/3] python3-prettytable update; fix ptests

2024-02-19 Thread Tim Orling
The prior version did not run any ptests, since the test_prettytable.py was not discovered by pytest. Also, since python3-pytest upgrade to 8.0.0 the python3-pytest-lazy-fixture module was non-functional. * Add python3-pytest-lazy-fixtures (with the s) * Upgrade to the latest python3-prettytable

[oe] [meta-python][PATCH 8/8] python3-license-expression: re-enable passing ptests for the package

2024-02-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index

[oe] [meta-python][PATCH 7/8] python-inotify: re-enable working ptests for the package

2024-02-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index

[oe] [meta-python][PATCH 6/8] python3-gunicorn: re-enable working ptests for the package

2024-02-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index

[oe] [meta-python][PATCH 5/8] python3-jdcal: re-add functional ptests

2024-02-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index

[oe] [meta-python][PATCH 4/8] python3-parse: add back working ptests

2024-02-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index

[oe] [meta-python][PATCH 3/8] python3-jsmin: re-add functional ptests

2024-02-19 Thread Derek Straka
Supress warnings about syntax for the tests Signed-off-by: Derek Straka --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- meta-python/recipes-devtools/python/python3-jsmin/run-ptest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest

2024-02-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index

[oe] [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest

2024-02-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc

[oe] [meta-python][PATCH] python3-pyproject-metadata: move to oe-core

2024-02-19 Thread Tim Orling
This is a dependency for python3-meson-python. This was missed in the earlier round of moving to oe-core. Signed-off-by: Tim Orling --- .../python/python3-pyproject-metadata_0.7.1.bb | 16 1 file changed, 16 deletions(-) delete mode 100644

[oe] [meta-networking][PATCH 4/5] meta-networking: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-scapy_2.5.0.bb| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb

[oe] [meta-gnome][PATCH 5/5] meta-gnome: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling --- meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb

[oe] [meta-filesystems][PATCH 3/5] meta-filesystems: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling --- .../recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb | 2 +- meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[oe] [meta-oe][PATCH 2/5] meta-oe: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling --- .../recipes-extended/isomd5sum/isomd5sum_1.2.4.bb| 6 +++--- .../libpwquality/libpwquality_1.4.5.bb | 2 +- meta-oe/recipes-extended/mraa/mraa_git.bb| 10 +-

[oe] [PATCH 0/5] python: drop ${PYTHON_PN}

2024-02-19 Thread Tim Orling
python 2 is long unsupported, so we no longer need to carry around the ${PYTHON_PN} variable. Clean house in all meta-openembedded/* usage. The following changes since commit ae28f34aab8c7e32e610446fe82868dc020e088a: python3-meson-python: move to oe-core (2024-02-19 10:22:55 -0800) are

[oe] [meta-gnome][PATCH 1/4] mutter: update 45.3 -> 45.4

2024-02-19 Thread Markus Volk
45.4 * Restore IM state flushing before handling key events [Carlos; !3536] * Fixed crashes [Carlos, Olivier; !3523, !3562] Contributors: Olivier Fourdan, Carlos Garnacho Translators: Efstathios Iosifidis [el] Signed-off-by: Markus Volk --- .../recipes-gnome/mutter/{mutter_45.3.bb =>

[oe] [meta-gnome][PATCH 4/4] dav1d: update 1.3.0 -> 1.4.0

2024-02-19 Thread Markus Volk
Changes for 1.4.0 'Road Runner': -- 1.4.0 is a medium release of dav1d, focusing on new architecture support and optimizations - AVX-512 optimizations for z1, z2, z3 in 8bit and high-bitdepth - New architecture supported: loongarch - Loongarch

[oe] [meta-gnome][PATCH 3/4] gnome-control-center: update 45.2 -> 45.3

2024-02-19 Thread Markus Volk
Version 45.3 Datetime - Fix build with -Wincompatible-pointer-types Region - Prevent preview crash from accessing invalid pointer Wifi - Fix build with -Wincompatible-pointer-types Signed-off-by: Markus Volk --- ...nome-control-center_45.2.bb =>

[oe] [meta-gnome][PATCH 2/4] gnome-shell: update 45.3 -> 45.4

2024-02-19 Thread Markus Volk
45.4 * Close mount notification when drive gets disconnected [Florian; !3089] * Fix feedback look in keyboard backlight slider [Barnabás; !3086] * Fix menu alignment in RTL locales [Florian; !3151] * overview: Keep dimming effect for modal dialogs [Florian; !3150] * Fix overview transition

[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_0.15.0.bb |

[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
The "mesonpy" PEP-517 build backend is declared by python3-numpy in pyproject.toml, so it is time to move this to oe-core. This should not be build-tested/merged until the move to oe-core is complete:

[oe][meta-oe][kirkstone][PATCH 1/1] mbedtls: Upgrade 3.5.0 -> 3.5.2

2024-02-19 Thread Soumya via lists.openembedded.org
From: Soumya Sambu * Includes security fix for CVE-2024-23170 - Timing side channel in private key RSA operations * Includes security fix for CVE-2024-23775 - Buffer overflow in mbedtls_x509_set_extension() Use canonical URL, add UPSTREAM_CHECK_GITTAGREGEX. License-update: Upstream clarified

[oe][meta-oe][kirkstone][PATCH 1/1] mbedtls: upgrade 2.28.5 -> 2.28.7

2024-02-19 Thread Soumya via lists.openembedded.org
From: Soumya Sambu Includes security fixes for: CVE-2024-23170 - Timing side channel in private key RSA operations CVE-2024-23775 - Buffer overflow in mbedtls_x509_set_extension() License updated to dual Apache-2.0 OR GPL-2.0-or-later. Changelog:

[oe] [meta-oe][dunfell][PATCH] libuv: fix CVE-2024-24806

2024-02-19 Thread Hugo Simeliere via lists.openembedded.org
From: Hugo SIMELIERE Upstream-Status: Backport[https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629] Upstream-Status: Backport[https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70]> Signed-off-by: Hugo SIMELIERE ---

[oe] [meta-python] [PATCH 23/23] python3-gevent: upgrade 23.9.1 -> 24.2.1

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-_setuputils.py-Do-not-add-sys_inc_dir.patch refreshed for 24.2.1 Changelog: === -Add support for Python patch releases 3.11.8 and 3.12.2, which changed internal details of threading. -Errors raised from subprocess.Popen may not have a filename set.

[oe] [meta-python] [PATCH 21/23] python3-elementpath: upgrade 4.2.0 -> 4.3.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Change the purpose of the evaluation with a dynamic schema context, that is now used only for labeling tokens with XSD types -The static evaluation is now performed also when a schema is provided to the parser -First tests with Python 3.13 pre-releases

[oe] [meta-python] [PATCH 15/23] python3-awesomeversion: upgrade 23.11.0 -> 24.2.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == Implement handling of 0x prefixed hex strings Signed-off-by: Wang Mingyu --- ...esomeversion_23.11.0.bb => python3-awesomeversion_24.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH 20/23] python3-dnspython: upgrade 2.5.0 -> 2.6.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-dnspython_2.5.0.bb => python3-dnspython_2.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dnspython_2.5.0.bb => python3-dnspython_2.6.0.bb} (88%) diff --git

[oe] [meta-python] [PATCH 19/23] python3-django: upgrade 5.0.1 -> 5.0.2

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Reallowed, following a regression in Django 5.0.1, filtering against local foreign keys not included in ModelAdmin.list_filter (#35087). -Fixed a regression in Django 5.0 where links in the admin had an incorrect color (#35121). -Fixed a bug in Django

[oe] [meta-python] [PATCH 22/23] python3-engineio: upgrade 4.8.2 -> 4.9.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -More robust handling of polling disconnects -Clearer client logs after disconnect Signed-off-by: Wang Mingyu --- .../{python3-engineio_4.8.2.bb => python3-engineio_4.9.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH 17/23] python3-cantools: upgrade 39.4.3 -> 39.4.4

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: slight modification to regex to enable small scaling factors that have scientific numbers in them Signed-off-by: Wang Mingyu --- .../{python3-cantools_39.4.3.bb => python3-cantools_39.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH 18/23] python3-cmake: upgrade 3.28.1 -> 3.28.3

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -chore(deps): bump cmake from 3.27.9 to 3.28.1 -ci: group dependabot updates -chore(deps): update pre-commit hooks -chore(deps): bump the actions group with 1 update -Update to OpenSSL 3.0.13 -chore(ci): use 4 threads to compile on GHA -Update to CMake

[oe] [meta-python] [PATCH 16/23] python3-bidict: upgrade 0.22.1 -> 0.23.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: Copyright year updated to 2024 Changelog: -Drop support for Python 3.7, which reached end of life on 2023-06-27, and take advantage of features available in Python 3.8+. -Remove FrozenOrderedBidict now that Python 3.7 is no longer supported.

[oe] [meta-oe] [PATCH 13/23] ostree: upgrade 2024.1 -> 2024.3

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -prepare-root: Unify root.transient with composefs -libostree: write selinux xattr when on non-selinux systems -ostree.repo-config(5): Fix a typo -Expose MOUNT_ATTR_IDMAP detection result to C code -docs/atomic-rollbacks: Add a section on rollbacks

[oe] [meta-python] [PATCH 14/23] python3-aiohue: upgrade 4.7.0 -> 4.7.1

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = #281 - Treat EffectStatus.NO_EFFECT the same as None #262 - Allow a scene's palette to be absent Signed-off-by: Wang Mingyu --- .../python/{python3-aiohue_4.7.0.bb => python3-aiohue_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe] [PATCH 12/23] mpich: upgrade 4.1.2 -> 4.2.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://www.mpich.org/2024/02/09/mpich-4-2-0-released/ License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu --- .../recipes-devtools/mpich/{mpich_4.1.2.bb => mpich_4.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-perl] [PATCH 10/23] libmime-types-perl: upgrade 2.24 -> 2.26

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - iana updates - support multi-level extensions. Signed-off-by: Wang Mingyu --- .../{libmime-types-perl_2.24.bb => libmime-types-perl_2.26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe] [PATCH 11/23] logwatch: upgrade 7.9 -> 7.10

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../logwatch/{logwatch_7.9.bb => logwatch_7.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/logwatch/{logwatch_7.9.bb => logwatch_7.10.bb} (96%) diff --git

[oe] [meta-oe] [PATCH 08/23] libei: upgrade 1.2.0 -> 1.2.1

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-graphics/wayland/{libei_1.2.0.bb => libei_1.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/wayland/{libei_1.2.0.bb => libei_1.2.1.bb} (92%) diff --git

[oe] [meta-oe] [PATCH 09/23] libmanette: upgrade 0.2.6 -> 0.2.7

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * Allow building as a static library * ManetteMappingManager: - Strip leading and trailing spaces from mappings * ManetteMonitor - Always use file backend in Flatpak - Skip non-evdev devices - Fix object construction * Various cleanups Signed-off-by:

[oe] [meta-oe] [PATCH 07/23] isomd5sum: upgrade 1.2.3 -> 1.2.4

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Add support for riscv64 -workflows: Update to use actions/checkout -Fix checksum failure with small isos -test: Update testing to include small iso and larger iso -Add a GitHub Action to run tests -Add mips64 -testpyisomd5sum.py: Support genisoimage,

[oe] [meta-gnome] [PATCH 05/23] gnome-bluetooth: upgrade 42.7 -> 42.8

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: -This update fixes problems with some devices not disappearing from the list of quick settings in GNOME Shell. Signed-off-by: Wang Mingyu --- .../{gnome-bluetooth_42.7.bb => gnome-bluetooth_42.8.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-gnome] [PATCH 06/23] gnome-keyring: upgrade 42.1 -> 46.1

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch refreshed for 46.1 Changelog: = * ssh-agent: avoid deadlock when agent process dies before we connect to it * gkm: fix test-sexp with GCC 14 * Updated translations Signed-off-by: Wang Mingyu ---

[oe] [meta-gnome] [PATCH 04/23] gjs: upgrade 1.78.3 -> 1.78.4

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: package: Specify GIRepository version Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gnome/gjs/{gjs_1.78.3.bb => gjs_1.78.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gjs/{gjs_1.78.3.bb => gjs_1.78.4.bb} (92%)

[oe] [meta-oe] [PATCH 02/23] btop: upgrade 1.3.0 -> 1.3.2

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = -fix: Can't detect librocm 6.0.x -GPU: Added support for dynamic loading of ROCm v6 libraries -Increase max network interface name to 15 -Fix OpenBSD UTF-8 locale detection -Add hot-reloading of config file with CTRL+R or SIGUSR2 signal -Add battery power

[oe] [meta-gnome] [PATCH 03/23] gegl: upgrade 0.4.46 -> 0.4.48

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: -GeglColor extended with GBytes API, and space aware accesors for RGB and CMYK. Better runtime handling of mismatched GEGL ops in graphs. Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gimp/gegl/{gegl_0.4.46.bb => gegl_0.4.48.bb} | 2 +- 1 file changed, 1

[oe] [meta-gnome] [PATCH 01/23] babl: upgrade 0.1.106 -> 0.1.108

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: "double" and "half" support in cli-tool, build fixes. Signed-off-by: Wang Mingyu --- .../recipes-gimp/babl/{babl_0.1.106.bb => babl_0.1.108.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gimp/babl/{babl_0.1.106.bb =>

[oe] [meta-oe][kirkstone][PATCH] meta-oe: kernel-selftest: Add few more testcases

2024-02-19 Thread Chirag Shilwant via lists.openembedded.org
- This commit will build and install following testcases under /usr/kernel-selftest of filesystem, * ptp * timers - Backporting the commit from master 02806ed4c16d7e6f80653baec71be071d4e8f9c0 Signed-off-by: Chirag Shilwant --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb