All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63
@ 2025-02-10  9:00 wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 02/66] botan: upgrade 3.6.1 -> 3.7.1 wangmy
                   ` (64 more replies)
  0 siblings, 65 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../apache2/{apache2_2.4.62.bb => apache2_2.4.63.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.62.bb => apache2_2.4.63.bb} (99%)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb
similarity index 99%
rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb
rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb
index 4db672c9ab..d4ae26d9c7 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb
@@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \
            "
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3"
-SRC_URI[sha256sum] = "674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec"
+SRC_URI[sha256sum] = "88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab"
 
 S = "${WORKDIR}/httpd-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 02/66] botan: upgrade 3.6.1 -> 3.7.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 03/66] ctags: upgrade 6.1.20250119.0 -> 6.1.20250202.0 wangmy
                   ` (63 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025.

Changelog:
 https://botan.randombit.net/news.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-crypto/botan/{botan_3.6.1.bb => botan_3.7.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-crypto/botan/{botan_3.6.1.bb => botan_3.7.1.bb} (91%)

diff --git a/meta-oe/recipes-crypto/botan/botan_3.6.1.bb b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb
similarity index 91%
rename from meta-oe/recipes-crypto/botan/botan_3.6.1.bb
rename to meta-oe/recipes-crypto/botan/botan_3.7.1.bb
index c9f977bb4c..a9d080c9a5 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.6.1.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb
@@ -1,11 +1,11 @@
 SUMMARY = "Crypto and TLS for C++11"
 HOMEPAGE = "https://botan.randombit.net"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://license.txt;md5=573e74513ae3057b04757df65b537de0"
+LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e"
 SECTION = "libs"
 
 SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
-SRC_URI[sha256sum] = "7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089"
+SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b"
 
 S = "${WORKDIR}/Botan-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 03/66] ctags: upgrade 6.1.20250119.0 -> 6.1.20250202.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 02/66] botan: upgrade 3.6.1 -> 3.7.1 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 04/66] dool: upgrade 1.3.3 -> 1.3.4 wangmy
                   ` (62 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ctags/{ctags_6.1.20250119.0.bb => ctags_6.1.20250202.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20250119.0.bb => ctags_6.1.20250202.0.bb} (95%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250119.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250202.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20250119.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20250202.0.bb
index 5281d79c4c..16047591b7 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250119.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250202.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "e2308b07c4d8e4d3b6b59547e75f51b1c6046f29"
+SRCREV = "ba8960c3b26ca92f710d9dbbf45802cdd2a3fbd9"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 04/66] dool: upgrade 1.3.3 -> 1.3.4
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 02/66] botan: upgrade 3.6.1 -> 3.7.1 wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 03/66] ctags: upgrade 6.1.20250119.0 -> 6.1.20250202.0 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 05/66] flatbuffers: upgrade 24.12.23 -> 25.1.24 wangmy
                   ` (61 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Fix plugin loading for Python 3.13
- Added rudimentary Debian packaging information
- fix undefined variable 'mod' in plugin loading error reporting
- Tweaked the header lines to be + after an entire page has scrolled by
- Added documentation on how to package Dool
- Lots of work in packaging up RPM and Deb files
- Fix the top-io (all IO) and top-bio (Block IO) plugins and clarify the source of data for each

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/dool/{dool_1.3.3.bb => dool_1.3.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/dool/{dool_1.3.3.bb => dool_1.3.4.bb} (93%)

diff --git a/meta-oe/recipes-support/dool/dool_1.3.3.bb b/meta-oe/recipes-support/dool/dool_1.3.4.bb
similarity index 93%
rename from meta-oe/recipes-support/dool/dool_1.3.3.bb
rename to meta-oe/recipes-support/dool/dool_1.3.4.bb
index ba75a632ec..25662a0271 100644
--- a/meta-oe/recipes-support/dool/dool_1.3.3.bb
+++ b/meta-oe/recipes-support/dool/dool_1.3.4.bb
@@ -12,7 +12,7 @@ RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell pyth
 SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
           "
 
-SRCREV = "e42e8c73043127283762eb52a2e31b7ab0aac177"
+SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 05/66] flatbuffers: upgrade 24.12.23 -> 25.1.24
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (2 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 04/66] dool: upgrade 1.3.3 -> 1.3.4 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 06/66] gnome-system-monitor: upgrade 47.0 -> 47.1 wangmy
                   ` (60 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
* Mostly related to bazel build support.
* Min bazel supported is now 7 or higher, as WORKSPACE files are removed
* Minor C++ codegen fix removing extra semicolon
* Rust Full Reflection
* Mostly documentation updates hosted at https://flatbuffers.dev

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
index 39639a05f1..e0b5a8c631 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
@@ -1,3 +1,3 @@
-PV = "24.12.23"
-SRCREV = "a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757"
+PV = "25.1.24"
+SRCREV = "0312061985dbaaf6b068006383946ac6095f5b63"
 SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-gnome] [PATCH 06/66] gnome-system-monitor: upgrade 47.0 -> 47.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (3 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 05/66] flatbuffers: upgrade 24.12.23 -> 25.1.24 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 07/66] gparted: upgrade 1.6.0 -> 1.7.0 wangmy
                   ` (59 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...nome-system-monitor_47.0.bb => gnome-system-monitor_47.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-system-monitor/{gnome-system-monitor_47.0.bb => gnome-system-monitor_47.1.bb} (88%)

diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb
similarity index 88%
rename from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.0.bb
rename to meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb
index 721ae5a943..e26ae991ff 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb
@@ -22,7 +22,7 @@ inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check get
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "polkit"
 
-SRC_URI[archive.sha256sum] = "ede7b925eb714d8b3c2bfbf7405a1b714494fe47e02f0af08f5837b3e256547f"
+SRC_URI[archive.sha256sum] = "d3c5714fd91fa7f05d6775e6797ccdab3149f131d1aa776a3352e2addb110f01"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-gnome] [PATCH 07/66] gparted: upgrade 1.6.0 -> 1.7.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (4 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 06/66] gnome-system-monitor: upgrade 47.0 -> 47.1 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-networking] [PATCH 08/66] libdaq: upgrade 3.0.17 -> 3.0.18 wangmy
                   ` (58 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
  * Recognise NBDs (Network Block Devices)
  * Add support for Bcachefs (experimental), single device file systems only
  * Prevent GParted probe starting LVM Volume Groups
  * Increase minimum required version of libparted to 3.2
  * Update CI jobs for Ubuntu 24.04 LTS and use Rocky Linux 8
  * Read exFAT file system usage from exfatprogs >= 1.2.3
  * Fix serial number for my USB key showing binary data
  * Add support for Bcachefs, single device file systems only
  * Prevent GParted probe starting LVM Volume Groups
  * Fix hang searching partitions when btrfs-progs not installed
  * Increase minimum required version of libparted to 3.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../gparted/{gparted_1.6.0.bb => gparted_1.7.0.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-extended/gparted/{gparted_1.6.0.bb => gparted_1.7.0.bb} (93%)

diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb
similarity index 93%
rename from meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb
rename to meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb
index ab2890679a..ec221a140f 100644
--- a/meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb
+++ b/meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb
@@ -11,7 +11,7 @@ SRC_URI = " \
     ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
     ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'file://0001-Install-polkit-action-unconditionally-executable-pke.patch', '', d)} \
 "
-SRC_URI[sha256sum] = "9b9f51b3ce494ddcb59a55e1ae6679c09436604e331dbf5a536d60ded6c6ea5b"
+SRC_URI[sha256sum] = "84ae3b9973e443a2175f07aa0dc2aceeadb1501e0f8953cec83b0ec3347b7d52"
 
 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gparted/files/gparted/"
 UPSTREAM_CHECK_REGEX = "gparted-(?P<pver>\d+\.(\d+)+(\.\d+)+)"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-networking] [PATCH 08/66] libdaq: upgrade 3.0.17 -> 3.0.18
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (5 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 07/66] gparted: upgrade 1.6.0 -> 1.7.0 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 09/66] libjcat: upgrade 0.2.2 -> 0.2.3 wangmy
                   ` (57 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 api: added a new dioctl for snort latency data

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../daq/{libdaq_3.0.17.bb => libdaq_3.0.18.bb}                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/daq/{libdaq_3.0.17.bb => libdaq_3.0.18.bb} (92%)

diff --git a/meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.18.bb
similarity index 92%
rename from meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb
rename to meta-networking/recipes-connectivity/daq/libdaq_3.0.18.bb
index 5ca91ced40..3823098f83 100644
--- a/meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb
+++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.18.bb
@@ -12,7 +12,7 @@ inherit autotools pkgconfig
 SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \
            file://0001-example-Use-lm-for-the-fst-module.patch"
 
-SRCREV = "4807f58587dee68f402f736b116c2b82a17459f0"
+SRCREV = "fc6f7d729b5ab65081abd3811dcd79a91c463b37"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 09/66] libjcat: upgrade 0.2.2 -> 0.2.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (6 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-networking] [PATCH 08/66] libdaq: upgrade 3.0.17 -> 3.0.18 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-perl] [PATCH 10/66] libmozilla-ca-perl: upgrade 20240924 -> 20250202 wangmy
                   ` (56 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Bugfixes:
==========
 - Do not close the base stream when using jcat_file_import_stream()
 - Skip ed25519 part of a test with -Ded25519=false

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libjcat/{libjcat_0.2.2.bb => libjcat_0.2.3.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-gnome/libjcat/{libjcat_0.2.2.bb => libjcat_0.2.3.bb} (95%)

diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb
similarity index 95%
rename from meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb
rename to meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb
index af516a77c6..0e6f4a2ed1 100644
--- a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb
+++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb
@@ -11,7 +11,7 @@ SRC_URI = "\
     git://github.com/hughsie/libjcat.git;branch=main;protocol=https \
     file://run-ptest \
 "
-SRCREV = "fc04ad2d4e65e55024a4507e0aaa2659a0a588a3"
+SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125"
 S = "${WORKDIR}/git"
 
 inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-perl] [PATCH 10/66] libmozilla-ca-perl: upgrade 20240924 -> 20250202
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (7 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 09/66] libjcat: upgrade 0.2.2 -> 0.2.3 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 11/66] libmxml: upgrade 4.0.3 -> 4.0.4 wangmy
                   ` (55 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...zilla-ca-perl_20240924.bb => libmozilla-ca-perl_20250202.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libmozilla/{libmozilla-ca-perl_20240924.bb => libmozilla-ca-perl_20250202.bb} (88%)

diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20240924.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb
similarity index 88%
rename from meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20240924.bb
rename to meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb
index a5de4f2269..0c12b46519 100644
--- a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20240924.bb
+++ b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb
@@ -10,7 +10,7 @@ LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://README;beginline=32;endline=39;md5=51e666dce556490a1132e937ad3f8729"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LW/LWP/Mozilla-CA-${PV}.tar.gz"
-SRC_URI[sha256sum] = "c4b1412bbc37dff8cf29af6f92cb47defbe90eebcbc29e407a98638f7a31bcd0"
+SRC_URI[sha256sum] = "32d43ce8cb3b201813898f0c4c593a08df350c1e47484e043fc8adebbda60dbf"
 
 S = "${WORKDIR}/Mozilla-CA-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 11/66] libmxml: upgrade 4.0.3 -> 4.0.4
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (8 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-perl] [PATCH 10/66] libmozilla-ca-perl: upgrade 20240924 -> 20250202 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 12/66] libpaper: upgrade 2.2.5 -> 2.2.6 wangmy
                   ` (54 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Added Linux-specific build files and dropped unused 'long long' config tests
- Documentation fixes
- Fixed an issue when reporting errors with a 'NULL' options pointer
- Fixed some compiler warnings
- Fixed installation on MingW

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libmxml/{libmxml_4.0.3.bb => libmxml_4.0.4.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libmxml/{libmxml_4.0.3.bb => libmxml_4.0.4.bb} (95%)

diff --git a/meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb
similarity index 95%
rename from meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb
rename to meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb
index 54582e7047..a271b697cd 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://www.msweet.org/mxml/"
 BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues"
 
 SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https"
-SRCREV = "804c4f4d922e4ca240ce2cad3ec7bc5d00c08691"
+SRCREV = "0d5afc4278d7a336d554602b951c2979c3f8f296"
 S = "${WORKDIR}/git"
 
 # Package does not support out of tree builds.
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 12/66] libpaper: upgrade 2.2.5 -> 2.2.6
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (9 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 11/66] libmxml: upgrade 4.0.3 -> 4.0.4 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 13/66] libspelling: upgrade 0.4.5 -> 0.4.6 wangmy
                   ` (53 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- .gitignore: add README, symlink created by bootstrap
- configure.ac: don't need to fiddle with manywarnings settings as much as we used to
- README.md: fix some markup
- configure.ac: add specific check for _NL_PAPER_WIDTH/HEIGHT
- GitHub Actions: use brew to get path prefix for PATH setting on macOS
- GitHub Actions: install libtool on macOS
- Assume automake >= 1.11.2, and hence AM_SILENT_RULES
- Make library versioned on Windows too
- Bump copyright year

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libpaper/{libpaper_2.2.5.bb => libpaper_2.2.6.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libpaper/{libpaper_2.2.5.bb => libpaper_2.2.6.bb} (80%)

diff --git a/meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb b/meta-oe/recipes-support/libpaper/libpaper_2.2.6.bb
similarity index 80%
rename from meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb
rename to meta-oe/recipes-support/libpaper/libpaper_2.2.6.bb
index 3b0e1bf0dd..4acf7fd473 100644
--- a/meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb
+++ b/meta-oe/recipes-support/libpaper/libpaper_2.2.6.bb
@@ -2,7 +2,7 @@ LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz"
-SRC_URI[sha256sum] = "7be50974ce0df0c74e7587f10b04272cd53fd675cb6a1273ae1cc5c9cc9cab09"
+SRC_URI[sha256sum] = "500d39dc58768ee09688738c8b5bfe07640ba2fd6c25a6dc78810eb69c719e93"
 
 UPSTREAM_CHECK_URI = "https://github.com/rrthomas/libpaper/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-gnome] [PATCH 13/66] libspelling: upgrade 0.4.5 -> 0.4.6
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (10 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 12/66] libpaper: upgrade 2.2.5 -> 2.2.6 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 14/66] libzip: upgrade 1.11.2 -> 1.11.3 wangmy
                   ` (52 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 * Improve detection of asynchronous fragment cancellation to break out
   of long-running spellchecking.
 * Fix Rust example and documentation links.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libspelling/{libspelling_0.4.5.bb => libspelling_0.4.6.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/libspelling/{libspelling_0.4.5.bb => libspelling_0.4.6.bb} (85%)

diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb
similarity index 85%
rename from meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb
rename to meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb
index 064dd0018c..b19c5f51e0 100644
--- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb
+++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb
@@ -16,4 +16,4 @@ GIDOCGEN_MESON_OPTION = 'docs'
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof"
 
-SRC_URI[archive.sha256sum] = "ec0372d83f42b65aee3734248ef8e2ffbfba4ea91268419c98ea44a00ef3e83f"
+SRC_URI[archive.sha256sum] = "3248a9b5336ea2f727d2db912d2f0083accc0505ce707679b3d9b8266c0101f5"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 14/66] libzip: upgrade 1.11.2 -> 1.11.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (11 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 13/66] libspelling: upgrade 0.4.5 -> 0.4.6 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-networking] [PATCH 15/66] memcached: upgrade 1.6.34 -> 1.6.36 wangmy
                   ` (51 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
* Report read error for corrupted encrypted file data.
* Avoid unnecessary seeks when writing archive.
* Don't hardcode '_Nullable' support in 'zip.h' to allow it to be used with different compilers.
* Improve check for GetSecurityInformation availability on Windows.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libzip/{libzip_1.11.2.bb => libzip_1.11.3.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libzip/{libzip_1.11.2.bb => libzip_1.11.3.bb} (91%)

diff --git a/meta-oe/recipes-extended/libzip/libzip_1.11.2.bb b/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb
similarity index 91%
rename from meta-oe/recipes-extended/libzip/libzip_1.11.2.bb
rename to meta-oe/recipes-extended/libzip/libzip_1.11.3.bb
index 527be364cb..2d26ea59b5 100644
--- a/meta-oe/recipes-extended/libzip/libzip_1.11.2.bb
+++ b/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb
@@ -21,6 +21,6 @@ inherit cmake
 
 SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "5d471308cef4c4752bbcf973d9cd37ba4cb53739116c30349d4764ba1410dfc1"
+SRC_URI[sha256sum] = "9509d878ba788271c8b5abca9cfde1720f075335686237b7e9a9e7210fe67c1b"
 
 BBCLASSEXTEND += "native"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-networking] [PATCH 15/66] memcached: upgrade 1.6.34 -> 1.6.36
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (12 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 14/66] libzip: upgrade 1.11.2 -> 1.11.3 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 16/66] mpich: upgrade 4.2.3 -> 4.3.0 wangmy
                   ` (50 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../memcached/{memcached_1.6.34.bb => memcached_1.6.36.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/memcached/{memcached_1.6.34.bb => memcached_1.6.36.bb} (95%)

diff --git a/meta-networking/recipes-support/memcached/memcached_1.6.34.bb b/meta-networking/recipes-support/memcached/memcached_1.6.36.bb
similarity index 95%
rename from meta-networking/recipes-support/memcached/memcached_1.6.34.bb
rename to meta-networking/recipes-support/memcached/memcached_1.6.36.bb
index e4966857bd..26a86d6f48 100644
--- a/meta-networking/recipes-support/memcached/memcached_1.6.34.bb
+++ b/meta-networking/recipes-support/memcached/memcached_1.6.36.bb
@@ -22,7 +22,7 @@ RDEPENDS:${PN} += "perl perl-module-posix perl-module-autoloader \
 SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz \
            file://memcached-add-hugetlbfs-check.patch \
            "
-SRC_URI[sha256sum] = "0d5380e2e0a5b4fcef1d89a368a11c4f06686c6017c1fff778b3b4578f0674ec"
+SRC_URI[sha256sum] = "2eeeadbe8ab6c6848654594733e9da4875be7fc870a2c28f651f5bdb4053d041"
 
 CVE_STATUS[CVE-2022-26635] = "disputed: this is a problem of applications using php-memcached inproperly"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 16/66] mpich: upgrade 4.2.3 -> 4.3.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (13 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-networking] [PATCH 15/66] memcached: upgrade 1.6.34 -> 1.6.36 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3 wangmy
                   ` (49 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updted to 2024

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-devtools/mpich/{mpich_4.2.3.bb => mpich_4.3.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/mpich/{mpich_4.2.3.bb => mpich_4.3.0.bb} (92%)

diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.2.3.bb b/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb
similarity index 92%
rename from meta-oe/recipes-devtools/mpich/mpich_4.2.3.bb
rename to meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb
index 941dbf68af..6babba3de7 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_4.2.3.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb
@@ -3,10 +3,10 @@ HOMEPAGE = "http://www.mpich.org/"
 SECTION = "devel"
 
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=7a88f0d96d0d7396a7c66bf353235b62"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a296dfb961b957b0e8adf67d8478d3d"
 
 SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
-SRC_URI[sha256sum] = "7a019180c51d1738ad9c5d8d452314de65e828ee240bcb2d1f80de9a65be88a8"
+SRC_URI[sha256sum] = "5e04132984ad83cab9cc53f76072d2b5ef5a6d24b0a9ff9047a8ff96121bcc63"
 
 RDEPENDS:${PN} += "bash perl libxml2"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (14 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 16/66] mpich: upgrade 4.2.3 -> 4.3.0 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-12 16:19   ` Markus Volk
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 18/66] multipath-tools: upgrade 0.10.0 -> 0.11.0 wangmy
                   ` (48 subsequent siblings)
  64 siblings, 1 reply; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- CI release service fix
- Extended user service (photo, contacts, folders, find)
- Improved mail service
- Add rate limiting support
- Fix pkgconfig file using wrong api version
- Set select scopes during requests
- Add support for business "Add to OneDrive" sharepoints

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../msgraph/{msgraph_0.2.3.bb => msgraph_0.3.3.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/msgraph/{msgraph_0.2.3.bb => msgraph_0.3.3.bb} (82%)

diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb
similarity index 82%
rename from meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb
rename to meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb
index f3f66c3dcf..fe4faff356 100644
--- a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb
+++ b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
 inherit gnomebase gobject-introspection gi-docgen features_check
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-SRC_URI[archive.sha256sum] = "ed42e800cb7f0a07477cd9e3e744cdc1a240a6ad7ab96b8a875806267a9fddb0"
+SRC_URI[archive.sha256sum] = "37d7e12f2a990490aea21184f0b27e0b915ebb4e5096f4d6632c62051c054012"
 
 GTKDOC_MESON_OPTION = "gtk_doc"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 18/66] multipath-tools: upgrade 0.10.0 -> 0.11.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (15 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 19/66] mutter: upgrade 47.4 -> 47.5 wangmy
                   ` (47 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0003-RH-don-t-start-without-a-config-file.patch
refreshed for 0.11.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0003-RH-don-t-start-without-a-config-file.patch | 13 +++++--------
 .../files/0005-RH-add-mpathconf.patch               |  9 +++------
 ...th-tools_0.10.0.bb => multipath-tools_0.11.0.bb} |  4 ++--
 3 files changed, 10 insertions(+), 16 deletions(-)
 rename meta-oe/recipes-support/multipath-tools/{multipath-tools_0.10.0.bb => multipath-tools_0.11.0.bb} (97%)

diff --git a/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch b/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch
index b11fb2c726..649f1fa778 100644
--- a/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch
+++ b/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch
@@ -1,4 +1,4 @@
-From 06a411b15e131eb4ebc2df95dc10fcff944bead6 Mon Sep 17 00:00:00 2001
+From 2fe1037b8198bd00961d8df48e684296758127d1 Mon Sep 17 00:00:00 2001
 From: Changqing Li <changqing.li@windriver.com>
 Date: Fri, 23 Nov 2018 17:25:15 +0800
 Subject: [PATCH] RH: don't start without a config file
@@ -28,7 +28,7 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com>
  5 files changed, 23 insertions(+)
 
 diff --git a/libmultipath/config.c b/libmultipath/config.c
-index 0e3a5cc1..3fbfcc85 100644
+index 8b424d18..d8fafa1f 100644
 --- a/libmultipath/config.c
 +++ b/libmultipath/config.c
 @@ -26,6 +26,7 @@
@@ -39,7 +39,7 @@ index 0e3a5cc1..3fbfcc85 100644
  
  /*
   * We don't support re-initialization after
-@@ -959,6 +960,23 @@ int init_config__ (const char *file, struct config *conf)
+@@ -937,6 +938,23 @@ int init_config__ (const char *file, struct config *conf)
  		}
  		factorize_hwtable(conf->hwtable, builtin_hwtable_size, file);
  		validate_pctable(conf->overrides, 0, file);
@@ -64,7 +64,7 @@ index 0e3a5cc1..3fbfcc85 100644
  
  	conf->processed_main_config = 1;
 diff --git a/libmultipath/config.h b/libmultipath/config.h
-index 94cdf252..534b6142 100644
+index 5b4ebf8c..2302eacc 100644
 --- a/libmultipath/config.h
 +++ b/libmultipath/config.h
 @@ -10,6 +10,7 @@
@@ -101,7 +101,7 @@ index 7bc8806e..315884eb 100644
  .
  .\" ----------------------------------------------------------------------------
 diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in
-index 646001e6..979e6f12 100644
+index b6a25b31..f78bb91b 100644
 --- a/multipathd/multipathd.service.in
 +++ b/multipathd/multipathd.service.in
 @@ -5,6 +5,7 @@ Before=local-fs-pre.target blk-availability.service shutdown.target
@@ -112,6 +112,3 @@ index 646001e6..979e6f12 100644
  Before=initrd-cleanup.service
  DefaultDependencies=no
  Conflicts=shutdown.target
--- 
-2.25.1
-
diff --git a/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch b/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch
index 36a7d4774b..e7ea374cd1 100644
--- a/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch
+++ b/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch
@@ -1,4 +1,4 @@
-From 30b85a61d665137ed1bca0d3e3d011c72758a192 Mon Sep 17 00:00:00 2001
+From 4035b48b512b5010b1c33aeba8c58cf2705bca83 Mon Sep 17 00:00:00 2001
 From: Changqing Li <changqing.li@windriver.com>
 Date: Mon, 26 Nov 2018 09:55:12 +0800
 Subject: [PATCH] RH: add mpathconf
@@ -29,10 +29,10 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com>
  create mode 100644 multipath/mpathconf.8
 
 diff --git a/libmultipath/config.c b/libmultipath/config.c
-index 3fbfcc85..fbaaca8c 100644
+index d8fafa1f..cba7994b 100644
 --- a/libmultipath/config.c
 +++ b/libmultipath/config.c
-@@ -962,6 +962,7 @@ int init_config__ (const char *file, struct config *conf)
+@@ -940,6 +940,7 @@ int init_config__ (const char *file, struct config *conf)
  		validate_pctable(conf->overrides, 0, file);
  	} else {
  		condlog(0, "/etc/multipath.conf does not exist, blacklisting all devices.");
@@ -648,6 +648,3 @@ index 00000000..4cd32672
 +.BR service (8),
 +.SH AUTHOR
 +Benjamin Marzinski <bmarzins@redhat.com>
--- 
-2.25.1
-
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.10.0.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb
similarity index 97%
rename from meta-oe/recipes-support/multipath-tools/multipath-tools_0.10.0.bb
rename to meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb
index 18874e909e..9f95361063 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.10.0.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb
@@ -46,9 +46,9 @@ SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=ma
            file://0012-add-explicit-dependency-on-libraries.patch \
            "
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ec28527f3d544b51ceb0e1907d0bf3f"
 
-SRCREV = "ee3a70175a8a9045e5c309d5392300922e2a0625"
+SRCREV = "de16cf82c5263fc148118be56ebf44c8f0ee60b8"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-gnome] [PATCH 19/66] mutter: upgrade 47.4 -> 47.5
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (16 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 18/66] multipath-tools: upgrade 0.10.0 -> 0.11.0 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 20/66] nautilus: upgrade 47.1 -> 47.2 wangmy
                   ` (46 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Synchronize device enabled state when adding device
* Do not use modifiers if surface should be sharable
* Fix notifying shell about modifier-only keyboard layout switches
* Fixed crashes
* Misc. bug fixes and cleanups

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-gnome/mutter/{mutter_47.4.bb => mutter_47.5.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/mutter/{mutter_47.4.bb => mutter_47.5.bb} (97%)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_47.4.bb b/meta-gnome/recipes-gnome/mutter/mutter_47.5.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/mutter/mutter_47.4.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_47.5.bb
index 30301dac29..6a351ea279 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_47.4.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_47.5.bb
@@ -24,7 +24,7 @@ DEPENDS = " \
 
 inherit gnomebase gsettings gobject-introspection gettext features_check
 
-SRC_URI[archive.sha256sum] = "f531fc00e6ec6dbb570b3bf942b6490f7a93df91c4c267a918b4d2afe9211bda"
+SRC_URI[archive.sha256sum] = "6551a33ce887e68415b13952af6d6b430e95306f9297adc8c111953e995c515b"
 
 # x11 is still manadatory - see meson.build
 REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-gnome] [PATCH 20/66] nautilus: upgrade 47.1 -> 47.2
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (17 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 19/66] mutter: upgrade 47.4 -> 47.5 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 21/66] nss: upgrade 3.107 -> 3.108 wangmy
                   ` (45 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Enhancements:
- Adopt CI release workflow
 - Speed up batch file deletions
 - Speed up simple recursive search through mount monitors
* Bugfixes:
 - Fix thumbnails for changed files
 - Fix parent path URIs for remote path
 - Fix potential crashes in directory callbacks
* Translation updates (GNOME Translation Project contributors)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../nautilus/{nautilus_47.1.bb => nautilus_47.2.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/nautilus/{nautilus_47.1.bb => nautilus_47.2.bb} (93%)

diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_47.2.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb
rename to meta-gnome/recipes-gnome/nautilus/nautilus_47.2.bb
index 4baa8c2944..9f44dcb114 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_47.2.bb
@@ -24,7 +24,7 @@ DEPENDS = " \
 
 inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache
 
-SRC_URI[archive.sha256sum] = "15450ebc7aa61ed2fae63130af9ebbbae14ce706a547f594c66bb8cca724d74c"
+SRC_URI[archive.sha256sum] = "7f3203474f2e6374a11c6754ef33f3360eaf7f5b5e85f5e477e8a0ae0fa764d9"
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 21/66] nss: upgrade 3.107 -> 3.108
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (18 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 20/66] nautilus: upgrade 47.1 -> 47.2 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 22/66] osinfo-db: upgrade 20240701 -> 20250124 wangmy
                   ` (44 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
refreshed for 3.108

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...dd-a-configure-option-to-disable-ARM-HW-cryp.patch | 11 ++++-------
 .../nss/{nss_3.107.bb => nss_3.108.bb}                |  2 +-
 2 files changed, 5 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-support/nss/{nss_3.107.bb => nss_3.108.bb} (99%)

diff --git a/meta-oe/recipes-support/nss/nss/0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch b/meta-oe/recipes-support/nss/nss/0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
index 5debd13488..63f822be25 100644
--- a/meta-oe/recipes-support/nss/nss/0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
+++ b/meta-oe/recipes-support/nss/nss/0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
@@ -1,4 +1,4 @@
-From 781a21fa9b0d8d8d6df0de45e3c9dc3f3e74be8f Mon Sep 17 00:00:00 2001
+From 459ee39104228a958a0999e1a7d4c43e4e6fe4f0 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Wed, 18 Dec 2019 12:29:50 +0100
 Subject: [PATCH] freebl: add a configure option to disable ARM HW crypto
@@ -36,7 +36,7 @@ index 0ebfc92..3ee7623 100644
  ifeq (,$(filter-out WINNT,$(OS_TARGET)))
  ifndef USE_64
 diff --git a/nss/lib/freebl/gcm.c b/nss/lib/freebl/gcm.c
-index d728867..8b4de1d 100644
+index a2f63a6..743158e 100644
 --- a/nss/lib/freebl/gcm.c
 +++ b/nss/lib/freebl/gcm.c
 @@ -18,6 +18,7 @@
@@ -53,8 +53,5 @@ index d728867..8b4de1d 100644
  #endif
 +#endif
  
- /* Forward declarations */
- SECStatus gcm_HashInit_hw(gcmHashContext *ghash);
--- 
-2.25.1
-
+ #if defined(__ARM_NEON) || defined(__ARM_NEON__)
+ #include <arm_neon.h>
diff --git a/meta-oe/recipes-support/nss/nss_3.107.bb b/meta-oe/recipes-support/nss/nss_3.108.bb
similarity index 99%
rename from meta-oe/recipes-support/nss/nss_3.107.bb
rename to meta-oe/recipes-support/nss/nss_3.108.bb
index 23e046b0a9..0c42f40bb0 100644
--- a/meta-oe/recipes-support/nss/nss_3.107.bb
+++ b/meta-oe/recipes-support/nss/nss_3.108.bb
@@ -33,7 +33,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/$
            file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \
            file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \
            "
-SRC_URI[sha256sum] = "7f7e96473e38150771a615f5d40e8c41ba3a19385301ae0c525091f2fc9d6729"
+SRC_URI[sha256sum] = "a0f6fcb5dbadc1635b43827517a979e3a6d005d0788527802a6b31e2c5f66eec"
 
 UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>\d+(\_\d+)+)"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 22/66] osinfo-db: upgrade 20240701 -> 20250124
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (19 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 21/66] nss: upgrade 3.107 -> 3.108 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 23/66] parallel: upgrade 20241222 -> 20250122 wangmy
                   ` (43 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libosinfo/{osinfo-db_20240701.bb => osinfo-db_20250124.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libosinfo/{osinfo-db_20240701.bb => osinfo-db_20250124.bb} (90%)

diff --git a/meta-oe/recipes-support/libosinfo/osinfo-db_20240701.bb b/meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb
similarity index 90%
rename from meta-oe/recipes-support/libosinfo/osinfo-db_20240701.bb
rename to meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb
index d369046055..59d80816d2 100644
--- a/meta-oe/recipes-support/libosinfo/osinfo-db_20240701.bb
+++ b/meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb
@@ -8,7 +8,7 @@ DEPENDS = "osinfo-db-tools-native"
 
 SRC_URI = "git://gitlab.com/libosinfo/osinfo-db.git;branch=main;protocol=https"
 
-SRCREV = "cde78484ab747c87532d47cf3f09b76f280c0b74"
+SRCREV = "5be10e2c781b62bbaa55bd8f9ae990697fc325b4"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 23/66] parallel: upgrade 20241222 -> 20250122
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (20 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 22/66] osinfo-db: upgrade 20240701 -> 20250124 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 24/66] python3-aiohttp: upgrade 3.11.11 -> 3.11.12 wangmy
                   ` (42 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../parallel/{parallel_20241222.bb => parallel_20250122.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/parallel/{parallel_20241222.bb => parallel_20250122.bb} (93%)

diff --git a/meta-oe/recipes-extended/parallel/parallel_20241222.bb b/meta-oe/recipes-extended/parallel/parallel_20250122.bb
similarity index 93%
rename from meta-oe/recipes-extended/parallel/parallel_20241222.bb
rename to meta-oe/recipes-extended/parallel/parallel_20250122.bb
index 4fc5373abe..143839dad7 100644
--- a/meta-oe/recipes-extended/parallel/parallel_20241222.bb
+++ b/meta-oe/recipes-extended/parallel/parallel_20250122.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
 "
 
 SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "7a1b038cb198604107f9601b7c2a176e78d845858121708fa8690671cb301a79"
+SRC_URI[sha256sum] = "03c79e5b346e330cf9e5381c8e5a435fcbcdd08448964676b42f04e199bc8db3"
 
 inherit autotools bash-completion
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 24/66] python3-aiohttp: upgrade 3.11.11 -> 3.11.12
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (21 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 23/66] parallel: upgrade 20241222 -> 20250122 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 25/66] python3-alembic: upgrade 1.14.0 -> 1.14.1 wangmy
                   ` (41 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-aiohttp_3.11.11.bb => python3-aiohttp_3.11.12.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aiohttp_3.11.11.bb => python3-aiohttp_3.11.12.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.11.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.11.12.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.11.11.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.11.12.bb
index 3d4cb75e6a..07cffcfb02 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.11.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.11.12.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
 
-SRC_URI[sha256sum] = "bb49c7f1e6ebf3821a42d81d494f538107610c3a705987f53068546b0e90303e"
+SRC_URI[sha256sum] = "7603ca26d75b1b86160ce1bbe2787a0b706e592af5b2504e12caa88a217767b0"
 
 PYPI_PACKAGE = "aiohttp"
 inherit python_setuptools_build_meta pypi
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 25/66] python3-alembic: upgrade 1.14.0 -> 1.14.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (22 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 24/66] python3-aiohttp: upgrade 3.11.11 -> 3.11.12 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 26/66] python3-beautifulsoup4: upgrade 4.12.3 -> 4.13.3 wangmy
                   ` (40 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025

Changelog:
===========
- [usecase] [sqlite] Modified SQLite's dialect to render "ALTER TABLE RENAME COLUMN" when
  Operations.alter_column() is used with a straight rename, supporting
  SQLite's recently added column rename feature.
- [bug] [environment] Added tzdata to tz extras, which is required on some platforms such as
  Windows. Pull request courtesy Danipulok.
- [bug] [autogenerate] Fixed bug where autogen render of a "variant" type would fail to catch the
  variants if the leading type were a dialect-specific type, rather than a
  generic type.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-alembic_1.14.0.bb => python3-alembic_1.14.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.14.0.bb => python3-alembic_1.14.1.bb} (63%)

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb
index 5f09fb8994..1e9279977c 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "A database migration tool for SQLAlchemy"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=00f8f5c8aab58c3e1cd61525a6675174"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"
+SRC_URI[sha256sum] = "496e888245a53adf1498fcab31713a469c65836f8de76e01399aa1c3e90dd213"
 
 RDEPENDS:${PN} += "\
     python3-dateutil \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 26/66] python3-beautifulsoup4: upgrade 4.12.3 -> 4.13.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (23 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 25/66] python3-alembic: upgrade 1.14.0 -> 1.14.1 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 27/66] python3-black: upgrade 24.10.0 -> 25.1.0 wangmy
                   ` (39 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...eautifulsoup4_4.12.3.bb => python3-beautifulsoup4_4.13.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.12.3.bb => python3-beautifulsoup4_4.13.3.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb
index d08017d003..a36c22e6f1 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac"
 
-SRC_URI[sha256sum] = "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"
+SRC_URI[sha256sum] = "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 27/66] python3-black: upgrade 24.10.0 -> 25.1.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (24 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 26/66] python3-beautifulsoup4: upgrade 4.12.3 -> 4.13.3 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 28/66] python3-cantools: upgrade 40.1.1 -> 40.2.0 wangmy
                   ` (38 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/psf/black/releases/tag/25.1.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-black_24.10.0.bb => python3-black_25.1.0.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-black_24.10.0.bb => python3-black_25.1.0.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-black_24.10.0.bb b/meta-python/recipes-devtools/python/python3-black_25.1.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-black_24.10.0.bb
rename to meta-python/recipes-devtools/python/python3-black_25.1.0.bb
index 612a2a5ab3..f87b1e84cb 100644
--- a/meta-python/recipes-devtools/python/python3-black_24.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-black_25.1.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d3465a2a183908c9cb95bf490bd1e7ab \
                     file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3"
 
 DEPENDS = "python3-hatch-vcs-native python3-hatchling-native"
-SRC_URI[sha256sum] = "846ea64c97afe3bc677b761787993be4991810ecc7a4a937816dd6bddedc4875"
+SRC_URI[sha256sum] = "33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 28/66] python3-cantools: upgrade 40.1.1 -> 40.2.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (25 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 27/66] python3-black: upgrade 24.10.0 -> 25.1.0 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 29/66] python3-cmd2: upgrade 2.5.9 -> 2.5.11 wangmy
                   ` (37 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 monitor: container supports singleline formatting

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-cantools_40.1.1.bb => python3-cantools_40.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cantools_40.1.1.bb => python3-cantools_40.2.0.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb b/meta-python/recipes-devtools/python/python3-cantools_40.2.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb
rename to meta-python/recipes-devtools/python/python3-cantools_40.2.0.bb
index 0267e895e1..e80ee2be39 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_40.2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = "b1731da5e6997661084c6019d6cdcb3773868c035ed8a728126cf8c6f31a2368"
+SRC_URI[sha256sum] = "fc75f9fe5b37ef992fafdf981ff822087e1baf18162bbbb35d8b0b1321ed72df"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 29/66] python3-cmd2: upgrade 2.5.9 -> 2.5.11
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (26 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 28/66] python3-cantools: upgrade 40.1.1 -> 40.2.0 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 30/66] python3-dateparser: upgrade 1.2.0 -> 1.2.1 wangmy
                   ` (36 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fixed duplicated parameter tables in API documentation.
- Fixed docstring style for MkDocs API documentation so parameters are displayed properly.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-cmd2_2.5.9.bb => python3-cmd2_2.5.11.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cmd2_2.5.9.bb => python3-cmd2_2.5.11.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.5.9.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.5.11.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-cmd2_2.5.9.bb
rename to meta-python/recipes-devtools/python/python3-cmd2_2.5.11.bb
index b49bce53e5..45644b4e8f 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_2.5.9.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_2.5.11.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d2b71040983a2abc614fc4d0284771"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-SRC_URI[sha256sum] = "09bb13637832bc818aad5577ccdf5dbeb0c9fbe5b9412ff78d5084f7846f83ab"
+SRC_URI[sha256sum] = "30a0d385021fbe4a4116672845e5695bbe56eb682f9096066776394f954a7429"
 
 inherit pypi python_setuptools_build_meta python3native
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 30/66] python3-dateparser: upgrade 1.2.0 -> 1.2.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (27 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 29/66] python3-cmd2: upgrade 2.5.9 -> 2.5.11 wangmy
@ 2025-02-10  9:00 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 31/66] python3-dbus-fast: upgrade 2.30.2 -> 2.33.0 wangmy
                   ` (35 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix PytzUsageWarning
- Fix date_parser with prefer_month_of_year wrong results
- Fix skipped day when UTC and tz are different days
- Avoid repeated loop over timezones
- Proofread README.rst
- Check for derived types for configuration
- Parse some abbreviated strings as relative dates
- Migrate from hijri-converter to hijridate
- Fixed ClusterFuzz build error by adding dateparser.data as a binary
- Fix an issue detected by OSSFuzz
- Support two-digit years in non-Gregorian calendars
- Refactored CI to run extras separately and test minimum versions of dependencies, replaced flake8 with ruff, fixed tests
- Set minimum versions for dependencies
- Limited numpy to 1.x when installing dateparser[fasttext]

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-dateparser_1.2.0.bb => python3-dateparser_1.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-dateparser_1.2.0.bb => python3-dateparser_1.2.1.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.2.0.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.2.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-dateparser_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-dateparser_1.2.1.bb
index a08564b3f5..d3541c89c7 100644
--- a/meta-python/recipes-devtools/python/python3-dateparser_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dateparser_1.2.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/scrapinghub/dateparser"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051"
 
-SRC_URI[sha256sum] = "7975b43a4222283e0ae15be7b4999d08c9a70e2d378ac87385b1ccf2cffbbb30"
+SRC_URI[sha256sum] = "7e4919aeb48481dbfc01ac9683c8e20bfe95bb715a38c1e9f6af889f4f30ccc3"
 
 PYPI_PACKAGE = "dateparser"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 31/66] python3-dbus-fast: upgrade 2.30.2 -> 2.33.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (28 preceding siblings ...)
  2025-02-10  9:00 ` [oe] [meta-python] [PATCH 30/66] python3-dateparser: upgrade 1.2.0 -> 1.2.1 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 32/66] python3-deprecated: upgrade 1.2.15 -> 1.2.18 wangmy
                   ` (34 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/Bluetooth-Devices/dbus-fast/releases

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-dbus-fast_2.30.2.bb => python3-dbus-fast_2.33.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-dbus-fast_2.30.2.bb => python3-dbus-fast_2.33.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.30.2.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_2.33.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-dbus-fast_2.30.2.bb
rename to meta-python/recipes-devtools/python/python3-dbus-fast_2.33.0.bb
index 8031023465..b180526d1c 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.30.2.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.33.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947"
 
-SRC_URI[sha256sum] = "87296315f4a2f2416d495f48cca019ba901d046989e94df2adda84c3170da7b3"
+SRC_URI[sha256sum] = "da2f3a2f2e10092c67a911578135c2244d04b52ec87dda80997bf65e78f79251"
 
 PYPI_PACKAGE = "dbus_fast"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 32/66] python3-deprecated: upgrade 1.2.15 -> 1.2.18
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (29 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 31/66] python3-dbus-fast: upgrade 2.30.2 -> 2.33.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 33/66] python3-eth-utils: upgrade 5.1.0 -> 5.2.0 wangmy
                   ` (33 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Update Packit configuration
- docs: fix compat with sphinx8
- fix: enhance documentation and build configuration: update versioning, fixes, and ReadTheDocs setup

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-deprecated_1.2.15.bb => python3-deprecated_1.2.18.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-deprecated_1.2.15.bb => python3-deprecated_1.2.18.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
rename to meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb
index 46b8a19ddc..5f52571edd 100644
--- a/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
+++ b/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01"
 
-SRC_URI[sha256sum] = "683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d"
+SRC_URI[sha256sum] = "422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d"
 
 inherit pypi setuptools3
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 33/66] python3-eth-utils: upgrade 5.1.0 -> 5.2.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (30 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 32/66] python3-deprecated: upgrade 1.2.15 -> 1.2.18 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 34/66] python3-evdev: upgrade 1.7.1 -> 1.8.0 wangmy
                   ` (32 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025

Changelog:
===========
- Update types in 'is_same_address' to accept 'AnyAddress', 'str', or 'bytes'.
- Add Python 3.13 support and other misc. template updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-eth-utils_5.1.0.bb => python3-eth-utils_5.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-eth-utils_5.1.0.bb => python3-eth-utils_5.2.0.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-utils_5.1.0.bb b/meta-python/recipes-devtools/python/python3-eth-utils_5.2.0.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-eth-utils_5.1.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-utils_5.2.0.bb
index 6561e7cf65..435d032a84 100644
--- a/meta-python/recipes-devtools/python/python3-eth-utils_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-utils_5.2.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "Common utility functions for codebases which interact with ethereum."
 HOMEPAGE = "https://github.com/ethereum/eth-utils"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6749008d847c14b9718949c2e24d5c0a"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d3f53e7cc5bf80b16eff1f4a38c73182"
 
-SRC_URI[sha256sum] = "84c6314b9cf1fcd526107464bbf487e3f87097a2e753360d5ed319f7d42e3f20"
+SRC_URI[sha256sum] = "17e474eb654df6e18f20797b22c6caabb77415a996b3ba0f3cc8df3437463134"
 
 PYPI_PACKAGE = "eth_utils"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 34/66] python3-evdev: upgrade 1.7.1 -> 1.8.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (31 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 33/66] python3-eth-utils: upgrade 5.1.0 -> 5.2.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 35/66] python3-eventlet: upgrade 0.37.0 -> 0.39.0 wangmy
                   ` (31 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025

Changelog:
============
- ecodes mappings that point to more than one value are now tuples
- Generate ecodes.py at build time
- Small character device verification cleanup
- Pylint fixes
- Generate typing stubs for evdev.ecodes
- Bump required python version to 3.8
- Use relative imports and sort imports
- Add pylint -E and pytest to ci
- Fix swapped delay and repeat
- Drop from __future__ import print_function
- Fix example
- Binary wheels
- Documentation fix
- OS package badges from repology.org

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-evdev_1.7.1.bb => python3-evdev_1.8.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-evdev_1.7.1.bb => python3-evdev_1.8.0.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.7.1.bb b/meta-python/recipes-devtools/python/python3-evdev_1.8.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-evdev_1.7.1.bb
rename to meta-python/recipes-devtools/python/python3-evdev_1.8.0.bb
index f098ce4ab3..1a382f49dd 100644
--- a/meta-python/recipes-devtools/python/python3-evdev_1.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-evdev_1.8.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "Python evdev lib"
 HOMEPAGE = "https://github.com/gvalkov/python-evdev"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0ff275b442f45fc06287544cf713016f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d7bd1cc4c71b706c7e2d4053aef50f2a"
 
-SRC_URI[sha256sum] = "0c72c370bda29d857e188d931019c32651a9c1ea977c08c8d939b1ced1637fde"
+SRC_URI[sha256sum] = "45598eee1ae3876a3122ca1dc0ec8049c01931672d12478b5c610afc24e47d75"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 35/66] python3-eventlet: upgrade 0.37.0 -> 0.39.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (32 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 34/66] python3-evdev: upgrade 1.7.1 -> 1.8.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 36/66] python3-executing: upgrade 2.1.0 -> 2.2.0 wangmy
                   ` (30 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

d19ad6cc086684ee74db250f5fd35227c98e678a.patch
refreshed for 0.39.0

Changelog:
============
* Remove monotonic from requirements
* wsgi: Clean up some override logic
* Correct line lookup from inspect.getsourcelines()
* Drop support of Python 3.7
* Calling eventlet.sleep(0) isn't really blocking, so don't blow up
* fix the monkey patching with the asyncio hub
* introduce the unmonkeypatching feature
* Python 3.13: Use greenthread's dead state where possible
* bump github Actions
* Fix bug where asyncio hub didn't support multiple os threads
* Python 3.13 Support
* wsgi: server MUST NOT send Content-Length/Transfer-Encoding header in response with a status code of 1xx, 204 or (2xx to CONNECT request)
* wsgi: No request Content-Length nor Transfer-Encoding implies no body

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../d19ad6cc086684ee74db250f5fd35227c98e678a.patch  | 13 +++++++++----
 ...ventlet_0.37.0.bb => python3-eventlet_0.39.0.bb} |  2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-eventlet_0.37.0.bb => python3-eventlet_0.39.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch b/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch
index f8a268309a..fd0fc91d25 100644
--- a/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch
+++ b/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch
@@ -11,17 +11,22 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
  1 file changed, 7 insertions(+)
 
 diff --git a/eventlet/green/thread.py b/eventlet/green/thread.py
-index 053a1c3c6..384b3c290 100644
+index 224cd1c..c70c9e8 100644
 --- a/eventlet/green/thread.py
 +++ b/eventlet/green/thread.py
-@@ -118,3 +118,10 @@ def stack_size(size=None):
- 
+@@ -174,5 +174,12 @@ from eventlet.corolocal import local as _local
  if hasattr(__thread, 'daemon_threads_allowed'):
      daemon_threads_allowed = __thread.daemon_threads_allowed
-+
+ 
 +if hasattr(__thread, 'start_joinable_thread'):
 +    start_joinable_thread = __thread.start_joinable_thread
 +    _shutdown = __thread._shutdown
 +    _make_thread_handle = __thread._make_thread_handle
 +    _ThreadHandle = __thread._ThreadHandle
 +    _get_main_thread_ident = __thread._get_main_thread_ident
++
+ if hasattr(__thread, '_shutdown'):
+     _shutdown = __thread._shutdown
+-- 
+2.43.0
+
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.37.0.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.39.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-eventlet_0.37.0.bb
rename to meta-python/recipes-devtools/python/python3-eventlet_0.39.0.bb
index df23162e05..99f11b104f 100644
--- a/meta-python/recipes-devtools/python/python3-eventlet_0.37.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eventlet_0.39.0.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
 
 SRC_URI += "file://d19ad6cc086684ee74db250f5fd35227c98e678a.patch"
-SRC_URI[sha256sum] = "fa49bf5a549cdbaa06919679979ea022ac8f8f3cf0499f26849a1cd8e64c30b1"
+SRC_URI[sha256sum] = "01ba0aa6ee2452690fc02b274a2409598a13b997c7b5af9dc66600fa42015a79"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 36/66] python3-executing: upgrade 2.1.0 -> 2.2.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (33 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 35/66] python3-eventlet: upgrade 0.37.0 -> 0.39.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 37/66] python3-fsspec: upgrade 2024.12.0 -> 2025.2.0 wangmy
                   ` (29 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- fix: check for pytest compatibility
- update and fix table of contents link, 'libraries'-> 'projects'
- Merge pull request #86 from alexmojaki/fix_3.12.6
- fix: handle changed positions for __exit__ of ast.With
- fix: backward compatibility fix for changed source positions in 3.12.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-executing_2.1.0.bb => python3-executing_2.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-executing_2.1.0.bb => python3-executing_2.2.0.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-executing_2.1.0.bb b/meta-python/recipes-devtools/python/python3-executing_2.2.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-executing_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-executing_2.2.0.bb
index 4df84e638a..2941f6f0ee 100644
--- a/meta-python/recipes-devtools/python/python3-executing_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-executing_2.2.0.bb
@@ -6,4 +6,4 @@ DEPENDS = "python3-setuptools-scm-native"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab"
+SRC_URI[sha256sum] = "5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 37/66] python3-fsspec: upgrade 2024.12.0 -> 2025.2.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (34 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 36/66] python3-executing: upgrade 2.1.0 -> 2.2.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 38/66] python3-grpcio-channelz: upgrade 1.69.0 -> 1.70.0 wangmy
                   ` (28 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- add open() to referenceFS
- don't make async open() in async-wrapper
- fix CI following dask-expr upstream change
- cope with zarr3 "Buffer" objects in referenceFS
- use itemgetter in archiveFS
- document that newline is included in readline(s)
- format/spelling

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-fsspec_2024.12.0.bb => python3-fsspec_2025.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-fsspec_2024.12.0.bb => python3-fsspec_2025.2.0.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-fsspec_2024.12.0.bb b/meta-python/recipes-devtools/python/python3-fsspec_2025.2.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-fsspec_2024.12.0.bb
rename to meta-python/recipes-devtools/python/python3-fsspec_2025.2.0.bb
index faf33d28dd..31e5243d25 100644
--- a/meta-python/recipes-devtools/python/python3-fsspec_2024.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-fsspec_2025.2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/fsspec/filesystem_spec"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b38a11bf4dcdfc66307f8515ce1fbaa6"
 
-SRC_URI[sha256sum] = "670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f"
+SRC_URI[sha256sum] = "1c24b16eaa0a1798afa0337aa0db9b256718ab2a89c425371f5628d22c3b6afd"
 
 inherit pypi python_hatchling ptest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 38/66] python3-grpcio-channelz: upgrade 1.69.0 -> 1.70.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (35 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 37/66] python3-fsspec: upgrade 2024.12.0 -> 2025.2.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 39/66] python3-grpcio-reflection: " wangmy
                   ` (27 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...cio-channelz_1.69.0.bb => python3-grpcio-channelz_1.70.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-grpcio-channelz_1.69.0.bb => python3-grpcio-channelz_1.70.0.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.69.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.70.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-grpcio-channelz_1.69.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio-channelz_1.70.0.bb
index 4c0172e2d6..225048250e 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.69.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.70.0.bb
@@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio"
 PYPI_PACKAGE = "grpcio_channelz"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "c7b5900a6d3c3e8229e65ae4b6313d64c1693dfaa767f5b0e1c6d1915324820f"
+SRC_URI[sha256sum] = "79334e27f6d9bfbfc536adfa2a4108a1ac048a4d052158f1cc1df6cc359e748a"
 
 RDEPENDS:${PN} = "python3-grpcio"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 39/66] python3-grpcio-reflection: upgrade 1.69.0 -> 1.70.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (36 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 38/66] python3-grpcio-channelz: upgrade 1.69.0 -> 1.70.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 40/66] python3-grpcio-tools: " wangmy
                   ` (26 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...reflection_1.69.0.bb => python3-grpcio-reflection_1.70.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-grpcio-reflection_1.69.0.bb => python3-grpcio-reflection_1.70.0.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.69.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.70.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-grpcio-reflection_1.69.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio-reflection_1.70.0.bb
index 7720ab2fa7..08d94a0084 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.69.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.70.0.bb
@@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio"
 PYPI_PACKAGE = "grpcio_reflection"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "3474aaedfb10d8da5503135a2fb9fbb4e1f72044ad7ee2d0bf22090934e80908"
+SRC_URI[sha256sum] = "af46ce13e57fd7602deaef5b1d1903f6644f8982cc00f62fa9fa5b928acf6a49"
 
 RDEPENDS:${PN} = "python3-grpcio"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 40/66] python3-grpcio-tools: upgrade 1.69.0 -> 1.70.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (37 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 39/66] python3-grpcio-reflection: " wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 41/66] python3-grpcio: " wangmy
                   ` (25 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
refreshed for 1.70.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...tup.py-Do-not-mix-C-and-C-compiler-options.patch | 13 ++++++++-----
 ...ols_1.69.0.bb => python3-grpcio-tools_1.70.0.bb} |  2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.69.0.bb => python3-grpcio-tools_1.70.0.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
