All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2
@ 2024-04-17  1:40 wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 02/49] adw-gtk3: upgrade 5.2 -> 5.3 wangmy
                   ` (47 more replies)
  0 siblings, 48 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Added absl::NoDestructor<T> to simplify defining static types that do not need
 to be destructed upon program exit.
-Added configurable verbose logging (also known as VLOG).
-Added absl::Overload(), which returns a functor that provides overloads based
 on the functors passed to it. Note that this functionality requires C++17 or
 newer.
-Bzlmod is now officially supported (previously it was supported by the community).

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

diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bb
similarity index 96%
rename from meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb
rename to meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bb
index e6c65d306..2aef97391 100644
--- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb
+++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915"
 
-SRCREV = "2f9e432cce407ce0ae50676696666f33a77d42ac"
+SRCREV = "d7aaad83b488fd62bd51c81ecf16cd938532cc0a"
 BRANCH = "lts_2024_01_16"
 SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \
            file://0001-absl-always-use-asm-sgidefs.h.patch             \
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 02/49] adw-gtk3: upgrade 5.2 -> 5.3
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-filesystems] [PATCH 03/49] bindfs: upgrade 1.17.6 -> 1.17.7 wangmy
                   ` (46 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Add gtk4 theme workflow
-Add create release workflow
-Fix repo name
-Increase padding of switches
-Sidebar border colors
-Add Debian repo info
-Update update-gtk4-theme.yml
-Update gtk4 theme

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

diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.2.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.3.bb
similarity index 88%
rename from meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.2.bb
rename to meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.3.bb
index d10f5ad41..1ddc27765 100644
--- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.2.bb
+++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.3.bb
@@ -11,6 +11,6 @@ inherit meson
 SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main"
 
 S = "${WORKDIR}/git"
-SRCREV = "8056d8701afbd9b985668916557159432e6ad824"
+SRCREV = "22a3b9374369640993e4a7ab84f8acc72318e501"
 
 FILES:${PN} = "${datadir}/themes"
-- 
2.34.1



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

* [oe] [meta-filesystems] [PATCH 03/49] bindfs: upgrade 1.17.6 -> 1.17.7
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 02/49] adw-gtk3: upgrade 5.2 -> 5.3 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 04/49] cryptsetup: upgrade 2.7.1 -> 2.7.2 wangmy
                   ` (45 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
* Enabled -Wextra and fixed many compiler warnings
-(MacOS) Added './configure' option '--disable-macos-fs-link'

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-utils/binfs/{bindfs_1.17.6.bb => bindfs_1.17.7.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/binfs/{bindfs_1.17.6.bb => bindfs_1.17.7.bb} (90%)

diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.6.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb
similarity index 90%
rename from meta-filesystems/recipes-utils/binfs/bindfs_1.17.6.bb
rename to meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb
index 673198e2d..788c85b7c 100644
--- a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.6.bb
+++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb
@@ -8,7 +8,7 @@ DEPENDS = "fuse"
 RDEPENDS:${PN} = "fuse"
 
 SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master"
-SRCREV = "b982aee1161307cdd0e90f7f9597b11872440efc"
+SRCREV = "3f5e3cb1fcac5fb8034fa4712764317fab51ebe0"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 04/49] cryptsetup: upgrade 2.7.1 -> 2.7.2
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 02/49] adw-gtk3: upgrade 5.2 -> 5.3 wangmy
  2024-04-17  1:40 ` [oe] [meta-filesystems] [PATCH 03/49] bindfs: upgrade 1.17.6 -> 1.17.7 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 05/49] file-roller: upgrade 44.0 -> 44.1 wangmy
                   ` (44 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Fix activation of OPAL-only encrypted LUKS device with tokens.
* Fix formatting of OPAL devices with 4096-byte sector size.
* Fix incorrect OPAL locking range alignment calculation if used
  over an unaligned device partition.
* Add --hw-opal-factory-reset option description to the manual page.
* Do not check the passphrase quality for OPAL Admin PIN,
  as this passphrase already exists.
* Update license for FAQ document to CC BY-SA 4.0.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../cryptsetup/{cryptsetup_2.7.1.bb => cryptsetup_2.7.2.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.7.1.bb => cryptsetup_2.7.2.bb} (98%)

diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.1.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb
similarity index 98%
rename from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.1.bb
rename to meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb
index 53162cb94..504c718b9 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.1.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb
@@ -20,7 +20,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
 LDFLAGS:append:libc-musl = " -largp"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "da5d1419e2a86e01aa32fd79582cd54d208857cb541bca2fd426a5ff1aaabbc3"
+SRC_URI[sha256sum] = "219ebf74e8eddf96624a0376477e5a6f8f350a67aaf36e7dadb114d94b3afef4"
 
 inherit autotools gettext pkgconfig
 
-- 
2.34.1



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

* [oe] [meta-gnome] [PATCH 05/49] file-roller: upgrade 44.0 -> 44.1
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (2 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 04/49] cryptsetup: upgrade 2.7.1 -> 2.7.2 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 06/49] gnome-online-accounts: upgrade 3.50.0 -> 3.50.1 wangmy
                   ` (43 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* New archive dialog: allow to choose a location without changing name
* Fixed adding multiple files on a 'drop' event
* Show the options dialog when adding files in batch mode
* Appdata: Add 44.0 release

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

diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_44.1.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb
rename to meta-gnome/recipes-gnome/file-roller/file-roller_44.1.bb
index 3daa1b570..30760387f 100644
--- a/meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb
+++ b/meta-gnome/recipes-gnome/file-roller/file-roller_44.1.bb
@@ -22,7 +22,7 @@ REQUIRED_DISTRO_FEATURES = "opengl"
 EXTRA_OEMESON += "-Dintrospection=enabled"
 
 SRC_URI = "git://gitlab.gnome.org/GNOME/file-roller.git;protocol=https;branch=master"
-SRCREV = "f1c7714cf4c8989b9f3fa4c611887c29cf6df343"
+SRCREV = "299e86c77d8fe600ee6658357e209b15c674397e"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= ""
-- 
2.34.1



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

* [oe] [meta-gnome] [PATCH 06/49] gnome-online-accounts: upgrade 3.50.0 -> 3.50.1
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (3 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 05/49] file-roller: upgrade 44.0 -> 44.1 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 07/49] gnome-text-editor: upgrade 46.0 -> 46.1 wangmy
                   ` (42 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Fix translation domain in account dialogs
* Fix OAuth 2.0 URI handler for some users
* Fix crash in Kerberos/Fedora provider
* Improved WebDAV support for Fastmail and mailbox.org
* Fixes for WebDAV discovery
* OAuth 2.0 PKCE support
* Fix issues caught by static analysis
* Update Microsoft Client ID
* Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...nline-accounts_3.50.0.bb => gnome-online-accounts_3.50.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-online-accounts/{gnome-online-accounts_3.50.0.bb => gnome-online-accounts_3.50.1.bb} (92%)

diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.1.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.0.bb
rename to meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.1.bb
index d28cc876d..66df8902f 100644
--- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.1.bb
@@ -8,7 +8,7 @@ REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend',
 
 DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr"
 
-SRC_URI[archive.sha256sum] = "b0f64f0dcfbb8885a3a759e1c9de7fb204adb3ce6bd32c30bcf52d5533c06d4e"
+SRC_URI[archive.sha256sum] = "42ee43fd1e2942b9ff6106252ccdc834602815508bf7a3a52c0bdfffa56eaf40"
 
 PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live"
 
-- 
2.34.1



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

* [oe] [meta-gnome] [PATCH 07/49] gnome-text-editor: upgrade 46.0 -> 46.1
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (4 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 06/49] gnome-online-accounts: upgrade 3.50.0 -> 3.50.1 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 08/49] gtkwave: upgrade 3.3.117 -> 3.3.119 wangmy
                   ` (41 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
*Remove DBusActicatable=true from the .desktop file to fix an issue
*where you could spawn Text Editor via D-Bus and not have the session
 restored at startup.
*AppData fixes
*Translation updates

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

diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.0.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb
similarity index 83%
rename from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.0.bb
rename to meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb
index 967182aea..f37eb7195 100644
--- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb
@@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check
 
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-SRC_URI[archive.sha256sum] = "c018d0b3792c044c1558d1d0dd92b09fb0a96c9e2d25e1ae1f4cf91f7eab4614"
+SRC_URI[archive.sha256sum] = "8ebfa0bea12e75f5efeacc721be3b8ae65027b024aa81db9ecab8c312257a2eb"
 
 FILES:${PN} += " \
     ${datadir}/metainfo \
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 08/49] gtkwave: upgrade 3.3.117 -> 3.3.119
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (5 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 07/49] gnome-text-editor: upgrade 46.0 -> 46.1 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 09/49] hwdata: upgrade 0.380 -> 0.381 wangmy
                   ` (40 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Fix stems reader processing code broken in 3.3.114.
-Update xml2stems to handle newer "loc" vs "fl" xml tags.
-Change preg_regex_c_1 decl to use regex_t* as datatype.
-Move gtkwave.appdata.xml to
-io.github.gtkwave.GTKWave.metainfo.xml.
-Fixed popen security advisories:
-Fixed FST security advisories:
-Fixed evcd2vcd security advisories:
-Fixed VCD security advisories:
-Fixed VZT security advisories:
-Fixed LXT2 security advisories:
-Remove FST_DO_MISALIGNED_OPS.
-Update lz4 to current version from github.
-Change LZ4_compress to LZ4_compress_default.
-Update libghw.c/.h to latest upstream version.
-Fix for -Wsign-compare in fstapi.c.
-Security fixes for GHW.
-Fix left shift of a negative number warning in fstapi.c.
-Fix ctrl-A behavior for SST filter entry.
-Fix for bad shmat return value in main.c.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../gtkwave/{gtkwave_3.3.117.bb => gtkwave_3.3.119.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/gtkwave/{gtkwave_3.3.117.bb => gtkwave_3.3.119.bb} (94%)

diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.117.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.119.bb
similarity index 94%
rename from meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.117.bb
rename to meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.119.bb
index d23d89f2b..0b1b05404 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.117.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.119.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
 
 SRC_URI = "http://gtkwave.sourceforge.net/gtkwave-gtk3-${PV}.tar.gz"
-SRC_URI[sha256sum] = "3cf1537586a911cbb0601af8fa18cf6da708c8a14a71f69ce3cb9118e8571db9"
+SRC_URI[sha256sum] = "eab3e09e7641115c07848bfb30f7dd0c3bbe2b8cbe45017e95e077dbba6ac038"
 S = "${WORKDIR}/${BPN}-gtk3-${PV}"
 
 DEPENDS = " \
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 09/49] hwdata: upgrade 0.380 -> 0.381
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (6 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 08/49] gtkwave: upgrade 3.3.117 -> 3.3.119 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 10/49] libbpf: upgrade 1.3.0 -> 1.4.0 wangmy
                   ` (39 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Update pci, usb and vendor ids

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/hwdata/{hwdata_0.380.bb => hwdata_0.381.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/hwdata/{hwdata_0.380.bb => hwdata_0.381.bb} (91%)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.380.bb b/meta-oe/recipes-support/hwdata/hwdata_0.381.bb
similarity index 91%
rename from meta-oe/recipes-support/hwdata/hwdata_0.380.bb
rename to meta-oe/recipes-support/hwdata/hwdata_0.381.bb
index e9b5afe47..291b27372 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.380.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.381.bb
@@ -5,7 +5,7 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0-or-later | XFree86-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-SRCREV = "d0cbfddb1fec4bb1a395373396c972e5f210bcf8"
+SRCREV = "4463530857af32d9dbfcfa9939c2304b51e5e58d"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 10/49] libbpf: upgrade 1.3.0 -> 1.4.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (7 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 09/49] hwdata: upgrade 0.380 -> 0.381 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-perl] [PATCH 11/49] libcrypt-openssl-random-perl: upgrade 0.15 -> 0.16 wangmy
                   ` (38 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/libbpf/libbpf/releases/tag/v1.4.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-kernel/libbpf/{libbpf_1.3.0.bb => libbpf_1.4.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-kernel/libbpf/{libbpf_1.3.0.bb => libbpf_1.4.0.bb} (94%)

diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.3.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.4.0.bb
similarity index 94%
rename from meta-oe/recipes-kernel/libbpf/libbpf_1.3.0.bb
rename to meta-oe/recipes-kernel/libbpf/libbpf_1.4.0.bb
index 9b8ca07fe..f2ec48f39 100644
--- a/meta-oe/recipes-kernel/libbpf/libbpf_1.3.0.bb
+++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.4.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238
 DEPENDS = "zlib elfutils"
 
 SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master"
-SRCREV = "20c0a9e3d7e7d4aeb283eae982543c9cacc29477"
+SRCREV = "20ea95b4505c477af3b6ff6ce9d19cee868ddc5d"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux"
-- 
2.34.1



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

* [oe] [meta-perl] [PATCH 11/49] libcrypt-openssl-random-perl: upgrade 0.15 -> 0.16
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (8 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 10/49] libbpf: upgrade 1.3.0 -> 1.4.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 12/49] libopus: upgrade 1.5.1 -> 1.5.2 wangmy
                   ` (37 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- add github actions, travis and appveyor.
- Many patches by Takumi Akiyama.
- Fix broken github image for strawberry perl
  by stripping its PATH. their new mingw is incompatible to their
  old strawberry 5.32
- minor documentation fixes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...andom-perl_0.15.bb => libcrypt-openssl-random-perl_0.16.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libcrypt/{libcrypt-openssl-random-perl_0.15.bb => libcrypt-openssl-random-perl_0.16.bb} (85%)

diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.16.bb
similarity index 85%
rename from meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb
rename to meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.16.bb
index 9bfb631d3..dc2075d13 100644
--- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb
+++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.16.bb
@@ -5,8 +5,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=089c18d635ae273e1727ec385e64063b"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz "
-SRC_URI[md5sum] = "bcde8d5a822c91376deda3c4f0c75fbe"
-SRC_URI[sha256sum] = "f0876faa1ba3111e39b86aa730c603211eff2905e460c72a57b61e8cf475cef4"
+SRC_URI[sha256sum] = "fcf58cb2af4c3eda2fe1405527d9373efe9576268fce8adb34df9ce9b6b44d1e"
 
 S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 12/49] libopus: upgrade 1.5.1 -> 1.5.2
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (9 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-perl] [PATCH 11/49] libcrypt-openssl-random-perl: upgrade 0.15 -> 0.16 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 13/49] makedumpfile: upgrade 1.7.4 -> 1.7.5 wangmy
                   ` (36 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 fixes a misalignment issue in the AVX2 code that could cause crashes under Windows.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libopus/{libopus_1.5.1.bb => libopus_1.5.2.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-multimedia/libopus/{libopus_1.5.1.bb => libopus_1.5.2.bb} (96%)

diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb
similarity index 96%
rename from meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb
rename to meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb
index 4ce6dd202..02958ef02 100644
--- a/meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb
+++ b/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb
@@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4b365c2155d66e550e1447075d6744a5"
 
 SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz"
-SRC_URI[sha256sum] = "b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85"
+SRC_URI[sha256sum] = "65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1"
 
 S = "${WORKDIR}/opus-${PV}"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 13/49] makedumpfile: upgrade 1.7.4 -> 1.7.5
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (10 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 12/49] libopus: upgrade 1.5.1 -> 1.5.2 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 14/49] opensc: upgrade 0.25.0 -> 0.25.1 wangmy
                   ` (35 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-makedumpfile-replace-hardcode-CFLAGS.patch
refreshed for 1.7.5

Changelog:
============
-Support for kernels up to v6.8 (x86_64)
-Support for printk caller_id by --dump-dmesg option
-ppc64: get vmalloc start address from vmcoreinfo
-ppc64: read cur_mmu_type from vmcoreinfo
-add PRINTK_CALLER id support to --dump-dmesg option
-s390x: uncouple virtual and physical address spaces
-s390x: fix virtual vs physical address confusion

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0001-makedumpfile-replace-hardcode-CFLAGS.patch    | 10 ++++++----
 .../{makedumpfile_1.7.4.bb => makedumpfile_1.7.5.bb}   |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-kernel/makedumpfile/{makedumpfile_1.7.4.bb => makedumpfile_1.7.5.bb} (97%)

diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch b/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
index 15ced551d..96a996f61 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
@@ -1,4 +1,4 @@
-From 71b5a3905d5cd0feca88a0d61d7657ba5296a052 Mon Sep 17 00:00:00 2001
+From 6d16911316cb576db0239f607e60918a222e4436 Mon Sep 17 00:00:00 2001
 From: Mingli Yu <mingli.yu@windriver.com>
 Date: Sun, 24 Apr 2022 17:25:33 +0800
 Subject: [PATCH] makedumpfile: replace hardcode CFLAGS
@@ -20,9 +20,11 @@ Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
 Rebase to 1.7.1
 Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
 ---
- Makefile | 42 ++++++++++++++++++++++--------------------
- 1 file changed, 22 insertions(+), 20 deletions(-)
+ Makefile | 40 +++++++++++++++++++++-------------------
+ 1 file changed, 21 insertions(+), 19 deletions(-)
 
+diff --git a/Makefile b/Makefile
+index 71d8548..22acdd5 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -8,12 +8,6 @@ ifeq ($(strip $CC),)
@@ -126,7 +128,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
  	@sed -e "s/@DATE@/$(DATE)/" \
  	     -e "s/@VERSION@/$(VERSION)/" \
  	     $(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8
-@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(
+@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(OBJ_ARCH)
  	     $(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5
  
  eppic_makedumpfile.so: extension_eppic.c
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb
similarity index 97%
rename from meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb
rename to meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb
index b016d5da4..85b44c494 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 LICENSE = "GPL-2.0-only"
 
 SRCBRANCH ?= "master"
-SRCREV = "3bc3b3e3be33a9aa040e654f055912063e576c1b"
+SRCREV = "c266469347d49287be38059d45e7aaa454db9cb2"
 
 DEPENDS = "bzip2 zlib elfutils xz"
 RDEPENDS:${PN}-tools = "perl ${PN}"
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 14/49] opensc: upgrade 0.25.0 -> 0.25.1
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (11 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 13/49] makedumpfile: upgrade 1.7.4 -> 1.7.5 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 15/49] python3-aiodns: upgrade 3.1.1 -> 3.2.0 wangmy
                   ` (34 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
* Add missing file to dist tarball to build documentation
* Fix RSA decryption with PKCS#1 v1.5 padding
* Fix crash when app is not set

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../opensc/{opensc_0.25.0.bb => opensc_0.25.1.bb}            | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/opensc/{opensc_0.25.0.bb => opensc_0.25.1.bb} (91%)

diff --git a/meta-oe/recipes-support/opensc/opensc_0.25.0.bb b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb
similarity index 91%
rename from meta-oe/recipes-support/opensc/opensc_0.25.0.bb
rename to meta-oe/recipes-support/opensc/opensc_0.25.1.bb
index 02c9c7e80..19fb78092 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.25.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb
@@ -12,9 +12,8 @@ LICENSE = "LGPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
 
 #v0.21.0
-SRCREV = "67986eda93a3a359a897f0b0be97f4315dde8d42"
-SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \
-          "
+SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6"
+SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https"
 DEPENDS = "virtual/libiconv openssl"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 15/49] python3-aiodns: upgrade 3.1.1 -> 3.2.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (12 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 14/49] opensc: upgrade 0.25.0 -> 0.25.1 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 16/49] python3-aiohttp: upgrade 3.9.3 -> 3.9.4 wangmy
                   ` (33 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Update test_query_ptr test to use address with PTR record
-Added a missing py.typed file for wheel
-Add Winloop as a valid EventLoop
-Add support for getaddrinfo
-Add support for getnameinfo

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

diff --git a/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb b/meta-python/recipes-devtools/python/python3-aiodns_3.2.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb
rename to meta-python/recipes-devtools/python/python3-aiodns_3.2.0.bb
index ec7d62ee2..bf3f1312d 100644
--- a/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-aiodns_3.2.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/saghul/aiodns"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a565d8b5d06b9620968a135a2657b093"
 
-SRC_URI[sha256sum] = "1073eac48185f7a4150cad7f96a5192d6911f12b4fb894de80a088508c9b3a99"
+SRC_URI[sha256sum] = "62869b23409349c21b072883ec8998316b234c9a9e36675756e8e317e8768f72"
 
 PYPI_PACKAGE = "aiodns"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 16/49] python3-aiohttp: upgrade 3.9.3 -> 3.9.4
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (13 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 15/49] python3-aiodns: upgrade 3.1.1 -> 3.2.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 17/49] python3-cbor2: upgrade 5.6.2 -> 5.6.3 wangmy
                   ` (32 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 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.9.4

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

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.4.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.9.4.bb
index 10a3085ef..1cfed0d7a 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.4.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] = "90842933e5d1ff760fae6caca4b2b3edba53ba8f4b71e95dacf2818a2aca06f7"
+SRC_URI[sha256sum] = "6ff71ede6d9a5a58cfb7b6fffc83ab5d4a63138276c771ac91ceaaddf5459644"
 
 PYPI_PACKAGE = "aiohttp"
 inherit python_setuptools_build_meta pypi
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 17/49] python3-cbor2: upgrade 5.6.2 -> 5.6.3
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (14 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 16/49] python3-aiohttp: upgrade 3.9.3 -> 3.9.4 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 18/49] python3-django: upgrade 5.0.3 -> 5.0.4 wangmy
                   ` (31 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fixed decoding of epoch-based dates being affected by the local time zone in the C extension

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

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.2.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-cbor2_5.6.2.bb
rename to meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb
index c0987a9a1..c9c98b6fb 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb
@@ -4,7 +4,7 @@ DEPENDS +="python3-setuptools-scm-native"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
-SRC_URI[sha256sum] = "b7513c2dea8868991fad7ef8899890ebcf8b199b9b4461c3c11d7ad3aef4820d"
+SRC_URI[sha256sum] = "e6f0ae2751c2d333a960e0807c0611494eb1245631a167965acbc100509455d3"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 18/49] python3-django: upgrade 5.0.3 -> 5.0.4
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (15 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 17/49] python3-cbor2: upgrade 5.6.2 -> 5.6.3 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 19/49] python3-eth-abi: upgrade 5.0.1 -> 5.1.0 wangmy
                   ` (30 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Fixed a bug in Django 5.0 that caused a crash of "Model.full_clean()" on
  fields with expressions in "db_default". As a consequence,
  "Model.full_clean()" no longer validates for empty values in fields with
  "db_default"
* Fixed a regression in Django 5.0 where the "AdminFileWidget" could be
  rendered with two "id" attributes on the "Clear" checkbox
* Fixed a bug in Django 5.0 that caused a migration crash on PostgreSQL 15+
  when adding a partial "UniqueConstraint" with "nulls_distinct"
* Fixed a crash in Django 5.0 when performing queries involving table aliases
  and lookups on a "GeneratedField" of the aliased table
* Fixed a bug in Django 5.0 that caused a migration crash when adding a
  "GeneratedField" relying on the "__contains" or "__icontains"
  lookups or using a "Value" containing a ""%""

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

diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.3.bb b/meta-python/recipes-devtools/python/python3-django_5.0.4.bb
similarity index 56%
rename from meta-python/recipes-devtools/python/python3-django_5.0.3.bb
rename to meta-python/recipes-devtools/python/python3-django_5.0.4.bb
index 14c41a626..3139ed468 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.0.4.bb
@@ -1,7 +1,7 @@
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "5fb37580dcf4a262f9258c1f4373819aacca906431f505e4688e37f3a99195df"
+SRC_URI[sha256sum] = "4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"
 
 RDEPENDS:${PN} += "\
     python3-sqlparse \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 19/49] python3-eth-abi: upgrade 5.0.1 -> 5.1.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (16 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 18/49] python3-django: upgrade 5.0.3 -> 5.0.4 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 20/49] python3-eth-account: upgrade 0.11.0 -> 0.12.1 wangmy
                   ` (29 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Upgrade parsimonious from 0.9 to 0.10, which is 15% faster
-Add python 3.12 support, add all-format docs tests and nightly CI runs, reorg
 tests file structure to match CI grouping

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

diff --git a/meta-python/recipes-devtools/python/python3-eth-abi_5.0.1.bb b/meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-eth-abi_5.0.1.bb
rename to meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb
index a56296188..e8bfb437f 100644
--- a/meta-python/recipes-devtools/python/python3-eth-abi_5.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=731f4de9c79bfeba6d8d55f83d0d2423"
 
-SRC_URI[sha256sum] = "e9425110c6120c585c9f0db2e8a33d76c4b886b148a65e68fc0035d3917a3b9c"
+SRC_URI[sha256sum] = "33ddd756206e90f7ddff1330cc8cac4aa411a824fe779314a0a52abea2c8fc14"
 
 PYPI_PACKAGE = "eth_abi"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 20/49] python3-eth-account: upgrade 0.11.0 -> 0.12.1
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (17 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 19/49] python3-eth-abi: upgrade 5.0.1 -> 5.1.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 21/49] python3-eth-typing: upgrade 4.0.0 -> 4.1.0 wangmy
                   ` (28 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
-Update documentation to include blob transaction signing example.
-Import cytoolz methods via eth_utils instead of cytoolz directly
-Add encode_typed_data to list of functions that return a SignableMessage
-Add support for type 3, BlobTransaction, introduced by the Cancun network upgrade.

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

diff --git a/meta-python/recipes-devtools/python/python3-eth-account_0.11.0.bb b/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-eth-account_0.11.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb
index ce48d9dcf..867aaaf02 100644
--- a/meta-python/recipes-devtools/python/python3-eth-account_0.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=16ffc86adf4293d4cfb204e77d62cfe6"
 
-SRC_URI[sha256sum] = "2ffc7a0c7538053a06a7d11495c16c7ad9897dd42be0f64ca7551e9f6e0738c3"
+SRC_URI[sha256sum] = "0374c5886f35780e1f23e50ce6b0482f3387646eceda544e97d69f17f6c216ee"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 21/49] python3-eth-typing: upgrade 4.0.0 -> 4.1.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (18 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 20/49] python3-eth-account: upgrade 0.11.0 -> 0.12.1 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 22/49] python3-execnet: upgrade 2.0.2 -> 2.1.1 wangmy
                   ` (27 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Add python3.12 support
-Merge template updates, adding build tests for all docs formats, add blocklint to lint tools

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

diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb
index 3ca311db5..4491de979 100644
--- a/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb
@@ -4,6 +4,6 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
 
-SRC_URI[sha256sum] = "9af0b6beafbc5c2e18daf19da5f5a68315023172c4e79d149e12ad10a3d3f731"
+SRC_URI[sha256sum] = "ed52b0c6b049240fd810bc87c8857c7ea39370f060f70b9ca3876285269f2938"
 
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 22/49] python3-execnet: upgrade 2.0.2 -> 2.1.1
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (19 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 21/49] python3-eth-typing: upgrade 4.0.0 -> 4.1.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 23/49] python3-filelock: upgrade 3.13.3 -> 3.13.4 wangmy
                   ` (26 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Fixed regression in 2.1.0 where the strconfig argument to load/loads is ignored
-Added main_thread_only execmodel which is derived from the thread execmodel and
 only executes remote_exec calls in the main thread.
-The library is now typed and the typing is exposed to type-checkers.
-Re-exported Gateway, Channel, DumpError and LoadError from execnet. The constructors are private.
-Fixed GatewayBase.join() timeout argument getting ignored.
-Removed support for Python 3.7.
-Added official support for Python 3.12.

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

diff --git a/meta-python/recipes-devtools/python/python3-execnet_2.0.2.bb b/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-execnet_2.0.2.bb
rename to meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb
index 78a15d357..94c1a228e 100644
--- a/meta-python/recipes-devtools/python/python3-execnet_2.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb
@@ -13,7 +13,7 @@ DEPENDS += "\
 
 SRC_URI += "file://run-ptest \
            "
-SRC_URI[sha256sum] = "cc59bc4423742fd71ad227122eb0dd44db51efb3dc4095b45ac9a08c770096af"
+SRC_URI[sha256sum] = "5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3"
 
 inherit ptest pypi python_hatchling
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 23/49] python3-filelock: upgrade 3.13.3 -> 3.13.4
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (20 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 22/49] python3-execnet: upgrade 2.0.2 -> 2.1.1 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 24/49] python3-google-api-python-client: upgrade 2.124.0 -> 2.125.0 wangmy
                   ` (25 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Raise error on incompatible singleton timeout and mode args

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

diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.13.3.bb b/meta-python/recipes-devtools/python/python3-filelock_3.13.4.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-filelock_3.13.3.bb
rename to meta-python/recipes-devtools/python/python3-filelock_3.13.4.bb
index f1477d1dc..4d6d19551 100644
--- a/meta-python/recipes-devtools/python/python3-filelock_3.13.3.bb
+++ b/meta-python/recipes-devtools/python/python3-filelock_3.13.4.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://py-filelock.readthedocs.io/"
 LICENSE = "Unlicense"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
 
-SRC_URI[sha256sum] = "a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"
+SRC_URI[sha256sum] = "d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 24/49] python3-google-api-python-client: upgrade 2.124.0 -> 2.125.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (21 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 23/49] python3-filelock: upgrade 3.13.3 -> 3.13.4 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 25/49] python3-ipython: upgrade 8.22.2 -> 8.23.0 wangmy
                   ` (24 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/googleapis/google-api-python-client/releases/tag/v2.125.0

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

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.124.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.125.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.124.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.125.0.bb
index 99b07d3e8..8abe4699e 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.124.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.125.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "f6d3258420f7c76b0f5266b5e402e6f804e30351b018a10083f4a46c3ec33773"
+SRC_URI[sha256sum] = "51a0385cff65ec135106e8be60ee7112557396dde5f44113ae23912baddda143"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 25/49] python3-ipython: upgrade 8.22.2 -> 8.23.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (22 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 24/49] python3-google-api-python-client: upgrade 2.124.0 -> 2.125.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 26/49] python3-javaobj-py3: upgrade 0.4.3 -> 0.4.4 wangmy
                   ` (23 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Fix small typo: imput -> input
-Add a matplotlib optional target dependency
-Disable scheduled CI runs on forks
-add __repr__ to MagicsDisplay
-correct ci message

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

diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.22.2.bb b/meta-python/recipes-devtools/python/python3-ipython_8.23.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-ipython_8.22.2.bb
rename to meta-python/recipes-devtools/python/python3-ipython_8.23.0.bb
index b8595fe9c..ebfd14722 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_8.22.2.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.23.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
 PYPI_PACKAGE = "ipython"
 
-SRC_URI[sha256sum] = "2dcaad9049f9056f1fef63514f176c7d41f930daa78d05b82a176202818f2c14"
+SRC_URI[sha256sum] = "7468edaf4f6de3e1b912e57f66c241e6fd3c7099f2ec2136e239e142e800274d"
 
 RDEPENDS:${PN} = "\
     python3-setuptools \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 26/49] python3-javaobj-py3: upgrade 0.4.3 -> 0.4.4
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (23 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 25/49] python3-ipython: upgrade 8.22.2 -> 8.23.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 27/49] python3-joblib: upgrade 1.3.2 -> 1.4.0 wangmy
                   ` (22 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Added support for java.lang.Class arrays
-Fixed marshalling of JavaByteArrays
-Tests ran with pytest manually on Python 2.7, 3.6-3.12

License-Update:
 type of LICENSE changed to "ASCII text, with CRLF line terminators"

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-javaobj-py3_0.4.3.bb => python3-javaobj-py3_0.4.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-javaobj-py3_0.4.3.bb => python3-javaobj-py3_0.4.4.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
rename to meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb
index 5555a1256..d71101ee2 100644
--- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb
@@ -5,9 +5,9 @@ DESCRIPTION = "python-javaobj is a python library that provides functions\
  representation is a standard data interchange format in Java world."
 HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
 
-SRC_URI[sha256sum] = "38f74db3a57e9998a9774e3614afb95cb396f139f29b3fdb130c5af554435259"
+SRC_URI[sha256sum] = "e4e3257ef2cf81a3339787a4d5cf924e54c91f095a723f6d2584dae61d4396ed"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 27/49] python3-joblib: upgrade 1.3.2 -> 1.4.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (24 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 26/49] python3-javaobj-py3: upgrade 0.4.3 -> 0.4.4 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 28/49] python3-parso: upgrade 0.8.3 -> 0.8.4 wangmy
                   ` (21 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/joblib/joblib/releases/tag/1.4.0

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

diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb b/meta-python/recipes-devtools/python/python3-joblib_1.4.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb
rename to meta-python/recipes-devtools/python/python3-joblib_1.4.0.bb
index d68b40e38..868e3f211 100644
--- a/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-joblib_1.4.0.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066"
 
 inherit setuptools3 pypi
 
-SRC_URI[sha256sum] = "92f865e621e17784e7955080b6d042489e3b8e294949cc44c6eac304f59772b1"
+SRC_URI[sha256sum] = "1eb0dc091919cd384490de890cb5dfd538410a6d4b3b54eef09fb8c50b409b1c"
 
 RDEPENDS:${PN} += " \
     python3-asyncio \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 28/49] python3-parso: upgrade 0.8.3 -> 0.8.4
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (25 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 27/49] python3-joblib: upgrade 1.3.2 -> 1.4.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 29/49] python3-path: upgrade 16.10.0 -> 16.14.0 wangmy
                   ` (20 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Add basic support for Python 3.13

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

diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.4.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-parso_0.8.3.bb
rename to meta-python/recipes-devtools/python/python3-parso_0.8.4.bb
index 217c821fb..176bf6f27 100644
--- a/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb
+++ b/meta-python/recipes-devtools/python/python3-parso_0.8.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
 
 PYPI_PACKAGE = "parso"
 
-SRC_URI[sha256sum] = "8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"
+SRC_URI[sha256sum] = "eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d"
 
 inherit setuptools3 pypi
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 29/49] python3-path: upgrade 16.10.0 -> 16.14.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (26 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 28/49] python3-parso: upgrade 0.8.3 -> 0.8.4 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 30/49] python3-pdm: upgrade 2.13.2 -> 2.14.0 wangmy
                   ` (19 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Add .symlink_to and .hardlink_to.
-Add .cwd method and deprecated .getcwd.
-Create 'absolute' method and deprecate 'abspath'.
-In readlink, prefer the display path to the substitute path.
-Restore functionality in .isdir and .isfile.
-Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile.
-Inlined some types.
-Fix iterdir - it also accepts match.
-Add type annotation for iterdir.

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

diff --git a/meta-python/recipes-devtools/python/python3-path_16.10.0.bb b/meta-python/recipes-devtools/python/python3-path_16.14.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-path_16.10.0.bb
rename to meta-python/recipes-devtools/python/python3-path_16.14.0.bb
index f95fce3b0..b4d290a23 100644
--- a/meta-python/recipes-devtools/python/python3-path_16.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-path_16.14.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "A module wrapper for os.path"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
 
-SRC_URI[sha256sum] = "b32b22b76fe810a8ded6d136268cc8b6698ae7c47c29b94a9ea12623f3051e46"
+SRC_URI[sha256sum] = "dbaaa7efd4602fd6ba8d82890dc7823d69e5de740a6e842d9919b0faaf2b6a8e"
 
 SRC_URI += "\
     file://run-ptest \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 30/49] python3-pdm: upgrade 2.13.2 -> 2.14.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (27 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 29/49] python3-path: upgrade 16.10.0 -> 16.14.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 31/49] python3-pulsectl: upgrade 23.5.2 -> 24.4.0 wangmy
                   ` (18 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Revert the package cache introduced in 2.13. Don't cache the decompressed
 contents of wheels unless being told so.
-Fix inconsistent logging when pdm use a different python interpreter
-Fix PDM unable to find Python interpreters when PDM_IGNORE_ACTIVE_VENV is set
-Check verify_ssl when trusting each source.
-Fix name check for project itself in pdm outdated
-Fix a regression that proxy env vars are not respected.
-Fix an issue that venv provider can't be found when providers are explicitly
 configured.
-Fix a bug that [tool.pdm.options] are ignored if -c/--config CONFIG is given.
-Make --without respect groups in dev-dependencies
-Per-source configuration for ca-certs and client-cert.
-Remove all caches by removing individual cache types one by one.
-Use the default HTTP client when downloading the pythons, to use the
 certificates settings.
-Fix a race condition where pth files take effect when multiple packages are
 installed in parallel.
-Refuse to run recursive composite scripts.

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

diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.13.2.bb b/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-pdm_2.13.2.bb
rename to meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb
index 387f14b0e..011ba5b3d 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.13.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = "e282bf1caf0a083fc0fb5e89ad6f79d7c579ff52c7bb58ee8587ea3d5bb9e14a"
+SRC_URI[sha256sum] = "7ae6c4b5518085a703e0824ab10cbc3b7246b599ef07b8c4dcb2af1e42859190"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 31/49] python3-pulsectl: upgrade 23.5.2 -> 24.4.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (28 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 30/49] python3-pdm: upgrade 2.13.2 -> 2.14.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 32/49] python3-pydantic: upgrade 2.6.4 -> 2.7.0 wangmy
                   ` (17 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Add more obvious sink_default_get/source_default_get wrappers around server_info

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

diff --git a/meta-python/recipes-devtools/python/python3-pulsectl_23.5.2.bb b/meta-python/recipes-devtools/python/python3-pulsectl_24.4.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pulsectl_23.5.2.bb
rename to meta-python/recipes-devtools/python/python3-pulsectl_24.4.0.bb
index 4da72904f..3bc15bb08 100644
--- a/meta-python/recipes-devtools/python/python3-pulsectl_23.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pulsectl_24.4.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/mk-fg/python-pulse-control"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f1d10048469ff90123263eb5e214061d"
 
-SRC_URI[sha256sum] = "e911d398eaf0539cf3c63b4217357b51a3d1b7e4a50607d1591cf2b49f5d2c6a"
+SRC_URI[sha256sum] = "697ed50e7d452e78678ae38e2ab935843008bec448955283cd0fb362867e3165"
 
 RDEPENDS:${PN} += " \
 	libpulse \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 32/49] python3-pydantic: upgrade 2.6.4 -> 2.7.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (29 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 31/49] python3-pulsectl: upgrade 23.5.2 -> 24.4.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 33/49] python3-pymodbus: upgrade 3.6.6 -> 3.6.7 wangmy
                   ` (16 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://docs.pydantic.dev/latest/changelog/

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

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.6.4.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.7.0.bb
similarity index 95%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.6.4.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.7.0.bb
index 9c5256412..36ad83527 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.7.0.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "b1704e0847db01817624a6b86766967f552dd9dbf3afba4004409f908dcc84e6"
+SRC_URI[sha256sum] = "b5ecdd42262ca2462e2624793551e80911a1e989f462910bb81aef974b4bb383"
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 33/49] python3-pymodbus: upgrade 3.6.6 -> 3.6.7
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (30 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 32/49] python3-pydantic: upgrade 2.6.4 -> 2.7.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 34/49] python3-rarfile: upgrade 4.1 -> 4.2 wangmy
                   ` (15 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Add lock to async requests, correct logging and length calc.
-test_simulator: use unused_tcp_port fixture
-streamline imports in Factory.py
-Secure testing is done with pymodbus in PR.
-Fix link to github in README
-Wildcard exception catch from pyserial.
-Problem with stale CI.
-Add connection exception to list of exceptions catpured in retries
-Move on_reconnect to client level
-Bump github stale.
-update package_test_tool (add 4 test scenarios)
-Bump dependencies.
-Cancel send if no connection.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.6.6.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.6.7.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.6.6.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.6.7.bb
index 8e181640b..323377253 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.6.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.6.7.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] = "c4d556a0954d00a9e1c8f1d0de03f41c4800336e6d785e820f2917eeb4ee7736"
+SRC_URI[sha256sum] = "e6cefac57f8d0e887ef49a705743787d8f1f005df94bd148e3da43c2599c77f3"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 34/49] python3-rarfile: upgrade 4.1 -> 4.2
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (31 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 33/49] python3-pymodbus: upgrade 3.6.6 -> 3.6.7 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 35/49] python3-send2trash: upgrade 1.8.2 -> 1.8.3 wangmy
                   ` (14 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2024.

Changelog:
===========
-Support unrar-free >= 0.2.0.
-Add RarFile.is_solid to check if archive uses solid compression.
-Support old multi-volume archives better where ENDARC does not contain NEXTVOL.

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

diff --git a/meta-python/recipes-devtools/python/python3-rarfile_4.1.bb b/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-rarfile_4.1.bb
rename to meta-python/recipes-devtools/python/python3-rarfile_4.2.bb
index 8f5ef415c..41cff4bfc 100644
--- a/meta-python/recipes-devtools/python/python3-rarfile_4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb
@@ -2,11 +2,11 @@ SUMMARY = "RAR archive reader for Python"
 HOMEPAGE = "https://github.com/markokr/rarfile"
 LICENSE = "ISC"
 SECTION = "devel/python"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2f31e224cbf0c29cb6c55f2bae0e165f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1916695551f7eec48dfd97db9467b831"
 
 inherit setuptools3
 
-SRC_URI[sha256sum] = "db60b3b5bc1c4bdeb941427d50b606d51df677353385255583847639473eda48"
+SRC_URI[sha256sum] = "8e1c8e72d0845ad2b32a47ab11a719bc2e41165ec101fd4d3fe9e92aa3f469ef"
 
 inherit pypi
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 35/49] python3-send2trash: upgrade 1.8.2 -> 1.8.3
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (32 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 34/49] python3-rarfile: upgrade 4.1 -> 4.2 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 36/49] python3-sentry-sdk: upgrade 1.44.0 -> 1.45.0 wangmy
                   ` (13 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Add support for any iterable type as input
-fix: Use os.fsdecode() for arguments to shutil.move()

License-Update:
 file type of LICENSE changed to ASCII text

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-send2trash_1.8.2.bb => python3-send2trash_1.8.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-extended/send2trash/{python3-send2trash_1.8.2.bb => python3-send2trash_1.8.3.bb} (59%)

diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.2.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.3.bb
similarity index 59%
rename from meta-python/recipes-extended/send2trash/python3-send2trash_1.8.2.bb
rename to meta-python/recipes-extended/send2trash/python3-send2trash_1.8.3.bb
index eac89e629..0bbfb9a11 100644
--- a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.2.bb
+++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.3.bb
@@ -1,10 +1,10 @@
 SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=05faa35ba1ca10b723f19d286c9d5237"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "c132d59fa44b9ca2b1699af5c86f57ce9f4c5eb56629d5d55fbb7a35f84e2312"
+SRC_URI[sha256sum] = "b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf"
 
 PYPI_PACKAGE = "Send2Trash"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 36/49] python3-sentry-sdk: upgrade 1.44.0 -> 1.45.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (33 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 35/49] python3-send2trash: upgrade 1.8.2 -> 1.8.3 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 37/49] python3-sqlalchemy: upgrade 2.0.27 -> 2.0.29 wangmy
                   ` (12 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Allow to upsert monitors
-Add Django signals_denylist to filter signals that are attached to by signals_spans
-increment for metrics
-Add value, unit to before_emit_metric
-Remove experimental metric summary options
-New normalization rules for metric keys, names, units, tags
-Change data_category from statsd to metric_bucket
-Accessing __mro__ might throw a ValueError
-Suppress prompt spawned by subprocess when using pythonw
-Handle None in GraphQL query
-Do not send "quiet" Sanic exceptions to Sentry
-Implement metric_bucket rate limits
-Fix type hints for monitor decorator
-Remove deprecated typing imports in crons
-Make monitor_config a TypedDict
-Add devenv-requirements.txt and update env setup instructions
-Bump types-protobuf from 4.24.0.20240311 to 4.24.0.20240408
-Disable Codecov check run annotations

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

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.45.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.45.0.bb
index 1b371ef01..c3e53b518 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.45.0.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
 	python3-datetime \
 "
 
-SRC_URI[sha256sum] = "f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"
+SRC_URI[sha256sum] = "509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 37/49] python3-sqlalchemy: upgrade 2.0.27 -> 2.0.29
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (34 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 36/49] python3-sentry-sdk: upgrade 1.44.0 -> 1.45.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 38/49] python3-validators: upgrade 0.24.0 -> 0.28.0 wangmy
                   ` (11 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.29

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

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.27.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.29.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.27.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.29.bb
index e5a837659..e646bd0d9 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.27.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.29.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c78b979ae6c20775a28a287d32092cbb"
 
-SRC_URI[sha256sum] = "86a6ed69a71fe6b88bf9331594fa390a2adda4a49b5c06f98e47bf0d392534f8"
+SRC_URI[sha256sum] = "bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 38/49] python3-validators: upgrade 0.24.0 -> 0.28.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (35 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 37/49] python3-sqlalchemy: upgrade 2.0.27 -> 2.0.29 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 39/49] python3-web3: upgrade 6.16.0 -> 6.17.0 wangmy
                   ` (10 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-patch: moves country_code module to country module
        moves base58 and base64 into encoding
        adds encoding tests and docs
        supported extended latin in username
-feat:  adds indian aadhar and pan validator
        adds finance validator
        adds consider_tld parameter to domain, hostname and url modules
        lays foundation for URI validation
        adds private parameter to ip_address, hostname & url
        adds base58 and base64 validators
        adds basic cron validator
-fix:   regex ignore-case uses only a-z
        domain validation is now more consistent across rfcs
-maint: adds quick start docs
        updated dev dependencies, doc links; bump version

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

diff --git a/meta-python/recipes-devtools/python/python3-validators_0.24.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.28.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-validators_0.24.0.bb
rename to meta-python/recipes-devtools/python/python3-validators_0.28.0.bb
index 78261dd67..36444c0bf 100644
--- a/meta-python/recipes-devtools/python/python3-validators_0.24.0.bb
+++ b/meta-python/recipes-devtools/python/python3-validators_0.28.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-validators.github.io/validators"
 LICENSE = "MIT"
 
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3fb4b9e6db86c69a33d5e3ee013ab59"
-SRC_URI[sha256sum] = "cd23defb36de42d14e7559cf0757f761bb46b10d9de2998e6ef805f769d859e3"
+SRC_URI[sha256sum] = "85bc82511f6ccd0800f4c15d8c0dc546c15e369640c5ea1f24349ba0b3b17815"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 39/49] python3-web3: upgrade 6.16.0 -> 6.17.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (36 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 38/49] python3-validators: upgrade 0.24.0 -> 0.28.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 40/49] python3-zeroconf: upgrade 0.131.0 -> 0.132.2 wangmy
                   ` (9 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Add feedback survey banner to docs
-Fix eth_createAccessList docs to reflect the correct behavior.
-Add request formatter for maxFeePerBlobGas when sending blob transactions. Add
 formatters for blobGasPrice and blobGasUsed for eth_getTransactionReceipt.
-Add formatters to ensure that the result of a eth_createAccessList response
 can be plugged directly into an accessList in a transaction.
-Add Cancun support to EthereumTesterProvider; update Cancun-related fields in
 some internal types.
-Use pre-commit for linting the v6 branch
-Add an upperpin at eth-typing<4.2.0 due to removal of EthPM types in that lib

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

diff --git a/meta-python/recipes-devtools/python/python3-web3_6.16.0.bb b/meta-python/recipes-devtools/python/python3-web3_6.17.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-web3_6.16.0.bb
rename to meta-python/recipes-devtools/python/python3-web3_6.17.0.bb
index 01738f22c..f1be4dcf4 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.17.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
 
-SRC_URI[sha256sum] = "b10c93476c106acc44b8428e47c61c385b7d0885e82cdc24049d27f521833552"
+SRC_URI[sha256sum] = "1b535272a40da3d8d2b120856edb53b84b0c08bcc8fe1a5bbd5f816fd72f4ec6"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 40/49] python3-zeroconf: upgrade 0.131.0 -> 0.132.2
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (37 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 39/49] python3-web3: upgrade 6.16.0 -> 6.17.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 41/49] python3-zopeinterface: upgrade 6.2 -> 6.3 wangmy
                   ` (8 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Update references to minimum-supported python version of 3.8
-Bump cibuildwheel to fix wheel builds
-Set change during iteration when dispatching listeners
-Make async_get_service_info available on the Zeroconf object
-Drop python 3.7 support
-Avoid including scope_id in IPv6Address object if its zero

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

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.131.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.132.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.131.0.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.132.2.bb
index 4c7bebe76..41b295abb 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.131.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.132.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=6517bdc8f2416f27ab725d4702f7aac3"
 
-SRC_URI[sha256sum] = "90c431e99192a044a5e0217afd7ca0ca9824af93190332e6f7baf4da5375f331"
+SRC_URI[sha256sum] = "9ad8bc6e3f168fe8c164634c762d3265c775643defff10e26273623a12d73ae1"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH 41/49] python3-zopeinterface: upgrade 6.2 -> 6.3
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (38 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 40/49] python3-zeroconf: upgrade 0.131.0 -> 0.132.2 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 42/49] rdma-core: upgrade 50.0 -> 51.0 wangmy
                   ` (7 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Add preliminary support for Python 3.13 as of 3.13a6.

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

diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb
rename to meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb
index 70a634a49..21d03f2e7 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423
 PYPI_PACKAGE = "zope.interface"
 
 inherit pypi setuptools3
-SRC_URI[sha256sum] = "3b6c62813c63c543a06394a636978b22dffa8c5410affc9331ce6cdb5bfa8565"
+SRC_URI[sha256sum] = "f83d6b4b22262d9a826c3bd4b2fbfafe1d0000f085ef8e44cd1328eea274ae6a"
 
 PACKAGES =. "${PN}-test "
 
-- 
2.34.1



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

* [oe] [meta-networking] [PATCH 42/49] rdma-core: upgrade 50.0 -> 51.0
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (39 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-python] [PATCH 41/49] python3-zopeinterface: upgrade 6.2 -> 6.3 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 43/49] sngrep: upgrade 1.8.0 -> 1.8.1 wangmy
                   ` (6 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Merge pull request #1444 from yishaih/mlx5_dr
-Merge pull request #1439 from Kamalheib/qedr_pr
-mlx5: DR, Using sq ts format when RoCE is disabled
-Merge pull request #1440 from Honggang-LI/doc
-librdmacm: adjust ECE function name in man page
-providers/qedr: Remove unused debug files
-roviders/qelr: Replace DP_ERR with verbs_err
-providers/qelr: Replace DP_VERBOSE with verbs_debug
-providers/qelr: Remove unused macros
-Merge pull request #1438 from amzn/fix-rdma-tracepoint

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../rdma-core/{rdma-core_50.0.bb => rdma-core_51.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/rdma-core/{rdma-core_50.0.bb => rdma-core_51.0.bb} (96%)

diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_50.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_51.0.bb
similarity index 96%
rename from meta-networking/recipes-support/rdma-core/rdma-core_50.0.bb
rename to meta-networking/recipes-support/rdma-core/rdma-core_51.0.bb
index ab4de22a5..7c26a8c43 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_50.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_51.0.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=http
            file://0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch \
            file://0001-include-libgen.h-for-basename.patch \
 "
-SRCREV = "bc6b4bc134532e952fe7f8efc251e1f89b912098"
+SRCREV = "6cd09097ad2eebde9a7fa3d3bb09a2cea6e3c2d6"
 S = "${WORKDIR}/git"
 
 #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
-- 
2.34.1



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

* [oe] [meta-networking] [PATCH 43/49] sngrep: upgrade 1.8.0 -> 1.8.1
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (40 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 42/49] rdma-core: upgrade 50.0 -> 51.0 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 44/49] squid: upgrade 6.8 -> 6.9 wangmy
                   ` (5 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 capture: fix possible buffer overflow while processing headers

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

diff --git a/meta-networking/recipes-support/sngrep/sngrep_1.8.0.bb b/meta-networking/recipes-support/sngrep/sngrep_1.8.1.bb
similarity index 95%
rename from meta-networking/recipes-support/sngrep/sngrep_1.8.0.bb
rename to meta-networking/recipes-support/sngrep/sngrep_1.8.1.bb
index 2824dde88..50248078a 100644
--- a/meta-networking/recipes-support/sngrep/sngrep_1.8.0.bb
+++ b/meta-networking/recipes-support/sngrep/sngrep_1.8.1.bb
@@ -16,7 +16,7 @@ DEPENDS = "\
 "
 
 SRC_URI = "git://github.com/irontec/sngrep.git;protocol=https;branch=master"
-SRCREV = "f7b36df3b79617892958b67cb4ad9313c6ce72d2"
+SRCREV = "373abb90804ba71f980c7120e62f90d3a5c81213"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [oe] [meta-networking] [PATCH 44/49] squid: upgrade 6.8 -> 6.9
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (41 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 43/49] sngrep: upgrade 1.8.0 -> 1.8.1 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 45/49] st: upgrade 0.9.1 -> 0.9.2 wangmy
                   ` (4 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Regression Bug 5349: basic_nis_auth build error: unterminated #ifndef
- Bug 5069: Keep listening after getsockname() error
- Bug 5360: FwdState::noteDestinationsEnd() assertion "err"
- Reduce stale errno usage
- Plug memory leak in handling cache manager requests
- Fix error: template-id not allowed for constructor in C++20
- Improve release packaging automation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-daemons/squid/{squid_6.8.bb => squid_6.9.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-daemons/squid/{squid_6.8.bb => squid_6.9.bb} (98%)

diff --git a/meta-networking/recipes-daemons/squid/squid_6.8.bb b/meta-networking/recipes-daemons/squid/squid_6.9.bb
similarity index 98%
rename from meta-networking/recipes-daemons/squid/squid_6.8.bb
rename to meta-networking/recipes-daemons/squid/squid_6.9.bb
index c8370eaba..f0663a5e0 100644
--- a/meta-networking/recipes-daemons/squid/squid_6.8.bb
+++ b/meta-networking/recipes-daemons/squid/squid_6.9.bb
@@ -22,7 +22,7 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${BPN}-${PV}.tar.xz \
            file://squid.nm \
            "
 
-SRC_URI[sha256sum] = "11cc5650b51809d99483ccfae24744a2e51cd16199f5ff0c917e84fce695870f"
+SRC_URI[sha256sum] = "1ad72d46e1cb556e9561214f0fb181adb87c7c47927ef69bc8acd68a03f61882"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://errors/COPYRIGHT;md5=d324bc1f9447d1d1588d75b22a678dc4 \
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 45/49] st: upgrade 0.9.1 -> 0.9.2
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (42 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 44/49] squid: upgrade 6.8 -> 6.9 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 46/49] tcsh: upgrade 6.24.11 -> 6.24.12 wangmy
                   ` (3 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-oe/recipes-graphics/suckless/st_0.9.1.bb b/meta-oe/recipes-graphics/suckless/st_0.9.2.bb
similarity index 90%
rename from meta-oe/recipes-graphics/suckless/st_0.9.1.bb
rename to meta-oe/recipes-graphics/suckless/st_0.9.2.bb
index 18499cf3a..5e0f2e71c 100644
--- a/meta-oe/recipes-graphics/suckless/st_0.9.1.bb
+++ b/meta-oe/recipes-graphics/suckless/st_0.9.2.bb
@@ -7,7 +7,7 @@ inherit pkgconfig features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[sha256sum] = "16f43b9433ade9d70d6085c31f9fd99f2835eaade31221020f22143035dfc0d2"
+SRC_URI[sha256sum] = "6b215d4f472b21d6232f30f221117a777e24bcfee68955ddefb7426467f9494b"
 
 DEPENDS += "libx11 libxft fontconfig ncurses-native"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 46/49] tcsh: upgrade 6.24.11 -> 6.24.12
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (43 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 45/49] st: upgrade 0.9.1 -> 0.9.2 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 47/49] toybox: upgrade 0.8.10 -> 0.8.11 wangmy
                   ` (2 subsequent siblings)
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Remove kinetic and trusty
-Fix history merging

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-shells/tcsh/{tcsh_6.24.11.bb => tcsh_6.24.12.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-shells/tcsh/{tcsh_6.24.11.bb => tcsh_6.24.12.bb} (94%)

diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.24.11.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.24.12.bb
similarity index 94%
rename from meta-oe/recipes-shells/tcsh/tcsh_6.24.11.bb
rename to meta-oe/recipes-shells/tcsh/tcsh_6.24.12.bb
index d04ba1611..058fe6a7c 100644
--- a/meta-oe/recipes-shells/tcsh/tcsh_6.24.11.bb
+++ b/meta-oe/recipes-shells/tcsh/tcsh_6.24.12.bb
@@ -13,7 +13,7 @@ SRC_URI = " \
     file://0001-Enable-system-malloc-on-all-linux.patch \
     file://0002-Add-debian-csh-scripts.patch \
 "
-SRC_URI[sha256sum] = "b5a7b627abb3ef2e8d3a869bb675d0e927d850704447a1b2c77946c0d324799d"
+SRC_URI[sha256sum] = "e3270ce9667fd5bd2a046687659fcf5fd6a6781326f806ebd724f1e1c9cd4185"
 
 EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
 inherit autotools
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 47/49] toybox: upgrade 0.8.10 -> 0.8.11
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (44 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 46/49] tcsh: upgrade 6.24.11 -> 6.24.12 wangmy
@ 2024-04-17  1:40 ` wangmy
  2024-04-17  1:41 ` [oe] [meta-oe] [PATCH 48/49] webkitgtk3: upgrade 2.44.0 -> 2.44.1 wangmy
  2024-04-17  1:41 ` [oe] [meta-oe] [PATCH 49/49] xmlsec1: upgrade 1.3.3 -> 1.3.4 wangmy
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-core/toybox/{toybox_0.8.10.bb => toybox_0.8.11.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/toybox/{toybox_0.8.10.bb => toybox_0.8.11.bb} (97%)

diff --git a/meta-oe/recipes-core/toybox/toybox_0.8.10.bb b/meta-oe/recipes-core/toybox/toybox_0.8.11.bb
similarity index 97%
rename from meta-oe/recipes-core/toybox/toybox_0.8.10.bb
rename to meta-oe/recipes-core/toybox/toybox_0.8.11.bb
index d747ebf36..db071a199 100644
--- a/meta-oe/recipes-core/toybox/toybox_0.8.10.bb
+++ b/meta-oe/recipes-core/toybox/toybox_0.8.11.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78659a599b9325da368f2f1eb88f19c7"
 inherit cml1 update-alternatives
 
 SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz"
-SRC_URI[sha256sum] = "d3afee05ca90bf425ced73f527e418fecd626c5340b5f58711a14531f8d7d108"
+SRC_URI[sha256sum] = "15aa3f832f4ec1874db761b9950617f99e1e38144c22da39a71311093bfe67dc"
 
 SECTION = "base"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 48/49] webkitgtk3: upgrade 2.44.0 -> 2.44.1
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (45 preceding siblings ...)
  2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 47/49] toybox: upgrade 0.8.10 -> 0.8.11 wangmy
