All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10
@ 2025-04-22  8:48 wangmy
  2025-04-22  8:48 ` [oe] [meta-oe] [PATCH 02/30] ctags: upgrade 6.1.20250413.0 -> 6.1.20250420.0 wangmy
                   ` (28 more replies)
  0 siblings, 29 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fixes a crash in chromium browser with the light theme.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../gnome-themes/{adw-gtk3_5.8.bb => adw-gtk3_5.10.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-gnome/gnome-themes/{adw-gtk3_5.8.bb => adw-gtk3_5.10.bb} (88%)

diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb
similarity index 88%
rename from meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb
rename to meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb
index 6a24c037f2..b00b4a4679 100644
--- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb
+++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb
@@ -11,6 +11,6 @@ inherit meson
 SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main;tag=v${PV}"
 
 S = "${WORKDIR}/git"
-SRCREV = "72b805550d6245f18021e1530f329ce81999445e"
+SRCREV = "c2e74c9d2a5c3895b8025ac1d4b9e4cced71fbe9"
 
 FILES:${PN} = "${datadir}/themes"
-- 
2.43.0



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

* [oe] [meta-oe] [PATCH 02/30] ctags: upgrade 6.1.20250413.0 -> 6.1.20250420.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
@ 2025-04-22  8:48 ` wangmy
  2025-04-22  8:48 ` [oe] [meta-oe] [PATCH 03/30] jsoncons: upgrade 1.3.1 -> 1.3.2 wangmy
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:48 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.20250413.0.bb => ctags_6.1.20250420.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20250413.0.bb => ctags_6.1.20250420.0.bb} (96%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250420.0.bb
similarity index 96%
rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20250420.0.bb
index a1f0eca4f1..8e3ab85078 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250420.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "fccad9b77c17c60e908a69af8d251eec5f5296b5"
+SRCREV = "bbd841c8c55dd96c9ff9fa6699aea31a9f9ada42"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}"
 
 S = "${WORKDIR}/git"
-- 
2.43.0



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

* [oe] [meta-oe] [PATCH 03/30] jsoncons: upgrade 1.3.1 -> 1.3.2
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
  2025-04-22  8:48 ` [oe] [meta-oe] [PATCH 02/30] ctags: upgrade 6.1.20250413.0 -> 6.1.20250420.0 wangmy
@ 2025-04-22  8:48 ` wangmy
  2025-04-22  8:48 ` [oe] [meta-perl] [PATCH 04/30] libmime-types-perl: upgrade 2.27 -> 2.28 wangmy
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

- Fixed bug:

    - Git Issue #607: Fixed issue with 'staj_object_view' and 'staj_array_view' iterators that got introduced
    as a consequence of a change in 1.3.1

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

diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb
similarity index 90%
rename from meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb
rename to meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb
index 49db67b1c4..781a0ef18f 100644
--- a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb
+++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820"
 
 SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}"
-SRCREV = "9ccf27f2b1a142d737f0dcc42780d8b02baf9743"
+SRCREV = "64b9da1e9f15eeff4ec9d6bc856538db542118f2"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [oe] [meta-perl] [PATCH 04/30] libmime-types-perl: upgrade 2.27 -> 2.28
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
  2025-04-22  8:48 ` [oe] [meta-oe] [PATCH 02/30] ctags: upgrade 6.1.20250413.0 -> 6.1.20250420.0 wangmy
  2025-04-22  8:48 ` [oe] [meta-oe] [PATCH 03/30] jsoncons: upgrade 1.3.1 -> 1.3.2 wangmy
@ 2025-04-22  8:48 ` wangmy
  2025-04-22  8:48 ` [oe] [meta-networking] [PATCH 05/30] libnftnl: upgrade 1.2.8 -> 1.2.9 wangmy
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Fixes:
- some 'deprecated' texts made it to types.db.

Improvements:
- text/ecmascript RFC9239
- default charsets according to RFC6657
- update reference to specs RFC6838 and RFC9694
- iana updates.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{libmime-types-perl_2.27.bb => libmime-types-perl_2.28.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libmime/{libmime-types-perl_2.27.bb => libmime-types-perl_2.28.bb} (93%)

diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.27.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb
similarity index 93%
rename from meta-perl/recipes-perl/libmime/libmime-types-perl_2.27.bb
rename to meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb
index 2f73d67aea..d8203f4353 100644
--- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.27.bb
+++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875
 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
            file://run-ptest \
           "
-SRC_URI[sha256sum] = "276cd4488bf1d4f477d67a05d4d0c10512b18ef25f9e06d21b34ce69e64f8bdc"
+SRC_URI[sha256sum] = "7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca"
 
 S = "${WORKDIR}/MIME-Types-${PV}"
 
-- 
2.43.0



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

* [oe] [meta-networking] [PATCH 05/30] libnftnl: upgrade 1.2.8 -> 1.2.9
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (2 preceding siblings ...)
  2025-04-22  8:48 ` [oe] [meta-perl] [PATCH 04/30] libmime-types-perl: upgrade 2.27 -> 2.28 wangmy
@ 2025-04-22  8:48 ` wangmy
  2025-04-22  8:48 ` [oe] [meta-gnome] [PATCH 06/30] libspelling: upgrade 0.4.7 -> 0.4.8 wangmy
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libnftnl/{libnftnl_1.2.8.bb => libnftnl_1.2.9.bb}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.2.8.bb => libnftnl_1.2.9.bb} (90%)

diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb
similarity index 90%
rename from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb
rename to meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb
index 0af64fe036..8368c9cc29 100644
--- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb
@@ -3,11 +3,11 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
 SECTION = "libs"
 
-SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \
+SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${P} \
            file://0001-configure.ac-Add-serial-tests.patch \
            file://run-ptest \
            "
