All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0
@ 2023-06-13  1:39 wangmy
  2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] gjs: upgrade 1.76.0 -> 1.76.1 wangmy
                   ` (31 more replies)
  0 siblings, 32 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.0.20230604.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.0.20230611.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_6.0.20230604.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_6.0.20230611.0.bb
index 1b869a862..0fd3f8c4f 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_6.0.20230604.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_6.0.20230611.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "4ab3954a07dd1c598791d98b8e98aa64c13ff8e9"
+SRCREV = "89081ccd2aa6b4d8397a8e6741ea8c1e3f786162"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [oe] [meta-gnome] [PATCH] gjs: upgrade 1.76.0 -> 1.76.1
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13  1:39 ` [oe] [meta-networking] [PATCH] ipcalc: upgrade 1.0.2 -> 1.0.3 wangmy
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Various fixes ported from the development branch.

- Closed bugs and merge requests:
  * gnome-shell crashes on exit in js::gc::Cell::storeBuffer
  * Memory leak with GError
  * GVariant return values leaked
  * GBytes's are leaked when passed as-is to a function
  * Transformated GValues are leaking temporary instances
  * GHash value infos are leaked
  * "flat" arrays of GObject's are leaked
  * Gjs console leaks invalid option errors
  * gjs can't print null

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

diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.76.1.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb
rename to meta-gnome/recipes-gnome/gjs/gjs_1.76.1.bb
index e6d377cb3..93711bc3b 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.76.1.bb
@@ -8,7 +8,7 @@ DEPENDS = "mozjs-102 cairo"
 
 inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig
 
-SRC_URI[archive.sha256sum] = "a63f156964b136053eab51ea013114e7d7c193b7518d28c040b6b02c3c933a6d"
+SRC_URI[archive.sha256sum] = "7b867c18a9b30333ebbcff9ad3f20299f0372ffad439d49b87d40a1d1798b78d"
 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



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

