[oe] [meta-networking][RFC][PATCH] blueman: update 2.3.5 -> 2.4

2024-04-01 Thread Markus Volk
- rebase patches
- remove 0001-Search-for-cython3.patch, cython3 is the default now
- dont create polkit rule, meanwhile it is contained in the package
- simplify the injection of python paths by patching the .in files
  at do_configure

This adds a reproducibility issue where I haven't yet been able to
figure out the root cause, so this is marked RFC
WARNING: blueman-2.4-r0 do_package_qa: QA Issue: File 
/usr/src/debug/blueman/2.4/module/_blueman.c in package blueman-src contains 
reference to TMPDIR [buildpaths]
WARNING: blueman-2.4-r0 do_package_qa: QA Issue: File 
/usr/lib/python3.12/site-packages/_blueman.so in package blueman contains 
reference to TMPDIR [buildpaths]

I've tested the rc version for quite some time now and its working
well for me. It increases the short search timeout and includes
matching polkit rule by default. Also it now bluetooth on/off switch,
which is working great.
Note: after disabling bluetooth the icon disappears immediately from e.g.
waybar, but due to the lack of dbus communication it will be needed to
restart waybar, to get it back visible after reactivating bluez again

New features
Audio profile switcher in applet menu (@abhijeetviswa)
Set router address as DNS server instead of loopback addresses
Enable dnsmasq DNS service if possible and add DNS servers otherwise
Reconfigure DHCP service on local nameserver changes
Support for systemd-resolved for getting nameservers for NAP clients
List connected devices in status icon tooltip
Support for nautilus 43 and later
Copy bleutooth address to clipboard in devicelist
Add battery levels to status icon tooltip
Changes
Raise minimum Python version to 3.8
Raise minumum Gtk+ version to 3.24
Hide recent connections associated with unavailable adapters
Store network configuration in GSettings instead of 
/var/lib/blueman/network.state.
Replace custom MessageArea widget with regular Gtk.InfoBar
Drop auto-power feature. BlueZ now has the AutoEnable setting for even better 
auto-powering.
Do not use pointless link quality value
Recent connections in toplevel applet menu
Never hide keyboard and combos, see #1954 for more info
Do not close blueman-manager from applet
Add Switch to blueman-manager to set bluetooth on/off
Remove broken check for bluetooth status
PluginDialog: Replace custom list with Gtk.ListBox
Ignore double-click for connect when unpowered
Drop homgeneous from statusbar
PulseAudioUtils: Use python enums in several places
Use operator convenience functions
Cleanup PluginDialog UI
Show HCI device in blueman-adapers tabs
Show different icon for the active audio profile @localevil
Make blueman-services a notebook
Use the TypedDict as constructor
Bugs fixed
Fix device-selected handlers
Fix deprecations in tests
Fix showing -1 seconds when discovering @kuraga
Tray: Let dbus call end and reply to caller
Get the image-missing icon if lookup failed to avoid crash

Signed-off-by: Markus Volk 
---
 .../blueman/0001-Search-for-cython3.patch | 24 -
 ...01-meson-add-pythoninstalldir-option.patch | 29 +++---
 .../0002-fix-fail-to-enable-bluetooth.patch   | 20 ++---
 .../blueman/blueman_2.3.5.bb  | 88 ---
 .../blueman/blueman_2.4.bb| 57 
 5 files changed, 85 insertions(+), 133 deletions(-)
 delete mode 100644 
meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
 delete mode 100644 
meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
 create mode 100644 meta-networking/recipes-connectivity/blueman/blueman_2.4.bb

diff --git 
a/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
 
b/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
deleted file mode 100644
index 913566dce..0
--- 
a/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Subject: [PATCH] Search for cython3
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Inappropriate
-
-Signed-off-by: Markus Volk 

- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 a/module/meson.build2022-02-10 08:49:35.0 +0100
-+++ b/module/meson.build2022-03-29 12:58:03.456193737 +0200
-@@ -1,4 +1,4 @@
--cython = find_program('cython', required: true)
-+cython = find_program('cython3', required: true)
- 
- blueman_c = custom_target(
- 'blueman_c',
-
--- 
-2.14.3
-
diff --git 
a/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-add-pythoninstalldir-option.patch
 
b/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-add-pythoninstalldir-option.patch
index cc448b4ff..3e9543410 100644
--- 
a/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-add-pythoninstalldir-option.patch
+++ 
b/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-add-pythoninstalldir-option.patch
@@ -1,4 +1,4 @@
-From 37f24a

Re: [oe] [meta-oe][PATCHv2] webkitgtk3: update 2.42.5 -> 2.44.0

2024-04-01 Thread Khem Raj
fails to build with clang on riscv64 and x86

https://errors.yoctoproject.org/Errors/Details/761343/
https://errors.yoctoproject.org/Errors/Details/761342/

On Sun, Mar 31, 2024 at 10:08 AM Markus Volk  wrote:
>
> The webkitgtk3 variant already contains PACKAGECONFIG for gamepad. Remove the 
> duplicate
>
> On Sun, Mar 31 2024 at 07:07:06 PM +02:00:00, Markus Volk  
> wrote:
>
> - add a PACKAGECONFIG for libbacktrace to avoid: | -- Could NOT find 
> LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR LIBBACKTRACE_LIBRARY) | CMake 
> Error at Source/cmake/OptionsGTK.cmake:425 (message): | libbacktrace is 
> required for USE_LIBBACKTRACE - remove submitted patch. Issue seems to be 
> fixed. Not entirely sure about that, but there has been rework: 
> [https://bugs.webkit.org/show_bug.cgi?id=267349] I also did a test build with 
> oe-core/poky for qemuarm. It completed without error - There is an issue with 
> creating the json files if CMAKE_EXPORT_COMPILE_COMMANDS is enabled. Disable 
> this for now to fix the build: FAILED: CMakeFiles/RewriteCompileCommands 
> DeveloperTools/compile_commands.json 
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/CMakeFiles/RewriteCompileCommands
>  
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json
>  cd 
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build
>  && 
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3
>  
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands
>  
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/compile_commands.json
>  
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json
>  
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0
>  
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build
>  
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3:
>  can't open file 
> '/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands':
>  [Errno 2] No such file or directory - Explicitly disable gtk4 to avoid: | 
> CMake Error at 
> /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk3/2.44.0/recipe-sysroot-native/usr/shar>
>  | Could NOT find GTK (missing: GTK_VERSION) (Required is at least version | 
> "4.6.0")  WebKitGTK 2.44.0  What's new in 
> WebKitGTK 2.44.0? - Fix connection of UI and web process accessibility tree 
> in GTK4. - Add BubblewrapLauncher sandbox directory for the gstreamer user 
> registry cache directory. - Fix bug causing preferred language to not be 
> passed to NetworkProcess if set in WebContext before creating WebView. - Do 
> not use real time priority for the display link thread. - Use a shorter web 
> process cache lifetime. - Fix several crashes and rendering issues. - 
> Translation updates: German, Polish, Swedish, Turkish.  
> WebKitGTK 2.43.4  What's new in WebKitGTK 2.43.4? - Remove 
> key event reinjection in GTK4 to make keyboard shortcuts work in web sites. - 
> Use the new GTK API to create a GdkTexture from a DMA-BUF buffer when 
> available. - Fix rendering when GTK is using the vulkan renderer. - Fix 
> gamepads detection by correctly handling focused window in GTK4. - Fix 
> rendering after history navigation. - Write bwrapinfo.json to disk for 
> xdg-desktop-portal. - Fixed several memory leaks in media backend. - Fix 
> several crashes and rendering issues.  WebKitGTK 2.43.3 
>  What's new in WebKitGTK 2.43.3? - Show vblank monitor 
> information in webkit://gpu. - Fallback to timer based vblank monitor if 
> drmWaitVBlank fails. - Fix several memory leaks in media backend. - Fix 
> several crashes and rendering issues.  WebKitGTK 2.43.2 
>  What's new in WebKitGTK 2.43.2? - Remove the X11 and WPE 
> renderers. - Release unused buffers when the view is hidden. - Fix flickering 
> while playing videos with DMA-BUF sink. - Do not special case the "sans" font 
> family name. - Fix webkit_web_context_allow_tls_certificate_for_host() for 
> IPv6 URIs produced by SoupURI. - Fix several crashes and rendering issues. 
>  WebKitGTK 2.43.1  What's new in WebKitGTK 
> 2.43.1? - Improve vblank synchronization when rendering. - Improve DMA-BUF 
> buffers handling for video frames. - Use the buffer format preferred by the 
> driver in DMA-BUF renderer. - Do not block the compositing thread waiting for 
> rendering threads. - Improve performance when scaling images in a canvas. - 
>

[oe] [meta-networking][PATCH] freeradius: 3.0.26 -> 3.2.3

2024-04-01 Thread Robert Yang via lists.openembedded.org
From: Robert Yang 

* Add --without-rlm_json to fix:
  configure: error: set --without-rlm_json to disable it explicitly

* Add --without-rlm_cache_redis to fix:
  configure: error: set --without-rlm_cache_redis to disable it explicitly.

* Drop 0017-add-python.m4-for-detecting-python-3.10.patch and add
  0017-Add-acinclude.m4-to-include-required-macros.patch to fix python3 related
  build errors

* Rebased other patches for 3.2.3.

Signed-off-by: Robert Yang 
---
 ...configure.ac-allow-cross-compilation.patch |  32 +-
 .../0006-Avoid-searching-host-dirs.patch  | 331 +++---
 ..._python-add-PY_INC_DIR-in-search-dir.patch |  19 +-
 ...ncludedir-instead-of-hardcoding-usr-.patch |  21 +-
 ...nclude.m4-to-include-required-macros.patch |  61 +++
 ...-python.m4-for-detecting-python-3.10.patch | 427 --
 ...eeradius_3.0.26.bb => freeradius_3.2.3.bb} |   9 +-
 7 files changed, 278 insertions(+), 622 deletions(-)
 create mode 100644 
meta-networking/recipes-connectivity/freeradius/files/0017-Add-acinclude.m4-to-include-required-macros.patch
 delete mode 100644 
meta-networking/recipes-connectivity/freeradius/files/0017-add-python.m4-for-detecting-python-3.10.patch
 rename meta-networking/recipes-connectivity/freeradius/{freeradius_3.0.26.bb 
=> freeradius_3.2.3.bb} (97%)

diff --git 
a/meta-networking/recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch
 
b/meta-networking/recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch
index e5442360b..3635412d3 100644
--- 
a/meta-networking/recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch
+++ 
b/meta-networking/recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch
@@ -12,26 +12,28 @@ Upstream-Status: Inappropriate [embedded specific]
 Signed-off-by: Jackie Huang 
 Signed-off-by: Yi Zhao 
 
-update to new version 3.0.17 to fix patch warning
+Update to new version 3.0.17 to fix patch warning
 Signed-off-by: Changqing Li 
+
+Rebased for 3.2.3
+Signed-off-by: Randy MacLeod 
+Signed-off-by: Robert Yang 
+
 ---
  src/modules/rlm_krb5/configure.ac | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/src/modules/rlm_krb5/configure.ac 
b/src/modules/rlm_krb5/configure.ac
-index a0f510cfb3..d2f3eca03e 100644
+index 9ee6379ea4..1dad481da8 100644
 --- a/src/modules/rlm_krb5/configure.ac
 +++ b/src/modules/rlm_krb5/configure.ac
-@@ -140,7 +140,8 @@ if test x$with_[]modname != xno; then
-   FR_SMART_CHECK_LIB(krb5, krb5_is_thread_safe)
-   if test "x$ac_cv_lib_krb5_krb5_is_thread_safe" = xyes; then
-   AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include ]], 
[[return krb5_is_thread_safe() ? 0 : 1]])],
--  [krb5threadsafe="-DKRB5_IS_THREAD_SAFE"], 
[AC_MSG_WARN([[libkrb5 is not threadsafe]])])
-+  [krb5threadsafe="-DKRB5_IS_THREAD_SAFE"], 
[AC_MSG_WARN([[libkrb5 is not threadsafe]])],
-+  [AC_MSG_WARN(cross compiling: not checking)])
-   fi
-   else
-   krb5threadsafe=""
--- 
-2.25.1
-
+@@ -143,7 +143,8 @@ if test "$krb5threadsafe" != "no"; then
+   FR_SMART_CHECK_LIB(krb5, krb5_is_thread_safe)
+   if test "x$ac_cv_lib_krb5_krb5_is_thread_safe" = xyes; then
+   AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include ]], [[return 
krb5_is_thread_safe() ? 0 : 1]])],
+-  [krb5threadsafe="-DKRB5_IS_THREAD_SAFE"], 
[AC_MSG_WARN([[libkrb5 is not threadsafe]])])
++  [krb5threadsafe="-DKRB5_IS_THREAD_SAFE"], 
[AC_MSG_WARN([[libkrb5 is not threadsafe]])],
++  [AC_MSG_WARN(cross compiling: not checking)])
+   fi
+ else
+   krb5threadsafe=""
diff --git 
a/meta-networking/recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch
 
b/meta-networking/recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch
index 8fd0dca44..510136da1 100644
--- 
a/meta-networking/recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch
+++ 
b/meta-networking/recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch
@@ -10,189 +10,214 @@ Upstream-Status: Inappropriate [embedded specific]
 
 Signed-off-by: Jackie Huang 
 Signed-off-by: Yi Zhao 
+
+Rebased for 3.2.3
+Signed-off-by: Robert Yang 
 ---
- acinclude.m4| 4 ++--
- src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac| 4 ++--
- src/modules/rlm_sql/drivers/rlm_sql_firebird/configure.ac   | 4 ++--
- src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.ac  | 4 ++--
- src/modules/rlm_sql/drivers/rlm_sql_mysql/configure.ac  | 6 +++---
- src/modules/rlm_sql/drivers/rlm_sql_oracle/configure.ac | 2 +-
- src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure.ac | 4 ++--
- src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure.ac   | 4 ++--
- 8 f

Re: [oe] [meta-networking][PATCH] freeradius: upgrade 3.0.21 -> 3.0.26 --> Should we update to 3.2.x?

2024-04-01 Thread Robert Yang via lists.openembedded.org



On 3/31/24 1:03 AM, Khem Raj wrote:

last three point releases of 3.2.x series has been stability releases,
and I think it will become next stable following the release pattern,
so I am fine with upgrading to 3.2.3, please rebase the patch on top
of master-next and send here please.


Thanks Khem and Randy, I've sent the patch based on master-next to the mailing 
list just now:


freeradius: 3.0.26 -> 3.2.3

A lot of lines are changed:


.../recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch 
|  32 ++--
 .../recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch 
   | 331 +
 .../freeradius/files/0007-rlm_python-add-PY_INC_DIR-in-search-dir.patch 
   |  19 +-


.../freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch 
 |  21 +--
 .../freeradius/files/0017-Add-acinclude.m4-to-include-required-macros.patch 
   |  61 +++
 .../freeradius/files/0017-add-python.m4-for-detecting-python-3.10.patch 
   | 427 ---
 .../recipes-connectivity/freeradius/{freeradius_3.0.26.bb => 
freeradius_3.2.3.bb} |   9 +-

 7 files changed, 278 insertions(+), 622 deletions(-)


I've tested it on both qemux86-64/qemuarm64 + glibc/musl, all the builds are OK.

// Robert



On Sat, Mar 30, 2024 at 8:05 AM Randy MacLeod
 wrote:


Robert and I had an internal discussion about whether we should update
freeradius to the 3.2.x branch. See below. If there's no objection,
Robert please send you local update to the list so that it makes it into 5.0.


Robert said:

I've updated it to 3.2.3 in my local repo, but 3.2.x are 'Features' release,
and 3.0.x are 'Stable' release:

https://freeradius.org/releases/

I think that keep it as 3.0.x is better than 3.2.x for LTS24 (YP-5.0)?


I think it's a judgment call.

You are right that there are new features being introduced:
https://freeradius.org/release_notes/?br=3.2.x
but there is also a dedciated branch for 3.2.x:
https://github.com/FreeRADIUS/freeradius-server/tree/v3.2.x

separate from the master branch and there's talk of a major update happening 
for the 4.0 release:
https://freeradius.org/4.0/alpha.html

If you look around at what other distros are carrying, the more recently 
updated/released
distros (Fedora 39, Debian 12) have 3.2.x:
https://pkgs.org/download/freeradius
and ubuntu-24.04, will ship 3.2:
https://repology.org/project/freeradius/versions


I wasn't able to find a document about FR's release schedule or EOL dates

but it seems to me that we should add 3.2.x.


../Randy

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109698): 
https://lists.openembedded.org/g/openembedded-devel/message/109698
Mute This Topic: https://lists.openembedded.org/mt/105233195/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCHv3] webkitgtk3: update 2.42.5 -> 2.44.0

2024-04-01 Thread Markus Volk
- add a PACKAGECONFIG for libbacktrace to avoid:
  | -- Could NOT find LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR 
LIBBACKTRACE_LIBRARY)
  | CMake Error at Source/cmake/OptionsGTK.cmake:425 (message):
  |   libbacktrace is required for USE_LIBBACKTRACE