index 5366a1e1cf..439b337bda 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
@@ -27,7 +27,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
  1 file changed, 6 insertions(+), 4 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index 5e19b63..61b30d8 100644
+index 1a997df..86e3ad1 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -90,9 +90,11 @@ def check_linker_need_libatomic():
@@ -36,12 +36,12 @@ index 5e19b63..61b30d8 100644
      )
 -    cxx = os.environ.get("CXX", "c++")
 -    cpp_test = subprocess.Popen(
--        [cxx, "-x", "c++", "-std=c++14", "-"],
+-        [cxx, "-x", "c++", "-std=c++17", "-"],
 +    cxx, cxx_args = os.environ.get('CXX').split(' ', 1) or 'c++'
 +    if not cxx_args:
 +      cxx_args = "-g"
 +
-+    cpp_test = subprocess.Popen([cxx, cxx_args, '-x', 'c++', '-std=c++14', '-'],
++    cpp_test = subprocess.Popen([cxx, cxx_args, '-x', 'c++', '-std=c++17', '-'],
          stdin=PIPE,
          stdout=PIPE,
          stderr=PIPE,
@@ -49,8 +49,11 @@ index 5e19b63..61b30d8 100644
      # Double-check to see if -latomic actually can solve the problem.
      # https://github.com/grpc/grpc/issues/22491
      cpp_test = subprocess.Popen(
--        [cxx, "-x", "c++", "-std=c++14", "-", "-latomic"],
-+        [cxx, cxx_args, '-x', 'c++', '-std=c++14', '-', '-latomic'],
+-        [cxx, "-x", "c++", "-std=c++17", "-", "-latomic"],
++        [cxx, cxx_args, '-x', 'c++', '-std=c++17', '-', '-latomic'],
          stdin=PIPE,
          stdout=PIPE,
          stderr=PIPE,
+-- 
+2.43.0
+
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.69.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.70.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.69.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.70.0.bb
index 76f5739f95..e295e0329e 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.69.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.70.0.bb
@@ -15,7 +15,7 @@ DEPENDS += "python3-grpcio"
 SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
             file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \
             "
-SRC_URI[sha256sum] = "3e1a98f4d9decb84979e1ddd3deb09c0a33a84b6e3c0776d5bde4097e3ab66dd"
+SRC_URI[sha256sum] = "e578fee7c1c213c8e471750d92631d00f178a15479fb2cb3b939a07fc125ccd3"
 
 RDEPENDS:${PN} = "python3-grpcio"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 41/66] python3-grpcio: upgrade 1.69.0 -> 1.70.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (38 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 40/66] python3-grpcio-tools: " wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 42/66] python3-importlib-metadata: upgrade 8.5.0 -> 8.6.1 wangmy
                   ` (24 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-grpcio_1.69.0.bb => python3-grpcio_1.70.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-grpcio_1.69.0.bb => python3-grpcio_1.70.0.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb
index b076298fef..bebfa51be1 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \
 DEPENDS += "abseil-cpp c-ares openssl python3-protobuf re2 zlib"
 
 SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch"
-SRC_URI[sha256sum] = "936fa44241b5379c5afc344e1260d467bee495747eaf478de825bab2791da6f5"
+SRC_URI[sha256sum] = "8d1584a68d5922330025881e63a6c1b54cc8117291d382e4fa69339b6d914c56"
 
 RDEPENDS:${PN} = "python3-protobuf"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 42/66] python3-importlib-metadata: upgrade 8.5.0 -> 8.6.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (39 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 41/66] python3-grpcio: " wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 43/66] python3-inline-snapshot: upgrade 0.19.3 -> 0.20.1 wangmy
                   ` (23 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fixed indentation logic to also honor blank lines.
- Add support for rendering metadata where some fields have newlines (python/cpython#119650).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ib-metadata_8.5.0.bb => python3-importlib-metadata_8.6.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-importlib-metadata_8.5.0.bb => python3-importlib-metadata_8.6.1.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-importlib-metadata_8.5.0.bb b/meta-python/recipes-devtools/python/python3-importlib-metadata_8.6.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-importlib-metadata_8.5.0.bb
rename to meta-python/recipes-devtools/python/python3-importlib-metadata_8.6.1.bb
index d51edf3356..4b2438b69c 100644
--- a/meta-python/recipes-devtools/python/python3-importlib-metadata_8.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-importlib-metadata_8.6.1.bb
@@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
 PYPI_PACKAGE = "importlib_metadata"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7"
+SRC_URI[sha256sum] = "310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580"
 
 S = "${WORKDIR}/importlib_metadata-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 43/66] python3-inline-snapshot: upgrade 0.19.3 -> 0.20.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (40 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 42/66] python3-importlib-metadata: upgrade 8.5.0 -> 8.6.1 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 44/66] python3-ipython: upgrade 8.31.0 -> 8.32.0 wangmy
                   ` (22 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- fixed a windows bug with the readline module
- pytest assert rewriting works now together with inline-snapshot if you use cpython>=3.11
- ... is now a special value to create snapshot values.
  The value change in assert [5,4] == snapshot([5,...]) is now a create (previously it was a fix)
- fixed some issues with dataclass arguments
- fixed an issue where --inline-snapshot=review discarded the user input and never formatted
  the code if you used cpython 3.13.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ine-snapshot_0.19.3.bb => python3-inline-snapshot_0.20.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.19.3.bb => python3-inline-snapshot_0.20.1.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.19.3.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.20.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.19.3.bb
rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.20.1.bb
index 4e172e1820..5219675e04 100644
--- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.19.3.bb
+++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.20.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4"
 
 DEPENDS = "python3-hatchling-native"
-SRC_URI[sha256sum] = "1e40f34da64fe2406c6bba3f473905e22386da43e16c85060610692325aa94d7"
+SRC_URI[sha256sum] = "c56c871e59973500eca00610022eac19e79cd2c1b0b2d7a18abe14dde11a1431"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 44/66] python3-ipython: upgrade 8.31.0 -> 8.32.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (41 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 43/66] python3-inline-snapshot: upgrade 0.19.3 -> 0.20.1 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 45/66] python3-jdatetime: upgrade 5.1.0 -> 5.2.0 wangmy
                   ` (21 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#ipython-8-32

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-ipython_8.31.0.bb => python3-ipython_8.32.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-ipython_8.31.0.bb => python3-ipython_8.32.0.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.32.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb
rename to meta-python/recipes-devtools/python/python3-ipython_8.32.0.bb
index d8b57a5c9a..7823d43d17 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.32.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://ipython.org"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
-SRC_URI[sha256sum] = "b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b"
+SRC_URI[sha256sum] = "be2c91895b0b9ea7ba49d33b23e2040c352b33eb6a519cca7ce6e0c743444251"
 
 RDEPENDS:${PN} = "\
     python3-setuptools \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 45/66] python3-jdatetime: upgrade 5.1.0 -> 5.2.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (42 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 44/66] python3-ipython: upgrade 8.31.0 -> 8.32.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 46/66] python3-lief: upgrade 0.16.2 -> 0.16.3 wangmy
                   ` (20 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Enhanced character conversion functions using regular expressions.
- Improved date handling in Jalali date and time classes.
- Added new test cases for edge cases and date conversions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-jdatetime_5.1.0.bb => python3-jdatetime_5.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-jdatetime_5.1.0.bb => python3-jdatetime_5.2.0.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_5.1.0.bb b/meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-jdatetime_5.1.0.bb
rename to meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb
index e2db6e3428..257ac93fbf 100644
--- a/meta-python/recipes-devtools/python/python3-jdatetime_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/slashmili/python-jalali"
 LICENSE = "Python-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be"
 
-SRC_URI[sha256sum] = "25af1f48d1456b9a0acc7b32c68c66e9cccbae541672f9b9724f274d7810a307"
+SRC_URI[sha256sum] = "c81d5898717b82b609a3ce2a73f8b8d3230b0c757e5c0de9d6b1acfdc224f551"
 
 PYPI_PACKAGE = "jdatetime"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 46/66] python3-lief: upgrade 0.16.2 -> 0.16.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (43 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 45/66] python3-jdatetime: upgrade 5.1.0 -> 5.2.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 47/66] python3-lz4: upgrade 4.3.3 -> 4.4.3 wangmy
                   ` (19 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fix issue when parsing the dynamic table with an invalid offset
- Fix endianness issue with IA64 binaries
- Fix missing original forwarded function name
- Add support for spdlog compiled with SPDLOG_WCHAR_FILENAMES

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-lief_0.16.2.bb => python3-lief_0.16.3.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lief_0.16.2.bb => python3-lief_0.16.3.bb} (95%)

diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.3.bb
similarity index 95%
rename from meta-python/recipes-devtools/python/python3-lief_0.16.2.bb
rename to meta-python/recipes-devtools/python/python3-lief_0.16.3.bb
index 07b54f7068..925baa655c 100644
--- a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb
+++ b/meta-python/recipes-devtools/python/python3-lief_0.16.3.bb
@@ -10,7 +10,7 @@ SRC_URI = " \
     file://0001-build-requirements.txt-Allow-newer-versions.patch \
     file://0002-api-python-config-default.toml-Debug.patch \
 "
-SRCREV = "e2ef1ea6594738d4461e75717a61ae05fb0541d6"
+SRCREV = "646af9f6ced8e827916648f26617998de834db78"
 PV .= "+git"
 
 S = "${WORKDIR}/git"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 47/66] python3-lz4: upgrade 4.3.3 -> 4.4.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (44 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 46/66] python3-lief: upgrade 0.16.2 -> 0.16.3 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 48/66] python3-marshmallow: upgrade 3.26.0 -> 3.26.1 wangmy
                   ` (18 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- fix(doc): Install command missing a parameter
- docs/lz4.block.rst: fix typo
- Update CI to newest actions and Python 3.13
- Revert artifact renaming
- Disable aarch64 builds due to compiler failure

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-lz4_4.3.3.bb => python3-lz4_4.4.3.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lz4_4.3.3.bb => python3-lz4_4.4.3.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb b/meta-python/recipes-devtools/python/python3-lz4_4.4.3.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb
rename to meta-python/recipes-devtools/python/python3-lz4_4.4.3.bb
index 7bbe59e8b7..d29166079b 100644
--- a/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-lz4_4.4.3.bb
@@ -9,7 +9,7 @@ DEPENDS += " \
     python3-pkgconfig-native \
 "
 
-SRC_URI[sha256sum] = "01fe674ef2889dbb9899d8a67361e0c4a2c833af5aeb37dd505727cf5d2a131e"
+SRC_URI[sha256sum] = "91ed5b71f9179bf3dbfe85d92b52d4b53de2e559aa4daa3b7de18e0dd24ad77d"
 
 inherit pkgconfig pypi python_setuptools_build_meta ptest-python-pytest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 48/66] python3-marshmallow: upgrade 3.26.0 -> 3.26.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (45 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 47/66] python3-lz4: upgrade 4.3.3 -> 4.4.3 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 49/66] python3-mlcommons-loadgen: upgrade 5.0.5 -> 5.0.14 wangmy
                   ` (17 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Typing: Fix type annotations for class Meta options
- Remove default value for the data param of Nested._deserialize

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-marshmallow_3.26.0.bb => python3-marshmallow_3.26.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-marshmallow_3.26.0.bb => python3-marshmallow_3.26.1.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb
index bde3819379..4790695129 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\
                     file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
                     file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
 
-SRC_URI[sha256sum] = "eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb"
+SRC_URI[sha256sum] = "e6d8affb6cb61d39d26402096dc0aee12d5a26d490a121f118d2e81dc0719dc6"
 
 inherit python_flit_core pypi ptest-python-pytest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 49/66] python3-mlcommons-loadgen: upgrade 5.0.5 -> 5.0.14
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (46 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 48/66] python3-marshmallow: upgrade 3.26.0 -> 3.26.1 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 50/66] python3-nanobind: upgrade 2.4.0 -> 2.5.0 wangmy
                   ` (16 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ons-loadgen_5.0.5.bb => python3-mlcommons-loadgen_5.0.14.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python3-mlcommons-loadgen/{python3-mlcommons-loadgen_5.0.5.bb => python3-mlcommons-loadgen_5.0.14.bb} (91%)

diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb
similarity index 91%
rename from meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb
rename to meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb
index 8e1f9dcd3d..7331612032 100644
--- a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb
+++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb
@@ -17,7 +17,7 @@ inherit setuptools3 pypi
 PYPI_PACKAGE = "mlcommons_loadgen"
 UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen"
 
-SRC_URI[sha256sum] = "f6920307bc5f52fabee578be995c19443de33a4485907e34e1273b642c644ad7"
+SRC_URI[sha256sum] = "95594ac6cf78254bc80806873ad5e3b9d8662953b5f38c7209631a00a1ea8d85"
 
 # Because the pyproject.toml contains invalid requirements.
 INSANE_SKIP += "pep517-backend"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 50/66] python3-nanobind: upgrade 2.4.0 -> 2.5.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (47 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 49/66] python3-mlcommons-loadgen: upgrade 5.0.5 -> 5.0.14 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 51/66] python3-paramiko: upgrade 3.5.0 -> 3.5.1 wangmy
                   ` (15 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/wjakob/nanobind/blob/v2.5.0/docs/changelog.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-nanobind_2.4.0.bb => python3-nanobind_2.5.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-nanobind_2.4.0.bb => python3-nanobind_2.5.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb
index a151d6db4e..e37421caaa 100644
--- a/meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/wjakob/nanobind"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c"
 
-SRC_URI[sha256sum] = "a0392dee5f58881085b2ac8bfe8e53f74285aa4868b1472bfaf76cfb414e1c96"
+SRC_URI[sha256sum] = "cc8412e94acffa20a369191382bcdbb6fbfb302e475e87cacff9516d51023a15"
 
 inherit pypi python_setuptools_build_meta cmake lib_package
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 51/66] python3-paramiko: upgrade 3.5.0 -> 3.5.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (48 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 50/66] python3-nanobind: upgrade 2.4.0 -> 2.5.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 52/66] python3-pdm: upgrade 2.22.2 -> 2.22.3 wangmy
                   ` (14 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Private key material is now explicitly 'unpadded' during
  decryption, removing a reliance on some lax OpenSSL behavior & making us
  compatible with future Cryptography releases.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-paramiko_3.5.0.bb => python3-paramiko_3.5.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-paramiko_3.5.0.bb => python3-paramiko_3.5.1.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-paramiko_3.5.0.bb b/meta-python/recipes-devtools/python/python3-paramiko_3.5.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-paramiko_3.5.0.bb
rename to meta-python/recipes-devtools/python/python3-paramiko_3.5.1.bb
index 8ccf939f7a..a69ed72804 100644
--- a/meta-python/recipes-devtools/python/python3-paramiko_3.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-paramiko_3.5.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
 
-SRC_URI[sha256sum] = "ad11e540da4f55cedda52931f1a3f812a8238a7af7f62a60de538cd80bb28124"
+SRC_URI[sha256sum] = "b2c665bc45b2b215bd7d7f039901b14b067da00f3a11e6640995fd58f2664822"
 
 PYPI_PACKAGE = "paramiko"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 52/66] python3-pdm: upgrade 2.22.2 -> 2.22.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (49 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 51/66] python3-paramiko: upgrade 3.5.0 -> 3.5.1 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 53/66] python3-prettytable: upgrade 3.12.0 -> 3.14.0 wangmy
                   ` (13 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Don't validate local file requirements that are not used.
- Don't set "dependencies" as empty list for uv toml if there is no dependencies in the raw toml file.
- Add a dummy project name to the script environment pyproject.toml.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pdm_2.22.2.bb => python3-pdm_2.22.3.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pdm_2.22.2.bb => python3-pdm_2.22.3.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.22.2.bb b/meta-python/recipes-devtools/python/python3-pdm_2.22.3.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-pdm_2.22.2.bb
rename to meta-python/recipes-devtools/python/python3-pdm_2.22.3.bb
index 53c0828bcb..0cf9b7d5c3 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.22.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.22.3.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = "907dbaa1659f07c763902f8429c1573aa32b5ef2d99b3b123b5f1e38015c917b"
+SRC_URI[sha256sum] = "f409d37b44f6b9938e4eed0bd0ca8016d15cd4514337640d6f962a74d022b412"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 53/66] python3-prettytable: upgrade 3.12.0 -> 3.14.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (50 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 52/66] python3-pdm: upgrade 2.22.2 -> 2.22.3 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 54/66] python3-prompt-toolkit: upgrade 3.0.48 -> 3.0.50 wangmy
                   ` (12 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Add add_divider() method to create sections
- Fix sortby at class declaration
- Fix divider intersection for border styles
- Add missing quote to deprecation warning

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-prettytable_3.12.0.bb => python3-prettytable_3.14.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-prettytable_3.12.0.bb => python3-prettytable_3.14.0.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-prettytable_3.12.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_3.14.0.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-prettytable_3.12.0.bb
rename to meta-python/recipes-devtools/python/python3-prettytable_3.14.0.bb
index 007c0bffac..93409cdc82 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_3.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_3.14.0.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c9a6829fcd174d9535b46211917c7671"
 
 
-SRC_URI[sha256sum] = "f04b3e1ba35747ac86e96ec33e3bb9748ce08e254dc2a1c6253945901beec804"
+SRC_URI[sha256sum] = "b804b8d51db23959b96b329094debdbbdf10c8c3aa75958c5988cfd7f78501dd"
 
 inherit pypi ptest-python-pytest  python_hatchling
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 54/66] python3-prompt-toolkit: upgrade 3.0.48 -> 3.0.50
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (51 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 53/66] python3-prettytable: upgrade 3.12.0 -> 3.14.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 55/66] python3-pymongo: upgrade 4.10.1 -> 4.11 wangmy
                   ` (11 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- On Windows, use virtual terminal input when available.
- Support for multiline suggestions.
- Handle InvalidStateError during termination when using
  run_in_terminal/patch_stdout. This can happen in some cases during
  cancellation, probably when using anyio.
- Fix cursor that remains in hidden state when the application exits. This can
  happen when the application doesn't show the cursor and erase_when_done is
  being used.
- Drop support for Python 3.7
- Fixes non user impacting regression on the output rendering. Don't render
  cursor hide/show ANSI escape codes if not needed.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...rompt-toolkit_3.0.48.bb => python3-prompt-toolkit_3.0.50.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.48.bb => python3-prompt-toolkit_3.0.50.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.50.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.50.bb
index fc9991e374..f59b6a6ae7 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.50.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[sha256sum] = "d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"
+SRC_URI[sha256sum] = "544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab"
 
 inherit pypi setuptools3
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 55/66] python3-pymongo: upgrade 4.10.1 -> 4.11
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (52 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 54/66] python3-prompt-toolkit: upgrade 3.0.48 -> 3.0.50 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 56/66] python3-pyparted: upgrade 3.12.0 -> 3.13.0 wangmy
                   ` (10 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://www.mongodb.com/community/forums/t/pymongo-4-11-released/310976

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pymongo_4.10.1.bb => python3-pymongo_4.11.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymongo_4.10.1.bb => python3-pymongo_4.11.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.10.1.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.11.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymongo_4.10.1.bb
rename to meta-python/recipes-devtools/python/python3-pymongo_4.11.bb
index 393c0d201f..5bd28af4ee 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_4.10.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.11.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "a9de02be53b6bb98efe0b9eda84ffa1ec027fcb23a2de62c4f941d9a2f2f3330"
+SRC_URI[sha256sum] = "21b9969e155c4b16a160fbe90c390a07ca7514479af6c3811b1d15ead26e10ba"
 
 inherit pypi python_setuptools_build_meta python_hatchling
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 56/66] python3-pyparted: upgrade 3.12.0 -> 3.13.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (53 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 55/66] python3-pymongo: upgrade 4.10.1 -> 4.11 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 57/66] python3-pytest-lazy-fixtures: upgrade 1.1.1 -> 1.1.2 wangmy
                   ` (9 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:
 Rename COPYING to LICENSE
 Replace outdated Red Hat sample GPLv2+ boilerplates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-pyparted_3.12.0.bb => python3-pyparted_3.13.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-extended/python-pyparted/{python3-pyparted_3.12.0.bb => python3-pyparted_3.13.0.bb} (71%)

diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb
similarity index 71%
rename from meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb
rename to meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb
index 7a0d3987d2..0f7065f5ae 100644
--- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb
+++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb
@@ -5,11 +5,11 @@ SUMMARY = "Python bindings for libparted"
 HOMEPAGE = "https://github.com/rhinstaller/pyparted"
 LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "\
-    file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
-    file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \
+    file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b \
+    file://src/_pedmodule.c;beginline=10;endline=22;md5=c4b9f810cd53b16ff269447fb8af6c3d \
 "
 
-SRC_URI[sha256sum] = "da985e116beb733371feb605b174db9eec8bd0eedffc8f739f8e603f51b521e7"
+SRC_URI[sha256sum] = "443b59eb9ac63b8ca87094e02376646e172c7ea075f955f105889ca3485b06fd"
 
 inherit pkgconfig pypi setuptools3
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 57/66] python3-pytest-lazy-fixtures: upgrade 1.1.1 -> 1.1.2
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (54 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 56/66] python3-pyparted: upgrade 3.12.0 -> 3.13.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 58/66] python3-qface: upgrade 2.0.11 -> 2.0.12 wangmy
                   ` (8 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Bump codecov/codecov-action from 4 to 5 in the github-actions group
- Fix lfc class callable

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-fixtures_1.1.1.bb => python3-pytest-lazy-fixtures_1.1.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-lazy-fixtures_1.1.1.bb => python3-pytest-lazy-fixtures_1.1.2.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb
rename to meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb
index 103ea655b5..711f2ed0a5 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb
@@ -12,7 +12,7 @@ HOMEPAGE = "https://github.com/dev-petrov/pytest-lazy-fixtures"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4475e66fcfabe27395e6764c8f69c876"
 
-SRC_URI[sha256sum] = "0c561f0d29eea5b55cf29b9264a3241999ffdb74c6b6e8c4ccc0bd2c934d01ed"
+SRC_URI[sha256sum] = "14ba4154dab52066c1c4d6547cc40bbf60726445cb16f1d2dcc9485cdf38964d"
 
 inherit pypi python_poetry_core
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 58/66] python3-qface: upgrade 2.0.11 -> 2.0.12
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (55 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 57/66] python3-pytest-lazy-fixtures: upgrade 1.1.1 -> 1.1.2 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 59/66] python3-rlp: upgrade 4.0.1 -> 4.1.0 wangmy
                   ` (7 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fix parse issue due to missing space

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-qface_2.0.11.bb => python3-qface_2.0.12.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-qface_2.0.11.bb => python3-qface_2.0.12.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-qface_2.0.11.bb b/meta-python/recipes-devtools/python/python3-qface_2.0.12.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-qface_2.0.11.bb
rename to meta-python/recipes-devtools/python/python3-qface_2.0.12.bb
index 9ecaf5698c..04e1847d5b 100644
--- a/meta-python/recipes-devtools/python/python3-qface_2.0.11.bb
+++ b/meta-python/recipes-devtools/python/python3-qface_2.0.12.bb
@@ -2,7 +2,7 @@ SUMMARY = "A generator framework based on a common modern IDL"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eee61e10a40b0e3045ee5965bcd9a8b5"
 
-SRC_URI[sha256sum] = "b55c239f3ae7e23c5c8434f38901c5bcacb6afd17e88e37934b46e44558df295"
+SRC_URI[sha256sum] = "49136491806352e0c503f3ccaca5d77102a5f45f63de74c608576627ebfc81e0"
 
 inherit pypi setuptools3
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 59/66] python3-rlp: upgrade 4.0.1 -> 4.1.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (56 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 58/66] python3-qface: upgrade 2.0.11 -> 2.0.12 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 60/66] python3-starlette: upgrade 0.45.2 -> 0.45.3 wangmy
                   ` (6 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Merge template, adding ''py313'' support and replacing ''bumpversion'' with ''bump-my-version''.
  ''rust-backend'' still only supported up to ''py312''.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-rlp_4.0.1.bb => python3-rlp_4.1.0.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-rlp_4.0.1.bb => python3-rlp_4.1.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb b/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb
rename to meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb
index 46ca600ea2..cfd155b514 100644
--- a/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=00854fa80a84236706b11f47f23e61e7"
 
-SRC_URI[sha256sum] = "bcefb11013dfadf8902642337923bd0c786dc8a27cb4c21da6e154e52869ecb1"
+SRC_URI[sha256sum] = "be07564270a96f3e225e2c107db263de96b5bc1f27722d2855bd3459a08e95a9"
 
 inherit pypi setuptools3
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 60/66] python3-starlette: upgrade 0.45.2 -> 0.45.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (57 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 59/66] python3-rlp: upgrade 4.0.1 -> 4.1.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 61/66] python3-twine: upgrade 6.0.1 -> 6.1.0 wangmy
                   ` (5 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Turn directory into string on lookup_path on commonpath comparison

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-starlette_0.45.2.bb => python3-starlette_0.45.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-starlette_0.45.2.bb => python3-starlette_0.45.3.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.45.2.bb b/meta-python/recipes-devtools/python/python3-starlette_0.45.3.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-starlette_0.45.2.bb
rename to meta-python/recipes-devtools/python/python3-starlette_0.45.3.bb
index 5acbe2f76b..e4f36baf2a 100644
--- a/meta-python/recipes-devtools/python/python3-starlette_0.45.2.bb
+++ b/meta-python/recipes-devtools/python/python3-starlette_0.45.3.bb
@@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, which is ideal for
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a"
 
-SRC_URI[sha256sum] = "bba1831d15ae5212b22feab2f218bab6ed3cd0fc2dc1d4442443bb1ee52260e0"
+SRC_URI[sha256sum] = "2cbcba2a75806f8a41c722141486f37c28e30a0921c5f6fe4346cb0dcee1302f"
 
 inherit pypi python_hatchling ptest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 61/66] python3-twine: upgrade 6.0.1 -> 6.1.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (58 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 60/66] python3-starlette: upgrade 0.45.2 -> 0.45.3 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 62/66] python3-tzdata: upgrade 2024.2 -> 2025.1 wangmy
                   ` (4 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
  https://twine.readthedocs.io/en/stable/

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-twine_6.0.1.bb => python3-twine_6.1.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-twine_6.0.1.bb => python3-twine_6.1.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-twine_6.0.1.bb b/meta-python/recipes-devtools/python/python3-twine_6.1.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-twine_6.0.1.bb
rename to meta-python/recipes-devtools/python/python3-twine_6.1.0.bb
index 9eb9c76de1..5f734705c0 100644
--- a/meta-python/recipes-devtools/python/python3-twine_6.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-twine_6.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://twine.readthedocs.io/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c"
 
-SRC_URI[sha256sum] = "36158b09df5406e1c9c1fb8edb24fc2be387709443e7376689b938531582ee27"
+SRC_URI[sha256sum] = "be324f6272eff91d07ee93f251edf232fc647935dd585ac003539b42404a8dbd"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 62/66] python3-tzdata: upgrade 2024.2 -> 2025.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (59 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 61/66] python3-twine: upgrade 6.0.1 -> 6.1.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 63/66] python3-web3: upgrade 7.7.0 -> 7.8.0 wangmy
                   ` (3 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
  https://github.com/python/tzdata/releases/tag/2025.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-tzdata_2024.2.bb => python3-tzdata_2025.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tzdata_2024.2.bb => python3-tzdata_2025.1.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb b/meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
rename to meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb
index 3d0166d20e..35246e8ec7 100644
--- a/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
+++ b/meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48 \
                     file://licenses/LICENSE_APACHE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc"
+SRC_URI[sha256sum] = "24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694"
 
 inherit pypi python_setuptools_build_meta ptest-python-pytest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 63/66] python3-web3: upgrade 7.7.0 -> 7.8.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (60 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 62/66] python3-tzdata: upgrade 2024.2 -> 2025.1 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 64/66] python3-xlsxwriter: upgrade 3.2.0 -> 3.2.1 wangmy
                   ` (2 subsequent siblings)
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025.

Changelog:
 https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-web3_7.7.0.bb => python3-web3_7.8.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-web3_7.7.0.bb => python3-web3_7.8.0.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb b/meta-python/recipes-devtools/python/python3-web3_7.8.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-web3_7.7.0.bb
rename to meta-python/recipes-devtools/python/python3-web3_7.8.0.bb
index 3d8acd9d28..3b8c098280 100644
--- a/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_7.8.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "A Python library for interacting with Ethereum."
 HOMEPAGE = "https://github.com/ethereum/web3.py"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c8694da5a97575618474d9caf8c812da"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1d34d9701a1461e4bd71a904ac4cf7be"
 
-SRC_URI[sha256sum] = "4d0332b9a78b855e57ccebd9e1e74c8e855b95869ac7b8fe5878731593e76408"
+SRC_URI[sha256sum] = "712bc9fd6b1ef6e467ee24c25b581e1951cab2cba17f9f548f12587734f2c857"
 
 inherit pypi setuptools3
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 64/66] python3-xlsxwriter: upgrade 3.2.0 -> 3.2.1
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (61 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 63/66] python3-web3: upgrade 7.7.0 -> 7.8.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 65/66] python3-zeroconf: upgrade 0.141.0 -> 0.143.0 wangmy
  2025-02-10  9:01 ` [oe] [meta-oe] [PATCH 66/66] smarty: update 5.4.2 -> 5.4.3 wangmy
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Added improvements to "autofit()".

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-xlsxwriter_3.2.0.bb => python3-xlsxwriter_3.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.2.0.bb => python3-xlsxwriter_3.2.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb
index e3376ab55b..a1fd09af49 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb
@@ -17,6 +17,6 @@ RDEPENDS:${PN} += " \
 	python3-io \
 "
 