-SRCREV = "06e2cbec41c7cd7f2b1e660ce5e5f949912e32eb"
+SRCREV = "17190762f33f78090f5ff99a436c4cb866ac3ccd"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [oe] [meta-gnome] [PATCH 06/30] libspelling: upgrade 0.4.7 -> 0.4.8
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (3 preceding siblings ...)
  2025-04-22  8:48 ` [oe] [meta-networking] [PATCH 05/30] libnftnl: upgrade 1.2.8 -> 1.2.9 wangmy
@ 2025-04-22  8:48 ` wangmy
  2025-04-22  8:48 ` [oe] [meta-gnome] [PATCH 07/30] nautilus: upgrade 48.0 -> 48.1 wangmy
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
 * Improve initial dictionary selection which is particularly
   useful for languages which don't typically use spaces to
   separate word boundaries.
 * Build system fixes for building without enchant
 * Translation updates

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

diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.8.bb
similarity index 85%
rename from meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb
rename to meta-gnome/recipes-gnome/libspelling/libspelling_0.4.8.bb
index 38476a6787..9c59e211f8 100644
--- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb
+++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.8.bb
@@ -16,4 +16,4 @@ GIDOCGEN_MESON_OPTION = 'docs'
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof"
 
-SRC_URI[archive.sha256sum] = "42f130f295f5addb6e9e8e74ccfbb709794bd2dfd021293e2875b9481bbd4e88"
+SRC_URI[archive.sha256sum] = "277646285818da7b295ef007b2c5ebd815d0930b3ad097505b3ced96965af517"
-- 
2.43.0



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

* [oe] [meta-gnome] [PATCH 07/30] nautilus: upgrade 48.0 -> 48.1
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (4 preceding siblings ...)
  2025-04-22  8:48 ` [oe] [meta-gnome] [PATCH 06/30] libspelling: upgrade 0.4.7 -> 0.4.8 wangmy
@ 2025-04-22  8:48 ` wangmy
  2025-04-22  8:48 ` [oe] [meta-networking] [PATCH 08/30] nbdkit: upgrade 1.40.5 -> 1.42.1 wangmy
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

* Bugfixes:
- Fix switching from tree view to grid
- Fix opening new window of starred folder
- Fix selecting Google Drive files with file chooser
- Run script files in their location
- Disallow duplicate bookmarks

* Cleanups:
- Update screenshots

* Translation updates

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

diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb
rename to meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb
index 5f239a6c6b..46a64c9c76 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_48.1.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] = "f9e6a4cbe1d5bb7ad59ac44f0d439edd4b0507bf07d3d90a2e7e7e6d3f416d57"
+SRC_URI[archive.sha256sum] = "7995a2a17c29d4b09abf9dd9aca14b8dee7dec3bd74776dd379512f2e6d7347f"
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data"
 
-- 
2.43.0



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

* [oe] [meta-networking] [PATCH 08/30] nbdkit: upgrade 1.40.5 -> 1.42.1
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (5 preceding siblings ...)
  2025-04-22  8:48 ` [oe] [meta-gnome] [PATCH 07/30] nautilus: upgrade 48.0 -> 48.1 wangmy
@ 2025-04-22  8:48 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-networking] [PATCH 09/30] nftables: upgrade 1.1.1 -> 1.1.2 wangmy
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../nbdkit/{nbdkit_1.40.5.bb => nbdkit_1.42.1.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/nbdkit/{nbdkit_1.40.5.bb => nbdkit_1.42.1.bb} (93%)

diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb
similarity index 93%
rename from meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb
rename to meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb
index 5d80d1e091..e1292db6e4 100644
--- a/meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb
@@ -9,9 +9,9 @@ HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049"
 
-SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=stable-1.40;tag=v${PV} \
+SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=stable-1.42;tag=v${PV} \
            file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch"
-SRCREV = "900a0d2bea4b027d71cf213f385711a2bab33eef"
+SRCREV = "14de71af1bd13e5c781d83959bdeb7ebbe759d6f"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [oe] [meta-networking] [PATCH 09/30] nftables: upgrade 1.1.1 -> 1.1.2
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (6 preceding siblings ...)
  2025-04-22  8:48 ` [oe] [meta-networking] [PATCH 08/30] nbdkit: upgrade 1.40.5 -> 1.42.1 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 10/30] python3-aiohttp: upgrade 3.11.16 -> 3.11.17 wangmy
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../nftables/{nftables_1.1.1.bb => nftables_1.1.2.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-filter/nftables/{nftables_1.1.1.bb => nftables_1.1.2.bb} (98%)

diff --git a/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb b/meta-networking/recipes-filter/nftables/nftables_1.1.2.bb
similarity index 98%
rename from meta-networking/recipes-filter/nftables/nftables_1.1.1.bb
rename to meta-networking/recipes-filter/nftables/nftables_1.1.2.bb
index f0f51f5397..3d66178581 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.1.2.bb
@@ -14,7 +14,7 @@ DEPENDS = "libmnl libnftnl bison-native \
 SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \
            file://run-ptest \
           "
-SRC_URI[sha256sum] = "6358830f3a64f31e39b0ad421d7dadcd240b72343ded48d8ef13b8faf204865a"
+SRC_URI[sha256sum] = "822f1f7c4059e8420387c302bd603cc0eb8cbfe403fa2e3f78c8ddb7f0d53bbc"
 
 inherit autotools manpages pkgconfig ptest
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 10/30] python3-aiohttp: upgrade 3.11.16 -> 3.11.17
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (7 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-networking] [PATCH 09/30] nftables: upgrade 1.1.1 -> 1.1.2 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 11/30] python3-aniso8601: upgrade 10.0.0 -> 10.0.1 wangmy
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Optimized web server performance when access logging is disabled by reducing time syscalls
- Improved web server performance when connection can be reused
- Improved performance of the WebSocket reader
- Improved performance of the WebSocket reader with large messages

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

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.16.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.11.17.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.11.16.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.11.17.bb
index 960272e9a3..eb3ecd937c 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.16.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.11.17.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] = "16f8a2c9538c14a557b4d309ed4d0a7c60f0253e8ed7b6c9a2859a7582f8b1b8"
+SRC_URI[sha256sum] = "2bf3ff374c3abd7a5c6c8de3ad7ed91e0e89a8b53353314c93766c3add5a208a"
 
 inherit python_setuptools_build_meta pypi
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 11/30] python3-aniso8601: upgrade 10.0.0 -> 10.0.1
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (8 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 10/30] python3-aiohttp: upgrade 3.11.16 -> 3.11.17 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 12/30] python3-beautifulsoup4: upgrade 4.13.3 -> 4.13.4 wangmy
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- Moved to Codeberg: https://codeberg.org/nielsenb-jf/aniso8601
- year_range_check will only shift 0s in from the left for year strings of length 2. Since parse_date throws an IsoFormatError for year strings of lengths other than 2 or 4 this shouldn't significantly change any public API consumers.
- Specify changelog location in setup.py
- Change to Woodpecker CI
- Add a CI pipeline to test builders when a tag is pushed

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