- remove submitted patch. Issue seems to be fixed. Not entirely
  sure about that, but there has been rework:
  [https://bugs.webkit.org/show_bug.cgi?id=267349]
  I also did a test build with oe-core/poky for qemuarm.
  It completed without error

- There is an issue with creating the json files if
  CMAKE_EXPORT_COMPILE_COMMANDS is enabled. Disable this
  for now to fix the build:
  FAILED: CMakeFiles/RewriteCompileCommands 
DeveloperTools/compile_commands.json 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/CMakeFiles/RewriteCompileCommands
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json
  cd 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build 
&& 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/compile_commands.json
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0
 /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build
  
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3:
 can't open file 
'/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands':
 [Errno 2] No such file or directory

- Explicitly disable gtk4 to avoid:
  | CMake Error at 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk3/2.44.0/recipe-sysroot-native/usr/shar>
  |   Could NOT find GTK (missing: GTK_VERSION) (Required is at least version
  |   "4.6.0")

- Add a patch to fix webassembly for riscv64


WebKitGTK 2.44.0


What's new in WebKitGTK 2.44.0?

  - Fix connection of UI and web process accessibility tree in GTK4.
  - Add BubblewrapLauncher sandbox directory for the gstreamer user registry 
cache directory.
  - Fix bug causing preferred language to not be passed to NetworkProcess if 
set in WebContext before creating WebView.
  - Do not use real time priority for the display link thread.
  - Use a shorter web process cache lifetime.
  - Fix several crashes and rendering issues.
  - Translation updates: German, Polish, Swedish, Turkish.


WebKitGTK 2.43.4


What's new in WebKitGTK 2.43.4?

  - Remove key event reinjection in GTK4 to make keyboard shortcuts work in web 
sites.
  - Use the new GTK API to create a GdkTexture from a DMA-BUF buffer when 
available.
  - Fix rendering when GTK is using the vulkan renderer.
  - Fix gamepads detection by correctly handling focused window in GTK4.
  - Fix rendering after history navigation.
  - Write bwrapinfo.json to disk for xdg-desktop-portal.
  - Fixed several memory leaks in media backend.
  - Fix several crashes and rendering issues.


WebKitGTK 2.43.3


What's new in WebKitGTK 2.43.3?

  - Show vblank monitor information in webkit://gpu.
  - Fallback to timer based vblank monitor if drmWaitVBlank fails.
  - Fix several memory leaks in media backend.
  - Fix several crashes and rendering issues.


WebKitGTK 2.43.2


What's new in WebKitGTK 2.43.2?

  - Remove the X11 and WPE renderers.
  - Release unused buffers when the view is hidden.
  - Fix flickering while playing videos with DMA-BUF sink.
  - Do not special case the "sans" font family name.
  - Fix webkit_web_context_allow_tls_certificate_for_host() for IPv6 URIs 
produced by SoupURI.
  - Fix several crashes and rendering issues.


WebKitGTK 2.43.1


What's new in WebKitGTK 2.43.1?

  - Improve vblank synchronization when rendering.
  - Improve DMA-BUF buffers handling for video frames.
  - Use the buffer format preferred by the driver in DMA-BUF renderer.
  - Do not block the compositing thread waiting for rendering threads.
  - Improve performance when scaling images in a canvas.
  - Fix several crashes and rendering

Signed-off-by: Markus Volk 
---
 ...spection.cmake-prefix-variables-obta.patch |   3 +-
 ...ter.cpp-339-21-error-t6-was-not-decl.patch |   7 +-
 ...44e17d258106617b0e6d783d073b188a2548.patch | 312 --
 ...d5e22213fdaca2a29ec3400c927d710a37a8.patch |  65 
 .../webkitgtk3/no-musttail-arm.patch  |  13 +-
 .../webkitgtk3/reprod

Re: [oe] [meta-oe][PATCHv2] webkitgtk3: update 2.42.5 -> 2.44.0

2024-04-01 Thread Markus Volk

Hi Khem,

I was unable to reproduce the issue for clang + qemux86  but got the 
error for qemuriscv64


Have sent a v3 with a fix for it

On Mon, Apr 1 2024 at 12:50:06 AM -07:00:00, Khem Raj 
 wrote:

fails to build with clang on riscv64 and x86




On Sun, Mar 31, 2024 at 10:08 AM Markus Volk > wrote:


 The webkitgtk3 variant already contains PACKAGECONFIG for gamepad. 
Remove the duplicate


 On Sun, Mar 31 2024 at 07:07:06 PM +02:00:00, Markus Volk 
mailto:f_...@t-online.de>> wrote:


 - add a PACKAGECONFIG for libbacktrace to avoid: | -- Could NOT 
find LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR 
LIBBACKTRACE_LIBRARY) | CMake Error at 
Source/cmake/OptionsGTK.cmake:425 (message): | libbacktrace is 
required for USE_LIBBACKTRACE - remove submitted patch. Issue seems 
to be fixed. Not entirely sure about that, but there has been 
rework: [] I also 
did a test build with oe-core/poky for qemuarm. It completed without 
error - There is an issue with creating the json files if 
CMAKE_EXPORT_COMPILE_COMMANDS is enabled. Disable this for now to 
fix the build: FAILED: CMakeFiles/RewriteCompileCommands 
DeveloperTools/compile_commands.json 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/CMakeFiles/RewriteCompileCommands 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json 
cd 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build 
&& 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/compile_commands.json 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3: 
can't open file 
'/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands': 
[Errno 2] No such file or directory - Explicitly disable gtk4 to 
avoid: | CMake Error at 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk3/2.44.0/recipe-sysroot-native/usr/shar> 
| Could NOT find GTK (missing: GTK_VERSION) (Required is at least 
version | "4.6.0")  WebKitGTK 2.44.0 
 What's new in WebKitGTK 2.44.0? - Fix connection of 
UI and web process accessibility tree in GTK4. - Add 
BubblewrapLauncher sandbox directory for the gstreamer user registry 
cache directory. - Fix bug causing preferred language to not be 
passed to NetworkProcess if set in WebContext before creating 
WebView. - Do not use real time priority for the display link 
thread. - Use a shorter web process cache lifetime. - Fix several 
crashes and rendering issues. - Translation updates: German, Polish, 
Swedish, Turkish.  WebKitGTK 2.43.4  
What's new in WebKitGTK 2.43.4? - Remove key event reinjection in 
GTK4 to make keyboard shortcuts work in web sites. - Use the new GTK 
API to create a GdkTexture from a DMA-BUF buffer when available. - 
Fix rendering when GTK is using the vulkan renderer. - Fix gamepads 
detection by correctly handling focused window in GTK4. - Fix 
rendering after history navigation. - Write bwrapinfo.json to disk 
for xdg-desktop-portal. - Fixed several memory leaks in media 
backend. - Fix several crashes and rendering issues. 
 WebKitGTK 2.43.3  What's new in 
WebKitGTK 2.43.3? - Show vblank monitor information in webkit://gpu. 
- Fallback to timer based vblank monitor if drmWaitVBlank fails. - 
Fix several memory leaks in media backend. - Fix several crashes and 
rendering issues.  WebKitGTK 2.43.2  
What's new in WebKitGTK 2.43.2? - Remove the X11 and WPE renderers. 
- Release unused buffers when the view is hidden. - Fix flickering 
while playing videos with DMA-BUF sink. - Do not special case the 
"sans" font family name. - Fix 
webkit_web_context_allow_tls_certificate_for_host() for IPv6 URIs 
produced by SoupURI. - Fix several crashes and rendering issues. 
 WebKitGTK 2.43.1  What's new in 
WebKitGTK 2.43.1? - Improve vblank synchronization when rendering. - 
Improve DMA-BUF buffers handling for video frames. - Use the buffer 
format preferred by the driver in DMA-BUF renderer. - D

[oe] [PATCH 01/47] gjs: upgrade 1.80.0 -> 1.80.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Quick follow-up release to fix crash on ppc64.
- 1.79.90 failing tests on ppc64
- Quick follow-up release to fix build failure on MacPorts and Homebrew.
- 1.79.90: gi/arg-inl.h: expression is not assignable

Signed-off-by: Wang Mingyu 
---
 meta-gnome/recipes-gnome/gjs/{gjs_1.80.0.bb => gjs_1.80.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gjs/{gjs_1.80.0.bb => gjs_1.80.2.bb} (92%)

diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.80.0.bb 
b/meta-gnome/recipes-gnome/gjs/gjs_1.80.2.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/gjs/gjs_1.80.0.bb
rename to meta-gnome/recipes-gnome/gjs/gjs_1.80.2.bb
index 602149fad..1d781d078 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.80.0.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.80.2.bb
@@ -7,7 +7,7 @@ DEPENDS = "mozjs-115 cairo"
 
 inherit gnomebase gsettings gobject-introspection gettext features_check 
upstream-version-is-even pkgconfig
 
-SRC_URI[archive.sha256sum] = 
"0f78cd3f0e8eb446517d665e4fde1d66302b0c283bbe87b78e9cbfd4d86ed576"
+SRC_URI[archive.sha256sum] = 
"135e39c5ac591096233e557cfe577d64093f5054411d47cb2e214bad7d4199bd"
 SRC_URI += " \
 file://0001-Support-cross-builds-a-bit-better.patch \
 file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109701): 
https://lists.openembedded.org/g/openembedded-devel/message/109701
Mute This Topic: https://lists.openembedded.org/mt/105265369/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 02/47] gnome-backgrounds: upgrade 45.0 -> 46.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- default: less lens distortion
- symbolics: updated icons & tweaks to the layout
- glass chip: improved compression
- New default. Embrace the rounded triangle!
- Updated Amber, Pills
- New additions -- Gometrics, Glass chip, Neogeo, Ring and Tarka
- Departures -- Keys, Truchet, Rounded Rectangles
- JPEG XL favored as a format, with banding-bustin' client side grain

Signed-off-by: Wang Mingyu 
---
 .../{gnome-backgrounds_45.0.bb => gnome-backgrounds_46.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-backgrounds/{gnome-backgrounds_45.0.bb 
=> gnome-backgrounds_46.0.bb} (74%)

diff --git 
a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb 
b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
similarity index 74%
rename from meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb
rename to meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
index 704a0b645..5d6c5d31e 100644
--- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
@@ -7,7 +7,7 @@ SECTION = "x11/gnome"
 
 inherit gnomebase gettext allarch
 
-SRC_URI[archive.sha256sum] = 
"cee0e688fbae5ef7a75f335ada2d10779e08ebca9445f1586de32c5a9b6dee2d"
+SRC_URI[archive.sha256sum] = 
"4ddd3ac439a4a067876805921bb75f4d3c8b85a218d47c276e8928443c2e"
 
 FILES:${PN} += " \
 ${datadir}/backgrounds \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109702): 
https://lists.openembedded.org/g/openembedded-devel/message/109702
Mute This Topic: https://lists.openembedded.org/mt/105265370/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 05/47] libdeflate: upgrade 1.19 -> 1.20

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
* Improved CRC-32 performance on recent x86 CPUs by adding
  VPCLMULQDQ-accelerated implementations using 256-bit and 512-bit vectors.
* Improved Adler-32 performance on recent x86 CPUs by adding
  VNNI-accelerated implementations using 256-bit and 512-bit vectors.
* Improved CRC-32 and Adler-32 performance on short inputs.
* Optimized the portable implementation of Adler-32.
* Added some basic optimizations for RISC-V.
* Dropped support for gcc versions older than v4.9 (released in 2014)
  and clang versions older than v3.9 (released in 2016).
* Dropped support for CRC-32 acceleration on 32-bit ARM using the ARMv8 pmull or
  crc32 instructions.

Signed-off-by: Wang Mingyu 
---
 .../libdeflate/{libdeflate_1.19.bb => libdeflate_1.20.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libdeflate/{libdeflate_1.19.bb => 
libdeflate_1.20.bb} (88%)

diff --git a/meta-oe/recipes-extended/libdeflate/libdeflate_1.19.bb 
b/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
similarity index 88%
rename from meta-oe/recipes-extended/libdeflate/libdeflate_1.19.bb
rename to meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
index 11cdb8290..f0a966f2b 100644
--- a/meta-oe/recipes-extended/libdeflate/libdeflate_1.19.bb
+++ b/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
@@ -9,7 +9,7 @@ DEPENDS += "gzip zlib"
 SRC_URI = 
"git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
-SRCREV = "dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f"
+SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d"
 
 inherit cmake pkgconfig
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109704): 
https://lists.openembedded.org/g/openembedded-devel/message/109704
Mute This Topic: https://lists.openembedded.org/mt/105265372/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 04/47] libblockdev: upgrade 3.1.0 -> 3.1.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined
- Port to G_GNUC_INTERNAL for controlling symbols visibility
- Fix some more occurrences of missing port to G_GNUC_UNUSED
- dm_logging: Annotate redirect_dm_log() printf format
- tests: Add NVMe persistent discovery controller tests
- tests: Add NVMe controller type checks
- Makefile: Fix bumpver to work with micro versions
- tests: Manually remove removed PVs from LVM devices file
- tests: Ignore LVM devices file for non-LVM tests
- tests: Fix removing custom LVM devices file
- nvme: Add bd_nvme_is_tech_avail to the API file
- lvm-dbus: Fix passing size for pvresize over DBus

Signed-off-by: Wang Mingyu 
---
 .../{libblockdev_3.1.0.bb => libblockdev_3.1.1.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/libblockdev/{libblockdev_3.1.0.bb => 
libblockdev_3.1.1.bb} (96%)

diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb 
b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
similarity index 96%
rename from meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb
rename to meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
index 60182d84e..dd1514628 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
@@ -12,10 +12,10 @@ inherit autotools gobject-introspection pkgconfig 
lib_package
 
 DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme"
 
-SRC_URI = 
"git://github.com/storaged-project/libblockdev;branch=master;protocol=https \
+SRC_URI = 
"git://github.com/storaged-project/libblockdev;branch=3.1.x-devel;protocol=https
 \
file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \
"
-SRCREV = "65f50bf912374b85d673f2716ea0c8306980c95b"
+SRCREV = "68aaff5556afe26be749c29a2b7cbd714dce3050"
 S = "${WORKDIR}/git"
 
 FILES:${PN} += "${libdir}/python3.*/site-packages"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109705): 
https://lists.openembedded.org/g/openembedded-devel/message/109705
Mute This Topic: https://lists.openembedded.org/mt/105265373/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 06/47] libmbim: upgrade 1.30.0 -> 1.31.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../libmbim/{libmbim_1.30.0.bb => libmbim_1.31.2.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.30.0.bb => 
libmbim_1.31.2.bb} (90%)

diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb 
b/meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb
similarity index 90%
rename from meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
rename to meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb
index a22712449..a386e4486 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb
@@ -11,8 +11,8 @@ DEPENDS = "glib-2.0 glib-2.0-native libgudev"
 
 inherit meson pkgconfig bash-completion gobject-introspection 
upstream-version-is-even
 
-SRCREV = "8415687e4f30ae5e36f407f179c8147f1529725c"
-SRC_URI = 
"git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-30"
+SRCREV = "9c0309fcd3142411c921c14f7dd675cac086bab6"
+SRC_URI = 
"git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109706): 
https://lists.openembedded.org/g/openembedded-devel/message/109706
Mute This Topic: https://lists.openembedded.org/mt/105265374/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 07/47] libqmi: upgrade 1.34.0 -> 1.35.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../libqmi/{libqmi_1.34.0.bb => libqmi_1.35.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.34.0.bb => 
libqmi_1.35.2.bb} (91%)

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb 
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2.bb
similarity index 91%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2.bb
index 94164a0b5..aec90ae63 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 glib-2.0-native"
 
 inherit meson pkgconfig bash-completion gobject-introspection 
upstream-version-is-even
 
-SRCREV = "3f07d6e5b4677558543b3b4484ea88ad92257e92"
-SRC_URI = 
"git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34"
+SRCREV = "72d92e75a430900c00aeb1a471965d53eb307708"
+SRC_URI = 
"git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=main"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109707): 
https://lists.openembedded.org/g/openembedded-devel/message/109707
Mute This Topic: https://lists.openembedded.org/mt/105265375/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 08/47] libtommath: upgrade 1.2.1 -> 1.3.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Deprecate more APIs which are replaced in develop
- Add support for CMake
- Add support for GitHub Actions

Signed-off-by: Wang Mingyu 
---
 .../libtommath/{libtommath_1.2.1.bb => libtommath_1.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libtommath/{libtommath_1.2.1.bb => 
libtommath_1.3.0.bb} (91%)

diff --git a/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb 
b/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
similarity index 91%
rename from meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
rename to meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
index 32ec290c1..4d6c06240 100644
--- a/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
+++ b/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
@@ -8,7 +8,7 @@ DEPENDS = "libtool-cross"
 
 SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master"
 
-SRCREV = "97e500351e653472b2ea00b37137ad0414165efe"
+SRCREV = "95d80fd8229d05dd6cb4ec88bc8d4f5377ff00ef"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109708): 
https://lists.openembedded.org/g/openembedded-devel/message/109708
Mute This Topic: https://lists.openembedded.org/mt/105265377/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 10/47] metacity: upgrade 3.50.0 -> 3.52.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-drop-zenity-detection.patch
refreshed for 3.53.0

Signed-off-by: Wang Mingyu 
---
 .../metacity/metacity/0001-drop-zenity-detection.patch   | 9 +++--
 .../metacity/{metacity_3.50.0.bb => metacity_3.52.0.bb}  | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename meta-gnome/recipes-gnome/metacity/{metacity_3.50.0.bb => 
metacity_3.52.0.bb} (91%)

diff --git 
a/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch
index 6bebaaba8..cd46824c3 100644
--- 
a/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch
+++ 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch
@@ -1,4 +1,4 @@
-From ec0e52b49c9b6869413c9544c2ed44710ab91141 Mon Sep 17 00:00:00 2001
+From d36e65f3e31c882f62d5cfeb7b0e1441d5fdc821 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia 
 Date: Sat, 14 Apr 2018 16:15:59 +0800
 Subject: [PATCH] drop zenity detection
@@ -13,10 +13,10 @@ Signed-off-by: Hongxu Jia 
  1 file changed, 5 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 528b7d2..8932ae6 100644
+index bbb4db8..2010d78 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -337,11 +337,6 @@ fi
+@@ -336,11 +336,6 @@ fi
  
  AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes") 
  
@@ -28,6 +28,3 @@ index 528b7d2..8932ae6 100644
  AC_SEARCH_LIBS([dlsym], [dl], [], [
AC_MSG_ERROR([unable to find the dlsym() function])
  ])
--- 
-2.31.1
-
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb 
b/meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb
similarity index 91%
rename from meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb
rename to meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb
index e6921e6de..32f080170 100644
--- a/meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb
+++ b/meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb
@@ -24,7 +24,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
 GNOMEBASEBUILDCLASS = "autotools"
 inherit gnomebase gsettings gettext upstream-version-is-even features_check
 
-SRC_URI[archive.sha256sum] = 
"18e9b106438d46394e4148bcb83acc6367312be54559cdb564e270c1ccaeb60f"
+SRC_URI[archive.sha256sum] = 
"a72438ace6d5903ae79338c6098b1b35ab91c8a97c4323701d3bef1f3eeb191c"
 SRC_URI += "file://0001-drop-zenity-detection.patch"
 
 PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109710): 
https://lists.openembedded.org/g/openembedded-devel/message/109710
Mute This Topic: https://lists.openembedded.org/mt/105265381/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 11/47] python3-asgiref: upgrade 3.7.2 -> 3.8.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
* Fixes a regression in 3.8.0 affecting nested task cancellation inside
  sync_to_async.
* Adds support for Python 3.12.
* Drops support for (end-of-life) Python 3.7.
* Fixes task cancellation propagation to subtasks when using synchronous Django
  middleware.
* Allows nesting "sync_to_async" via "asyncio.wait_for".
* Corrects WSGI adapter handling of root path.
* Handles case where `"client"` is "None" in WsgiToAsgi adapter.

Signed-off-by: Wang Mingyu 
---
 .../{python3-asgiref_3.7.2.bb => python3-asgiref_3.8.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-asgiref_3.7.2.bb => 
python3-asgiref_3.8.1.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb 
b/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb
rename to meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb
index b7fa9f036..3b90eda5b 100644
--- a/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
 SRC_URI += "file://run-ptest \
"
 
-SRC_URI[sha256sum] = 
"9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed"
+SRC_URI[sha256sum] = 
"c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590"
 
 export BUILD_SYS
 export HOST_SYS
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109711): 
https://lists.openembedded.org/g/openembedded-devel/message/109711
Mute This Topic: https://lists.openembedded.org/mt/105265383/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 13/47] python3-cassandra-driver: upgrade 3.29.0 -> 3.29.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

bugfix:
===
-cassandra-driver for Python 3.12 Linux is compiled without libev support
-Consider moving to native wheel builds for OS X and removing universal2 wheels

Signed-off-by: Wang Mingyu 
---
 ...ndra-driver_3.29.0.bb => python3-cassandra-driver_3.29.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cassandra-driver_3.29.0.bb 
=> python3-cassandra-driver_3.29.1.bb} (89%)