* [oe] [meta-networking] [PATCH] ipcalc: upgrade 1.0.2 -> 1.0.3
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
  2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] gjs: upgrade 1.76.0 -> 1.76.1 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.3.2 -> 1.3.3 wangmy
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- When --no-decorate is given the default output will
  include no colors (#28)
- Correctly split networks with /31 (#25)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/ipcalc/{ipcalc_1.0.2.bb => ipcalc_1.0.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/ipcalc/{ipcalc_1.0.2.bb => ipcalc_1.0.3.bb} (87%)

diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb
similarity index 87%
rename from meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb
rename to meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb
index 1b7b68a7a..055c6e143 100644
--- a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb
+++ b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://gitlab.com/ipcalc/ipcalc.git;protocol=https;branch=master"
-SRCREV = "4c4261a47f355946ee74013d4f5d0494487cc2d6"
+SRCREV = "c341e55be386649c0a5347eefeae410753c4e753"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.3.2 -> 1.3.3
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
  2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] gjs: upgrade 1.76.0 -> 1.76.1 wangmy
  2023-06-13  1:39 ` [oe] [meta-networking] [PATCH] ipcalc: upgrade 1.0.2 -> 1.0.3 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.13 -> 0.1.14 wangmy
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- Fix doc include path
- AdwCarousel
  - Fix scrolling to a recently inserted item
- AdwEntryRow
  - Fix accessibility
- AdwPreferencesWindow
  - Fix markup handling when searching
- AdwStyleManager
  - Fix get_for_display() annotation
- AdwTabBar/AdwTabOverview
  - Fix dropping data onto tabs/thumbnails
- Translation updates
  - Brazilian Portuguese
  - Slovak

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

diff --git a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.2.bb b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.3.bb
similarity index 85%
rename from meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.2.bb
rename to meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.3.bb
index b661734aa..c0eff35e4 100644
--- a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.2.bb
+++ b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.3.bb
@@ -10,7 +10,7 @@ DEPENDS = " \
 
 inherit gnomebase gobject-introspection gtk-doc vala features_check
 
-SRC_URI[archive.sha256sum] = "b38c91658b2d1fcb7eedf687858b0a54de39af6357661912b54271884c8e195e"
+SRC_URI[archive.sha256sum] = "3fb9f6f8f570e543ab2dafb8b4b94d8b376c59ad565efadfede44557e3f3a9e1"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "opengl"
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.13 -> 0.1.14
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (2 preceding siblings ...)
  2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.3.2 -> 1.3.3 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libqb: upgrade 2.0.6 -> 2.0.7 wangmy
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Bugfixes:
 - Fix header includes
 - Fix prefix of LIBJCAT_CHECK_VERSION
 - Use project_source_root to fix building as a subproject

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

diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb
similarity index 94%
rename from meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb
rename to meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb
index 2f8cf1b22..782833b22 100644
--- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb
+++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb
@@ -11,7 +11,7 @@ SRC_URI = "\
     git://github.com/hughsie/libjcat.git;branch=main;protocol=https \
     file://run-ptest \
 "
-SRCREV = "f089d7ff9081bb6f211cdd712cddd159f8f63199"
+SRCREV = "d9cf9ebc4237252a82f88d9e99bea0c4b398c08a"
 S = "${WORKDIR}/git"
 
 inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] libqb: upgrade 2.0.6 -> 2.0.7
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (3 preceding siblings ...)
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.13 -> 0.1.14 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libtracefs: upgrade 1.6.4 -> 1.7.0 wangmy
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
lib: Fix some small bugs spotted by newest covscan (#471)
ipc: Retry receiving credentials if the the message is short (#476)
timer: Move state check to before time check (#479)
tests: Close race condition in check_loop (#480)
blackbox: fix potential overlow/memory corruption (#486)
tests: Make ipc test more portable (#466)
tests: cleanup the last of the empty directories (#467)
doxygen2man: Fix function parameter alignment (#468)
tests: Fix tests on FreeBSD-devel (#469)
test: Remove gnu/lib-names.h from libstat_wrapper.c (#482)
tests: allow -j to work (#485)
Update -version info for 2.0.7
Add --disable-tests option (#475)
configure: Modernize configure.ac a bit (#470)
spec: Migrate to SPDX license (#487)
add simplified chinese readme (#474)
m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472)
strlcpy: avoid compiler warning from strncpy (#473)

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

diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.7.bb
similarity index 93%
rename from meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
rename to meta-oe/recipes-extended/libqb/libqb_2.0.7.bb
index ce3606d77..9123e0a4c 100644
--- a/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
+++ b/meta-oe/recipes-extended/libqb/libqb_2.0.7.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
 
 inherit autotools pkgconfig
 
-SRCREV = "758044bed5f615c90818aa5431d00303288888e5"
+SRCREV = "06c8641de2e1fef1fc6026709fb2109fbbb79d79"
 SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=main;protocol=https \
           "
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] libtracefs: upgrade 1.6.4 -> 1.7.0
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (4 preceding siblings ...)
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libqb: upgrade 2.0.6 -> 2.0.7 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13 20:03   ` Khem Raj
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] mbpoll: upgrade 1.5.0 -> 1.5.2 wangmy
                   ` (25 subsequent siblings)
  31 siblings, 1 reply; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 - Fixes to the tests.
 - Added meson build support (but it is not the default).

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

diff --git a/meta-oe/recipes-kernel/libtracefs/libtracefs_1.6.4.bb b/meta-oe/recipes-kernel/libtracefs/libtracefs_1.7.0.bb
similarity index 94%
rename from meta-oe/recipes-kernel/libtracefs/libtracefs_1.6.4.bb
rename to meta-oe/recipes-kernel/libtracefs/libtracefs_1.7.0.bb
index 73620f37a..77556d912 100644
--- a/meta-oe/recipes-kernel/libtracefs/libtracefs_1.6.4.bb
+++ b/meta-oe/recipes-kernel/libtracefs/libtracefs_1.7.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97
 SECTION = "libs"
 DEPENDS = "libtraceevent bison-native flex-native"
 
-SRCREV = "af49d832f46631597e0aabb2302bd0f56a9cad29"
+SRCREV = "aebab37379d0fbadc702d64aca0fe5cf18676404"
 SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git;branch=${BPN};protocol=https \
            file://0001-makefile-Do-not-preserve-ownership-in-cp-command.patch \
            "
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] mbpoll: upgrade 1.5.0 -> 1.5.2
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (5 preceding siblings ...)
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libtracefs: upgrade 1.6.4 -> 1.7.0 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] mpich: upgrade 4.1.1 -> 4.1.2 wangmy
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Fixes Remove FieldTalk trademark

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

diff --git a/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.0.bb b/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb
similarity index 92%
rename from meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.0.bb
rename to meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb
index 3d1c4f1ee..028a8f9e4 100644
--- a/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.0.bb
+++ b/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
 DEPENDS = "libmodbus (>=3.1.4)"
 
 SRC_URI = "git://github.com/epsilonrt/mbpoll;protocol=https;branch=master"
-SRCREV = "ed00121bfa04afdef2d037aac4f574ad7b410601"
+SRCREV = "a0bd6c08d3d15b086f2104477295c0705aed366a"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] mpich: upgrade 4.1.1 -> 4.1.2
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (6 preceding siblings ...)
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] mbpoll: upgrade 1.5.0 -> 1.5.2 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] nautilus: upgrade 44.2 -> 44.2.1 wangmy
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
  with recent versions of LLVM/Clang
  different floating point values
  attribute on the same object

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

diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_4.1.2.bb
similarity index 96%
rename from meta-oe/recipes-devtools/mpich/mpich_4.1.1.bb
rename to meta-oe/recipes-devtools/mpich/mpich_4.1.2.bb
index cd13b91d7..ac8094d11 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_4.1.1.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_4.1.2.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f1804c45b8b4e816e53eb1f175d810f3"
 
 SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
-SRC_URI[sha256sum] = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2"
+SRC_URI[sha256sum] = "3492e98adab62b597ef0d292fb2459b6123bc80070a8aa0a30be6962075a12f0"
 
 RDEPENDS:${PN} += "bash perl libxml2"
 
-- 
2.34.1



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

* [oe] [meta-gnome] [PATCH] nautilus: upgrade 44.2 -> 44.2.1
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (7 preceding siblings ...)
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] mpich: upgrade 4.1.1 -> 4.1.2 wangmy
@ 2023-06-13  1:39 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-networking] [PATCH] ntp: upgrade 4.2.8p16 -> 4.2.8p17 wangmy
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Hotfix for grid view bug introduced in 44.2, while gtk 4.10.4 is not released
* Fix crash when closing tabs right after clicking

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

diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_44.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_44.2.1.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/nautilus/nautilus_44.2.bb
rename to meta-gnome/recipes-gnome/nautilus/nautilus_44.2.1.bb
index 43fe7cc0e..362629fce 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_44.2.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_44.2.1.bb
@@ -27,7 +27,7 @@ def gnome_verdir(v):
     return oe.utils.trim_version(v, 1)
 
 SRC_URI += "file://0001-Replace-filename-with-basename.patch"
-SRC_URI[archive.sha256sum] = "274a065927596d8a8f09537adc91bae98297201dd47ec6ccd878111e0781d3e5"
+SRC_URI[archive.sha256sum] = "d9c62f024727f7a76fc6a5da788a2b0247df01a71c2a601143c62aac0ff41e4c"
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data"
 
-- 
2.34.1



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

* [oe] [meta-networking] [PATCH] ntp: upgrade 4.2.8p16 ->  4.2.8p17
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (8 preceding siblings ...)
  2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] nautilus: upgrade 44.2 -> 44.2.1 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-account: upgrade 0.8.0 -> 0.9.0 wangmy
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* [Bug 3824] Spurious "ntpd: daemon failed to notify parent!" logged at
             event_sync.
* [Bug 3822] ntpd significantly delays first poll of servers specified by name.
* [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with
             4.2.8p15 or earlier.
* Add tests/libntp/digests.c to catch regressions reading keys file or with
  symmetric authentication digest output.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/ntp/{ntp_4.2.8p16.bb => ntp_4.2.8p17.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/ntp/{ntp_4.2.8p16.bb => ntp_4.2.8p17.bb} (98%)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p16.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p17.bb
similarity index 98%
rename from meta-networking/recipes-support/ntp/ntp_4.2.8p16.bb
rename to meta-networking/recipes-support/ntp/ntp_4.2.8p17.bb
index 8899f1254..fba4611b9 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p16.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p17.bb
@@ -24,7 +24,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
            file://ntpd.list \
 "
 
-SRC_URI[sha256sum] = "5225858bfd843b080fb9daa5b7370519130e5e49ac3eb0371e334bdc06c52dd7"
+SRC_URI[sha256sum] = "103dd272e6a66c5b8df07dce5e9a02555fcd6f1397bdfb782237328e89d3a866"
 
 # CVE-2016-9312 is only for windows.
 # CVE-2019-11331 is inherent to RFC 5905 and cannot be fixed without breaking compatibility
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-eth-account: upgrade 0.8.0 -> 0.9.0
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (9 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-networking] [PATCH] ntp: upgrade 4.2.8p16 -> 4.2.8p17 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-hash: upgrade 0.5.1 -> 0.5.2 wangmy
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2023

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

diff --git a/meta-python/recipes-devtools/python/python3-eth-account_0.8.0.bb b/meta-python/recipes-devtools/python/python3-eth-account_0.9.0.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-eth-account_0.8.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-account_0.9.0.bb
index bb82168b3..e33b7679c 100644
--- a/meta-python/recipes-devtools/python/python3-eth-account_0.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-account_0.9.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "Assign Ethereum transactions and messages with local private keys."
 HOMEPAGE = "https://github.com/ethereum/eth-account"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=16ffc86adf4293d4cfb204e77d62cfe6"
 
-SRC_URI[sha256sum] = "ccb2d90a16c81c8ea4ca4dc76a70b50f1d63cea6aff3c5a5eddedf9e45143eca"
+SRC_URI[sha256sum] = "5f66ecb7bc52569924dfaf4a9add501b1c2a4901eec74e3c0598cd26d0971777"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-eth-hash: upgrade 0.5.1 -> 0.5.2
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (10 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-account: upgrade 0.8.0 -> 0.9.0 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.3.0 -> 3.4.0 wangmy
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2023.

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

diff --git a/meta-python/recipes-devtools/python/python3-eth-hash_0.5.1.bb b/meta-python/recipes-devtools/python/python3-eth-hash_0.5.2.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python3-eth-hash_0.5.1.bb
rename to meta-python/recipes-devtools/python/python3-eth-hash_0.5.2.bb
index 10d6695de..683d84761 100644
--- a/meta-python/recipes-devtools/python/python3-eth-hash_0.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-hash_0.5.2.bb
@@ -2,9 +2,9 @@ SUMMARY = "The Ethereum hashing function, keccak256, sometimes (erroneously) cal
 HOMEPAGE = "https://github.com/ethereum/eth-hash"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
 
-SRC_URI[sha256sum] = "9805075f653e114a31a99678e93b257fb4082337696f4eff7b4371fe65158409"
+SRC_URI[sha256sum] = "1b5f10eca7765cc385e1430eefc5ced6e2e463bb18d1365510e2e539c1a6fe4e"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.3.0 -> 3.4.0
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (11 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-hash: upgrade 0.5.1 -> 0.5.2 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-utils: upgrade 2.1.0 -> 2.1.1 wangmy
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2023.

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

diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb
similarity index 53%
rename from meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb
index ad339a22c..a1594fbf5 100644
--- a/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.4.0.bb
@@ -2,8 +2,8 @@ SUMMARY = "Common type annotations for ethereum python packages."
 HOMEPAGE = "https://github.com/ethereum/eth-typing"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9691ead96f1163622689e47ce3f366"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
 
-SRC_URI[sha256sum] = "e9535e9d524d4c7a0cbd3d9832093cc5001a3e31869e72645674d24c6376d196"
+SRC_URI[sha256sum] = "7f49610469811ee97ac43eaf6baa294778ce74042d41e61ecf22e5ebe385590f"
 
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-eth-utils: upgrade 2.1.0 -> 2.1.1
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (12 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.3.0 -> 3.4.0 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-platformdirs: upgrade 3.5.1 -> 3.5.3 wangmy
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2023.

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

diff --git a/meta-python/recipes-devtools/python/python3-eth-utils_2.1.0.bb b/meta-python/recipes-devtools/python/python3-eth-utils_2.1.1.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-eth-utils_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-utils_2.1.1.bb
index da45cc7c9..896800a42 100644
--- a/meta-python/recipes-devtools/python/python3-eth-utils_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-utils_2.1.1.bb
@@ -2,9 +2,9 @@ SUMMARY = "Common utility functions for codebases which interact with ethereum."
 HOMEPAGE = "https://github.com/ethereum/eth-utils"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6749008d847c14b9718949c2e24d5c0a"
 
-SRC_URI[sha256sum] = "fcb4c3c1b32947ba92970963f9aaf40da73b04ea1034964ff8c0e70595127138"
+SRC_URI[sha256sum] = "7cccfb0b0749431d0d001e327e9a7289bf07308316a73850ae3895020e5682f4"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-platformdirs: upgrade 3.5.1 -> 3.5.3
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (13 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-utils: upgrade 2.1.0 -> 2.1.1 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] pcsc-lite: upgrade 1.9.9 -> 2.0.0 wangmy
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Add 3.12 marker

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

diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb b/meta-python/recipes-devtools/python/python3-platformdirs_3.5.3.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb
rename to meta-python/recipes-devtools/python/python3-platformdirs_3.5.3.bb
index c5c3d9fe6..c91d9111f 100644
--- a/meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_3.5.3.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
     file://run-ptest \
 "
 
-SRCREV ?= "b8c42ddca4def1fba38b9815a7d94ec2ac630b29"
+SRCREV ?= "50e638eec6cadee0dfe47197464241be8a70718d"
 SRC_URI[sha256sum] = "7954a68d0ba23558d753f73437c55f89027cf8f5108c19844d4b82e5af396335"
 
 inherit python_setuptools_build_meta ptest
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] pcsc-lite: upgrade 1.9.9 -> 2.0.0
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (14 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-platformdirs: upgrade 3.5.1 -> 3.5.3 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] php: upgrade 8.2.6 -> 8.2.7 wangmy
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
- Add '--disable-polkit' option
- Reset eventCounter when a reader is removed
- Add "polkit" in "pcscd -v" output if enabled
- Doxygen: document SCARD_E_INVALID_VALUE for some functions
- use secure_getenv(3) if available
- Some other minor improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../pcsc-lite/{pcsc-lite_1.9.9.bb => pcsc-lite_2.0.0.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/pcsc-lite/{pcsc-lite_1.9.9.bb => pcsc-lite_2.0.0.bb} (95%)

diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.0.bb
similarity index 95%
rename from meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
rename to meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.0.bb
index c84c94dd5..e7f4551af 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=628c01ba985ecfa21677f5ee2d5202f6"
 DEPENDS = "autoconf-archive-native flex-native"
 
 SRC_URI = "https://pcsclite.apdu.fr/files/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "cbcc3b34c61f53291cecc0d831423c94d437b188eb2b97b7febc08de1c914e8a"
+SRC_URI[sha256sum] = "d6c3e2b64510e5ed6fcd3323febf2cc2a8e5fda5a6588c7671f2d77f9f189356"
 
 inherit autotools systemd pkgconfig perlnative
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] php: upgrade 8.2.6 -> 8.2.7
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (15 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] pcsc-lite: upgrade 1.9.9 -> 2.0.0 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-argcomplete: upgrade 3.0.8 -> 3.1.0 wangmy
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
  . Fixed bug GH-11152 (Unable to alias namespaces containing reserved class
    names).
  . Fixed bug GH-9068 (Conditional jump or move depends on uninitialised
    value(s)).
  . Fixed bug GH-11189 (Exceeding memory limit in zend_hash_do_resize leaves
    the array in an invalid state).
  . Fixed bug GH-11063 (Compilation error on old GCC versions).
  . Fixed bug GH-11222 (foreach by-ref may jump over keys during a rehash).

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

diff --git a/meta-oe/recipes-devtools/php/php_8.2.6.bb b/meta-oe/recipes-devtools/php/php_8.2.7.bb
similarity index 99%
rename from meta-oe/recipes-devtools/php/php_8.2.6.bb
rename to meta-oe/recipes-devtools/php/php_8.2.7.bb
index dad955452..43607f65e 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.6.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.7.bb
@@ -34,7 +34,7 @@ SRC_URI:append:class-target = " \
           "
 
 S = "${WORKDIR}/php-${PV}"
-SRC_URI[sha256sum] = "44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100"
+SRC_URI[sha256sum] = "5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f"
 
 CVE_CHECK_IGNORE += "\
     CVE-2007-2728 \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-argcomplete: upgrade 3.0.8 -> 3.1.0
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (16 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] php: upgrade 8.2.6 -> 8.2.7 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-autobahn: upgrade 23.1.2 -> 23.6.1 wangmy
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
    setup.py -> pyproject.toml migration start (#427)
    Improve user install logic in activate-global-python-argcomplete (#437)
    Ensure Python 3.7 compatibility in check_console_script (#436)
    ZSH implementation fixes (#431, #433)
    Documentation improvements

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

diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.0.8.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.1.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-argcomplete_3.0.8.bb
rename to meta-python/recipes-devtools/python/python3-argcomplete_3.1.0.bb
index 19b513138..859ef7b10 100644
--- a/meta-python/recipes-devtools/python/python3-argcomplete_3.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[sha256sum] = "b9ca96448e14fa459d7450a4ab5a22bbf9cee4ba7adddf03e65c398b5daeea28"
+SRC_URI[sha256sum] = "3a81445fa51c9875c36789ae5386d5e95c5c43d503963a0029a747aea74de1e3"
 
 PYPI_PACKAGE = "argcomplete"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-autobahn: upgrade 23.1.2 -> 23.6.1
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (17 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-argcomplete: upgrade 3.0.8 -> 3.1.0 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-cassandra-driver: upgrade 3.27.0 -> 3.28.0 wangmy
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb
rename to meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb
index 26f85e2a4..dc11b85da 100644
--- a/meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://crossbar.io/autobahn"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3e2c2c2cc2915edc5321b0e6b1d3f5f8"
 
-SRC_URI[sha256sum] = "c5ef8ca7422015a1af774a883b8aef73d4954c9fcd182c9b5244e08e973f7c3a"
+SRC_URI[sha256sum] = "ce6e540402e3524ca46c55a1bc46255225969b5837ca792ea5415d21ac571034"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-cassandra-driver: upgrade 3.27.0 -> 3.28.0
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (18 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-autobahn: upgrade 23.1.2 -> 23.6.1 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.3 -> 3.26.4 wangmy
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
Features
---------
    Add support for vector type (PYTHON-1352)
    Cryptography module is now an optional dependency (PYTHON-1351)

Bug Fixes
----------
    Store IV along with encrypted text when using column-level encryption (PYTHON-1350)
    Create session-specific protocol handlers to contain session-specific CLE policies (PYTHON-1356)

Others
---------
    Use Cython for smoke builds (PYTHON-1343)
    Don't fail when inserting UDTs with prepared queries with some missing fields (PR 1151)
    Convert print statement to function in docs (PR 1157)
    Update comment for retry policy (DOC-3278)
    Added error handling blog reference (DOC-2813)

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

diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.27.0.bb b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.28.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-cassandra-driver_3.27.0.bb
rename to meta-python/recipes-devtools/python/python3-cassandra-driver_3.28.0.bb
index 679b51f75..468aa247e 100644
--- a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.27.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.28.0.bb
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
 SRCNAME = "cassandra-driver"
 
-SRC_URI[sha256sum] = "3f43b6023d3d2b34ceaea0a33abf9d9602c41cf316f283f651d835d0c4924124"
+SRC_URI[sha256sum] = "64ff130d19f994b80997c14343a8306be52a0e7ab92520a534eed944c88d70df"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.3 -> 3.26.4
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (19 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-cassandra-driver: upgrade 3.27.0 -> 3.28.0 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-django: upgrade 4.2.1 -> 4.2.2 wangmy
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    chore(deps): bump cmake from 3.26.1 to 3.26.3
    chore(deps): update pre-commit hooks
    chore: remove unused requirements-deploy.txt
    chore(deps): bump pypa/cibuildwheel from 2.12.1 to 2.12.3
    chore(deps): update pre-commit hooks
    chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to release/v1
    chore: only bump OpenSSL to 3.0.x (current LTS version)
    Update to CMake 3.26.4
    chore: use trusted publisher deployment
    chore(deps): update pre-commit hooks
    chore(deps): bump pypa/cibuildwheel from 2.12.3 to 2.13.0
    Update to OpenSSL 3.0.9
    fix(cross-compile): Fix download of arm64 CMake binaries

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

diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb b/meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb
rename to meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb
index 8e924acd3..c66c77757 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake"
 PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
 
 inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "b54cde1f1c0573321b22382bd2ffaf5d08f65188572d128cd4867fb9669723c5"
+SRC_URI[sha256sum] = "d45b30b9ce7280829888c78650177ab525df2b6785e1a5b3d82b4c147d828c0e"
 
 SRC_URI += " \
 	file://CMakeLists.txt \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-django: upgrade 4.2.1 -> 4.2.2
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (20 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.3 -> 3.26.4 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-hexbytes: upgrade 0.3.0 -> 0.3.1 wangmy
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fixed a regression in Django 4.2 that caused an unnecessary DBMS_LOB.SUBSTR()
  wrapping in the __isnull and __exact=None lookups for TextField()/BinaryField()
  on Oracle (#34544).
- Restored, following a regression in Django 4.2, get_prep_value() call in
  JSONField subclasses (#34539).
- Fixed a regression in Django 4.2 that caused a crash of QuerySet.defer() when
  passing a ManyToManyField or GenericForeignKey reference. While doing so is a
  no-op, it was allowed in older version (#34570).
- Fixed a regression in Django 4.2 that caused a crash of QuerySet.only() when
  passing a reverse OneToOneField reference (#34612).
- Fixed a bug in Django 4.2 where makemigrations --update didn't respect the
  --name option (#34568).
- Fixed a performance regression in Django 4.2 when compiling queries without
  ordering (#34580).
- Fixed a regression in Django 4.2 where nonexistent stylesheet was linked on a
  "Congratulations!" page (#34588).
- Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate()
  with expressions referencing other aggregates (#34551).
- Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate()
  with aggregates referencing subqueries (#34551).
- Fixed a regression in Django 4.2 that caused a crash of querysets on SQLite
  when filtering on DecimalField against values outside of the defined range (#34590).
- Fixed a regression in Django 4.2 that caused a serialization crash on a
  ManyToManyField without a natural key when its Manager's base QuerySet used select_related() (#34620).

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

diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.1.bb b/meta-python/recipes-devtools/python/python3-django_4.2.2.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python3-django_4.2.1.bb
rename to meta-python/recipes-devtools/python/python3-django_4.2.2.bb
index b1474cf05..da65eb9c3 100644
--- a/meta-python/recipes-devtools/python/python3-django_4.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.2.bb
@@ -1,7 +1,7 @@
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c"
+SRC_URI[sha256sum] = "2a6b6fbff5b59dd07bef10bcb019bee2ea97a30b2a656d51346596724324badf"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-sqlparse \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-hexbytes: upgrade 0.3.0 -> 0.3.1
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (21 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-django: upgrade 4.2.1 -> 4.2.2 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.30.0 -> 2.31.0 wangmy
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-hexbytes_0.3.0.bb b/meta-python/recipes-devtools/python/python3-hexbytes_0.3.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-hexbytes_0.3.0.bb
rename to meta-python/recipes-devtools/python/python3-hexbytes_0.3.1.bb
index 8402ddecd..19b5813ad 100644
--- a/meta-python/recipes-devtools/python/python3-hexbytes_0.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-hexbytes_0.3.1.bb
@@ -4,6 +4,6 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324"
 
-SRC_URI[sha256sum] = "afeebfb800f5f15a3ca5bab52e49eabcb4b6dac06ec8ff01a94fdb890c6c0712"
+SRC_URI[sha256sum] = "a3fe35c6831ee8fafd048c4c086b986075fc14fd46258fa24ecb8d65745f9a9d"
 
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.30.0 -> 2.31.0
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (22 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-hexbytes: upgrade 0.3.0 -> 0.3.1 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pykickstart: upgrade 3.47 -> 3.48 wangmy
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
    Fix pilmode kwarg for get_reader/get_writer (#994) (21039b2)
    Decode gray 16-bit PNG as uint16 (not int32) if pillow allows (#987)

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

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.30.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.31.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-imageio_2.30.0.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.31.0.bb
index 6bcba2ca7..d3e575518 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.30.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.31.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba"
 
-SRC_URI[sha256sum] = "7fc6ad5b5677cb1e58077875a72512aa8c392b6d40885eca0a6ab250efb4b8f4"
+SRC_URI[sha256sum] = "9e2d1dec1c74ba10d58856f2f02883b84f5cd5be937a1156cc238b539a6cf068"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-pykickstart: upgrade 3.47 -> 3.48
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (23 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.30.0 -> 2.31.0 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.171 -> 2.4.172 wangmy
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
    displaymode: Update description to describe behavior
    network: Move new options to Fedora 39

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-pykickstart_3.47.bb => python3-pykickstart_3.48.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/python-pykickstart/{python3-pykickstart_3.47.bb => python3-pykickstart_3.48.bb} (94%)

diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.47.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb
similarity index 94%
rename from meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.47.bb
rename to meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb
index 64a11ec8b..3c6c47832 100644
--- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.47.bb
+++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=ma
            file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \
            file://0004-load.py-retry-to-invoke-request-with-timeout.patch \
            "
-SRCREV = "fa2f233f735a082dccaf03c234238f7d8ce93fa1"
+SRCREV = "fa6c80c0e5c6bee29d089899a10d26e6f7f8afd8"
 
 UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.171 -> 2.4.172
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (24 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pykickstart: upgrade 3.47 -> 3.48 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Update settings.default.py - tags not tag.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.171.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.172.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.171.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.172.bb
index d2d9ed1fd..59ddac388 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.171.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.172.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
 SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
-SRCREV = "5c56fccfafa9ef335b9300499d12633368889f55"
+SRCREV = "7d1d8b6f38f210b28934a206f9c1470542e9da7e"
 S = "${WORKDIR}/git"
 
 inherit python_poetry_core
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.3.0 -> 3.3.1
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (25 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.171 -> 2.4.172 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.25.0 -> 1.25.1 wangmy
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
  transport fixes and 100% test coverage. (#1580)
  Delay self.loop until connect(). (#1579)
  Added mechanism to determine if server did not start cleanly (#1539)
  Proof transport reconnect works. (#1577)
  Fix non-shared block doc in config.rst. (#1573)

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

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.3.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.3.1.bb
index 9b84c4f88..0d90c91d9 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.3.1.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=430604f78bee72425da231d42eac9cee"
 DEPENDS += "python3-six-native"
 
-SRC_URI[sha256sum] = "0816a644d0ecc74b488ba9f46f8d6662c4a7272a493f184d2c81c6717fb62355"
+SRC_URI[sha256sum] = "82787121e293f31095c0e9721b3e561a01807a6ac20abcbfb187ce70d24fb40c"
 S = "${WORKDIR}/pymodbus-${PV}"
 
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.25.0 -> 1.25.1
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (26 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.3.0 -> 3.3.1 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.5.2 -> 1.5.3 wangmy
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    Fix parse_url (#2161)
    Better version parsing in integrations (#2152)
    Align HTTP status code as span data field http.response.status_code (#2113)
    Do not encode cached value to determine size (#2143)
    Fix using unittest.mock whenever available (#1926)
    Fix 2.7 common tests (#2145)
    Bump actions/stale from 6 to 8 (#1978)
    Bump black from 22.12.0 to 23.3.0 (#1984)
    Bump mypy from 1.2.0 to 1.3.0 (#2110)
    Bump sphinx from 5.3.0 to 7.0.1 (#2112)

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

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.25.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.25.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.25.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.25.1.bb
index 10e77ae60..51f63af49 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.25.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.25.1.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "5be3296fc574fa8a4d9b213b4dcf8c8d0246c08f8bd78315c6286f386c37555a"
+SRC_URI[sha256sum] = "aa796423eb6a2f4a8cd7a5b02ba6558cb10aab4ccdc0537f63a47b038c520c38"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.5.2 -> 1.5.3
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (27 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.25.0 -> 1.25.1 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.63.0 -> 0.64.1 wangmy
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
 - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911)
 - Fix wsdump.py script typing, bug introduced in 1.5.2 (#91)

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

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb
index 742a9389b..f7650f9bb 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b969e9612325987c823fc0737063ebc8"
 
-SRC_URI[sha256sum] = "c7d67c13b928645f259d9b847ab5b57fd2d127213ca41ebd880de1f553b7c23b"
+SRC_URI[sha256sum] = "b96f3bce3e54e3486ebe6504bc22bd4c140392bd2eb71764db29be8f2639aa65"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.63.0 -> 0.64.1
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (28 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.5.2 -> 1.5.3 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] remmina: upgrade 1.4.30 -> 1.4.31 wangmy
  2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] tio: upgrade 2.5 -> 2.6 wangmy
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Fix:
 Small internal typing cleanups

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

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.63.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.64.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.63.0.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.64.1.bb
index 6f3dbd522..1fd79a642 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.63.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.64.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=6517bdc8f2416f27ab725d4702f7aac3"
 
-SRC_URI[sha256sum] = "2643b1c9c6ffdfaa1313cf3d12ea0099482fcb3da77929a08be87fc8354d0b3d"
+SRC_URI[sha256sum] = "e90b2d5d247474b6ccf49bc7e02de516cc459efca6e3ac052b48eeb4a11985af"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] remmina: upgrade 1.4.30 -> 1.4.31
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (29 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.63.0 -> 0.64.1 wangmy
@ 2023-06-13  1:40 ` wangmy
  2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] tio: upgrade 2.5 -> 2.6 wangmy
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* [REM-2874] muli password changer search now matches partial strings
* Fix segfault in VNC when using domain socket
* Switched pylist Append to SetItem
* Template texts updated
* Add menu option to delete multiple profiles at the same time
* add 1080p as a default resolution to remmina_pref.c
* Add ubuntu22.04 dockerfile
* Remove character limit on password length
* Create better postats.html
* Redesign santahat.png & add santahat.svg
* Edit preferences UI
* Change the icon of the new connection button
* Modify the checkbox of the appearance-tab
* Add valign to the switch of the debugging window
* plugins/rdp: Ensure output redirection configuration applies to both dynamic and static rdpsnd

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

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb b/meta-oe/recipes-support/remmina/remmina_1.4.31.bb
similarity index 96%
rename from meta-oe/recipes-support/remmina/remmina_1.4.30.bb
rename to meta-oe/recipes-support/remmina/remmina_1.4.31.bb
index 0437fba51..56ad32ce3 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.31.bb
@@ -25,7 +25,7 @@ DEPENDS = " \
 DEPENDS:append:libc-musl = " libexecinfo"
 LDFLAGS:append:libc-musl = " -lexecinfo"
 