-SRC_URI[sha256sum] = "9977d0c661a72866a61f9f7a809e25ebbb0fb7036baa3b9fe74afcfca6b3cb8c"
+SRC_URI[sha256sum] = "97618759cb264fb6a93397f660cca156ffa9561743b1823dafb60dc4474e1902"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-python] [PATCH 65/66] python3-zeroconf: upgrade 0.141.0 -> 0.143.0
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (62 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 64/66] python3-xlsxwriter: upgrade 3.2.0 -> 3.2.1 wangmy
@ 2025-02-10  9:01 ` wangmy
  2025-02-10  9:01 ` [oe] [meta-oe] [PATCH 66/66] smarty: update 5.4.2 -> 5.4.3 wangmy
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Add simple address resolvers and examples
- Eliminate async_timeout dep on python less than 3.11

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-zeroconf_0.141.0.bb => python3-zeroconf_0.143.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.141.0.bb => python3-zeroconf_0.143.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.141.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.143.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.141.0.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.143.0.bb
index a968a65182..470cbb0847 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.141.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.143.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9fe712b1bc27c5c4e9ecd7f31d208900"
 
-SRC_URI[sha256sum] = "c0c41cfe1331cf885f132dd2400e4091f59ae0a571cae14f3db66919a055489b"
+SRC_URI[sha256sum] = "35f9390e4b862789f2d62da864bbf6ac26ad1d6dc8cf1e64a4d3554c85a05002"
 
 inherit pypi python_poetry_core cython
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [oe] [meta-oe] [PATCH 66/66] smarty: update 5.4.2 -> 5.4.3
  2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
                   ` (63 preceding siblings ...)
  2025-02-10  9:01 ` [oe] [meta-python] [PATCH 65/66] python3-zeroconf: upgrade 0.141.0 -> 0.143.0 wangmy