diff --git 
a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb 
b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.1.bb
similarity index 89%
rename from 
meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb
rename to meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.1.bb
index b8565d17e..3003e84ac 100644
--- a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.1.bb
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
 SRCNAME = "cassandra-driver"
 
-SRC_URI[sha256sum] = 
"0a34f9534356e5fd33af8cdda109d5e945b6335cb50399b267c46368c4e93c98"
+SRC_URI[sha256sum] = 
"38e9c2a2f2a9664bb03f1f852d5fccaeff2163942b5db35dffcf8bf32a51cfe5"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109712): 
https://lists.openembedded.org/g/openembedded-devel/message/109712
Mute This Topic: https://lists.openembedded.org/mt/105265385/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 12/47] python3-blivet: upgrade 3.9.1 -> 3.9.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0006-tweak-btrfs-packages.patch
0011-invoking-dd-with-infinite-timeout.patch
refreshed for 3.9.2

Changelog:
==
-tests: Add a simple unit test for listing btrfs subvolumes
-Fix getting default subvolume ID for mounted btrfs volumes
-Do not try to get btrfs subvolumes without libblockdev
-Do not raise not implemented exception when checking if btrfs is empty
-Try to start stratisd before checking its availability
-Fix creating Stratis filesystem without size specified
-Fix printing the partition type UUID
-Adjust check for btrfs filesystem being empty
-Fix util.detect_virt on Amazon
-misc: Vagrantfile update
-misc: Run pip with --break-system-packages
-misc: Add missing libmount build dependencies
-availability: Check for mpath friendly names availability
-Allow running blivet without libmount Python bindings
-Fstab cleanup fix
-Fix getting subvolumes for mounted btrfs volumes

Signed-off-by: Wang Mingyu 
---
 .../python3-blivet/0006-tweak-btrfs-packages.patch   | 12 ++--
 .../0011-invoking-dd-with-infinite-timeout.patch |  8 
 ...thon3-blivet_3.9.1.bb => python3-blivet_3.9.2.bb} |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
 rename meta-python/recipes-extended/python-blivet/{python3-blivet_3.9.1.bb => 
python3-blivet_3.9.2.bb} (93%)

diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
index b98dafeab..6c53f03db 100644
--- 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
+++ 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
@@ -1,7 +1,7 @@
-From 359bc9f60a4bcf6be64a72c3825af65269f6c6c9 Mon Sep 17 00:00:00 2001
+From b55b1023f8f1ad3121928eb9d0ee9902f5474752 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia 
 Date: Mon, 8 May 2017 16:33:15 +0800
-Subject: [PATCH 06/11] tweak btrfs packages
+Subject: [PATCH] tweak btrfs packages
 
 In oe-cre/yocto, we name btrfs package with btrfs-tools,
 rather than btrfs-progs.
@@ -15,10 +15,10 @@ Signed-off-by: Hongxu Jia 
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/blivet/devices/btrfs.py b/blivet/devices/btrfs.py
-index 259bcf8..8e4eb2b 100644
+index c446e7e..37c183e 100644
 --- a/blivet/devices/btrfs.py
 +++ b/blivet/devices/btrfs.py
-@@ -57,7 +57,7 @@ class BTRFSDevice(StorageDevice):
+@@ -58,7 +58,7 @@ class BTRFSDevice(StorageDevice):
  
  """ Base class for BTRFS volume and sub-volume devices. """
  _type = "btrfs"
@@ -28,10 +28,10 @@ index 259bcf8..8e4eb2b 100644
  
  def __init__(self, *args, **kwargs):
 diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
-index 932307a..865b863 100644
+index 1e102b6..f16941e 100644
 --- a/blivet/formats/fs.py
 +++ b/blivet/formats/fs.py
-@@ -1049,7 +1049,7 @@ class BTRFS(FS):
+@@ -1050,7 +1050,7 @@ class BTRFS(FS):
  _formattable = True
  _linux_native = True
  _supported = True
diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch
 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch
index 48ffaf2cb..ea4cffa9b 100644
--- 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch
+++ 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch
@@ -1,7 +1,7 @@
-From 3d398173f02bb641473299abb1166fdcc3643666 Mon Sep 17 00:00:00 2001
+From 5ee527fab06f9d33b162a6cd0c068d7b3ac2ecb0 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia 
 Date: Tue, 6 Mar 2018 17:28:56 +0800
-Subject: [PATCH 11/11] invoking dd with infinite timeout
+Subject: [PATCH] invoking dd with infinite timeout
 
 This large timeout is needed when running on machines with
 lots of disks, or with slow disks.
@@ -14,10 +14,10 @@ Signed-off-by: Hongxu Jia 
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/blivet/devices/partition.py b/blivet/devices/partition.py
-index b60b9b4..fa8858b 100644
+index 2d67be8..a4cf9a0 100644
 --- a/blivet/devices/partition.py
 +++ b/blivet/devices/partition.py
-@@ -667,7 +667,7 @@ class PartitionDevice(StorageDevice):
+@@ -677,7 +677,7 @@ class PartitionDevice(StorageDevice):
  cmd = ["dd", "if=/dev/zero", "of=%s" % device, "bs=%d" % bs,
 "seek=%d" % start, "count=%d" % count]
  try:
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.1.bb 
b/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb
similarity index 93%
rename from meta-python/recipes-extended/python-blivet/python3-blivet_3.9.1.bb
rename to meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb
index e9c27548e..f0ce98148 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.1.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-b

[oe] [PATCH 14/47] python3-djangorestframework: upgrade 3.14.0 -> 3.15.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Fix SearchFilter handling of quoted and comma separated strings, when
 .get_search_terms is being called into by a custom class.
-Revert number of 3.15.0 issues which included unintended side-effects.

Signed-off-by: Wang Mingyu 
---
 ...ramework_3.14.0.bb => python3-djangorestframework_3.15.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-djangorestframework_3.14.0.bb => 
python3-djangorestframework_3.15.1.bb} (79%)

diff --git 
a/meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb 
b/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
similarity index 79%
rename from 
meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb
rename to 
meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
index c39f37f7e..9515aa229 100644
--- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
 
-SRC_URI[sha256sum] = 
"579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"
+SRC_URI[sha256sum] = 
"f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"
 
 PYPI_PACKAGE = "djangorestframework"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109714): 
https://lists.openembedded.org/g/openembedded-devel/message/109714
Mute This Topic: https://lists.openembedded.org/mt/105265387/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 09/47] mcelog: upgrade 197 -> 198

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/mcelog/{mcelog_197.bb => mcelog_198.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/mcelog/{mcelog_197.bb => mcelog_198.bb} (96%)

diff --git a/meta-oe/recipes-support/mcelog/mcelog_197.bb 
b/meta-oe/recipes-support/mcelog/mcelog_198.bb
similarity index 96%
rename from meta-oe/recipes-support/mcelog/mcelog_197.bb
rename to meta-oe/recipes-support/mcelog/mcelog_198.bb
index 51d96b56f..e302f4175 100644
--- a/meta-oe/recipes-support/mcelog/mcelog_197.bb
+++ b/meta-oe/recipes-support/mcelog/mcelog_198.bb
@@ -11,7 +11,7 @@ SRC_URI = "\
 file://run-ptest \
 "
 
-SRCREV = "20dc4373b7e04b00a6bd9f55446486df194b82ef"
+SRCREV = "ab58f07b9b1a4456fca0f5f41639d5cbecc80e36"
 
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109709): 
https://lists.openembedded.org/g/openembedded-devel/message/109709
Mute This Topic: https://lists.openembedded.org/mt/105265379/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 03/47] gnome-font-viewer: upgrade 45.0 -> 46.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
* Fix incorrect/missing URLs
* Improve app metainfo

Signed-off-by: Wang Mingyu 
---
 .../{gnome-font-viewer_45.0.bb => gnome-font-viewer_46.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-font-viewer/{gnome-font-viewer_45.0.bb 
=> gnome-font-viewer_46.0.bb} (81%)

diff --git 
a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb 
b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb
similarity index 81%
rename from meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb
rename to meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb
index 629bc7186..dbce71d12 100644
--- a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb
@@ -15,7 +15,7 @@ inherit gnomebase gtk-icon-cache gettext features_check 
mime-xdg
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-SRC_URI[archive.sha256sum] = 
"97cb6b68dda60de0ab3038383586f1e4bc1da5a48f44025bd6bbe74ea05c2b08"
+SRC_URI[archive.sha256sum] = 
"592f401e485d02cc044d487bb5c8e04c961da6856216768a59f1ff98bd2d537c"
 
 FILES:${PN} += " \
 ${datadir}/dbus-1 \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109703): 
https://lists.openembedded.org/g/openembedded-devel/message/109703
Mute This Topic: https://lists.openembedded.org/mt/105265371/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 15/47] python3-eth-rlp: upgrade 2.0.0 -> 2.1.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Bump to hexbytes>=1.2.0 and add blocklint to linting

Signed-off-by: Wang Mingyu 
---
 .../{python3-eth-rlp_2.0.0.bb => python3-eth-rlp_2.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-rlp_2.0.0.bb => 
python3-eth-rlp_2.1.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-rlp_2.0.0.bb 
b/meta-python/recipes-devtools/python/python3-eth-rlp_2.1.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-eth-rlp_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-rlp_2.1.0.bb
index 5e03625d1..4bdc0c887 100644
--- a/meta-python/recipes-devtools/python/python3-eth-rlp_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-rlp_2.1.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
 
-SRC_URI[sha256sum] = 
"70116ec32abd2569fc4ba5f2af80080d896b0dc53a86d582fe1ffa66ecfee308"
+SRC_URI[sha256sum] = 
"d5b408a8cd20ed496e8e66d0559560d29bc21cee482f893936a1f05d0dddc4a0"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109715): 
https://lists.openembedded.org/g/openembedded-devel/message/109715
Mute This Topic: https://lists.openembedded.org/mt/105265397/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 16/47] python3-eventlet: upgrade 0.35.2 -> 0.36.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

*eventlet.websocket is not always used from eventlet.wsgi, so do not assume
 eventlet.set_idle exists
*Make sure asyncio hub doesn't use greendns for asyncio DNS APIs
*Make asyncio.to_thread work with the same semantics as normal asyncio
*Refactor congruence checks based on assert at runtime
*Run tests on macOS in CI, and some fixes to get it in reasonable state
*Fix wsgi.server shutdown for in-flight requests
*Add debug convenience helpers - asyncio, threads
*Handle errors better.

Signed-off-by: Wang Mingyu 
---
 .../{python3-eventlet_0.35.2.bb => python3-eventlet_0.36.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eventlet_0.35.2.bb => 
python3-eventlet_0.36.1.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.35.2.bb 
b/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-eventlet_0.35.2.bb
rename to meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
index 4db2e6fa4..f70099ab9 100644
--- a/meta-python/recipes-devtools/python/python3-eventlet_0.35.2.bb
+++ b/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
 
-SRC_URI[sha256sum] = 
"8d1263e20b7f816a046ac60e1d272f9e5bc503f7a34d9adc789f8a85b14fa57d"
+SRC_URI[sha256sum] = 
"d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109716): 
https://lists.openembedded.org/g/openembedded-devel/message/109716
Mute This Topic: https://lists.openembedded.org/mt/105265398/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 17/47] python3-filelock: upgrade 3.13.1 -> 3.13.3

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Make singleton class instance dict unique per subclass

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109717): 
https://lists.openembedded.org/g/openembedded-devel/message/109717
Mute This Topic: https://lists.openembedded.org/mt/105265399/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 02/47 v2] gnome-backgrounds: upgrade 45.0 -> 46.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- default: less lens distortion
- symbolics: updated icons & tweaks to the layout
- glass chip: improved compression
- New default. Embrace the rounded triangle!
- Updated Amber, Pills
- New additions -- Gometrics, Glass chip, Neogeo, Ring and Tarka
- Departures -- Keys, Truchet, Rounded Rectangles
- JPEG XL favored as a format, with banding-bustin' client side grain

Signed-off-by: Wang Mingyu 
---
 .../{gnome-backgrounds_45.0.bb => gnome-backgrounds_46.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-backgrounds/{gnome-backgrounds_45.0.bb 
=> gnome-backgrounds_46.0.bb} (74%)

diff --git 
a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb 
b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
similarity index 74%
rename from meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb
rename to meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
index 704a0b645..5d6c5d31e 100644
--- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
@@ -7,7 +7,7 @@ SECTION = "x11/gnome"
 
 inherit gnomebase gettext allarch
 
-SRC_URI[archive.sha256sum] = 
"cee0e688fbae5ef7a75f335ada2d10779e08ebca9445f1586de32c5a9b6dee2d"
+SRC_URI[archive.sha256sum] = 
"4ddd3ac439a4a067876805921bb75f4d3c8b85a218d47c276e8928443c2e"
 
 FILES:${PN} += " \
 ${datadir}/backgrounds \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109718): 
https://lists.openembedded.org/g/openembedded-devel/message/109718
Mute This Topic: https://lists.openembedded.org/mt/105265840/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 03/47 v2] gnome-font-viewer: upgrade 45.0 -> 46.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
* Fix incorrect/missing URLs
* Improve app metainfo

Signed-off-by: Wang Mingyu 
---
 .../{gnome-font-viewer_45.0.bb => gnome-font-viewer_46.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-font-viewer/{gnome-font-viewer_45.0.bb 
=> gnome-font-viewer_46.0.bb} (81%)

diff --git 
a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb 
b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb
similarity index 81%
rename from meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb
rename to meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb
index 629bc7186..dbce71d12 100644
--- a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb
@@ -15,7 +15,7 @@ inherit gnomebase gtk-icon-cache gettext features_check 
mime-xdg
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-SRC_URI[archive.sha256sum] = 
"97cb6b68dda60de0ab3038383586f1e4bc1da5a48f44025bd6bbe74ea05c2b08"
+SRC_URI[archive.sha256sum] = 
"592f401e485d02cc044d487bb5c8e04c961da6856216768a59f1ff98bd2d537c"
 
 FILES:${PN} += " \
 ${datadir}/dbus-1 \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109720): 
https://lists.openembedded.org/g/openembedded-devel/message/109720
Mute This Topic: https://lists.openembedded.org/mt/105265843/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 06/47 v2] libmbim: upgrade 1.30.0 -> 1.31.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../libmbim/{libmbim_1.30.0.bb => libmbim_1.31.2.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.30.0.bb => 
libmbim_1.31.2.bb} (90%)

diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb 
b/meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb
similarity index 90%
rename from meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
rename to meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb
index a22712449..a386e4486 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb
@@ -11,8 +11,8 @@ DEPENDS = "glib-2.0 glib-2.0-native libgudev"
 
 inherit meson pkgconfig bash-completion gobject-introspection 
upstream-version-is-even
 
-SRCREV = "8415687e4f30ae5e36f407f179c8147f1529725c"
-SRC_URI = 
"git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-30"
+SRCREV = "9c0309fcd3142411c921c14f7dd675cac086bab6"
+SRC_URI = 
"git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109723): 
https://lists.openembedded.org/g/openembedded-devel/message/109723
Mute This Topic: https://lists.openembedded.org/mt/105265846/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 07/47 v2] libqmi: upgrade 1.34.0 -> 1.35.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../libqmi/{libqmi_1.34.0.bb => libqmi_1.35.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.34.0.bb => 
libqmi_1.35.2.bb} (91%)

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb 
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2.bb
similarity index 91%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2.bb
index 94164a0b5..aec90ae63 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 glib-2.0-native"
 
 inherit meson pkgconfig bash-completion gobject-introspection 
upstream-version-is-even
 
-SRCREV = "3f07d6e5b4677558543b3b4484ea88ad92257e92"
-SRC_URI = 
"git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34"
+SRCREV = "72d92e75a430900c00aeb1a471965d53eb307708"
+SRC_URI = 
"git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=main"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109724): 
https://lists.openembedded.org/g/openembedded-devel/message/109724
Mute This Topic: https://lists.openembedded.org/mt/105265847/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 05/47 v2] libdeflate: upgrade 1.19 -> 1.20

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
* Improved CRC-32 performance on recent x86 CPUs by adding
  VPCLMULQDQ-accelerated implementations using 256-bit and 512-bit vectors.
* Improved Adler-32 performance on recent x86 CPUs by adding
  VNNI-accelerated implementations using 256-bit and 512-bit vectors.
* Improved CRC-32 and Adler-32 performance on short inputs.
* Optimized the portable implementation of Adler-32.
* Added some basic optimizations for RISC-V.
* Dropped support for gcc versions older than v4.9 (released in 2014)
  and clang versions older than v3.9 (released in 2016).
* Dropped support for CRC-32 acceleration on 32-bit ARM using the ARMv8 pmull or
  crc32 instructions.

Signed-off-by: Wang Mingyu 
---
 .../libdeflate/{libdeflate_1.19.bb => libdeflate_1.20.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libdeflate/{libdeflate_1.19.bb => 
libdeflate_1.20.bb} (88%)

diff --git a/meta-oe/recipes-extended/libdeflate/libdeflate_1.19.bb 
b/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
similarity index 88%
rename from meta-oe/recipes-extended/libdeflate/libdeflate_1.19.bb
rename to meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
index 11cdb8290..f0a966f2b 100644
--- a/meta-oe/recipes-extended/libdeflate/libdeflate_1.19.bb
+++ b/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
@@ -9,7 +9,7 @@ DEPENDS += "gzip zlib"
 SRC_URI = 
"git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
-SRCREV = "dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f"
+SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d"
 
 inherit cmake pkgconfig
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109722): 
https://lists.openembedded.org/g/openembedded-devel/message/109722
Mute This Topic: https://lists.openembedded.org/mt/105265845/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 08/47 v2] libtommath: upgrade 1.2.1 -> 1.3.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Deprecate more APIs which are replaced in develop
- Add support for CMake
- Add support for GitHub Actions

Signed-off-by: Wang Mingyu 
---
 .../libtommath/{libtommath_1.2.1.bb => libtommath_1.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libtommath/{libtommath_1.2.1.bb => 
libtommath_1.3.0.bb} (91%)

diff --git a/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb 
b/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
similarity index 91%
rename from meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
rename to meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
index 32ec290c1..4d6c06240 100644
--- a/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
+++ b/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
@@ -8,7 +8,7 @@ DEPENDS = "libtool-cross"
 
 SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master"
 
-SRCREV = "97e500351e653472b2ea00b37137ad0414165efe"
+SRCREV = "95d80fd8229d05dd6cb4ec88bc8d4f5377ff00ef"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109725): 
https://lists.openembedded.org/g/openembedded-devel/message/109725
Mute This Topic: https://lists.openembedded.org/mt/105265849/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 11/47 v2] python3-asgiref: upgrade 3.7.2 -> 3.8.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
* Fixes a regression in 3.8.0 affecting nested task cancellation inside
  sync_to_async.
* Adds support for Python 3.12.
* Drops support for (end-of-life) Python 3.7.
* Fixes task cancellation propagation to subtasks when using synchronous Django
  middleware.
* Allows nesting "sync_to_async" via "asyncio.wait_for".
* Corrects WSGI adapter handling of root path.
* Handles case where `"client"` is "None" in WsgiToAsgi adapter.