diff --git a/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb b/meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb
rename to meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb
index 4fe18d18eb..8996c4b26d 100644
--- a/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb
@@ -3,6 +3,6 @@ DESCRIPTION = "A library for parsing ISO 8601 strings."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ba35a7f4192a3ea09a01f4e8169a56bc"
 
-SRC_URI[sha256sum] = "ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf"
+SRC_URI[sha256sum] = "25488f8663dd1528ae1f54f94ac1ea51ae25b4d531539b8bc707fed184d16845"
 
 inherit pypi setuptools3
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 12/30] python3-beautifulsoup4: upgrade 4.13.3 -> 4.13.4
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (9 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 11/30] python3-aniso8601: upgrade 10.0.0 -> 10.0.1 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 13/30] python3-dill: upgrade 0.3.9 -> 0.4.0 wangmy
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* If you pass a function as the first argument to a find* method, the
  function will only ever be called once per tag, with the Tag object
  as the argument.
* Added a passthrough implementation for NavigableString.__getitem__ which gives a
  more helpful exception if the user tries to treat it as a Tag and
  access its HTML attributes.
* Fixed a bug that caused an exception when unpickling the result of
  parsing certain invalid markup with lxml as the tree builder.
* Converted the AUTHORS file to UTF-8 for PEP8 compliance.

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

diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb
rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb
index a36c22e6f1..ba75b06396 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.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] = "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b"
+SRC_URI[sha256sum] = "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 13/30] python3-dill: upgrade 0.3.9 -> 0.4.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (10 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 12/30] python3-beautifulsoup4: upgrade 4.13.3 -> 4.13.4 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-oe] [PATCH 14/30] python3-drgn: upgrade 0.0.30 -> 0.0.31 wangmy
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- update travis badge link
- fix buiding documentation with sphinx 8.x
- add initial support for python 3.14
- Bump starlette from 0.37.2 to 0.40.0 in /docs
- fix typo in requirements.txt
- updated copyright for 2025
- Bump jinja2 from 3.1.4 to 3.1.5 in /docs
- support pypy-3.11
- update docs requirements; CI for pypy3.11
- fix CodeType support for PyPy3.11 7.3.19+
- move travis build of 3.9 to focal
- Bump jinja2 from 3.1.5 to 3.1.6 in /docs

License-Update: updated copyright year to  2025

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

diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-dill_0.3.9.bb
rename to meta-python/recipes-devtools/python/python3-dill_0.4.0.bb
index bc5a7e5003..d421b1a887 100644
--- a/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb
+++ b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "Serialize all of python"
 HOMEPAGE = "https://pypi.org/project/dill/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a41509b57cc475ed93f8cb1dbbfaeec1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5ea77287d7d542949d6dd0bc288ac0"
 
-SRC_URI[sha256sum] = "81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c"
+SRC_URI[sha256sum] = "0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.43.0



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

* [oe] [meta-oe] [PATCH 14/30] python3-drgn: upgrade 0.0.30 -> 0.0.31
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (11 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 13/30] python3-dill: upgrade 0.3.9 -> 0.4.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 15/30] python3-frozenlist: upgrade 1.5.0 -> 1.6.0 wangmy
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../drgn/{python3-drgn_0.0.30.bb => python3-drgn_0.0.31.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-kernel/drgn/{python3-drgn_0.0.30.bb => python3-drgn_0.0.31.bb} (96%)

diff --git a/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.30.bb b/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb
similarity index 96%
rename from meta-oe/recipes-kernel/drgn/python3-drgn_0.0.30.bb
rename to meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb
index 39dcb28146..035ccd58a7 100644
--- a/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.30.bb
+++ b/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/osandov/drgn"
 LICENSE = " LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7c83d30e99508d6b790eacdd3abab846"
 
-SRC_URI = "git://github.com/osandov/drgn.git;protocol=https;branch=main"
-SRCREV = "92023c5b5d5a1c7e1556e945b098148f0b46e608"
+SRC_URI = "git://github.com/osandov/drgn.git;protocol=https;branch=main;tag=v${PV}"
+SRCREV = "8209a147fb61deed38ca376d063bbff0343ca234"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 15/30] python3-frozenlist: upgrade 1.5.0 -> 1.6.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (12 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-oe] [PATCH 14/30] python3-drgn: upgrade 0.0.30 -> 0.0.31 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 16/30] python3-google-auth: upgrade 2.37.0 -> 2.39.0 wangmy
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.5.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-frozenlist_1.5.0.bb
rename to meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb
index a3aebc59bd..8c4acf39d1 100644
--- a/meta-python/recipes-devtools/python/python3-frozenlist_1.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/frozenlist"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c"
 
-SRC_URI[sha256sum] = "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817"
+SRC_URI[sha256sum] = "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68"
 
 inherit pypi python_setuptools_build_meta cython
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 16/30] python3-google-auth: upgrade 2.37.0 -> 2.39.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (13 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 15/30] python3-frozenlist: upgrade 1.5.0 -> 1.6.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 17/30] python3-greenlet: upgrade 3.1.1 -> 3.2.0 wangmy
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Features
- Adding domain-wide delegation flow in impersonated credential
- Adds GA support for X.509 workload identity federation