@ 2024-04-17  1:41 ` wangmy
  2024-04-17  1:41 ` [oe] [meta-oe] [PATCH 49/49] xmlsec1: upgrade 1.3.3 -> 1.3.4 wangmy
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

2922af379dc70b4b1a63b01d67179eb431f03ac4.patch
removed since it's included in 2.44.1

Changelog:
==========
- Fix handling of lifetime of web view child dialogs in GTK4.
- Do not schedule layer flushes when drawing area size is empty.
- Fix videos with alpha when using the DMA-BUF sink.
- Fix the build with USE_GBM=OFF.
- Fix the build in 32bit platforms
- Fix several crashes and rendering issues.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...af379dc70b4b1a63b01d67179eb431f03ac4.patch | 36 -------------------
 ...kitgtk3_2.44.0.bb => webkitgtk3_2.44.1.bb} |  3 +-
 2 files changed, 1 insertion(+), 38 deletions(-)
 delete mode 100644 meta-oe/recipes-support/webkitgtk/webkitgtk3/2922af379dc70b4b1a63b01d67179eb431f03ac4.patch
 rename meta-oe/recipes-support/webkitgtk/{webkitgtk3_2.44.0.bb => webkitgtk3_2.44.1.bb} (98%)

diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3/2922af379dc70b4b1a63b01d67179eb431f03ac4.patch b/meta-oe/recipes-support/webkitgtk/webkitgtk3/2922af379dc70b4b1a63b01d67179eb431f03ac4.patch
deleted file mode 100644
index 0f6b9a633..000000000
--- a/meta-oe/recipes-support/webkitgtk/webkitgtk3/2922af379dc70b4b1a63b01d67179eb431f03ac4.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 2922af379dc70b4b1a63b01d67179eb431f03ac4 Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro <mcatanzaro@redhat.com>
-Date: Mon, 18 Mar 2024 11:14:54 -0700
-Subject: [PATCH] REGRESSION(274077@main): failure to build on i586 (and likely
- other 32bit arches): static assertion failed: Timer should stay small
- https://bugs.webkit.org/show_bug.cgi?id=271108
-
-Unreviewed build fix. This changes SameSizeOfTimer to ensure it matches
-the size of Timer on 32-bit platforms.
-
-* Source/WebCore/platform/Timer.cpp:
-
-Canonical link: https://commits.webkit.org/276282@main
-
-Upstream-Status: Backport [https://github.com/WebKit/WebKit/commit/2922af379dc70b4b1a63b01d67179eb431f03ac4]
----
- Source/WebCore/platform/Timer.cpp | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/Source/WebCore/platform/Timer.cpp b/Source/WebCore/platform/Timer.cpp
-index 4f7c0f5c39ca9..0f3734cca2474 100644
---- a/Source/WebCore/platform/Timer.cpp
-+++ b/Source/WebCore/platform/Timer.cpp
-@@ -263,7 +263,11 @@ struct SameSizeAsTimer {
- 
-     WeakPtr<TimerAlignment> timerAlignment;
-     double times[2];
--    void* pointers[3];
-+    void* pointers[2];
-+#if CPU(ADDRESS32)
-+    uint8_t bitfields;
-+#endif
-+    void* pointer;
- };
- 
- static_assert(sizeof(Timer) == sizeof(SameSizeAsTimer), "Timer should stay small");
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.0.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.1.bb
similarity index 98%
rename from meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.0.bb
rename to meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.1.bb
index 34afaed9d..fc96d5dc3 100644
--- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.0.bb
+++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.1.bb
@@ -15,9 +15,8 @@ SRC_URI = "https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \
            file://no-musttail-arm.patch \
            file://0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch \
            file://30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch \
-           file://2922af379dc70b4b1a63b01d67179eb431f03ac4.patch \
            "
-SRC_URI[sha256sum] = "c66530e41ba59b1edba4ee89ef20b2188e273bed0497e95084729e3cfbe30c87"
+SRC_URI[sha256sum] = "425b1459b0f04d0600c78d1abb5e7edfa3c060a420f8b231e9a6a2d5d29c5561"
 
 inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH 49/49] xmlsec1: upgrade 1.3.3 -> 1.3.4
  2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
                   ` (46 preceding siblings ...)
  2024-04-17  1:41 ` [oe] [meta-oe] [PATCH 48/49] webkitgtk3: upgrade 2.44.0 -> 2.44.1 wangmy