@ 2025-02-10  9:01 ` wangmy
  64 siblings, 0 replies; 69+ messages in thread
From: wangmy @ 2025-02-10  9:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- replace/qualify call_user_func_array
- Restore special handling of isset and empty as it was in v4

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/smarty/{smarty_5.4.2.bb => smarty_5.4.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/smarty/{smarty_5.4.2.bb => smarty_5.4.3.bb} (95%)

diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.2.bb b/meta-oe/recipes-support/smarty/smarty_5.4.3.bb
similarity index 95%
rename from meta-oe/recipes-support/smarty/smarty_5.4.2.bb
rename to meta-oe/recipes-support/smarty/smarty_5.4.3.bb
index 95673e2bb9..30a274e6c8 100644
--- a/meta-oe/recipes-support/smarty/smarty_5.4.2.bb
+++ b/meta-oe/recipes-support/smarty/smarty_5.4.3.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
 
 SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
 
-SRCREV = "642a97adcc2bf6c1b2458d6afeeb36ae001c1c2f"
+SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e"
 
 S = "${UNPACKDIR}/git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 69+ messages in thread

* Re: [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3
  2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3 wangmy
@ 2025-02-12 16:19   ` Markus Volk
  2025-02-12 16:33     ` Khem Raj
  2025-02-12 16:39     ` Alexander Kanavin
  0 siblings, 2 replies; 69+ messages in thread