Documentation
- Add warnings regarding consuming externally sourced credentials

Bug Fixes
- Add impersonated SA via local ADC support for fetch_id_token
- Add missing packaging dependency for feature requiring urllib3
- Add request timeout for MDS requests
- Explicitly declare support for Python 3.13

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

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.39.0.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.39.0.bb
index fa7e94a7e5..58ac26d239 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.39.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3 ptest
 
-SRC_URI[sha256sum] = "0054623abf1f9c83492c63d3f47e77f0a544caa3d40b2d98e099a611c2dd5d00"
+SRC_URI[sha256sum] = "73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7"
 SRC_URI += " \
         file://run-ptest \
 "
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 17/30] python3-greenlet: upgrade 3.1.1 -> 3.2.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (14 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 16/30] python3-google-auth: upgrade 2.37.0 -> 2.39.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 18/30] python3-inline-snapshot: upgrade 0.22.1 -> 0.22.3 wangmy
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-slp_switch-Implement-for-RISCV32.patch
removed since it's included in 3.2.0

Changelog:
============
- Remove support for Python 3.7 and 3.8.
- Add untested, community supported implementation for RiscV 32.
- Make greenlet build and run on Python 3.14a7. It will not build on earlier 3.14 alpha releases, and may not build on later 3.14 releases.
- Packaging: Use PEP 639 license expressions and include license files.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...001-slp_switch-Implement-for-RISCV32.patch | 48 -------------------
 ...let_3.1.1.bb => python3-greenlet_3.2.0.bb} |  4 +-
 2 files changed, 1 insertion(+), 51 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-greenlet/0001-slp_switch-Implement-for-RISCV32.patch
 rename meta-python/recipes-devtools/python/{python3-greenlet_3.1.1.bb => python3-greenlet_3.2.0.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-greenlet/0001-slp_switch-Implement-for-RISCV32.patch b/meta-python/recipes-devtools/python/python3-greenlet/0001-slp_switch-Implement-for-RISCV32.patch
deleted file mode 100644
index 83877d3860..0000000000
--- a/meta-python/recipes-devtools/python/python3-greenlet/0001-slp_switch-Implement-for-RISCV32.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 524fd7244cfec4ec6760e52001c9a41d1913066e Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sun, 6 Apr 2025 20:54:08 -0700
-Subject: [PATCH] slp_switch: Implement for RISCV32
-
-Changed data types from long to int for fp variable
-stackref pointer and stsizediff variable
-
-Changed the load instruction from ld (64-bit load) to lw (32-bit load)
-
-Upstream-Status: Submitted [https://github.com/python-greenlet/greenlet/pull/439]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- src/greenlet/platform/switch_riscv_unix.h | 11 ++++++++++-
- 1 file changed, 10 insertions(+), 1 deletion(-)
-
-diff --git a/src/greenlet/platform/switch_riscv_unix.h b/src/greenlet/platform/switch_riscv_unix.h
-index e74f37a..32ca78c 100644
---- a/src/greenlet/platform/switch_riscv_unix.h
-+++ b/src/greenlet/platform/switch_riscv_unix.h
-@@ -11,9 +11,14 @@
- static int
- slp_switch(void)
- {
--  long fp;
-   int ret;
-+#if __riscv_xlen == 32
-+  long fp;
-   long *stackref, stsizediff;
-+#else
-+  int fp;
-+  int *stackref, stsizediff;
-+#endif
-   __asm__ volatile ("" : : : REGS_TO_SAVE);
-   __asm__ volatile ("mv %0, fp" : "=r" (fp) : );
-   __asm__ volatile ("mv %0, sp" : "=r" (stackref) : );
-@@ -28,7 +33,11 @@ slp_switch(void)
-       SLP_RESTORE_STATE();
-   }
-   __asm__ volatile ("" : : : REGS_TO_SAVE);
-+#if __riscv_xlen == 32
-+  __asm__ volatile ("lw fp, %0" : : "m" (fp));
-+#else
-   __asm__ volatile ("ld fp, %0" : : "m" (fp));
-+#endif
-   __asm__ volatile ("mv %0, zero" : "=r" (ret) : );
-   return ret;
- }
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.2.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
rename to meta-python/recipes-devtools/python/python3-greenlet_3.2.0.bb
index b45edac12d..e0b8008d43 100644
--- a/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-greenlet_3.2.0.bb
@@ -4,10 +4,8 @@ LICENSE = "MIT & PSF-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \
                     file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
 
-SRC_URI[sha256sum] = "4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c515467"
+SRC_URI[sha256sum] = "1d2d43bd711a43db8d9b9187500e6432ddb4fafe112d082ffabca8660a9e01a7"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI += "file://0001-slp_switch-Implement-for-RISCV32.patch"
-
 BBCLASSEXTEND = "native nativesdk"
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 18/30] python3-inline-snapshot: upgrade 0.22.1 -> 0.22.3
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (15 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 17/30] python3-greenlet: upgrade 3.1.1 -> 3.2.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 19/30] python3-m2crypto: upgrade 0.44.0 -> 0.45.0 wangmy
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Fixed
- A pycharm environment is no longer incorrectly recognized as a CI environment.
- show correct diff when pytest --inline-snapshot=report -vv is used

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

diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.1.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.3.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.1.bb
rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.3.bb
index 0d913729e4..ff814ea1a4 100644
--- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.1.bb
+++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.3.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4"
 
 DEPENDS = "python3-hatchling-native"
-SRC_URI[sha256sum] = "5acbc23b9a179969b449063e2a2f3c86e2a5f6f480934e24e58d82c7cd55938c"
+SRC_URI[sha256sum] = "34c02a8567dafc88bb720872edde792ff5e665c8726f6af3bfc5fa85dd0016be"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 19/30] python3-m2crypto: upgrade 0.44.0 -> 0.45.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (16 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 18/30] python3-inline-snapshot: upgrade 0.22.1 -> 0.22.3 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 20/30] python3-marshmallow: upgrade 3.26.1 -> 4.0.0 wangmy
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch
refreshed for 0.45.0