Signed-off-by: Wang Mingyu 
---
 .../{python3-asgiref_3.7.2.bb => python3-asgiref_3.8.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-asgiref_3.7.2.bb => 
python3-asgiref_3.8.1.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb 
b/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb
rename to meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb
index b7fa9f036..3b90eda5b 100644
--- a/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
 SRC_URI += "file://run-ptest \
"
 
-SRC_URI[sha256sum] = 
"9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed"
+SRC_URI[sha256sum] = 
"c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590"
 
 export BUILD_SYS
 export HOST_SYS
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109728): 
https://lists.openembedded.org/g/openembedded-devel/message/109728
Mute This Topic: https://lists.openembedded.org/mt/105265852/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 09/47 v2] mcelog: upgrade 197 -> 198

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/mcelog/{mcelog_197.bb => mcelog_198.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/mcelog/{mcelog_197.bb => mcelog_198.bb} (96%)

diff --git a/meta-oe/recipes-support/mcelog/mcelog_197.bb 
b/meta-oe/recipes-support/mcelog/mcelog_198.bb
similarity index 96%
rename from meta-oe/recipes-support/mcelog/mcelog_197.bb
rename to meta-oe/recipes-support/mcelog/mcelog_198.bb
index 51d96b56f..e302f4175 100644
--- a/meta-oe/recipes-support/mcelog/mcelog_197.bb
+++ b/meta-oe/recipes-support/mcelog/mcelog_198.bb
@@ -11,7 +11,7 @@ SRC_URI = "\
 file://run-ptest \
 "
 
-SRCREV = "20dc4373b7e04b00a6bd9f55446486df194b82ef"
+SRCREV = "ab58f07b9b1a4456fca0f5f41639d5cbecc80e36"
 
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109727): 
https://lists.openembedded.org/g/openembedded-devel/message/109727
Mute This Topic: https://lists.openembedded.org/mt/105265851/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 14/47 v2] python3-djangorestframework: upgrade 3.14.0 -> 3.15.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Fix SearchFilter handling of quoted and comma separated strings, when
 .get_search_terms is being called into by a custom class.
-Revert number of 3.15.0 issues which included unintended side-effects.

Signed-off-by: Wang Mingyu 
---
 ...ramework_3.14.0.bb => python3-djangorestframework_3.15.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-djangorestframework_3.14.0.bb => 
python3-djangorestframework_3.15.1.bb} (79%)

diff --git 
a/meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb 
b/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
similarity index 79%
rename from 
meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb
rename to 
meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
index c39f37f7e..9515aa229 100644
--- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
 
-SRC_URI[sha256sum] = 
"579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"
+SRC_URI[sha256sum] = 
"f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"
 
 PYPI_PACKAGE = "djangorestframework"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109730): 
https://lists.openembedded.org/g/openembedded-devel/message/109730
Mute This Topic: https://lists.openembedded.org/mt/105265855/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 01/47 v2] gjs: upgrade 1.80.0 -> 1.80.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Quick follow-up release to fix crash on ppc64.
- 1.79.90 failing tests on ppc64
- Quick follow-up release to fix build failure on MacPorts and Homebrew.
- 1.79.90: gi/arg-inl.h: expression is not assignable

Signed-off-by: Wang Mingyu 
---
 meta-gnome/recipes-gnome/gjs/{gjs_1.80.0.bb => gjs_1.80.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gjs/{gjs_1.80.0.bb => gjs_1.80.2.bb} (92%)

diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.80.0.bb 
b/meta-gnome/recipes-gnome/gjs/gjs_1.80.2.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/gjs/gjs_1.80.0.bb
rename to meta-gnome/recipes-gnome/gjs/gjs_1.80.2.bb
index 602149fad..1d781d078 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.80.0.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.80.2.bb
@@ -7,7 +7,7 @@ DEPENDS = "mozjs-115 cairo"
 
 inherit gnomebase gsettings gobject-introspection gettext features_check 
upstream-version-is-even pkgconfig
 
-SRC_URI[archive.sha256sum] = 
"0f78cd3f0e8eb446517d665e4fde1d66302b0c283bbe87b78e9cbfd4d86ed576"
+SRC_URI[archive.sha256sum] = 
"135e39c5ac591096233e557cfe577d64093f5054411d47cb2e214bad7d4199bd"
 SRC_URI += " \
 file://0001-Support-cross-builds-a-bit-better.patch \
 file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109719): 
https://lists.openembedded.org/g/openembedded-devel/message/109719
Mute This Topic: https://lists.openembedded.org/mt/105265842/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 12/47 v2] python3-blivet: upgrade 3.9.1 -> 3.9.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0006-tweak-btrfs-packages.patch
0011-invoking-dd-with-infinite-timeout.patch
refreshed for 3.9.2

Changelog:
==
-tests: Add a simple unit test for listing btrfs subvolumes
-Fix getting default subvolume ID for mounted btrfs volumes
-Do not try to get btrfs subvolumes without libblockdev
-Do not raise not implemented exception when checking if btrfs is empty
-Try to start stratisd before checking its availability
-Fix creating Stratis filesystem without size specified
-Fix printing the partition type UUID
-Adjust check for btrfs filesystem being empty
-Fix util.detect_virt on Amazon
-misc: Vagrantfile update
-misc: Run pip with --break-system-packages
-misc: Add missing libmount build dependencies
-availability: Check for mpath friendly names availability
-Allow running blivet without libmount Python bindings
-Fstab cleanup fix
-Fix getting subvolumes for mounted btrfs volumes

Signed-off-by: Wang Mingyu 
---
 .../python3-blivet/0006-tweak-btrfs-packages.patch   | 12 ++--
 .../0011-invoking-dd-with-infinite-timeout.patch |  8 
 ...thon3-blivet_3.9.1.bb => python3-blivet_3.9.2.bb} |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
 rename meta-python/recipes-extended/python-blivet/{python3-blivet_3.9.1.bb => 
python3-blivet_3.9.2.bb} (93%)

diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
index b98dafeab..6c53f03db 100644
--- 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
+++ 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
@@ -1,7 +1,7 @@
-From 359bc9f60a4bcf6be64a72c3825af65269f6c6c9 Mon Sep 17 00:00:00 2001
+From b55b1023f8f1ad3121928eb9d0ee9902f5474752 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia 
 Date: Mon, 8 May 2017 16:33:15 +0800
-Subject: [PATCH 06/11] tweak btrfs packages
+Subject: [PATCH] tweak btrfs packages
 
 In oe-cre/yocto, we name btrfs package with btrfs-tools,
 rather than btrfs-progs.
@@ -15,10 +15,10 @@ Signed-off-by: Hongxu Jia 
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/blivet/devices/btrfs.py b/blivet/devices/btrfs.py
-index 259bcf8..8e4eb2b 100644
+index c446e7e..37c183e 100644
 --- a/blivet/devices/btrfs.py
 +++ b/blivet/devices/btrfs.py
-@@ -57,7 +57,7 @@ class BTRFSDevice(StorageDevice):
+@@ -58,7 +58,7 @@ class BTRFSDevice(StorageDevice):
  
  """ Base class for BTRFS volume and sub-volume devices. """
  _type = "btrfs"
@@ -28,10 +28,10 @@ index 259bcf8..8e4eb2b 100644
  
  def __init__(self, *args, **kwargs):
 diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
-index 932307a..865b863 100644
+index 1e102b6..f16941e 100644
 --- a/blivet/formats/fs.py
 +++ b/blivet/formats/fs.py
-@@ -1049,7 +1049,7 @@ class BTRFS(FS):
+@@ -1050,7 +1050,7 @@ class BTRFS(FS):
  _formattable = True
  _linux_native = True
  _supported = True
diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch
 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch
index 48ffaf2cb..ea4cffa9b 100644
--- 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch
+++ 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch
@@ -1,7 +1,7 @@
-From 3d398173f02bb641473299abb1166fdcc3643666 Mon Sep 17 00:00:00 2001
+From 5ee527fab06f9d33b162a6cd0c068d7b3ac2ecb0 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia 
 Date: Tue, 6 Mar 2018 17:28:56 +0800
-Subject: [PATCH 11/11] invoking dd with infinite timeout
+Subject: [PATCH] invoking dd with infinite timeout
 
 This large timeout is needed when running on machines with
 lots of disks, or with slow disks.
@@ -14,10 +14,10 @@ Signed-off-by: Hongxu Jia 
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/blivet/devices/partition.py b/blivet/devices/partition.py
-index b60b9b4..fa8858b 100644
+index 2d67be8..a4cf9a0 100644
 --- a/blivet/devices/partition.py
 +++ b/blivet/devices/partition.py
-@@ -667,7 +667,7 @@ class PartitionDevice(StorageDevice):
+@@ -677,7 +677,7 @@ class PartitionDevice(StorageDevice):
  cmd = ["dd", "if=/dev/zero", "of=%s" % device, "bs=%d" % bs,
 "seek=%d" % start, "count=%d" % count]
  try:
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.1.bb 
b/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb
similarity index 93%
rename from meta-python/recipes-extended/python-blivet/python3-blivet_3.9.1.bb
rename to meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb
index e9c27548e..f0ce98148 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.1.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-b

[oe] [meta-oe] [PATCH 04/47 v2] libblockdev: upgrade 3.1.0 -> 3.1.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined
- Port to G_GNUC_INTERNAL for controlling symbols visibility
- Fix some more occurrences of missing port to G_GNUC_UNUSED
- dm_logging: Annotate redirect_dm_log() printf format
- tests: Add NVMe persistent discovery controller tests
- tests: Add NVMe controller type checks
- Makefile: Fix bumpver to work with micro versions
- tests: Manually remove removed PVs from LVM devices file
- tests: Ignore LVM devices file for non-LVM tests
- tests: Fix removing custom LVM devices file
- nvme: Add bd_nvme_is_tech_avail to the API file
- lvm-dbus: Fix passing size for pvresize over DBus

Signed-off-by: Wang Mingyu 
---
 .../{libblockdev_3.1.0.bb => libblockdev_3.1.1.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/libblockdev/{libblockdev_3.1.0.bb => 
libblockdev_3.1.1.bb} (96%)

diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb 
b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
similarity index 96%
rename from meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb
rename to meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
index 60182d84e..dd1514628 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
@@ -12,10 +12,10 @@ inherit autotools gobject-introspection pkgconfig 
lib_package
 
 DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme"
 
-SRC_URI = 
"git://github.com/storaged-project/libblockdev;branch=master;protocol=https \
+SRC_URI = 
"git://github.com/storaged-project/libblockdev;branch=3.1.x-devel;protocol=https
 \
file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \
"
-SRCREV = "65f50bf912374b85d673f2716ea0c8306980c95b"
+SRCREV = "68aaff5556afe26be749c29a2b7cbd714dce3050"
 S = "${WORKDIR}/git"
 
 FILES:${PN} += "${libdir}/python3.*/site-packages"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109721): 
https://lists.openembedded.org/g/openembedded-devel/message/109721
Mute This Topic: https://lists.openembedded.org/mt/105265844/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 15/47 v2] python3-eth-rlp: upgrade 2.0.0 -> 2.1.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Bump to hexbytes>=1.2.0 and add blocklint to linting

Signed-off-by: Wang Mingyu 
---
 .../{python3-eth-rlp_2.0.0.bb => python3-eth-rlp_2.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-rlp_2.0.0.bb => 
python3-eth-rlp_2.1.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-rlp_2.0.0.bb 
b/meta-python/recipes-devtools/python/python3-eth-rlp_2.1.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-eth-rlp_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-rlp_2.1.0.bb
index 5e03625d1..4bdc0c887 100644
--- a/meta-python/recipes-devtools/python/python3-eth-rlp_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-rlp_2.1.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
 
-SRC_URI[sha256sum] = 
"70116ec32abd2569fc4ba5f2af80080d896b0dc53a86d582fe1ffa66ecfee308"
+SRC_URI[sha256sum] = 
"d5b408a8cd20ed496e8e66d0559560d29bc21cee482f893936a1f05d0dddc4a0"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109731): 
https://lists.openembedded.org/g/openembedded-devel/message/109731
Mute This Topic: https://lists.openembedded.org/mt/105265857/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 13/47 v2] python3-cassandra-driver: upgrade 3.29.0 -> 3.29.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

bugfix:
===
-cassandra-driver for Python 3.12 Linux is compiled without libev support
-Consider moving to native wheel builds for OS X and removing universal2 wheels

Signed-off-by: Wang Mingyu 
---
 ...ndra-driver_3.29.0.bb => python3-cassandra-driver_3.29.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cassandra-driver_3.29.0.bb 
=> python3-cassandra-driver_3.29.1.bb} (89%)

diff --git 
a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb 
b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.1.bb
similarity index 89%
rename from 
meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb
rename to meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.1.bb
index b8565d17e..3003e84ac 100644
--- a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.1.bb
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
 SRCNAME = "cassandra-driver"
 
-SRC_URI[sha256sum] = 
"0a34f9534356e5fd33af8cdda109d5e945b6335cb50399b267c46368c4e93c98"
+SRC_URI[sha256sum] = 
"38e9c2a2f2a9664bb03f1f852d5fccaeff2163942b5db35dffcf8bf32a51cfe5"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109732): 
https://lists.openembedded.org/g/openembedded-devel/message/109732
Mute This Topic: https://lists.openembedded.org/mt/105265858/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 16/47 v2] python3-eventlet: upgrade 0.35.2 -> 0.36.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

*eventlet.websocket is not always used from eventlet.wsgi, so do not assume
 eventlet.set_idle exists
*Make sure asyncio hub doesn't use greendns for asyncio DNS APIs
*Make asyncio.to_thread work with the same semantics as normal asyncio
*Refactor congruence checks based on assert at runtime
*Run tests on macOS in CI, and some fixes to get it in reasonable state
*Fix wsgi.server shutdown for in-flight requests
*Add debug convenience helpers - asyncio, threads
*Handle errors better.

Signed-off-by: Wang Mingyu 
---
 .../{python3-eventlet_0.35.2.bb => python3-eventlet_0.36.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eventlet_0.35.2.bb => 
python3-eventlet_0.36.1.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.35.2.bb 
b/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-eventlet_0.35.2.bb
rename to meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
index 4db2e6fa4..f70099ab9 100644
--- a/meta-python/recipes-devtools/python/python3-eventlet_0.35.2.bb
+++ b/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
 
-SRC_URI[sha256sum] = 
"8d1263e20b7f816a046ac60e1d272f9e5bc503f7a34d9adc789f8a85b14fa57d"
+SRC_URI[sha256sum] = 
"d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109733): 
https://lists.openembedded.org/g/openembedded-devel/message/109733
Mute This Topic: https://lists.openembedded.org/mt/105265859/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 18/47] python3-flask-marshmallow: upgrade 1.2.0 -> 1.2.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Fix File field when it receives an empty value
-Fix validate.FileSize to handle SpooledTemporaryFile

Signed-off-by: Wang Mingyu 
---
 ...-marshmallow_1.2.0.bb => python3-flask-marshmallow_1.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-marshmallow_1.2.0.bb 
=> python3-flask-marshmallow_1.2.1.bb} (80%)

diff --git 
a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb 
b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.1.bb
similarity index 80%
rename from 
meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.1.bb
index 573b20291..8408ebd7b 100644
--- a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.1.bb
@@ -7,7 +7,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "flask_marshmallow"
 
-SRC_URI[sha256sum] = 
"d0f79eb9743f0c530a3d9e848503e1f2228e6b35a819c91e913af02e68421805"
+SRC_URI[sha256sum] = 
"00ee96399ed664963afff3b5d6ee518640b0f91dbc2aace2b5abcf32f40ef23a"
 
 RDEPENDS:${PN} += "\
 python3-flask \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109734): 
https://lists.openembedded.org/g/openembedded-devel/message/109734
Mute This Topic: https://lists.openembedded.org/mt/105265860/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 17/47 v2] python3-filelock: upgrade 3.13.1 -> 3.13.3

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Make singleton class instance dict unique per subclass

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109735): 
https://lists.openembedded.org/g/openembedded-devel/message/109735
Mute This Topic: https://lists.openembedded.org/mt/105265862/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 10/47 v2] metacity: upgrade 3.50.0 -> 3.52.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-drop-zenity-detection.patch
refreshed for 3.53.0

Signed-off-by: Wang Mingyu 
---
 .../metacity/metacity/0001-drop-zenity-detection.patch   | 9 +++--
 .../metacity/{metacity_3.50.0.bb => metacity_3.52.0.bb}  | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename meta-gnome/recipes-gnome/metacity/{metacity_3.50.0.bb => 
metacity_3.52.0.bb} (91%)

diff --git 
a/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch
index 6bebaaba8..cd46824c3 100644
--- 
a/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch
+++ 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch
@@ -1,4 +1,4 @@
-From ec0e52b49c9b6869413c9544c2ed44710ab91141 Mon Sep 17 00:00:00 2001
+From d36e65f3e31c882f62d5cfeb7b0e1441d5fdc821 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia 
 Date: Sat, 14 Apr 2018 16:15:59 +0800
 Subject: [PATCH] drop zenity detection
@@ -13,10 +13,10 @@ Signed-off-by: Hongxu Jia 
  1 file changed, 5 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 528b7d2..8932ae6 100644
+index bbb4db8..2010d78 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -337,11 +337,6 @@ fi
+@@ -336,11 +336,6 @@ fi
  
  AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes") 
  
@@ -28,6 +28,3 @@ index 528b7d2..8932ae6 100644
  AC_SEARCH_LIBS([dlsym], [dl], [], [
AC_MSG_ERROR([unable to find the dlsym() function])
  ])
--- 
-2.31.1
-
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb 
b/meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb
similarity index 91%
rename from meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb
rename to meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb
index e6921e6de..32f080170 100644
--- a/meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb
+++ b/meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb
@@ -24,7 +24,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
 GNOMEBASEBUILDCLASS = "autotools"
 inherit gnomebase gsettings gettext upstream-version-is-even features_check
 
-SRC_URI[archive.sha256sum] = 
"18e9b106438d46394e4148bcb83acc6367312be54559cdb564e270c1ccaeb60f"
+SRC_URI[archive.sha256sum] = 
"a72438ace6d5903ae79338c6098b1b35ab91c8a97c4323701d3bef1f3eeb191c"
 SRC_URI += "file://0001-drop-zenity-detection.patch"
 
 PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109726): 
https://lists.openembedded.org/g/openembedded-devel/message/109726
Mute This Topic: https://lists.openembedded.org/mt/105265850/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 21/47] python3-google-api-python-client: upgrade 2.122.0 -> 2.124.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

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

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

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.122.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.124.0.bb
similarity index 85%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.122.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.124.0.bb
index 364da4a2d..99b07d3e8 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.122.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.124.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] = 
"77447bf2d6b6ea9e686fd66fc2f12ee7a63e3889b7427676429ebf09fcb5dcf9"
+SRC_URI[sha256sum] = 
"f6d3258420f7c76b0f5266b5e402e6f804e30351b018a10083f4a46c3ec33773"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109738): 
https://lists.openembedded.org/g/openembedded-devel/message/109738
Mute This Topic: https://lists.openembedded.org/mt/105265865/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 19/47] python3-flatbuffers: upgrade 24.3.7 -> 24.3.25

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