-SRCREV = "61ea9b6681104cadf0a3f8c25bd3e5685ee6691a"
+SRCREV = "7407cc3a27eb25ba4ddddeab565f67fd688324ed"
 SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] tio: upgrade 2.5 -> 2.6
  2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
                   ` (30 preceding siblings ...)
  2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] remmina: upgrade 1.4.30 -> 1.4.31 wangmy
@ 2023-06-13  1:40 ` wangmy
  31 siblings, 0 replies; 34+ messages in thread
From: wangmy @ 2023-06-13  1:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 * Remove warning when using pattern option
 * Add --log-append option
 * Update man page
 * Update README
 * Fix line termination for response wait feature
 * Update tty device listing configuration
 * Move map variables to tty to keep them all in one spot
 * Configure socket mapping flags from tty parsing logic. Remove duplicate parsing logic in socket
 * Support input mapping modes for sockets
 * Various spelling fixes
 * avoid "warning: unused parameter" on setspeed stub
 * use right /dev/ path on Haiku
 * Update README with details on snap confinement

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

diff --git a/meta-oe/recipes-support/tio/tio_2.5.bb b/meta-oe/recipes-support/tio/tio_2.6.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.5.bb
rename to meta-oe/recipes-support/tio/tio_2.6.bb
index 1f69e1a9e..1a83a2e42 100644
--- a/meta-oe/recipes-support/tio/tio_2.5.bb
+++ b/meta-oe/recipes-support/tio/tio_2.6.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
 
 SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