Changelog:
===========
- chore: build Windows builds with Python 3.13 as well
- fix: remove support for Engine
- chore: mark actual license of the project BSD-2-Clause instead of wrong MIT
- ci(Debian): make M2Crypto buildable on Debian
- swig: Workaround for reading sys/select.h ending with wrong types.
- ci: bump required setuptools version because of change in naming strategy
- fix: add fix for build with older GCC
- fix: remove AnyStr and Any types
- chore: add .git-blame-ignore-revs
- chore: blacken everything

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0001-setup.py-Make-the-cmd-available.patch           | 9 +++------
 ...on3-m2crypto_0.44.0.bb => python3-m2crypto_0.45.0.bb} | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-m2crypto_0.44.0.bb => python3-m2crypto_0.45.0.bb} (94%)

diff --git a/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch b/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch
index 819ecabf6c..c4262985ba 100644
--- a/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch
+++ b/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch
@@ -1,4 +1,4 @@
-From b14664fdab286485c5cbc0fbe5b0ff13f062edd8 Mon Sep 17 00:00:00 2001
+From eaeb95ec64762a58dde7cf368fc17188382e7df6 Mon Sep 17 00:00:00 2001
 From: Mingli Yu <mingli.yu@windriver.com>
 Date: Fri, 28 Mar 2025 12:13:26 +0800
 Subject: [PATCH] setup.py: Make the cmd available
@@ -23,10 +23,10 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/setup.py b/setup.py
-index 7e295f3..cc414c9 100644
+index 9938e67..21e2346 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -221,7 +221,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
+@@ -230,7 +230,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
              with open(
                  "src/SWIG/x509_v_flag.h", "w", encoding="utf-8"
              ) as x509_v_h:
@@ -35,6 +35,3 @@ index 7e295f3..cc414c9 100644
                  cflags = os.environ.get("CFLAGS")
                  if cflags is not None:
                      cmd += cflags.split()
--- 
-2.34.1
-
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb
rename to meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb
index 5201e704ea..77f1f7df89 100644
--- a/meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb
+++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://gitlab.com/m2crypto/m2crypto"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e"
 
-SRC_URI[sha256sum] = "384bb4cbd178ee0e74015311b7b1f9f2c377e3686e03fa070b3ec2f494671c0f"
+SRC_URI[sha256sum] = "ffc10d4d09901514f408dc74f60a4d7df21c44ebc9bf776c947bfdc7359421cf"
 
 SRC_URI += " \
            file://0001-setup.py-Make-the-cmd-available.patch \
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 20/30] python3-marshmallow: upgrade 3.26.1 -> 4.0.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (17 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 19/30] python3-m2crypto: upgrade 0.44.0 -> 0.45.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 21/30] python3-mlcommons-loadgen: upgrade 5.0.14 -> 5.0.15 wangmy
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

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



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

* [oe] [meta-python] [PATCH 21/30] python3-mlcommons-loadgen: upgrade 5.0.14 -> 5.0.15
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (18 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 20/30] python3-marshmallow: upgrade 3.26.1 -> 4.0.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 22/30] python3-moteus: upgrade 0.3.79 -> 0.3.81 wangmy
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

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



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