-Fix License
-Fix handling non null-terminated string_views in LookupByKey

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

diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc 
b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
index fb9f97bc1..8f6c4c68f 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
@@ -1,3 +1,3 @@
-PV = "24.3.7"
-SRCREV = "6ff9e90e7e399f3977e99a315856b57c8afe5b4d"
+PV = "24.3.25"
+SRCREV = "595bf0007ab1929570c7671f091313c8fc20644e"
 SRC_URI = 
"git://github.com/google/flatbuffers.git;branch=master;protocol=https"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109737): 
https://lists.openembedded.org/g/openembedded-devel/message/109737
Mute This Topic: https://lists.openembedded.org/mt/105265864/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 22/47] python3-google-auth: upgrade 2.28.2 -> 2.29.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Adds support for custom suppliers in AWS and Identity Pool credentials
-Refactor tech debt in aws and identity pool credentials

Signed-off-by: Wang Mingyu 
---
 ...hon3-google-auth_2.28.2.bb => python3-google-auth_2.29.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.28.2.bb => 
python3-google-auth_2.29.0.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.28.2.bb 
b/meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.28.2.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb
index d344b7016..e8d438df0 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.28.2.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3 ptest
 
-SRC_URI[sha256sum] = 
"80b8b4969aa9ed5938c7828308f20f035bc79f9d8fb8120bf9dc8db20b41ba30"
+SRC_URI[sha256sum] = 
"672dff332d073227550ffc7457868ac4218d6c500b155fe6cc17d2b13602c360"
 
 SRC_URI += " \
 file://run-ptest \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109739): 
https://lists.openembedded.org/g/openembedded-devel/message/109739
Mute This Topic: https://lists.openembedded.org/mt/105265867/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 24/47] python3-gspread: upgrade 6.0.2 -> 6.1.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Add py.typed marker
-Improve back-off client
-Add new auth method API key
-Bugfix/add set timeout
-Fix wrapper cast_to_a1_notation
-Bump bandit from 1.7.5 to 1.7.8
-Bump mypy from 1.6.1 to 1.9.0
-Bump typing-extensions from 4.8.0 to 4.10.0
-Bump flake8 from 5.0.4 to 7.0.0
-fix error message readability
-Add missing method import_csv()
-update readme examples
-Add user friendly message when we can't override a test cassette
-Allow "warning" type protected ranges
-Improce README and documentation with value render options

Signed-off-by: Wang Mingyu 
---
 .../{python3-gspread_6.0.2.bb => python3-gspread_6.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python3-gspread/{python3-gspread_6.0.2.bb 
=> python3-gspread_6.1.0.bb} (78%)

diff --git 
a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb 
b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.0.bb
similarity index 78%
rename from 
meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb
rename to meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.0.bb
index 18338df93..482155856 100644
--- a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb
+++ b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/burnash/gspread";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
 
-SRC_URI[sha256sum] = 
"0982beeb07fa3ec4482a3aaa96ca13a1e6b427a0aca4058beab4cdc33c0cbb64"
+SRC_URI[sha256sum] = 
"576b72b628b251d2ee41e02b982d3c714d511d2a5aa3a88e587ed9efc4d6e752"
 
 RDEPENDS:${PN} = " \
python3-google-auth \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109741): 
https://lists.openembedded.org/g/openembedded-devel/message/109741
Mute This Topic: https://lists.openembedded.org/mt/105265869/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 26/47] python3-pdm: upgrade 2.12.4 -> 2.13.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
https://pdm-project.org/latest/dev/changelog/

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109742): 
https://lists.openembedded.org/g/openembedded-devel/message/109742
Mute This Topic: https://lists.openembedded.org/mt/105265870/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 25/47] python3-jdatetime: upgrade 4.1.1 -> 5.0.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-tests(test_zoneinfo_as_timezone): skip if tzinfo is not available on windows
-fix(strftime): treat %% as an escape sequence
-chore(jalai.py): cleanup the code
-fix(strftime): also escape %% before c, x, and X
-fix(date, datetime): return NotImplemented for unknown type operations
-docs(README.rst): use jdatetime.FA_LOCALE instead if fa_IR
-Update python versions
-update jalali license
-update licences
-Use jalali core

Signed-off-by: Wang Mingyu 
---
 .../{python3-jdatetime_4.1.1.bb => python3-jdatetime_5.0.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-jdatetime_4.1.1.bb => 
python3-jdatetime_5.0.0.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_4.1.1.bb 
b/meta-python/recipes-devtools/python/python3-jdatetime_5.0.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-jdatetime_4.1.1.bb
rename to meta-python/recipes-devtools/python/python3-jdatetime_5.0.0.bb
index 22a798529..f1dd368ea 100644
--- a/meta-python/recipes-devtools/python/python3-jdatetime_4.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jdatetime_5.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/slashmili/python-jalali";
 LICENSE = "Python-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be"
 
-SRC_URI[sha256sum] = 
"1dd0ee210160c7bd30002803c443e6260ac602ea65b065652a1d567d3bfdca7a"
+SRC_URI[sha256sum] = 
"2cc603d913c0d8e328928454d3d295261cb037e9950227f67c9629ab4710fdf9"
 
 PYPI_PACKAGE = "jdatetime"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109744): 
https://lists.openembedded.org/g/openembedded-devel/message/109744
Mute This Topic: https://lists.openembedded.org/mt/105265872/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 27/47] python3-pyasn1-modules: upgrade 0.3.0 -> 0.4.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Added support for Python 3.11, 3.12
- Removed support for EOL Pythons 2.7, 3.6, 3.7

Signed-off-by: Wang Mingyu 
---
 ...-pyasn1-modules_0.3.0.bb => python3-pyasn1-modules_0.4.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyasn1-modules_0.3.0.bb => 
python3-pyasn1-modules_0.4.0.bb} (89%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.3.0.bb 
b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-pyasn1-modules_0.3.0.bb
rename to meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.0.bb
index ccd6025be..34f3639e5 100644
--- a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/etingof/pyasn1-modules";
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=190f79253908c986e6cacf380c3a5f6d"
 
-SRC_URI[sha256sum] = 
"5bd01446b736eb9d31512a30d46c1ac3395d676c6f3cafa4c03eb54b9925631c"
+SRC_URI[sha256sum] = 
"831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6"
 
 PYPI_PACKAGE = "pyasn1_modules"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109743): 
https://lists.openembedded.org/g/openembedded-devel/message/109743
Mute This Topic: https://lists.openembedded.org/mt/105265871/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 20/47] python3-google-api-core: upgrade 2.17.1 -> 2.18.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Add common logic for supporting universe domain
-Add _registered_method to grpc ChannelStub
-deps: Require proto-plus >= 1.22.3

Signed-off-by: Wang Mingyu 
---
 ...gle-api-core_2.17.1.bb => python3-google-api-core_2.18.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-core_2.17.1.bb 
=> python3-google-api-core_2.18.0.bb} (85%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb 
b/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb
similarity index 85%
rename from 
meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb
index f9df8cf2a..b4cbafa85 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"9df18a1f87ee0df0bc4eea2770ebc4228392d8cc4066655b320e2cfccb15db95"
+SRC_URI[sha256sum] = 
"62d97417bfc674d6cef251e5c4d639a9655e00c45528c4364fbfebb478ce72a9"
 
 RDEPENDS:${PN} += "\
 python3-asyncio \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109736): 
https://lists.openembedded.org/g/openembedded-devel/message/109736
Mute This Topic: https://lists.openembedded.org/mt/105265863/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 29/47] python3-pytest-asyncio: upgrade 0.23.5 -> 0.23.6

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Fix compatibility with pytest 8.2

Signed-off-by: Wang Mingyu 
---
 ...ytest-asyncio_0.23.5.bb => python3-pytest-asyncio_0.23.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-asyncio_0.23.5.bb 
=> python3-pytest-asyncio_0.23.6.bb} (81%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.23.5.bb 
b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.23.6.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-pytest-asyncio_0.23.5.bb
rename to meta-python/recipes-devtools/python/python3-pytest-asyncio_0.23.6.bb
index 2eda16f93..492020477 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.23.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.23.6.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, 
written in Python,
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=136e4f49dbf29942c572a3a8f6e88a77"
 
-SRC_URI[sha256sum] = 
"3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"
+SRC_URI[sha256sum] = 
"ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109746): 
https://lists.openembedded.org/g/openembedded-devel/message/109746
Mute This Topic: https://lists.openembedded.org/mt/105265874/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 28/47] python3-pymisp: upgrade 2.4.187 -> 2.4.188

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Support X-MISP-AUTH Header.
- Bump changelog.
- Bump deps.
- Bump version, templates.
- Strip API key before setting it.
- Python 3.8 support & typing.
- Typing for Python < 3.10.
- Avoid issue when payload ist a list.

Signed-off-by: Wang Mingyu 
---
 .../{python3-pymisp_2.4.187.bb => python3-pymisp_2.4.188.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.187.bb => 
python3-pymisp_2.4.188.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.187.bb 
b/meta-python/recipes-devtools/python/python3-pymisp_2.4.188.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.187.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.188.bb
index 31b0d6446..59a00be15 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.187.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.188.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/MISP/PyMISP";
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
-SRC_URI[sha256sum] = 
"6880aa07cc6ed08f6d99df74c310839bce229e2031e1aa24311c74d8b01937f3"
+SRC_URI[sha256sum] = 
"c2313d059a9f4d1221243fcda64fb8ae11603c1745e92d57c4071aad04336696"
 
 inherit python_poetry_core pypi
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109745): 
https://lists.openembedded.org/g/openembedded-devel/message/109745
Mute This Topic: https://lists.openembedded.org/mt/105265873/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 31/47] python3-pytest-lazy-fixtures: upgrade 1.0.6 -> 1.0.7

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Fix coverage
-Add shortcut for lazy fixtures

Signed-off-by: Wang Mingyu 
---
 ...-fixtures_1.0.6.bb => python3-pytest-lazy-fixtures_1.0.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-pytest-lazy-fixtures_1.0.6.bb => 
python3-pytest-lazy-fixtures_1.0.7.bb} (87%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.0.6.bb 
b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.0.7.bb
similarity index 87%
rename from 
meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.0.6.bb
rename to 
meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.0.7.bb
index 43e4f37ee..f5e6dbfcd 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.0.7.bb
@@ -12,7 +12,7 @@ HOMEPAGE = 
"https://github.com/dev-petrov/pytest-lazy-fixtures";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4475e66fcfabe27395e6764c8f69c876"
 
-SRC_URI[sha256sum] = 
"d69320b53b7e10888a2b1e98a89d891fa7b39f210b9f2087ebe3042a38e28a2e"
+SRC_URI[sha256sum] = 
"87ef7424dc0229ff9cb72d482f49b7806535c3500641f612c13ddf243c9adacb"
 
 inherit pypi python_poetry_core
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109747): 
https://lists.openembedded.org/g/openembedded-devel/message/109747
Mute This Topic: https://lists.openembedded.org/mt/105265875/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 34/47] python3-pyzstd: upgrade 0.15.9 -> 0.15.10

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: add contributors to Copyright

Changelog:
==
-Fix SeekableZstdFile class can't open new file in appending mode.
-Support sub-interpreter on CPython 3.12+, can utilize per-interpreter GIL.
-On CPython(3.5~3.12)+Linux, use another output buffer code that can utilize the
 mremap mechanism.
-Change repository URL and maintainer following the deletion of the GitHub
 account of the original author, Ma Lin (animalize)

Signed-off-by: Wang Mingyu 
---
 .../{python3-pyzstd_0.15.9.bb => python3-pyzstd_0.15.10.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyzstd_0.15.9.bb => 
python3-pyzstd_0.15.10.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-pyzstd_0.15.9.bb 
b/meta-python/recipes-devtools/python/python3-pyzstd_0.15.10.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-pyzstd_0.15.9.bb
rename to meta-python/recipes-devtools/python/python3-pyzstd_0.15.10.bb
index 81bffac3a..c094a8d6f 100644
--- a/meta-python/recipes-devtools/python/python3-pyzstd_0.15.9.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzstd_0.15.10.bb
@@ -4,11 +4,11 @@ HOMEPAGE = "https://github.com/animalize/pyzstd";
 SECTION = "devel/python"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=8458383225d7107f3383ee5c521628d2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aedb5a2679cd1552fb61c181ef974b9e"
 
 PYPI_PACKAGE = "pyzstd"
 
-SRC_URI[sha256sum] = 
"cbfdde6c5768ffa5d2f14127bbc1d7c3c2d03c0ceaeb0736946197e06275ccc7"
+SRC_URI[sha256sum] = 
"83603a97fdbcf2139f475c940789f09e32703f931f29f4a8ddf3551e6700108b"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109749): 
https://lists.openembedded.org/g/openembedded-devel/message/109749
Mute This Topic: https://lists.openembedded.org/mt/105265878/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 32/47] python3-pywbem: upgrade 1.6.2 -> 1.6.3

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

-Fixed new Pylint issue for unused variable 'exp_result'
-Fixed use of pytest.warns(None)
-Fixed pkgutil install issue on Python 3.12
-Test: Upgraded GitHub Actions plugins to use node.js 20
-Fixed call to pipdeptree
-Added Python 3.6 / Windows / latest to normal tests
-Pinned lxml to <4.9.4 on Python 3.5 on Windows
-Added RTD default config file (#3083)
-Split safety into separate make target and moved to end of test
-Disable cyclic-import issue.
-Update .safety_policy, dev-ramts, minimum_constraints.txt files.
-Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0

Signed-off-by: Wang Mingyu 
---
 .../pywbem/{python3-pywbem_1.6.2.bb => python3-pywbem_1.6.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/pywbem/{python3-pywbem_1.6.2.bb => 
python3-pywbem_1.6.3.bb} (94%)

diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb 
b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.3.bb
similarity index 94%
rename from meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb
rename to meta-python/recipes-extended/pywbem/python3-pywbem_1.6.3.bb
index f607de779..7d1ff2858 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.3.bb
@@ -16,7 +16,7 @@ HOMEPAGE = "http://pywbem.github.io";
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
 
-SRC_URI[sha256sum] = 
"26e8179bc17e3176b4cd576b9f5a7730f848d51be0513768fd7f31fd9b270a96"
+SRC_URI[sha256sum] = 
"78df30dee98c508620b599b8951f322a81c6c0a9d7b78ffe5e017b9417cd97b9"
 
 inherit pypi setuptools3 update-alternatives
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109748): 
https://lists.openembedded.org/g/openembedded-devel/message/109748
Mute This Topic: https://lists.openembedded.org/mt/105265877/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 35/47] python3-requests-oauthlib: upgrade 1.4.0 -> 2.0.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Merge pull request #534 from iliakur/patch-1
-Drop py2 support from the wheel

Signed-off-by: Wang Mingyu 
---
 ...sts-oauthlib_1.4.0.bb => python3-requests-oauthlib_2.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-requests-oauthlib_1.4.0.bb 
=> python3-requests-oauthlib_2.0.0.bb} (66%)

diff --git 
a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb 
b/meta-python/recipes-devtools/python/python3-requests-oauthlib_2.0.0.bb
similarity index 66%
rename from 
meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb
rename to meta-python/recipes-devtools/python/python3-requests-oauthlib_2.0.0.bb
index 76b14585b..71cafb513 100644
--- a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-oauthlib_2.0.0.bb
@@ -1,7 +1,7 @@
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863"
 
-SRC_URI[sha256sum] = 
"acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a"
+SRC_URI[sha256sum] = 
"b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109750): 
https://lists.openembedded.org/g/openembedded-devel/message/109750
Mute This Topic: https://lists.openembedded.org/mt/105265879/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 23/47] python3-graphviz: upgrade 0.20.1 -> 0.20.3

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: Copyright updated to 2024

Changelog:
===
-Revert improvements to the internal tools.deprecate_positional_args() decorator
 that caused false positive PendingDeprecationWarning: The signature of ... will
 be reduced warnings that have been misinterpreted in the 0.20.2 release 
process.
-Drop Python 3.7 support (end of life 27 Jun 2023).
-Tag Python 3.11 and 3.12 support.
-Add caveat about labe escaping/quoting to .node() and .render() API docs.
-Document that doctest_skip_exe() lines in doctest should be ignored.
-Improve internal tools.deprecate_positional_args() decorator and fix incorect 
test assertion.
-Update GitHub actions.
-Pin pytest test dependency to <8.1 as a workaround for import file mismatch
 error related to conftest.py files, in pytest 8.1.1

Signed-off-by: Wang Mingyu 
---
 ...{python3-graphviz_0.20.1.bb => python3-graphviz_0.20.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-graphviz_0.20.1.bb => 
python3-graphviz_0.20.3.bb} (60%)

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.20.1.bb 
b/meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-graphviz_0.20.1.bb
rename to meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb
index d381699a8..0fd81b0ee 100644
--- a/meta-python/recipes-devtools/python/python3-graphviz_0.20.1.bb
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Graphviz protocol implementation"
 HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/";
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=951dd0868a9606c867ffda0ea3ea6da2"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bcdc1cf20245c598f9a563b550605785"
 
-SRC_URI[sha256sum] = 
"8c58f14adaa3b947daf26c19bc1e98c4e0702cdc31cf99153e6f06904d492bf8"
+SRC_URI[sha256sum] = 
"09d6bc81e6a9fa392e7ba52135a9d49f1ed62526f96499325930e87ca1b5925d"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109740): 
https://lists.openembedded.org/g/openembedded-devel/message/109740
Mute This Topic: https://lists.openembedded.org/mt/105265868/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 36/47] python3-sentry-sdk: upgrade 1.42.0 -> 1.44.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-ref: Define types at runtime
-Explicit reexport of types
-feat(profiling): Add thread data to spans
-Add optional keep_alive
-Add support for Celery Redbeat cron tasks
-The SDK now supports the Redbeat scheduler in addition to the default Celery
 Beat scheduler for auto instrumenting crons.
-aws_event can be an empty list
-Re-export Event in types.py
-Small API docs improvement
-Fixed OpenAI tests
-Bump checkouts/data-schemas from ed078ed to 8232f17

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109752): 
https://lists.openembedded.org/g/openembedded-devel/message/109752
Mute This Topic: https://lists.openembedded.org/mt/105265882/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 33/47] python3-pywbemtools: upgrade 1.2.0 -> 1.2.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Increased minimum version of pywbem to 1.6.3 to pick up fixes
-Fixed use of pytest.warns(None)
-Resolved pylint issue on using max()
-Test: Upgraded GitHub Actions plugins to use node.js 20
-Development: Fixed dependency issue with safety 3.0.0 by pinning it
-Added RTD default config file
-Test py27hang with subprocess32 package pywbemlistener py27 tests disabled 
(#1341)
-Split safety run into separate make target and moved to end of test
-Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0
-Fixed PyYAML install issue due to Cython 3
-Circumvented removal of Python 2.7 from setup-python
-Set limit in requirements.txt to not use click-repl 0.3.0.
-Added package level to .done files
-Commits on May 28, 2023
-Add .safety-policy.yaml file.
-Limits on use of urllib3 to < version 2.0.
-Fixed coveralls issues with KeyError and HTTP 422 Unprocessable Entity

Signed-off-by: Wang Mingyu 
---
 ...ython3-pywbemtools_1.2.0.bb => python3-pywbemtools_1.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_1.2.0.bb 
=> python3-pywbemtools_1.2.1.bb} (89%)