From: Markus Volk @ 2025-02-12 16:19 UTC (permalink / raw)
  To: wangmy, Khem Raj; +Cc: openembedded-devel, wangmy via lists.openembedded.org

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via 
lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> 
wrote:
> msgraph

The msgraph update breaks gvfs:
| Run-time dependency msgraph-0.1 found: NO (tried pkgconfig)
|
| ../gvfs-1.56.1/meson.build:434:16: ERROR: Dependency "msgraph-0.1" 
not found, tried pkgconfig

gvfs 1.57 will be a requirement to be able to use msgraph-0.2 and the 
update is problematic because it requires glib-2.0 update in oe-core

I dont know if there is interest in getting the gnome 48 updates into 
oe-core before feature freeze, but if not, this update should be delayed


[-- Attachment #2: Type: text/html, Size: 878 bytes --]

^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3
  2025-02-12 16:19   ` Markus Volk
@ 2025-02-12 16:33     ` Khem Raj
  2025-02-12 16:39     ` Alexander Kanavin
  1 sibling, 0 replies; 69+ messages in thread
From: Khem Raj @ 2025-02-12 16:33 UTC (permalink / raw)
  To: Markus Volk; +Cc: wangmy, openembedded-devel, wangmy via lists.openembedded.org

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

On Wed, Feb 12, 2025 at 8:25 AM Markus Volk <f_l_k@t-online.de> wrote:

> On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via
> lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> msgraph
>
>
> The msgraph update breaks gvfs:
> | Run-time dependency msgraph-0.1 found: NO (tried pkgconfig)
> |
> | ../gvfs-1.56.1/meson.build:434:16: ERROR: Dependency "msgraph-0.1" not
> found, tried pkgconfig
>
> gvfs 1.57 will be a requirement to be able to use msgraph-0.2 and the
> update is problematic because it requires glib-2.0 update in oe-core
>
> I dont know if there is interest in getting the gnome 48 updates into
> oe-core before feature freeze, but if not, this update should be delayed
>

The dependency chain seems to be long let’s hold on until glib-2.0 gets
updated

>

[-- Attachment #2: Type: text/html, Size: 1705 bytes --]

^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3
  2025-02-12 16:19   ` Markus Volk
  2025-02-12 16:33     ` Khem Raj
@ 2025-02-12 16:39     ` Alexander Kanavin
  1 sibling, 0 replies; 69+ messages in thread
From: Alexander Kanavin @ 2025-02-12 16:39 UTC (permalink / raw)
  To: f_l_k
  Cc: wangmy, Khem Raj, openembedded-devel,
	wangmy via lists.openembedded.org

[-- Attachment #1: Type: text/plain, Size: 1392 bytes --]

New gnome releases usually clash with yocto feature freeze. There’s enough
to deal with already so they’re deferred to after that.


Alex

On Wed 12. Feb 2025 at 17.25, Markus Volk via lists.openembedded.org <f_l_k=
t-online.de@lists.openembedded.org> wrote:

> On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via
> lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> msgraph
>
>
> The msgraph update breaks gvfs:
> | Run-time dependency msgraph-0.1 found: NO (tried pkgconfig)
> |
> | ../gvfs-1.56.1/meson.build:434:16: ERROR: Dependency "msgraph-0.1" not
> found, tried pkgconfig
>
> gvfs 1.57 will be a requirement to be able to use msgraph-0.2 and the
> update is problematic because it requires glib-2.0 update in oe-core
>
> I dont know if there is interest in getting the gnome 48 updates into
> oe-core before feature freeze, but if not, this update should be delayed
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#115448):
> https://lists.openembedded.org/g/openembedded-devel/message/115448
> Mute This Topic: https://lists.openembedded.org/mt/111099072/1686489
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 2723 bytes --]

^ permalink raw reply	[flat|nested] 69+ messages in thread

end of thread, other threads:[~2025-02-12 16:39 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10  9:00 [oe] [meta-webserver] [PATCH 01/66] apache2: upgrade 2.4.62 -> 2.4.63 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 02/66] botan: upgrade 3.6.1 -> 3.7.1 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 03/66] ctags: upgrade 6.1.20250119.0 -> 6.1.20250202.0 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 04/66] dool: upgrade 1.3.3 -> 1.3.4 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 05/66] flatbuffers: upgrade 24.12.23 -> 25.1.24 wangmy
2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 06/66] gnome-system-monitor: upgrade 47.0 -> 47.1 wangmy
2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 07/66] gparted: upgrade 1.6.0 -> 1.7.0 wangmy
2025-02-10  9:00 ` [oe] [meta-networking] [PATCH 08/66] libdaq: upgrade 3.0.17 -> 3.0.18 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 09/66] libjcat: upgrade 0.2.2 -> 0.2.3 wangmy
2025-02-10  9:00 ` [oe] [meta-perl] [PATCH 10/66] libmozilla-ca-perl: upgrade 20240924 -> 20250202 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 11/66] libmxml: upgrade 4.0.3 -> 4.0.4 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 12/66] libpaper: upgrade 2.2.5 -> 2.2.6 wangmy
2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 13/66] libspelling: upgrade 0.4.5 -> 0.4.6 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 14/66] libzip: upgrade 1.11.2 -> 1.11.3 wangmy
2025-02-10  9:00 ` [oe] [meta-networking] [PATCH 15/66] memcached: upgrade 1.6.34 -> 1.6.36 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 16/66] mpich: upgrade 4.2.3 -> 4.3.0 wangmy
2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 17/66] msgraph: upgrade 0.2.3 -> 0.3.3 wangmy
2025-02-12 16:19   ` Markus Volk
2025-02-12 16:33     ` Khem Raj
2025-02-12 16:39     ` Alexander Kanavin
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 18/66] multipath-tools: upgrade 0.10.0 -> 0.11.0 wangmy
2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 19/66] mutter: upgrade 47.4 -> 47.5 wangmy
2025-02-10  9:00 ` [oe] [meta-gnome] [PATCH 20/66] nautilus: upgrade 47.1 -> 47.2 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 21/66] nss: upgrade 3.107 -> 3.108 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 22/66] osinfo-db: upgrade 20240701 -> 20250124 wangmy
2025-02-10  9:00 ` [oe] [meta-oe] [PATCH 23/66] parallel: upgrade 20241222 -> 20250122 wangmy
2025-02-10  9:00 ` [oe] [meta-python] [PATCH 24/66] python3-aiohttp: upgrade 3.11.11 -> 3.11.12 wangmy
2025-02-10  9:00 ` [oe] [meta-python] [PATCH 25/66] python3-alembic: upgrade 1.14.0 -> 1.14.1 wangmy
2025-02-10  9:00 ` [oe] [meta-python] [PATCH 26/66] python3-beautifulsoup4: upgrade 4.12.3 -> 4.13.3 wangmy
2025-02-10  9:00 ` [oe] [meta-python] [PATCH 27/66] python3-black: upgrade 24.10.0 -> 25.1.0 wangmy
2025-02-10  9:00 ` [oe] [meta-python] [PATCH 28/66] python3-cantools: upgrade 40.1.1 -> 40.2.0 wangmy
2025-02-10  9:00 ` [oe] [meta-python] [PATCH 29/66] python3-cmd2: upgrade 2.5.9 -> 2.5.11 wangmy
2025-02-10  9:00 ` [oe] [meta-python] [PATCH 30/66] python3-dateparser: upgrade 1.2.0 -> 1.2.1 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 31/66] python3-dbus-fast: upgrade 2.30.2 -> 2.33.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 32/66] python3-deprecated: upgrade 1.2.15 -> 1.2.18 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 33/66] python3-eth-utils: upgrade 5.1.0 -> 5.2.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 34/66] python3-evdev: upgrade 1.7.1 -> 1.8.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 35/66] python3-eventlet: upgrade 0.37.0 -> 0.39.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 36/66] python3-executing: upgrade 2.1.0 -> 2.2.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 37/66] python3-fsspec: upgrade 2024.12.0 -> 2025.2.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 38/66] python3-grpcio-channelz: upgrade 1.69.0 -> 1.70.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 39/66] python3-grpcio-reflection: " wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 40/66] python3-grpcio-tools: " wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 41/66] python3-grpcio: " wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 42/66] python3-importlib-metadata: upgrade 8.5.0 -> 8.6.1 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 43/66] python3-inline-snapshot: upgrade 0.19.3 -> 0.20.1 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 44/66] python3-ipython: upgrade 8.31.0 -> 8.32.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 45/66] python3-jdatetime: upgrade 5.1.0 -> 5.2.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 46/66] python3-lief: upgrade 0.16.2 -> 0.16.3 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 47/66] python3-lz4: upgrade 4.3.3 -> 4.4.3 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 48/66] python3-marshmallow: upgrade 3.26.0 -> 3.26.1 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 49/66] python3-mlcommons-loadgen: upgrade 5.0.5 -> 5.0.14 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 50/66] python3-nanobind: upgrade 2.4.0 -> 2.5.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 51/66] python3-paramiko: upgrade 3.5.0 -> 3.5.1 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 52/66] python3-pdm: upgrade 2.22.2 -> 2.22.3 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 53/66] python3-prettytable: upgrade 3.12.0 -> 3.14.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 54/66] python3-prompt-toolkit: upgrade 3.0.48 -> 3.0.50 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 55/66] python3-pymongo: upgrade 4.10.1 -> 4.11 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 56/66] python3-pyparted: upgrade 3.12.0 -> 3.13.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 57/66] python3-pytest-lazy-fixtures: upgrade 1.1.1 -> 1.1.2 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 58/66] python3-qface: upgrade 2.0.11 -> 2.0.12 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 59/66] python3-rlp: upgrade 4.0.1 -> 4.1.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 60/66] python3-starlette: upgrade 0.45.2 -> 0.45.3 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 61/66] python3-twine: upgrade 6.0.1 -> 6.1.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 62/66] python3-tzdata: upgrade 2024.2 -> 2025.1 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 63/66] python3-web3: upgrade 7.7.0 -> 7.8.0 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 64/66] python3-xlsxwriter: upgrade 3.2.0 -> 3.2.1 wangmy
2025-02-10  9:01 ` [oe] [meta-python] [PATCH 65/66] python3-zeroconf: upgrade 0.141.0 -> 0.143.0 wangmy
2025-02-10  9:01 ` [oe] [meta-oe] [PATCH 66/66] smarty: update 5.4.2 -> 5.4.3 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.