* [oe] [meta-python] [PATCH 22/30] python3-moteus: upgrade 0.3.79 -> 0.3.81
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (19 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 21/30] python3-mlcommons-loadgen: upgrade 5.0.14 -> 5.0.15 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 23/30] python3-nanobind: upgrade 2.6.1 -> 2.7.0 wangmy
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb
rename to meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb
index 4944e13ff4..bb8f572180 100644
--- a/meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "fae569f0c2e208059e081cf0fcca2e8f71c6c1de582836c745bb884af1e35bf4"
+SRC_URI[sha256sum] = "6f0f3b5ec38c044cf28546e4693b22644c3e9be7a1338933d20b67d0fd55eccc"
 
 S = "${WORKDIR}/moteus-${PV}"
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 23/30] python3-nanobind: upgrade 2.6.1 -> 2.7.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (20 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 22/30] python3-moteus: upgrade 0.3.79 -> 0.3.81 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 wangmy
                   ` (6 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.7.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
rename to meta-python/recipes-devtools/python/python3-nanobind_2.7.0.bb
index a48c17c57c..3cb75cba09 100644
--- a/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-nanobind_2.7.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] = "e05c6816a844aa699e46408add3bff8c743af9fd3d38eafa307a73633fddf94e"
+SRC_URI[sha256sum] = "f9f1b160580c50dcf37b6495a0fd5ec61dc0d95dae5f8004f87dd9ad7eb46b34"
 
 inherit pypi python_setuptools_build_meta cmake lib_package
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (21 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 23/30] python3-nanobind: upgrade 2.6.1 -> 2.7.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22 20:28   ` Guðni Már Gilbert
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 25/30] python3-pymodbus: upgrade 3.9.1 -> 3.9.2 wangmy
                   ` (5 subsequent siblings)
  28 siblings, 1 reply; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Use-default-cc-from-environment-variable.patch
removed since it's not available in 1.2.0

License-Update: Reorg and rename files; add pyproject.toml

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...default-cc-from-environment-variable.patch | 45 -------------------
 ...pc_1.1.1.bb => python3-posix-ipc_1.2.0.bb} |  6 +--
 2 files changed, 2 insertions(+), 49 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch
 rename meta-python/recipes-devtools/python/{python3-posix-ipc_1.1.1.bb => python3-posix-ipc_1.2.0.bb} (56%)

diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch b/meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch
deleted file mode 100644
index 86829869a2..0000000000
--- a/meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 2db4d9974052e28f25252b3204a73dd25de1dd89 Mon Sep 17 00:00:00 2001
-From: Gyorgy Sarvari <skandigraun@gmail.com>
-Date: Sat, 25 Jan 2025 13:09:00 +0100
-Subject: [PATCH] Use default cc from environment variable
-
-In case the system uses a custom c compiler instead of cc
-(e.g. for cross-compiling), probing system features can
-fail or can misidentify the features due to the incorrect C compiler.
-
-Instead of using only "cc" for probing features, check if the CC environment
-variable has a custom C compiler set. If it is present, use that instead of
-"cc". If it is not present, fall back to "cc".
-
-Upstream-Status: Submitted [https://github.com/osvenskan/posix_ipc/pull/56]
----
- prober.py | 7 +++++--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/prober.py b/prober.py
-index 48432b7..ace6d3b 100644
---- a/prober.py
-+++ b/prober.py
-@@ -52,14 +52,17 @@ def print_bad_news(value_name, default):
- def does_build_succeed(filename, linker_options=""):
-     # Utility function that returns True if the file compiles and links
-     # successfully, False otherwise.
--    # Two things to note here --
-+    # Three things to note here --
-     #   - If there's a linker option like -lrt, it needs to come *after*
-     #     the specification of the C file or linking will fail on Ubuntu 11.10
-     #     (maybe because of the gcc version?)
-     #   - Some versions of Linux place the sem_xxx() functions in libpthread.
-     #     Rather than testing whether or not it's needed, I just specify it
-     #     everywhere since it's harmless to specify it when it's not needed.
--    cmd = "cc -Wall -o ./prober/foo ./prober/%s %s -lpthread" % (filename, linker_options)
-+    #   - In case the used C compiler is not cc, take it from the CC environment
-+    #     variable
-+    cc = os.getenv("CC", "cc")
-+    cmd = "%s -Wall -o ./prober/foo ./prober/%s %s -lpthread" % (cc, filename, linker_options)
- 
-     p = subprocess.Popen(cmd, shell=True, stdout=STDOUT, stderr=STDERR)
- 
--- 
-2.48.1
-
diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
similarity index 56%
rename from meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb
rename to meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
index c29996de53..29e1b35122 100644
--- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb
@@ -2,13 +2,11 @@ DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queue
 HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=513d94a7390d4d72f3475e2d45c739b5"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1a4f3bd729df04bf68f66ef877e9c7c9"
 
 PYPI_PACKAGE = "posix_ipc"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "e2456ba0cfb2ee5ba14121450e8d825b3c4a1461fca0761220aab66d4111cbb7"
-
-SRC_URI += "file://0001-Use-default-cc-from-environment-variable.patch"
+SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838"
 
 inherit setuptools3 pypi
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 25/30] python3-pymodbus: upgrade 3.9.1 -> 3.9.2
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (22 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 26/30] python3-rsa: upgrade 4.9 -> 4.9.1 wangmy
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Reactivate simulator validate.
- Don't bool-test explicit datastores
- Test and hard delayed response test.
- Update simulator doc.
- SimData update
- Officially working towards 4.0.0

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

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.9.1.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.9.2.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.9.1.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.9.2.bb
index d969165a54..afede52161 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.9.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eba8057aa82c058d2042b4b0a0e9cc63"
 
-SRC_URI[sha256sum] = "ec6216f218dd7e370fa43692535ee5268adb6b1cf7037dda6c78ac92c9a43a84"
+SRC_URI[sha256sum] = "2d08ab7bf6d1abc55a87f4faa3a7b04f74d7310b8c9771c3d66ee5fccf2e25ac"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 26/30] python3-rsa: upgrade 4.9 -> 4.9.1
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (23 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 25/30] python3-pymodbus: upgrade 3.9.1 -> 3.9.2 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 27/30] python3-webargs: upgrade 8.6.0 -> 8.7.0 wangmy
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.9.bb b/meta-python/recipes-devtools/python/python3-rsa_4.9.1.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-rsa_4.9.bb
rename to meta-python/recipes-devtools/python/python3-rsa_4.9.1.bb
index c27cd1d68a..2fb0bff29f 100644
--- a/meta-python/recipes-devtools/python/python3-rsa_4.9.bb
+++ b/meta-python/recipes-devtools/python/python3-rsa_4.9.1.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
 
-SRC_URI[sha256sum] = "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21"
+SRC_URI[sha256sum] = "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75"
 
 inherit pypi python_poetry_core update-alternatives
 
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 27/30] python3-webargs: upgrade 8.6.0 -> 8.7.0
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (24 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 26/30] python3-rsa: upgrade 4.9 -> 4.9.1 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 28/30] python3-xmlschema: upgrade 4.0.0 -> 4.0.1 wangmy
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Test against Python 3.13
- Drop support for Python 3.8, which is EOL
- Support marshmallow 4

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

diff --git a/meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb b/meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb
rename to meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb
index d898539abf..88cbd922e8 100644
--- a/meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4"
 
 inherit pypi python_flit_core
 
-SRC_URI[sha256sum] = "b8d098ab92bd74c659eca705afa31d681475f218cb15c1e57271fa2103c0547a"
+SRC_URI[sha256sum] = "0c617dec19ed4f1ff6b247cd73855e949d87052d71900938b71f0cafd92f191b"
 
 RDEPENDS:${PN} += "\
     python3-marshmallow \
-- 
2.43.0



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

* [oe] [meta-python] [PATCH 28/30] python3-xmlschema: upgrade 4.0.0 -> 4.0.1
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (25 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 27/30] python3-webargs: upgrade 8.6.0 -> 8.7.0 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-oe] [PATCH 29/30] smarty: update 5.4.3 -> 5.4.5 wangmy
  2025-04-22  8:49 ` [oe] [meta-gnome] [PATCH 30/30] tinysparql: upgrade 3.9.1 -> 3.9.2 wangmy
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fix XSD identity update with xsi:type substitution

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

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_4.0.0.bb b/meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-xmlschema_4.0.0.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb
index 5211963f68..ed759ab532 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=26aa26eda991a3a2b61c11b62d3fda65"
 
-SRC_URI[sha256sum] = "1b6d6c3650f1e0c60d8edc9204572b5700f408953d1fbd9bb6f4eaf5f3dda70c"
+SRC_URI[sha256sum] = "9a8598daa2e2859c499f6f08242f7547804ae0c2d037971c44bcb9aae154ff22"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.43.0



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