diff --git 
a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb 
b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.1.bb
similarity index 89%
rename from 
meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb
rename to meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.1.bb
index 89c05c2a6..c0a5368d1 100644
--- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb
+++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 
-SRC_URI[sha256sum] = 
"921fb57ea2ae3ae2806e18895bb0457697f27221b345c8b05afa4cb304a7f939"
+SRC_URI[sha256sum] = 
"d2ad6c383490ddb3bbb0f737d23a07c7e8c345df65f8309bc554d8455cc913dc"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109751): 
https://lists.openembedded.org/g/openembedded-devel/message/109751
Mute This Topic: https://lists.openembedded.org/mt/105265880/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 38/47] python3-thrift: upgrade 0.16.0 -> 0.20.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 https://github.com/apache/thrift/blob/v0.20.0/CHANGES.md

Signed-off-by: Wang Mingyu 
---
 .../{python3-thrift_0.16.0.bb => python3-thrift_0.20.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-connectivity/python-thrift/{python3-thrift_0.16.0.bb => 
python3-thrift_0.20.0.bb} (85%)

diff --git 
a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb 
b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.20.0.bb
similarity index 85%
rename from 
meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb
rename to 
meta-python/recipes-connectivity/python-thrift/python3-thrift_0.20.0.bb
index 63065e00b..6a0a66aef 100644
--- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb
+++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.20.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Python bindings for the Apache Thrift RPC system"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
 
-SRC_URI[sha256sum] = 
"2b5b6488fcded21f9d312aa23c9ff6a0195d0f6ae26ddbd5ad9e3e25dfc14408"
+SRC_URI[sha256sum] = 
"4dd662eadf6b8aebe8a41729527bd69adf6ceaa2a8681cbef64d1273b3e8feba"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109754): 
https://lists.openembedded.org/g/openembedded-devel/message/109754
Mute This Topic: https://lists.openembedded.org/mt/105265885/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 37/47] python3-socketio: upgrade 5.11.1 -> 5.11.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Improved routing to catch-all namespace handlers
-Option to disable routing in ASGIApp

Signed-off-by: Wang Mingyu 
---
 .../{python3-socketio_5.11.1.bb => python3-socketio_5.11.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-socketio_5.11.1.bb => 
python3-socketio_5.11.2.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.11.1.bb 
b/meta-python/recipes-devtools/python/python3-socketio_5.11.2.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-socketio_5.11.1.bb
rename to meta-python/recipes-devtools/python/python3-socketio_5.11.2.bb
index 91feec98f..4251a81d6 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_5.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_5.11.2.bb
@@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "python-socketio"
 
-SRC_URI[sha256sum] = 
"bbcbd758ed8c183775cb2853ba001361e2fa018babf5cbe11a5b77e91c2ec2a2"
+SRC_URI[sha256sum] = 
"ae6a1de5c5209ca859dc574dccc8931c4be17ee003e74ce3b8d1306162bb4a37"
 
 PACKAGECONFIG ?= "asyncio_client client"
 PACKAGECONFIG[asyncio_client] = ",,,python3-aiohttp python3-websockets"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109753): 
https://lists.openembedded.org/g/openembedded-devel/message/109753
Mute This Topic: https://lists.openembedded.org/mt/105265884/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 39/47] python3-tox: upgrade 4.14.1 -> 4.14.2

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Add provision arguments to ToxParser to fix crash when provisioning new tox
 environment without list-dependencies
-Removed unused line from the 'fresh_subprocess' documentation.

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-tox_4.14.1.bb => python3-tox_4.14.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tox_4.14.1.bb => 
python3-tox_4.14.2.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-tox_4.14.1.bb 
b/meta-python/recipes-devtools/python/python3-tox_4.14.2.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-tox_4.14.1.bb
rename to meta-python/recipes-devtools/python/python3-tox_4.14.2.bb
index 10eab8db8..f451de321 100644
--- a/meta-python/recipes-devtools/python/python3-tox_4.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tox_4.14.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://tox.readthedocs.org/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
 
-SRC_URI[sha256sum] = 
"f0ad758c3bbf7e237059c929d3595479363c3cdd5a06ac3e49d1dd020ffbee45"
+SRC_URI[sha256sum] = 
"0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109755): 
https://lists.openembedded.org/g/openembedded-devel/message/109755
Mute This Topic: https://lists.openembedded.org/mt/105265886/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 43/47] thrift: upgrade 0.19.0 -> 0.20.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-C++ library don't work with HTTP (csharp server, cpp client; need cross test 
enhancement)
-Swift service generator doesn't support oneway
-LNK4042 and LNK2019 in go_validator_generator.cc

Signed-off-by: Wang Mingyu 
---
 .../thrift/{thrift_0.19.0.bb => thrift_0.20.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/thrift/{thrift_0.19.0.bb => 
thrift_0.20.0.bb} (96%)

diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.19.0.bb 
b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb
similarity index 96%
rename from meta-oe/recipes-connectivity/thrift/thrift_0.19.0.bb
rename to meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb
index 70c9a7a08..23db052b9 100644
--- a/meta-oe/recipes-connectivity/thrift/thrift_0.19.0.bb
+++ b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb
@@ -10,7 +10,7 @@ DEPENDS = "thrift-native boost flex-native bison-native 
openssl zlib"
 
 SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \

file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch"
-SRC_URI[sha256sum] = 
"d49c896c2724a78701e05cfccf6cf70b5db312d82a17efe951b441d300ccf275"
+SRC_URI[sha256sum] = 
"b5d8311a779470e1502c027f428a1db542f5c051c8e1280ccd2163fa935ff2d6"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109757): 
https://lists.openembedded.org/g/openembedded-devel/message/109757
Mute This Topic: https://lists.openembedded.org/mt/105265888/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 42/47] thingsboard-gateway: upgrade 3.4.5 -> 3.4.6

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 ...hingsboard-gateway_3.4.5.bb => thingsboard-gateway_3.4.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/{thingsboard-gateway_3.4.5.bb
 => thingsboard-gateway_3.4.6.bb} (95%)

diff --git 
a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.4.5.bb
 
b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.4.6.bb
similarity index 95%
rename from 
meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.4.5.bb
rename to 
meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.4.6.bb
index c3eccb7f5..0d0f6fea4 100644
--- 
a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.4.5.bb
+++ 
b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.4.6.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://thingsboard.io/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
-SRC_URI[sha256sum] = 
"673596b4f358cf7cca77bc5743bc1e50a2958dca5ccd815c0979d46fd43c9200"
+SRC_URI[sha256sum] = 
"fc24bb674308f05d963a1dbed8d0b38ead77424ad7cf032a2652732af48f1336"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109758): 
https://lists.openembedded.org/g/openembedded-devel/message/109758
Mute This Topic: https://lists.openembedded.org/mt/105265889/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 30/47] python3-pytest-cov: upgrade 4.1.0 -> 5.0.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

-Removed support for xdist rsync (now deprecated)
-Switched docs theme to Furo.
-Various legacy Python cleanup and CI improvements.
-Added a pyproject.toml example in the docs.
-Modernized project's pre-commit hooks to use ruff.

Signed-off-by: Wang Mingyu 
---
 ...{python3-pytest-cov_4.1.0.bb => python3-pytest-cov_5.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-cov_4.1.0.bb => 
python3-pytest-cov_5.0.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb 
b/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb
index 0be97e5c4..e3e4affb9 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = " \
 file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \
 "
 
-SRC_URI[sha256sum] = 
"3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"
+SRC_URI[sha256sum] = 
"5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109761): 
https://lists.openembedded.org/g/openembedded-devel/message/109761
Mute This Topic: https://lists.openembedded.org/mt/105265892/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 44/47] tracker-miners: upgrade 3.7.0 -> 3.7.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
  * Improvements to the handling of corrupted databases
  * Further syscall rules in the seccomp sandbox
  * Fix some possible warnings during tracker-extract-3 startup
  * Fixes to extraction of dc:source fields from XMP data
  * Avoid SIGABRT on missing Landlock

Signed-off-by: Wang Mingyu 
---
 .../{tracker-miners_3.7.0.bb => tracker-miners_3.7.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/tracker/{tracker-miners_3.7.0.bb => 
tracker-miners_3.7.1.bb} (97%)

diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.0.bb 
b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.1.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.0.bb
rename to meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.1.bb
index 4f058cf90..7bbee2a88 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.0.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.1.bb
@@ -18,7 +18,7 @@ SRC_URI:append = " \
file://0001-fix-reproducibility.patch \
file://0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch \
 "
-SRC_URI[archive.sha256sum] = 
"74e796c1625094a8a2175993c7907281e97ab6e002578e846b8f4ca44e36bf61"
+SRC_URI[archive.sha256sum] = 
"50a3abe40cfb0b35ced43ec716dbf1368992e444ef7a0babf202c7ac6ab2f6f4"
 
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109762): 
https://lists.openembedded.org/g/openembedded-devel/message/109762
Mute This Topic: https://lists.openembedded.org/mt/105265893/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH 46/47] wireshark: upgrade 4.2.3 -> 4.2.4

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Bugfix:
=
-wnpa-sec-2024-06 T.38 dissector crash.
-Extcap with configuration never starts; "Configure all extcaps before start of 
capture." is shown instead.
-Packet Dissection CSV Export includes last column even if hidden.
-Inject TLS secrets closes Wireshark on Windows.
-Wireshark crashes when adding another port to the HTTP dissector.
-When adding a new row to a table an error report may be inserted.
-'--export-objects' does not work as expected on tshark version later than 
3.2.10.

Signed-off-by: Wang Mingyu 
---
 .../wireshark/{wireshark_4.2.3.bb => wireshark_4.2.4.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/wireshark/{wireshark_4.2.3.bb => 
wireshark_4.2.4.bb} (97%)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.2.3.bb 
b/meta-networking/recipes-support/wireshark/wireshark_4.2.4.bb
similarity index 97%
rename from meta-networking/recipes-support/wireshark/wireshark_4.2.3.bb
rename to meta-networking/recipes-support/wireshark/wireshark_4.2.4.bb
index 28a379445..95db2efc4 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_4.2.3.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_4.2.4.bb
@@ -17,7 +17,7 @@ SRC_URI = 
"https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \
 
 UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src";
 
-SRC_URI[sha256sum] = 
"958bd5996f543d91779b1a4e7e952dcd7b0245fe82194202ca8f78795811"
+SRC_URI[sha256sum] = 
"46bd0f4474337144b30816fb2d8f14e72a26d0391f24fe0b7b619acdcdad8c0c"
 
 PE = "1"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109763): 
https://lists.openembedded.org/g/openembedded-devel/message/109763
Mute This Topic: https://lists.openembedded.org/mt/105265894/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 41/47] st: upgrade 0.9 -> 0.9.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109759): 
https://lists.openembedded.org/g/openembedded-devel/message/109759
Mute This Topic: https://lists.openembedded.org/mt/105265890/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH 47/47] wolfssl: upgrade 5.6.6 -> 5.7.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.0-stable

Signed-off-by: Wang Mingyu 
---
 .../wolfssl/{wolfssl_5.6.6.bb => wolfssl_5.7.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.6.6.bb => 
wolfssl_5.7.0.bb} (93%)

diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.6.6.bb 
b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.0.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.6.6.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.0.bb
index 4f7c6c357..47c14dd1a 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.6.6.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.0.bb
@@ -13,7 +13,7 @@ PROVIDES += "cyassl"
 RPROVIDES:${PN} = "cyassl"
 
 SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
-SRCREV = "66596ad9e1d7efa8479656872cf09c9c1870a02e"
+SRCREV = "8970ff4c34034dbb3594943d11f8c9d4c5512bd5"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109764): 
https://lists.openembedded.org/g/openembedded-devel/message/109764
Mute This Topic: https://lists.openembedded.org/mt/105265896/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 40/47] python3-web3: upgrade 6.15.1 -> 6.16.0

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
-Catch all types of "eth-abi" "DecodingError" in 
"EthereumTesterProvider->_make_request()"
-Fix/update methods and decorators in "web3/_utils/abi.py" to address issues
 raised by "mypy"
-Fix "process_log()" when parsing logs for events with indexed and non-indexed
 inputs. "get_event_data()" now compares log topics and event ABIs as hex 
values.
-Fix "process_log" for "HexStr" inputs. Explicit type coercion of entry "topics"
 and "data" values.
-Fix typing for json data argument to "eth_signTypedData".

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109756): 
https://lists.openembedded.org/g/openembedded-devel/message/109756
Mute This Topic: https://lists.openembedded.org/mt/105265887/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 45/47] tracker: upgrade 3.7.0 -> 3.7.1

2024-04-01 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-fix-reproducibility.patch
refreshed for 3.7.1.

Changelog:
==
* Fix possible stalls in D-Bus endpoint batch updates
* Better API documentation around handling of corrupted
  databases
* Test improvements

Signed-off-by: Wang Mingyu 
---
 .../tracker/0001-fix-reproducibility.patch  | 17 +++--
 .../{tracker_3.7.0.bb => tracker_3.7.1.bb}  |  2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)
 rename meta-gnome/recipes-gnome/tracker/{tracker_3.7.0.bb => tracker_3.7.1.bb} 
(94%)

diff --git 
a/meta-gnome/recipes-gnome/tracker/tracker/0001-fix-reproducibility.patch 
b/meta-gnome/recipes-gnome/tracker/tracker/0001-fix-reproducibility.patch
index 4a11f8314..4527f9efa 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker/0001-fix-reproducibility.patch
+++ b/meta-gnome/recipes-gnome/tracker/tracker/0001-fix-reproducibility.patch
@@ -1,4 +1,4 @@
-From e5acd475f796420b4887969f2b0057dbf67979b3 Mon Sep 17 00:00:00 2001
+From ae34fb111e1f2498f37b21c0c32ace6c9928ad66 Mon Sep 17 00:00:00 2001
 From: Markus Volk 
 Date: Mon, 18 Sep 2023 02:47:55 +0200
 Subject: [PATCH] tracker: fix reproducibility issue
@@ -18,10 +18,10 @@ Signed-off-by: Markus Volk 
  3 files changed, 7 insertions(+), 7 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index 8442a216f..82844d7fd 100644
+index bc9f93a..6c86e5a 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -348,7 +348,7 @@ have_rtld_noload = cc.has_header_symbol('dlfcn.h', 
'RTLD_NOLOAD')
+@@ -357,7 +357,7 @@ have_rtld_noload = cc.has_header_symbol('dlfcn.h', 
'RTLD_NOLOAD')
  conf.set('HAVE_RTLD_NOLOAD', have_rtld_noload)
  
  # Config that goes in some other generated files (.desktop, .service, etc)