-SRCREV = "a2bbab068428275febeea13906654b9e58400c95"
+SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* Re: [oe] [meta-oe] [PATCH] libtracefs: upgrade 1.6.4 -> 1.7.0
  2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libtracefs: upgrade 1.6.4 -> 1.7.0 wangmy
@ 2023-06-13 20:03   ` Khem Raj
  0 siblings, 0 replies; 34+ messages in thread
From: Khem Raj @ 2023-06-13 20:03 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-devel

fails to build with musl + clang see

https://errors.yoctoproject.org/Errors/Details/708208/


On Mon, Jun 12, 2023 at 6:41 PM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
>  - Fixes to the tests.
>  - Added meson build support (but it is not the default).
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../libtracefs/{libtracefs_1.6.4.bb => libtracefs_1.7.0.bb}     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-kernel/libtracefs/{libtracefs_1.6.4.bb => libtracefs_1.7.0.bb} (94%)
>
> diff --git a/meta-oe/recipes-kernel/libtracefs/libtracefs_1.6.4.bb b/meta-oe/recipes-kernel/libtracefs/libtracefs_1.7.0.bb
> similarity index 94%
> rename from meta-oe/recipes-kernel/libtracefs/libtracefs_1.6.4.bb
> rename to meta-oe/recipes-kernel/libtracefs/libtracefs_1.7.0.bb
> index 73620f37a..77556d912 100644
> --- a/meta-oe/recipes-kernel/libtracefs/libtracefs_1.6.4.bb
> +++ b/meta-oe/recipes-kernel/libtracefs/libtracefs_1.7.0.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97
>  SECTION = "libs"
>  DEPENDS = "libtraceevent bison-native flex-native"
>
> -SRCREV = "af49d832f46631597e0aabb2302bd0f56a9cad29"
> +SRCREV = "aebab37379d0fbadc702d64aca0fe5cf18676404"
>  SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git;branch=${BPN};protocol=https \
>             file://0001-makefile-Do-not-preserve-ownership-in-cp-command.patch \
>             "
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#103234): https://lists.openembedded.org/g/openembedded-devel/message/103234
> Mute This Topic: https://lists.openembedded.org/mt/99497419/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2023-06-13 20:03 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13  1:39 [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0 wangmy
2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] gjs: upgrade 1.76.0 -> 1.76.1 wangmy
2023-06-13  1:39 ` [oe] [meta-networking] [PATCH] ipcalc: upgrade 1.0.2 -> 1.0.3 wangmy
2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.3.2 -> 1.3.3 wangmy
2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.13 -> 0.1.14 wangmy
2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libqb: upgrade 2.0.6 -> 2.0.7 wangmy
2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] libtracefs: upgrade 1.6.4 -> 1.7.0 wangmy
2023-06-13 20:03   ` Khem Raj
2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] mbpoll: upgrade 1.5.0 -> 1.5.2 wangmy
2023-06-13  1:39 ` [oe] [meta-oe] [PATCH] mpich: upgrade 4.1.1 -> 4.1.2 wangmy
2023-06-13  1:39 ` [oe] [meta-gnome] [PATCH] nautilus: upgrade 44.2 -> 44.2.1 wangmy
2023-06-13  1:40 ` [oe] [meta-networking] [PATCH] ntp: upgrade 4.2.8p16 -> 4.2.8p17 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-account: upgrade 0.8.0 -> 0.9.0 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-hash: upgrade 0.5.1 -> 0.5.2 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.3.0 -> 3.4.0 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-eth-utils: upgrade 2.1.0 -> 2.1.1 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-platformdirs: upgrade 3.5.1 -> 3.5.3 wangmy
2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] pcsc-lite: upgrade 1.9.9 -> 2.0.0 wangmy
2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] php: upgrade 8.2.6 -> 8.2.7 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-argcomplete: upgrade 3.0.8 -> 3.1.0 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-autobahn: upgrade 23.1.2 -> 23.6.1 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-cassandra-driver: upgrade 3.27.0 -> 3.28.0 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.3 -> 3.26.4 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-django: upgrade 4.2.1 -> 4.2.2 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-hexbytes: upgrade 0.3.0 -> 0.3.1 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.30.0 -> 2.31.0 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pykickstart: upgrade 3.47 -> 3.48 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.171 -> 2.4.172 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.3.0 -> 3.3.1 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.25.0 -> 1.25.1 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.5.2 -> 1.5.3 wangmy
2023-06-13  1:40 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.63.0 -> 0.64.1 wangmy
2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] remmina: upgrade 1.4.30 -> 1.4.31 wangmy
2023-06-13  1:40 ` [oe] [meta-oe] [PATCH] tio: upgrade 2.5 -> 2.6 wangmy

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