* [oe] [meta-oe] [PATCH 29/30] smarty: update 5.4.3 -> 5.4.5
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (26 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 28/30] python3-xmlschema: upgrade 4.0.0 -> 4.0.1 wangmy
@ 2025-04-22  8:49 ` wangmy
  2025-04-22  8:49 ` [oe] [meta-gnome] [PATCH 30/30] tinysparql: upgrade 3.9.1 -> 3.9.2 wangmy
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Update StringEval.php
- Fix syntax error occurring when registering a function plugin
- Replace SMARTY_VERSION constant with $smarty.version in debug.tpl

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

diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb
similarity index 93%
rename from meta-oe/recipes-support/smarty/smarty_5.4.3.bb
rename to meta-oe/recipes-support/smarty/smarty_5.4.5.bb
index 30a274e6c8..7072641d45 100644
--- a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb
+++ b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb
@@ -10,9 +10,9 @@ BUGTRACKER = "https://github.com/smarty-php/smarty/issues"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
 
-SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
+SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}"
 
-SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e"
+SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d"
 
 S = "${UNPACKDIR}/git"
 
-- 
2.43.0



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

* [oe] [meta-gnome] [PATCH 30/30] tinysparql: upgrade 3.9.1 -> 3.9.2
  2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
                   ` (27 preceding siblings ...)
  2025-04-22  8:49 ` [oe] [meta-oe] [PATCH 29/30] smarty: update 5.4.3 -> 5.4.5 wangmy