@@ -30,7 +30,7 @@ index 8442a216f..82844d7fd 100644
  conf.set('libexecdir', join_paths(get_option('prefix'), 
get_option('libexecdir')))
  
  configure_file(input: 'config.h.meson.in',
-@@ -388,8 +388,8 @@ subdir('docs')
+@@ -396,8 +396,8 @@ subdir('docs')
  subdir('utils')
  
  test_c_args = tracker_c_args + [
@@ -42,7 +42,7 @@ index 8442a216f..82844d7fd 100644
  
  tracker_uninstalled_cli_dir = join_paths(meson.current_build_dir(), 'src', 
'tracker')
 diff --git a/src/libtracker-common/meson.build 
b/src/libtracker-common/meson.build
-index 9355d1c0d..cdbc05f28 100644
+index 9355d1c..cdbc05f 100644
 --- a/src/libtracker-common/meson.build
 +++ b/src/libtracker-common/meson.build
 @@ -51,10 +51,10 @@ libtracker_common = static_library('tracker-common',
@@ -59,10 +59,10 @@ index 9355d1c0d..cdbc05f28 100644
include_directories: [configinc, srcinc],
gnu_symbol_visibility: 'hidden',
 diff --git a/src/libtracker-sparql/meson.build 
b/src/libtracker-sparql/meson.build
-index 36288f5c3..61086a697 100644
+index 4143eac..b73f1c9 100644
 --- a/src/libtracker-sparql/meson.build
 +++ b/src/libtracker-sparql/meson.build
-@@ -96,10 +96,10 @@ libtracker_sparql_private = 
static_library('tracker-sparql-private',
+@@ -98,10 +98,10 @@ libtracker_sparql_private = 
static_library('tracker-sparql-private',
  c_args: [
'-include', 'libtracker-sparql/tracker-private.h',
  '-DPRIVATE_LIBDIR="@0@"'.format(tracker_internal_libs_dir),
@@ -75,6 +75,3 @@ index 36288f5c3..61086a697 100644
  ] + tracker_c_args,
  
  dependencies: [libtracker_sparql_dependencies, gvdb_dep],
--- 
-2.41.0
-
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.7.0.bb 
b/meta-gnome/recipes-gnome/tracker/tracker_3.7.1.bb
similarity index 94%
rename from meta-gnome/recipes-gnome/tracker/tracker_3.7.0.bb
rename to meta-gnome/recipes-gnome/tracker/tracker_3.7.1.bb
index a41da6d46..1d5c79ab4 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker_3.7.0.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker_3.7.1.bb
@@ -22,7 +22,7 @@ DEPENDS = " \
 inherit gettext gnomebase gobject-introspection vala gtk-doc bash-completion 
python3native
 
 SRC_URI += "file://0001-fix-reproducibility.patch"
-SRC_URI[archive.sha256sum] = 
"46b8c16ff289d9507baa112c717845a200fe3d1ffcc2324562e02c40db9a151d"
+SRC_URI[archive.sha256sum] = 
"cd91b885ee9839cde5387f8e05ed24a7108d1627629cb6b1b2aa51a9603e130a"
 
 # text search is not an option anymore and requires sqlite3 build with
 # PACKAGECONFIG[fts5] set (default)
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109760): 
https://lists.openembedded.org/g/openembedded-devel/message/109760
Mute This Topic: https://lists.openembedded.org/mt/105265891/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCHv4] webkitgtk3: update 2.42.5 -> 2.44.0

2024-04-01 Thread Markus Volk
- add a PACKAGECONFIG for libbacktrace to avoid:
  | -- Could NOT find LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR 
LIBBACKTRACE_LIBRARY)
  | CMake Error at Source/cmake/OptionsGTK.cmake:425 (message):
  |   libbacktrace is required for USE_LIBBACKTRACE

- remove submitted patch. Issue seems to be fixed. Not entirely
  sure about that, but there has been rework:
  [https://bugs.webkit.org/show_bug.cgi?id=267349]
  I also did a test build with oe-core/poky for qemuarm.
  It completed without error

- There is an issue with creating the json files if
  CMAKE_EXPORT_COMPILE_COMMANDS is enabled. Disable this
  for now to fix the build:
  FAILED: CMakeFiles/RewriteCompileCommands 
DeveloperTools/compile_commands.json 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/CMakeFiles/RewriteCompileCommands
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json
  cd 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build 
&& 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/compile_commands.json
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json
 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0
 /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build
  
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3:
 can't open file 
'/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands':
 [Errno 2] No such file or directory

- Explicitly disable gtk4 to avoid:
  | CMake Error at 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk3/2.44.0/recipe-sysroot-native/usr/shar>
  |   Could NOT find GTK (missing: GTK_VERSION) (Required is at least version
  |   "4.6.0")

- Add a patch to fix webassembly for riscv64

- Add a backport patch to fix the build for 32bit architectures


WebKitGTK 2.44.0


What's new in WebKitGTK 2.44.0?

  - Fix connection of UI and web process accessibility tree in GTK4.
  - Add BubblewrapLauncher sandbox directory for the gstreamer user registry 
cache directory.
  - Fix bug causing preferred language to not be passed to NetworkProcess if 
set in WebContext before creating WebView.
  - Do not use real time priority for the display link thread.
  - Use a shorter web process cache lifetime.
  - Fix several crashes and rendering issues.
  - Translation updates: German, Polish, Swedish, Turkish.


WebKitGTK 2.43.4


What's new in WebKitGTK 2.43.4?

  - Remove key event reinjection in GTK4 to make keyboard shortcuts work in web 
sites.
  - Use the new GTK API to create a GdkTexture from a DMA-BUF buffer when 
available.
  - Fix rendering when GTK is using the vulkan renderer.
  - Fix gamepads detection by correctly handling focused window in GTK4.
  - Fix rendering after history navigation.
  - Write bwrapinfo.json to disk for xdg-desktop-portal.
  - Fixed several memory leaks in media backend.
  - Fix several crashes and rendering issues.


WebKitGTK 2.43.3


What's new in WebKitGTK 2.43.3?

  - Show vblank monitor information in webkit://gpu.
  - Fallback to timer based vblank monitor if drmWaitVBlank fails.
  - Fix several memory leaks in media backend.
  - Fix several crashes and rendering issues.


WebKitGTK 2.43.2


What's new in WebKitGTK 2.43.2?

  - Remove the X11 and WPE renderers.
  - Release unused buffers when the view is hidden.
  - Fix flickering while playing videos with DMA-BUF sink.
  - Do not special case the "sans" font family name.
  - Fix webkit_web_context_allow_tls_certificate_for_host() for IPv6 URIs 
produced by SoupURI.
  - Fix several crashes and rendering issues.


WebKitGTK 2.43.1


What's new in WebKitGTK 2.43.1?

  - Improve vblank synchronization when rendering.
  - Improve DMA-BUF buffers handling for video frames.
  - Use the buffer format preferred by the driver in DMA-BUF renderer.
  - Do not block the compositing thread waiting for rendering threads.
  - Improve performance when scaling images in a canvas.
  - Fix several crashes and rendering

Signed-off-by: Markus Volk 
---
 ...spection.cmake-prefix-variables-obta.patch |   3 +-
 ...ter.cpp-339-21-error-t6-was-not-decl.patch |   7 +-
 ...44e17d258106617b0e6d783d073b188a2548.patch | 312 --
 ...af379dc70b4b1a63b01d67179eb431f03ac4.patch |  36 ++
 ...d5e22213fda

Re: [oe] [meta-oe][PATCHv2] webkitgtk3: update 2.42.5 -> 2.44.0

2024-04-01 Thread Markus Volk
Sorry, should have read better. Missed that this is a 32bit issue and 
was able to reproduce it


On Mon, Apr 1 2024 at 03:38:01 PM +02:00:00, Markus Volk 
 wrote:

Hi Khem,

 I was unable to reproduce the issue for clang + qemux86  but got the 
error for qemuriscv64


Have sent a v3 with a fix for it

On Mon, Apr 1 2024 at 12:50:06 AM -07:00:00, Khem Raj 
 wrote:

fails to build with clang on riscv64 and x86




On Sun, Mar 31, 2024 at 10:08 AM Markus Volk > wrote:


 The webkitgtk3 variant already contains PACKAGECONFIG for gamepad. 
Remove the duplicate


 On Sun, Mar 31 2024 at 07:07:06 PM +02:00:00, Markus Volk 
mailto:f_...@t-online.de>> wrote:


 - add a PACKAGECONFIG for libbacktrace to avoid: | -- Could NOT 
find LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR 
LIBBACKTRACE_LIBRARY) | CMake Error at 
Source/cmake/OptionsGTK.cmake:425 (message): | libbacktrace is 
required for USE_LIBBACKTRACE - remove submitted patch. Issue seems 
to be fixed. Not entirely sure about that, but there has been 
rework: [] I also 
did a test build with oe-core/poky for qemuarm. It completed 
without error - There is an issue with creating the json files if 
CMAKE_EXPORT_COMPILE_COMMANDS is enabled. Disable this for now to 
fix the build: FAILED: CMakeFiles/RewriteCompileCommands 
DeveloperTools/compile_commands.json 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/CMakeFiles/RewriteCompileCommands 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json 
cd 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build 
&& 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/compile_commands.json 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3: 
can't open file 
'/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands': 
[Errno 2] No such file or directory - Explicitly disable gtk4 to 
avoid: | CMake Error at 
/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk3/2.44.0/recipe-sysroot-native/usr/shar> 
| Could NOT find GTK (missing: GTK_VERSION) (Required is at least 
version | "4.6.0")  WebKitGTK 2.44.0 
 What's new in WebKitGTK 2.44.0? - Fix connection 
of UI and web process accessibility tree in GTK4. - Add 
BubblewrapLauncher sandbox directory for the gstreamer user 
registry cache directory. - Fix bug causing preferred language to 
not be passed to NetworkProcess if set in WebContext before 
creating WebView. - Do not use real time priority for the display 
link thread. - Use a shorter web process cache lifetime. - Fix 
several crashes and rendering issues. - Translation updates: 
German, Polish, Swedish, Turkish.  WebKitGTK 2.43.4 
 What's new in WebKitGTK 2.43.4? - Remove key event 
reinjection in GTK4 to make keyboard shortcuts work in web sites. - 
Use the new GTK API to create a GdkTexture from a DMA-BUF buffer 
when available. - Fix rendering when GTK is using the vulkan 
renderer. - Fix gamepads detection by correctly handling focused 
window in GTK4. - Fix rendering after history navigation. - Write 
bwrapinfo.json to disk for xdg-desktop-portal. - Fixed several 
memory leaks in media backend. - Fix several crashes and rendering 
issues.  WebKitGTK 2.43.3  What's 
new in WebKitGTK 2.43.3? - Show vblank monitor information in 
webkit://gpu. - Fallback to timer based vblank monitor if 
drmWaitVBlank fails. - Fix several memory leaks in media backend. - 
Fix several crashes and rendering issues.  
WebKitGTK 2.43.2  What's new in WebKitGTK 2.43.2? - 
Remove the X11 and WPE renderers. - Release unused buffers when the 
view is hidden. - Fix flickering while playing videos with DMA-BUF 
sink. - Do not special case the "sans" font family name. - Fix 
webkit_web_context_allow_tls_certificate_for_host() for IPv6 URIs 
produced by SoupURI. - Fix several crashes and rendering issues. 
 WebKitGTK 2.43.1  What's new in 
WebKitGTK 2.43.1? - Improve v

[oe] [meta-python][PATCH] python3-ecdsa: cleanup DEPENDS

2024-04-01 Thread Guðni Már Gilbert
Remove python3-pbr from DEPENDS: when looking at the source code
it looks like pbr is used in the CI process when building for
Python 2.6 only. Python 2 is no longer supported in the Yocto
project so it can be safely removed.

Remove python3-pip from DEPENDS: pip is not a build time
dependency.

Changes were tested on Kirkstone. The requirements for
python3-ecdsa v0.18 are exactly the same.

Signed-off-by: Guðni Már Gilbert 
---
 meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb 
b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
index ea175d214..12dd51e79 100644
--- a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
@@ -3,8 +3,6 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
 
-DEPENDS += "python3-pip python3-pbr"
-
 PYPI_PACKAGE = "ecdsa"
 SRC_URI[sha256sum] = 
"190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49"
 
-- 
2.34.1

Disclaimer

The information contained in this communication from the sender is 
confidential. It is intended solely for use by the recipient and others 
authorized to receive it. If you are not the recipient, you are hereby notified 
that any disclosure, copying, distribution or taking action in relation of the 
contents of this information is strictly prohibited and may be unlawful.

This email has been scanned for viruses and malware, and may have been 
automatically archived by Mimecast, a leader in email security and cyber 
resilience. Mimecast integrates email defenses with brand protection, security 
awareness training, web security, compliance and other essential capabilities. 
Mimecast helps protect large and small organizations from malicious activity, 
human error and technology failure; and to lead the movement toward building a 
more resilient world. To find out more, visit our website.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109767): 
https://lists.openembedded.org/g/openembedded-devel/message/109767
Mute This Topic: https://lists.openembedded.org/mt/105269771/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-networking][RFC][PATCH] blueman: update 2.3.5 -> 2.4

2024-04-01 Thread Khem Raj
I am seeing do_install error on yocto AB builds

| chown: invalid user: ‘polkitd:root’

https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3761/steps/15/logs/stdio

On Mon, Apr 1, 2024 at 12:14 AM Markus Volk  wrote:
>
> - rebase patches
> - remove 0001-Search-for-cython3.patch, cython3 is the default now
> - dont create polkit rule, meanwhile it is contained in the package
> - simplify the injection of python paths by patching the .in files
>   at do_configure
>
> This adds a reproducibility issue where I haven't yet been able to
> figure out the root cause, so this is marked RFC
> WARNING: blueman-2.4-r0 do_package_qa: QA Issue: File 
> /usr/src/debug/blueman/2.4/module/_blueman.c in package blueman-src contains 
> reference to TMPDIR [buildpaths]
> WARNING: blueman-2.4-r0 do_package_qa: QA Issue: File 
> /usr/lib/python3.12/site-packages/_blueman.so in package blueman contains 
> reference to TMPDIR [buildpaths]
>
> I've tested the rc version for quite some time now and its working
> well for me. It increases the short search timeout and includes
> matching polkit rule by default. Also it now bluetooth on/off switch,
> which is working great.
> Note: after disabling bluetooth the icon disappears immediately from e.g.
> waybar, but due to the lack of dbus communication it will be needed to
> restart waybar, to get it back visible after reactivating bluez again
>
> New features
> Audio profile switcher in applet menu (@abhijeetviswa)
> Set router address as DNS server instead of loopback addresses
> Enable dnsmasq DNS service if possible and add DNS servers otherwise
> Reconfigure DHCP service on local nameserver changes
> Support for systemd-resolved for getting nameservers for NAP clients
> List connected devices in status icon tooltip
> Support for nautilus 43 and later
> Copy bleutooth address to clipboard in devicelist
> Add battery levels to status icon tooltip
> Changes
> Raise minimum Python version to 3.8
> Raise minumum Gtk+ version to 3.24
> Hide recent connections associated with unavailable adapters
> Store network configuration in GSettings instead of 
> /var/lib/blueman/network.state.
> Replace custom MessageArea widget with regular Gtk.InfoBar
> Drop auto-power feature. BlueZ now has the AutoEnable setting for even better 
> auto-powering.
> Do not use pointless link quality value
> Recent connections in toplevel applet menu
> Never hide keyboard and combos, see #1954 for more info
> Do not close blueman-manager from applet
> Add Switch to blueman-manager to set bluetooth on/off
> Remove broken check for bluetooth status
> PluginDialog: Replace custom list with Gtk.ListBox
> Ignore double-click for connect when unpowered
> Drop homgeneous from statusbar
> PulseAudioUtils: Use python enums in several places
> Use operator convenience functions
> Cleanup PluginDialog UI
> Show HCI device in blueman-adapers tabs
> Show different icon for the active audio profile @localevil
> Make blueman-services a notebook
> Use the TypedDict as constructor
> Bugs fixed
> Fix device-selected handlers
> Fix deprecations in tests
> Fix showing -1 seconds when discovering @kuraga
> Tray: Let dbus call end and reply to caller
> Get the image-missing icon if lookup failed to avoid crash
>
> Signed-off-by: Markus Volk 
> ---
>  .../blueman/0001-Search-for-cython3.patch | 24 -
>  ...01-meson-add-pythoninstalldir-option.patch | 29 +++---
>  .../0002-fix-fail-to-enable-bluetooth.patch   | 20 ++---
>  .../blueman/blueman_2.3.5.bb  | 88 ---
>  .../blueman/blueman_2.4.bb| 57 
>  5 files changed, 85 insertions(+), 133 deletions(-)
>  delete mode 100644 
> meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
>  delete mode 100644 
> meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
>  create mode 100644 
> meta-networking/recipes-connectivity/blueman/blueman_2.4.bb
>
> diff --git 
> a/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
>  
> b/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
> deleted file mode 100644
> index 913566dce..0
> --- 
> a/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
> +++ /dev/null
> @@ -1,24 +0,0 @@
> -Subject: [PATCH] Search for cython3
> -MIME-Version: 1.0
> -Content-Type: text/plain; charset=UTF-8
> -Content-Transfer-Encoding: 8bit
> -
> -Upstream-Status: Inappropriate
> -
> -Signed-off-by: Markus Volk 
> 
> - meson.build | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
>  a/module/meson.build2022-02-10 08:49:35.0 +0100
> -+++ b/module/meson.build2022-03-29 12:58:03.456193737 +0200
> -@@ -1,4 +1,4 @@
> --cython = find_program('cython', required: true)
> -+cython = find_program('cython3', required: true)
> -
> - blueman_c = custom_target(
> - 'blueman_c',
> -
> ---
> -2.14.3
> -
> diff --git 
> a/meta-network

[oe] [meta-networking][PATCHv2] blueman: update 2.3.5 -> 2.4

2024-04-01 Thread Markus Volk
- rebase patches
- remove 0001-Search-for-cython3.patch, cython3 is the default now
- dont create polkit rule, meanwhile it is contained in the package
- simplify the injection of python paths by patching the .in files
  at do_configure

This adds a reproducibility issue where I haven't yet been able to
figure out the root cause, so this is marked RFC
WARNING: blueman-2.4-r0 do_package_qa: QA Issue: File 
/usr/src/debug/blueman/2.4/module/_blueman.c in package blueman-src contains 
reference to TMPDIR [buildpaths]
WARNING: blueman-2.4-r0 do_package_qa: QA Issue: File 
/usr/lib/python3.12/site-packages/_blueman.so in package blueman contains 
reference to TMPDIR [buildpaths]

I've tested the rc version for quite some time now and its working
well for me. It increases the short search timeout and includes
matching polkit rule by default. Also it now bluetooth on/off switch,
which is working great.
Note: after disabling bluetooth the icon disappears immediately from e.g.
waybar, but due to the lack of dbus communication it will be needed to
restart waybar, to get it back visible after reactivating bluez again

New features
Audio profile switcher in applet menu (@abhijeetviswa)
Set router address as DNS server instead of loopback addresses
Enable dnsmasq DNS service if possible and add DNS servers otherwise
Reconfigure DHCP service on local nameserver changes
Support for systemd-resolved for getting nameservers for NAP clients
List connected devices in status icon tooltip
Support for nautilus 43 and later
Copy bleutooth address to clipboard in devicelist
Add battery levels to status icon tooltip
Changes
Raise minimum Python version to 3.8
Raise minumum Gtk+ version to 3.24
Hide recent connections associated with unavailable adapters
Store network configuration in GSettings instead of 
/var/lib/blueman/network.state.
Replace custom MessageArea widget with regular Gtk.InfoBar
Drop auto-power feature. BlueZ now has the AutoEnable setting for even better 
auto-powering.
Do not use pointless link quality value
Recent connections in toplevel applet menu
Never hide keyboard and combos, see #1954 for more info
Do not close blueman-manager from applet
Add Switch to blueman-manager to set bluetooth on/off
Remove broken check for bluetooth status
PluginDialog: Replace custom list with Gtk.ListBox
Ignore double-click for connect when unpowered
Drop homgeneous from statusbar
PulseAudioUtils: Use python enums in several places
Use operator convenience functions
Cleanup PluginDialog UI
Show HCI device in blueman-adapers tabs
Show different icon for the active audio profile @localevil
Make blueman-services a notebook
Use the TypedDict as constructor
Bugs fixed
Fix device-selected handlers
Fix deprecations in tests
Fix showing -1 seconds when discovering @kuraga
Tray: Let dbus call end and reply to caller
Get the image-missing icon if lookup failed to avoid crash

Signed-off-by: Markus Volk 
---
 .../blueman/0001-Search-for-cython3.patch | 24 -
 ...01-meson-add-pythoninstalldir-option.patch | 29 +++---
 .../0002-fix-fail-to-enable-bluetooth.patch   | 20 ++---
 .../blueman/blueman_2.3.5.bb  | 88 ---
 .../blueman/blueman_2.4.bb| 60 +
 5 files changed, 88 insertions(+), 133 deletions(-)
 delete mode 100644 
meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
 delete mode 100644 
meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
 create mode 100644 meta-networking/recipes-connectivity/blueman/blueman_2.4.bb

diff --git 
a/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
 
b/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
deleted file mode 100644
index 913566dce..0
--- 
a/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Subject: [PATCH] Search for cython3
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Inappropriate
-
-Signed-off-by: Markus Volk 

- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 a/module/meson.build2022-02-10 08:49:35.0 +0100
-+++ b/module/meson.build2022-03-29 12:58:03.456193737 +0200
-@@ -1,4 +1,4 @@
--cython = find_program('cython', required: true)
-+cython = find_program('cython3', required: true)
- 
- blueman_c = custom_target(
- 'blueman_c',
-
--- 
-2.14.3
-
diff --git 
a/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-add-pythoninstalldir-option.patch
 
b/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-add-pythoninstalldir-option.patch
index cc448b4ff..3e9543410 100644
--- 
a/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-add-pythoninstalldir-option.patch
+++ 
b/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-add-pythoninstalldir-option.patch
@@ -1,4 +1,4 @@
-From 37f24

Re: [oe] [meta-networking][PATCHv2] blueman: update 2.3.5 -> 2.4

2024-04-01 Thread Khem Raj
Parsing recipes...ERROR:
/mnt/b/yoe/master/sources/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman_2.4.bb:
/mnt/b/yoe/
   ↪ 
master/sources/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman_2.4.bb
inherits useradd but doesn't set USERADD_PARAM,
   ↪ GROUPADD_PARAM or GROUPMEMS_PARAM for package blueman

On Mon, Apr 1, 2024 at 10:41 AM Markus Volk  wrote:
>
> - rebase patches
> - remove 0001-Search-for-cython3.patch, cython3 is the default now
> - dont create polkit rule, meanwhile it is contained in the package
> - simplify the injection of python paths by patching the .in files
>   at do_configure
>
> This adds a reproducibility issue where I haven't yet been able to
> figure out the root cause, so this is marked RFC
> WARNING: blueman-2.4-r0 do_package_qa: QA Issue: File 
> /usr/src/debug/blueman/2.4/module/_blueman.c in package blueman-src contains 
> reference to TMPDIR [buildpaths]
> WARNING: blueman-2.4-r0 do_package_qa: QA Issue: File 
> /usr/lib/python3.12/site-packages/_blueman.so in package blueman contains 
> reference to TMPDIR [buildpaths]
>
> I've tested the rc version for quite some time now and its working
> well for me. It increases the short search timeout and includes
> matching polkit rule by default. Also it now bluetooth on/off switch,
> which is working great.
> Note: after disabling bluetooth the icon disappears immediately from e.g.
> waybar, but due to the lack of dbus communication it will be needed to
> restart waybar, to get it back visible after reactivating bluez again
>
> New features
> Audio profile switcher in applet menu (@abhijeetviswa)
> Set router address as DNS server instead of loopback addresses
> Enable dnsmasq DNS service if possible and add DNS servers otherwise
> Reconfigure DHCP service on local nameserver changes
> Support for systemd-resolved for getting nameservers for NAP clients
> List connected devices in status icon tooltip
> Support for nautilus 43 and later
> Copy bleutooth address to clipboard in devicelist
> Add battery levels to status icon tooltip
> Changes
> Raise minimum Python version to 3.8
> Raise minumum Gtk+ version to 3.24
> Hide recent connections associated with unavailable adapters
> Store network configuration in GSettings instead of 
> /var/lib/blueman/network.state.
> Replace custom MessageArea widget with regular Gtk.InfoBar
> Drop auto-power feature. BlueZ now has the AutoEnable setting for even better 
> auto-powering.
> Do not use pointless link quality value
> Recent connections in toplevel applet menu
> Never hide keyboard and combos, see #1954 for more info
> Do not close blueman-manager from applet
> Add Switch to blueman-manager to set bluetooth on/off
> Remove broken check for bluetooth status
> PluginDialog: Replace custom list with Gtk.ListBox
> Ignore double-click for connect when unpowered
> Drop homgeneous from statusbar
> PulseAudioUtils: Use python enums in several places
> Use operator convenience functions
> Cleanup PluginDialog UI
> Show HCI device in blueman-adapers tabs
> Show different icon for the active audio profile @localevil
> Make blueman-services a notebook
> Use the TypedDict as constructor
> Bugs fixed
> Fix device-selected handlers
> Fix deprecations in tests
> Fix showing -1 seconds when discovering @kuraga
> Tray: Let dbus call end and reply to caller
> Get the image-missing icon if lookup failed to avoid crash
>
> Signed-off-by: Markus Volk 
> ---
>  .../blueman/0001-Search-for-cython3.patch | 24 -
>  ...01-meson-add-pythoninstalldir-option.patch | 29 +++---
>  .../0002-fix-fail-to-enable-bluetooth.patch   | 20 ++---
>  .../blueman/blueman_2.3.5.bb  | 88 ---
>  .../blueman/blueman_2.4.bb| 60 +
>  5 files changed, 88 insertions(+), 133 deletions(-)
>  delete mode 100644 
> meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
>  delete mode 100644 
> meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
>  create mode 100644 
> meta-networking/recipes-connectivity/blueman/blueman_2.4.bb
>
> diff --git 
> a/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
>  
> b/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
> deleted file mode 100644
> index 913566dce..0
> --- 
> a/meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
> +++ /dev/null
> @@ -1,24 +0,0 @@
> -Subject: [PATCH] Search for cython3
> -MIME-Version: 1.0
> -Content-Type: text/plain; charset=UTF-8
> -Content-Transfer-Encoding: 8bit
> -
> -Upstream-Status: Inappropriate
> -
> -Signed-off-by: Markus Volk 
> 
> - meson.build | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
>  a/module/meson.build2022-02-10 08:49:35.0 +0100
> -+++ b/module/meson.build2022-03-29 12:58:03.456193737 +0200
> -@@ -1,4 +1,4 @@
> --cython = find_program('cython', required:

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

2024-04-01 Thread Stephen Jolley
"All,

The triage team is starting to try and collect up and classify bugs which a
newcomer to the project would be able to work on in a way which means
people can find them. They're being listed on the triage page under the
appropriate heading:
https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bugs  Also please
review:
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded and
how to create a bugzilla account at:
https://bugzilla.yoctoproject.org/createaccount.cgi

The idea is these bugs should be straight forward for a person to help work
on who doesn't have deep experience with the project.  If anyone can help,
please take ownership of the bug and send patches!  If anyone needs
help/advice there are people on irc who can likely do so, or some of the
more experienced contributors will likely be happy to help too.

Also, the triage team meets weekly and does its best to handle the bugs
reported into the Bugzilla. The number of people attending that meeting has
fallen, as have the number of people available to help fix bugs. One of the
things we hear users report is they don't know how to help. We (the triage
team) are therefore going to start reporting out the currently 413
unassigned or newcomer bugs.

We're hoping people may be able to spare some time now and again to help
out with these.  Bugs are split into two types, ""true bugs"" where things
don't work as they should and ""enhancements"" which are features we'd want
to add to the system.  There are also roughly four different ""priority""
classes right now, “5.0”, “5.1”, ""5.99"" and ""Future"", the more
pressing/urgent issues being in ""5.0"" and then “5.1”.

Please review this link and if a bug is something you would be able to help
with either take ownership of the bug, or send me (sjolley.yp...@gmail.com)
an e-mail with the bug number you would like and I will assign it to you
(please make sure you have a Bugzilla account).  The list is at:
https://wiki.yoctoproject.org/wiki/Bug_Triage_Archive#Unassigned_or_Newcomer_Bugs
"

Thanks,



*Stephen K. Jolley*

*Yocto Project Program Manager*

(*Cell*:(208) 244-4460

* *Email*: *s
jolley.yp...@gmail.com *

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109771): 
https://lists.openembedded.org/g/openembedded-devel/message/109771
Mute This Topic: https://lists.openembedded.org/mt/105276592/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH 2/2] gnome-backgrounds: add runtime depenency for libjxl

2024-04-01 Thread Markus Volk
Provides the jpegxl gdk-pixbuf-loader that is required for the jxl
wallpapers.

Signed-off-by: Markus Volk 
---
 .../recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb 
b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
index 5d6c5d31e..d938ae94c 100644
--- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b52fb0a6df395efb7047cb6fc56bfd7e"
 
 SECTION = "x11/gnome"
 
-
 inherit gnomebase gettext allarch
 
 SRC_URI[archive.sha256sum] = 
"4ddd3ac439a4a067876805921bb75f4d3c8b85a218d47c276e8928443c2e"
@@ -13,3 +12,5 @@ FILES:${PN} += " \
 ${datadir}/backgrounds \
 ${datadir}/gnome-background-properties \
 "
+
+RDEPENDS:${PN} += "libjxl"
-- 
2.44.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109773): 
https://lists.openembedded.org/g/openembedded-devel/message/109773
Mute This Topic: https://lists.openembedded.org/mt/105282854/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH 1/2] libjxl: add recipe

2024-04-01 Thread Markus Volk
Import this recipe from meta-wayland, because it is a prerequisite
for the Gnome desktop. The recently updated gnome-backgrounds package
has converted most of the backgrounds to jxl and to keep them usable
the gdk-pixbuf-loader for jpegxl must be provided. This is included
in the libjxl package itself.

Signed-off-by: Markus Volk 
---
 .../recipes-multimedia/libjxl/libjxl_git.bb   | 43 +++
 1 file changed, 43 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/libjxl/libjxl_git.bb

diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_git.bb 
b/meta-oe/recipes-multimedia/libjxl/libjxl_git.bb
new file mode 100644
index 0..ce5cb660b
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libjxl/libjxl_git.bb
@@ -0,0 +1,43 @@
+SUMMARY = "Reference implementation of JPEG XL (encoder and decoder)"
+HOMEPAGE = "https://github.com/libjxl/libjxl/";
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6a905a337cc228a1f68f0b5416f52a7f"
+
+inherit cmake pkgconfig mime
+
+DEPENDS = "highway brotli"
+
+SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1"
+
+PV = "0.10.2"
+SRCREV = "e1489592a770b989303b0edc5cc1dc447bbe0515"
+S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE = " \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DJPEGXL_ENABLE_PLUGINS=ON \
+   -DBUILD_TESTING=OFF \
+   -DJPEGXL_WARNINGS_AS_ERRORS=OFF \
+   -DJPEGXL_ENABLE_SIZELESS_VECTORS=ON \
+   -DJPEGXL_ENABLE_SJPEG=OFF \
+   -DJPEGXL_ENABLE_BENCHMARK=OFF \
+   -DJPEGXL_ENABLE_EXAMPLES=OFF \
+   -DJPEGXL_ENABLE_MANPAGES=OFF \
+   -DJPEGXL_ENABLE_SKCMS=ON \
+   -DJPEGXL_FORCE_SYSTEM_BROTLI=ON \
+   -DJPEGXL_FORCE_SYSTEM_HWY=ON \
+   -DJPEGXL_ENABLE_JNI=OFF \
+   -DJPEGXL_ENABLE_TCMALLOC=OFF \
+   -DJPEGXL_ENABLE_TOOLS=OFF \
+"
+
+PACKAGECONFIG ?= "mime gdk-pixbuf-loader"
+PACKAGECONFIG[gdk-pixbuf-loader] = 
"-DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=ON,-DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=OFF,gdk-pixbuf"
+PACKAGECONFIG[gimp] = 
"-DJPEGXL_ENABLE_PLUGIN_GIMP210=ON,-DJPEGXL_ENABLE_PLUGIN_GIMP210=OFF,gimp"
+PACKAGECONFIG[mime] = 
"-DJPEGXL_ENABLE_PLUGIN_MIME=ON,-DJPEGXL_ENABLE_PLUGIN_MIME=OFF"
+
+FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}"
+
+CXXFLAGS:append:arm = " -mfp16-format=ieee"
+
-- 
2.44.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109772): 
https://lists.openembedded.org/g/openembedded-devel/message/109772
Mute This Topic: https://lists.openembedded.org/mt/105282853/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCHv2] libjxl: add recipe

2024-04-01 Thread Markus Volk
Import this recipe from meta-wayland, because it is a prerequisite
for the Gnome desktop. The recently updated gnome-backgrounds package
has converted most of the backgrounds to jxl and to keep them usable
the gdk-pixbuf-loader for jpegxl must be provided. This is included
in the libjxl package itself.

Signed-off-by: Markus Volk 
---
 .../libjxl/libjxl_2.10.0.bb   | 42 +++
 1 file changed, 42 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/libjxl/libjxl_2.10.0.bb

diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_2.10.0.bb 
b/meta-oe/recipes-multimedia/libjxl/libjxl_2.10.0.bb
new file mode 100644
index 0..0c4f79fdb
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libjxl/libjxl_2.10.0.bb
@@ -0,0 +1,42 @@
+SUMMARY = "Reference implementation of JPEG XL (encoder and decoder)"
+HOMEPAGE = "https://github.com/libjxl/libjxl/";
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6a905a337cc228a1f68f0b5416f52a7f"
+
+inherit cmake pkgconfig mime
+
+DEPENDS = "highway brotli"
+
+SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1"
+
+SRCREV = "e1489592a770b989303b0edc5cc1dc447bbe0515"
+S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE = " \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DJPEGXL_ENABLE_PLUGINS=ON \
+   -DBUILD_TESTING=OFF \
+   -DJPEGXL_WARNINGS_AS_ERRORS=OFF \
+   -DJPEGXL_ENABLE_SIZELESS_VECTORS=ON \
+   -DJPEGXL_ENABLE_SJPEG=OFF \
+   -DJPEGXL_ENABLE_BENCHMARK=OFF \
+   -DJPEGXL_ENABLE_EXAMPLES=OFF \
+   -DJPEGXL_ENABLE_MANPAGES=OFF \
+   -DJPEGXL_ENABLE_SKCMS=ON \
+   -DJPEGXL_FORCE_SYSTEM_BROTLI=ON \
+   -DJPEGXL_FORCE_SYSTEM_HWY=ON \
+   -DJPEGXL_ENABLE_JNI=OFF \
+   -DJPEGXL_ENABLE_TCMALLOC=OFF \
+   -DJPEGXL_ENABLE_TOOLS=OFF \
+"
+
+PACKAGECONFIG ?= "mime gdk-pixbuf-loader"
+PACKAGECONFIG[gdk-pixbuf-loader] = 
"-DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=ON,-DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=OFF,gdk-pixbuf"
+PACKAGECONFIG[gimp] = 
"-DJPEGXL_ENABLE_PLUGIN_GIMP210=ON,-DJPEGXL_ENABLE_PLUGIN_GIMP210=OFF,gimp"
+PACKAGECONFIG[mime] = 
"-DJPEGXL_ENABLE_PLUGIN_MIME=ON,-DJPEGXL_ENABLE_PLUGIN_MIME=OFF"
+
+FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}"
+
+CXXFLAGS:append:arm = " -mfp16-format=ieee"
+
-- 
2.44.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109774): 
https://lists.openembedded.org/g/openembedded-devel/message/109774
Mute This Topic: https://lists.openembedded.org/mt/105282918/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCHv2] libjxl: add recipe