@ 2024-04-17  1:41 ` wangmy
  47 siblings, 0 replies; 49+ messages in thread
From: wangmy @ 2024-04-17  1:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-(xmlsec-openssl) Support cert dates before unix epoch start.
-(xmlsec-openssl) Fix build for LibreSSL or BoringSSL.
-(xmlsec-nss) Ensure NSS algorithms are initialized.
-Several other small fixes

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

diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.3.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb
similarity index 96%
rename from meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.3.bb
rename to meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb
index 7a5f01e4f..7639209e1 100644
--- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.3.bb
+++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb
@@ -22,7 +22,7 @@ SRC_URI = "http://www.aleksey.com/xmlsec/download/${BP}.tar.gz \
            file://ensure-search-path-non-host.patch \
            "
 
-SRC_URI[sha256sum] = "ab5b9a9ffd6960f46f7466d9d91f174ec37e8c31989237ba6b9eacdd816464f2"
+SRC_URI[sha256sum] = "45ad9078d41ae76844ad2f8651600ffeec0fdd128ead988a8d69e907c57aee75"
 
 inherit autotools-brokensep ptest pkgconfig
 
-- 
2.34.1



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

end of thread, other threads:[~2024-04-17  1:41 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17  1:40 [oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 02/49] adw-gtk3: upgrade 5.2 -> 5.3 wangmy
2024-04-17  1:40 ` [oe] [meta-filesystems] [PATCH 03/49] bindfs: upgrade 1.17.6 -> 1.17.7 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 04/49] cryptsetup: upgrade 2.7.1 -> 2.7.2 wangmy
2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 05/49] file-roller: upgrade 44.0 -> 44.1 wangmy
2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 06/49] gnome-online-accounts: upgrade 3.50.0 -> 3.50.1 wangmy
2024-04-17  1:40 ` [oe] [meta-gnome] [PATCH 07/49] gnome-text-editor: upgrade 46.0 -> 46.1 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 08/49] gtkwave: upgrade 3.3.117 -> 3.3.119 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 09/49] hwdata: upgrade 0.380 -> 0.381 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 10/49] libbpf: upgrade 1.3.0 -> 1.4.0 wangmy
2024-04-17  1:40 ` [oe] [meta-perl] [PATCH 11/49] libcrypt-openssl-random-perl: upgrade 0.15 -> 0.16 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 12/49] libopus: upgrade 1.5.1 -> 1.5.2 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 13/49] makedumpfile: upgrade 1.7.4 -> 1.7.5 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 14/49] opensc: upgrade 0.25.0 -> 0.25.1 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 15/49] python3-aiodns: upgrade 3.1.1 -> 3.2.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 16/49] python3-aiohttp: upgrade 3.9.3 -> 3.9.4 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 17/49] python3-cbor2: upgrade 5.6.2 -> 5.6.3 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 18/49] python3-django: upgrade 5.0.3 -> 5.0.4 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 19/49] python3-eth-abi: upgrade 5.0.1 -> 5.1.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 20/49] python3-eth-account: upgrade 0.11.0 -> 0.12.1 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 21/49] python3-eth-typing: upgrade 4.0.0 -> 4.1.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 22/49] python3-execnet: upgrade 2.0.2 -> 2.1.1 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 23/49] python3-filelock: upgrade 3.13.3 -> 3.13.4 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 24/49] python3-google-api-python-client: upgrade 2.124.0 -> 2.125.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 25/49] python3-ipython: upgrade 8.22.2 -> 8.23.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 26/49] python3-javaobj-py3: upgrade 0.4.3 -> 0.4.4 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 27/49] python3-joblib: upgrade 1.3.2 -> 1.4.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 28/49] python3-parso: upgrade 0.8.3 -> 0.8.4 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 29/49] python3-path: upgrade 16.10.0 -> 16.14.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 30/49] python3-pdm: upgrade 2.13.2 -> 2.14.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 31/49] python3-pulsectl: upgrade 23.5.2 -> 24.4.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 32/49] python3-pydantic: upgrade 2.6.4 -> 2.7.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 33/49] python3-pymodbus: upgrade 3.6.6 -> 3.6.7 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 34/49] python3-rarfile: upgrade 4.1 -> 4.2 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 35/49] python3-send2trash: upgrade 1.8.2 -> 1.8.3 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 36/49] python3-sentry-sdk: upgrade 1.44.0 -> 1.45.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 37/49] python3-sqlalchemy: upgrade 2.0.27 -> 2.0.29 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 38/49] python3-validators: upgrade 0.24.0 -> 0.28.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 39/49] python3-web3: upgrade 6.16.0 -> 6.17.0 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 40/49] python3-zeroconf: upgrade 0.131.0 -> 0.132.2 wangmy
2024-04-17  1:40 ` [oe] [meta-python] [PATCH 41/49] python3-zopeinterface: upgrade 6.2 -> 6.3 wangmy
2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 42/49] rdma-core: upgrade 50.0 -> 51.0 wangmy
2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 43/49] sngrep: upgrade 1.8.0 -> 1.8.1 wangmy
2024-04-17  1:40 ` [oe] [meta-networking] [PATCH 44/49] squid: upgrade 6.8 -> 6.9 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 45/49] st: upgrade 0.9.1 -> 0.9.2 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 46/49] tcsh: upgrade 6.24.11 -> 6.24.12 wangmy
2024-04-17  1:40 ` [oe] [meta-oe] [PATCH 47/49] toybox: upgrade 0.8.10 -> 0.8.11 wangmy
2024-04-17  1:41 ` [oe] [meta-oe] [PATCH 48/49] webkitgtk3: upgrade 2.44.0 -> 2.44.1 wangmy
2024-04-17  1:41 ` [oe] [meta-oe] [PATCH 49/49] xmlsec1: upgrade 1.3.3 -> 1.3.4 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.