@ 2025-04-22  8:49 ` wangmy
  28 siblings, 0 replies; 35+ messages in thread
From: wangmy @ 2025-04-22  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-src-libtracker-sparql-meson.build-dont-create-compat.patch
refreshed for 3.9.2

Changelog:
=========
* Fix installing pre-generated documentation in tarballs
* Performance improvements in handling parser errors
* Fixes for issues reported by OSS Fuzz

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ibtracker-sparql-meson.build-dont-create-compat.patch | 9 +++------
 .../tracker/{tinysparql_3.9.1.bb => tinysparql_3.9.2.bb} | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename meta-gnome/recipes-gnome/tracker/{tinysparql_3.9.1.bb => tinysparql_3.9.2.bb} (95%)

diff --git a/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch b/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch
index e8c1904565..a9ed1caa52 100644
--- a/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch
+++ b/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch
@@ -1,4 +1,4 @@
-From 0dfdbeef174c18e846b98af816a9675c12a42845 Mon Sep 17 00:00:00 2001
+From 64d537a8e5e8dd2f651d8fe214b73bbc96cc5655 Mon Sep 17 00:00:00 2001
 From: Markus Volk <f_l_k@t-online.de>
 Date: Fri, 20 Sep 2024 16:43:44 +0200
 Subject: [PATCH] src/libtracker-sparql/meson.build: dont create compatibility
@@ -16,10 +16,10 @@ Signed-off-by: Markus Volk <f_l_k@t-online.de>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/libtinysparql/meson.build b/src/libtinysparql/meson.build
-index 5eccb92fc..6ed7c2b1f 100644
+index 031f7e1..11f8a96 100644
 --- a/src/libtinysparql/meson.build
 +++ b/src/libtinysparql/meson.build
-@@ -247,6 +247,6 @@ endif
+@@ -246,6 +246,6 @@ endif
  
  tracker_sparql_uninstalled_dir = meson.current_build_dir()
  
@@ -27,6 +27,3 @@ index 5eccb92fc..6ed7c2b1f 100644
 +#meson.add_install_script('symlink-libtracker-sparql.sh', get_option('libdir'), meson.current_build_dir())
  
  meson.override_dependency('tinysparql-3.0', tracker_sparql_dep)
--- 
-2.46.0
-
diff --git a/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.1.bb b/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.2.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/tracker/tinysparql_3.9.1.bb
rename to meta-gnome/recipes-gnome/tracker/tinysparql_3.9.2.bb
index b254253a5d..1194b1f71b 100644
--- a/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.1.bb
+++ b/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.2.bb
@@ -20,7 +20,7 @@ inherit gettext gnomebase gobject-introspection vala gi-docgen bash-completion
 
 SRC_URI += "file://0001-fix-reproducibility.patch"
 SRC_URI += "file://0001-src-libtracker-sparql-meson.build-dont-create-compat.patch"
-SRC_URI[archive.sha256sum] = "98e8933b946d8c54a77eadabd7f1d14cddd88fa43eef0d0ace3c0fcce646722b"
+SRC_URI[archive.sha256sum] = "14ce039024135e181022bcce4b1aad2e00377dd9c7d812b98391ccfc756dad8e"
 
 # text search is not an option anymore and requires sqlite3 build with
 # PACKAGECONFIG[fts5] set (default)
-- 
2.43.0



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

* Re: [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
  2025-04-22  8:49 ` [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 wangmy
@ 2025-04-22 20:28   ` Guðni Már Gilbert
  2025-04-22 20:57     ` [oe] " Khem Raj
  0 siblings, 1 reply; 35+ messages in thread
From: Guðni Már Gilbert @ 2025-04-22 20:28 UTC (permalink / raw)
  To: openembedded-devel

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

It looks like this recipe can now inherit python_setuptools_build_meta Instead of setuptools3.

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

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

* Re: [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
  2025-04-22 20:28   ` Guðni Már Gilbert
@ 2025-04-22 20:57     ` Khem Raj
  2025-04-22 21:36       ` Guðni Már Gilbert
  0 siblings, 1 reply; 35+ messages in thread
From: Khem Raj @ 2025-04-22 20:57 UTC (permalink / raw)
  To: gudni.m.g; +Cc: openembedded-devel

On Tue, Apr 22, 2025 at 1:28 PM Guðni Már Gilbert via
lists.openembedded.org <gudni.m.g=gmail.com@lists.openembedded.org>
wrote:
>
> It looks like this recipe can now inherit python_setuptools_build_meta Instead of setuptools3.
>

Thats a good point. Although it will be good to have a separate patch
for that on top.
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117069): https://lists.openembedded.org/g/openembedded-devel/message/117069
> Mute This Topic: https://lists.openembedded.org/mt/112391361/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
  2025-04-22 20:57     ` [oe] " Khem Raj
@ 2025-04-22 21:36       ` Guðni Már Gilbert
  2025-04-22 22:01         ` [oe] " Khem Raj
  0 siblings, 1 reply; 35+ messages in thread
From: Guðni Már Gilbert @ 2025-04-22 21:36 UTC (permalink / raw)
  To: openembedded-devel

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

I can submit a follow up patch next weekend if no one does it before then.

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

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

* Re: [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
  2025-04-22 21:36       ` Guðni Már Gilbert
@ 2025-04-22 22:01         ` Khem Raj
  2025-04-26  8:35           ` Guðni Már Gilbert
  0 siblings, 1 reply; 35+ messages in thread
From: Khem Raj @ 2025-04-22 22:01 UTC (permalink / raw)
  To: gudni.m.g; +Cc: openembedded-devel

On Tue, Apr 22, 2025 at 2:36 PM Guðni Már Gilbert via
lists.openembedded.org <gudni.m.g=gmail.com@lists.openembedded.org>
wrote:
>
> I can submit a follow up patch next weekend if no one does it before then.
>
That will be good.
Thank you
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117071): https://lists.openembedded.org/g/openembedded-devel/message/117071
> Mute This Topic: https://lists.openembedded.org/mt/112391361/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
  2025-04-22 22:01         ` [oe] " Khem Raj
@ 2025-04-26  8:35           ` Guðni Már Gilbert
  0 siblings, 0 replies; 35+ messages in thread
From: Guðni Már Gilbert @ 2025-04-26  8:35 UTC (permalink / raw)
  To: openembedded-devel

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

I'm wondering if I may submit a backport for scarthgap since there are no changes to the core code and only improvements to packaging/building. I'm guessing I need to backport for walnascar and styhead too, is styhead still being maintained ( https://wiki.yoctoproject.org/wiki/Releases says end of support May 2025)?

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

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

end of thread, other threads:[~2025-04-26  8:35 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22  8:48 [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 wangmy
2025-04-22  8:48 ` [oe] [meta-oe] [PATCH 02/30] ctags: upgrade 6.1.20250413.0 -> 6.1.20250420.0 wangmy
2025-04-22  8:48 ` [oe] [meta-oe] [PATCH 03/30] jsoncons: upgrade 1.3.1 -> 1.3.2 wangmy
2025-04-22  8:48 ` [oe] [meta-perl] [PATCH 04/30] libmime-types-perl: upgrade 2.27 -> 2.28 wangmy
2025-04-22  8:48 ` [oe] [meta-networking] [PATCH 05/30] libnftnl: upgrade 1.2.8 -> 1.2.9 wangmy
2025-04-22  8:48 ` [oe] [meta-gnome] [PATCH 06/30] libspelling: upgrade 0.4.7 -> 0.4.8 wangmy
2025-04-22  8:48 ` [oe] [meta-gnome] [PATCH 07/30] nautilus: upgrade 48.0 -> 48.1 wangmy
2025-04-22  8:48 ` [oe] [meta-networking] [PATCH 08/30] nbdkit: upgrade 1.40.5 -> 1.42.1 wangmy
2025-04-22  8:49 ` [oe] [meta-networking] [PATCH 09/30] nftables: upgrade 1.1.1 -> 1.1.2 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 10/30] python3-aiohttp: upgrade 3.11.16 -> 3.11.17 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 11/30] python3-aniso8601: upgrade 10.0.0 -> 10.0.1 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 12/30] python3-beautifulsoup4: upgrade 4.13.3 -> 4.13.4 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 13/30] python3-dill: upgrade 0.3.9 -> 0.4.0 wangmy
2025-04-22  8:49 ` [oe] [meta-oe] [PATCH 14/30] python3-drgn: upgrade 0.0.30 -> 0.0.31 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 15/30] python3-frozenlist: upgrade 1.5.0 -> 1.6.0 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 16/30] python3-google-auth: upgrade 2.37.0 -> 2.39.0 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 17/30] python3-greenlet: upgrade 3.1.1 -> 3.2.0 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 18/30] python3-inline-snapshot: upgrade 0.22.1 -> 0.22.3 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 19/30] python3-m2crypto: upgrade 0.44.0 -> 0.45.0 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 20/30] python3-marshmallow: upgrade 3.26.1 -> 4.0.0 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 21/30] python3-mlcommons-loadgen: upgrade 5.0.14 -> 5.0.15 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 22/30] python3-moteus: upgrade 0.3.79 -> 0.3.81 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 23/30] python3-nanobind: upgrade 2.6.1 -> 2.7.0 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 wangmy
2025-04-22 20:28   ` Guðni Már Gilbert
2025-04-22 20:57     ` [oe] " Khem Raj
2025-04-22 21:36       ` Guðni Már Gilbert
2025-04-22 22:01         ` [oe] " Khem Raj
2025-04-26  8:35           ` Guðni Már Gilbert
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 25/30] python3-pymodbus: upgrade 3.9.1 -> 3.9.2 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 26/30] python3-rsa: upgrade 4.9 -> 4.9.1 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 27/30] python3-webargs: upgrade 8.6.0 -> 8.7.0 wangmy
2025-04-22  8:49 ` [oe] [meta-python] [PATCH 28/30] python3-xmlschema: upgrade 4.0.0 -> 4.0.1 wangmy
2025-04-22  8:49 ` [oe] [meta-oe] [PATCH 29/30] smarty: update 5.4.3 -> 5.4.5 wangmy
2025-04-22  8:49 ` [oe] [meta-gnome] [PATCH 30/30] tinysparql: upgrade 3.9.1 -> 3.9.2 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.