2024-04-01 Thread Markus Volk

renamed to provide PV in the bb name

On Tue, Apr 2 2024 at 07:49:47 AM +02:00:00, Markus Volk 
 wrote:

Import this recipe from meta-wayland, because it is a prerequisite
for the Gnome desktop. The recently updated gnome-backgrounds package
has converted most of the backgrounds to jxl and to keep them usable
the gdk-pixbuf-loader for jpegxl must be provided. This is included
in the libjxl package itself.

Signed-off-by: Markus Volk >

---
 .../libjxl/libjxl_2.10.0.bb   | 42 
+++

 1 file changed, 42 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/libjxl/libjxl_2.10.0.bb

diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_2.10.0.bb 
b/meta-oe/recipes-multimedia/libjxl/libjxl_2.10.0.bb

new file mode 100644
index 0..0c4f79fdb
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libjxl/libjxl_2.10.0.bb
@@ -0,0 +1,42 @@
+SUMMARY = "Reference implementation of JPEG XL (encoder and decoder)"
+HOMEPAGE = ""
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = 
"file://LICENSE;md5=6a905a337cc228a1f68f0b5416f52a7f" 


+
+inherit cmake pkgconfig mime
+
+DEPENDS = "highway brotli"
+
+SRC_URI = 
"gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1"

+
+SRCREV = "e1489592a770b989303b0edc5cc1dc447bbe0515"
+S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE = " \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DJPEGXL_ENABLE_PLUGINS=ON \
+   -DBUILD_TESTING=OFF \
+   -DJPEGXL_WARNINGS_AS_ERRORS=OFF \
+   -DJPEGXL_ENABLE_SIZELESS_VECTORS=ON \
+   -DJPEGXL_ENABLE_SJPEG=OFF \
+   -DJPEGXL_ENABLE_BENCHMARK=OFF \
+   -DJPEGXL_ENABLE_EXAMPLES=OFF \
+   -DJPEGXL_ENABLE_MANPAGES=OFF \
+   -DJPEGXL_ENABLE_SKCMS=ON \
+   -DJPEGXL_FORCE_SYSTEM_BROTLI=ON \
+   -DJPEGXL_FORCE_SYSTEM_HWY=ON \
+   -DJPEGXL_ENABLE_JNI=OFF \
+   -DJPEGXL_ENABLE_TCMALLOC=OFF \
+   -DJPEGXL_ENABLE_TOOLS=OFF \
+"
+
+PACKAGECONFIG ?= "mime gdk-pixbuf-loader"
+PACKAGECONFIG[gdk-pixbuf-loader] = 
"-DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=ON,-DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=OFF,gdk-pixbuf"
+PACKAGECONFIG[gimp] = 
"-DJPEGXL_ENABLE_PLUGIN_GIMP210=ON,-DJPEGXL_ENABLE_PLUGIN_GIMP210=OFF,gimp"
+PACKAGECONFIG[mime] = 
"-DJPEGXL_ENABLE_PLUGIN_MIME=ON,-DJPEGXL_ENABLE_PLUGIN_MIME=OFF"

+
+FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}"
+
+CXXFLAGS:append:arm = " -mfp16-format=ieee"
+
--
2.44.0







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109775): 
https://lists.openembedded.org/g/openembedded-devel/message/109775
Mute This Topic: https://lists.openembedded.org/mt/105282918/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCHv3] libjxl: add recipe

2024-04-01 Thread Markus Volk
Import this recipe from meta-wayland, because it is a prerequisite
for the Gnome desktop. The recently updated gnome-backgrounds package
has converted most of the backgrounds to jxl and to keep them usable
the gdk-pixbuf-loader for jpegxl must be provided. This is included
in the libjxl package itself.

Signed-off-by: Markus Volk 
---
 .../libjxl/libjxl_0.10.2.bb   | 42 +++
 1 file changed, 42 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb

diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb 
b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb
new file mode 100644
index 0..0c4f79fdb
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb
@@ -0,0 +1,42 @@
+SUMMARY = "Reference implementation of JPEG XL (encoder and decoder)"
+HOMEPAGE = "https://github.com/libjxl/libjxl/";
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6a905a337cc228a1f68f0b5416f52a7f"
+
+inherit cmake pkgconfig mime
+
+DEPENDS = "highway brotli"
+
+SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1"
+
+SRCREV = "e1489592a770b989303b0edc5cc1dc447bbe0515"
+S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE = " \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DJPEGXL_ENABLE_PLUGINS=ON \
+   -DBUILD_TESTING=OFF \
+   -DJPEGXL_WARNINGS_AS_ERRORS=OFF \
+   -DJPEGXL_ENABLE_SIZELESS_VECTORS=ON \
+   -DJPEGXL_ENABLE_SJPEG=OFF \
+   -DJPEGXL_ENABLE_BENCHMARK=OFF \
+   -DJPEGXL_ENABLE_EXAMPLES=OFF \
+   -DJPEGXL_ENABLE_MANPAGES=OFF \
+   -DJPEGXL_ENABLE_SKCMS=ON \
+   -DJPEGXL_FORCE_SYSTEM_BROTLI=ON \
+   -DJPEGXL_FORCE_SYSTEM_HWY=ON \
+   -DJPEGXL_ENABLE_JNI=OFF \
+   -DJPEGXL_ENABLE_TCMALLOC=OFF \
+   -DJPEGXL_ENABLE_TOOLS=OFF \
+"
+
+PACKAGECONFIG ?= "mime gdk-pixbuf-loader"
+PACKAGECONFIG[gdk-pixbuf-loader] = 
"-DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=ON,-DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=OFF,gdk-pixbuf"
+PACKAGECONFIG[gimp] = 
"-DJPEGXL_ENABLE_PLUGIN_GIMP210=ON,-DJPEGXL_ENABLE_PLUGIN_GIMP210=OFF,gimp"
+PACKAGECONFIG[mime] = 
"-DJPEGXL_ENABLE_PLUGIN_MIME=ON,-DJPEGXL_ENABLE_PLUGIN_MIME=OFF"
+
+FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}"
+
+CXXFLAGS:append:arm = " -mfp16-format=ieee"
+
-- 
2.44.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109776): 
https://lists.openembedded.org/g/openembedded-devel/message/109776
Mute This Topic: https://lists.openembedded.org/mt/105282952/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-