All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1
@ 2023-08-01  7:41 wangmy
  2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230716.0 -> 6.0.20230730.0 wangmy
                   ` (35 more replies)
  0 siblings, 36 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
  * Implemented the per-interface option "probe-mtu", which automatically
    discards links with a mis-configured MTU.
  * Fixed a typo in the handing of the option "v4viav6".
  * Removed diversity support and related configuration file directives.
  * Optimised route redistribution.  We now install just the route that the
    kernel sent us rather than doing a full route dump on every change.
  * Added optional delay to daemon shutdown; see the configuration option
    "shutdown-delay-ms". 
  * Fixed compilation under BSD.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../babeld/{babeld_1.12.2.bb => babeld_1.13.1.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-protocols/babeld/{babeld_1.12.2.bb => babeld_1.13.1.bb} (94%)

diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.12.2.bb b/meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb
similarity index 94%
rename from meta-networking/recipes-protocols/babeld/babeld_1.12.2.bb
rename to meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb
index 03db5fc0bf..a799ad197e 100644
--- a/meta-networking/recipes-protocols/babeld/babeld_1.12.2.bb
+++ b/meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb
@@ -13,7 +13,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754"
 
 SRC_URI = "gitsm://github.com/jech/babeld.git;protocol=https;branch=master"
-SRCREV = "a9fba0e19ebde96cdc4edd35c5363f9e8139ab35"
+SRCREV = "3d61ea1e843e2c5f9706c74d1adad4e1d24d44b9"
 
 UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230716.0 -> 6.0.20230730.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-gnome] [PATCH] gspell: upgrade 1.12.1 -> 1.12.2 wangmy
                   ` (34 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 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.20230716.0.bb => ctags_6.0.20230730.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ctags/{ctags_6.0.20230716.0.bb => ctags_6.0.20230730.0.bb} (95%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.0.20230716.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.0.20230730.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_6.0.20230716.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_6.0.20230730.0.bb
index b454e7f998..fc7d82de3c 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_6.0.20230716.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_6.0.20230730.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "983cab50c0dc8603989c4bd2ca535bae821d7ecc"
+SRCREV = "06036801ba3c5cc927c4dfd7be9ae08c8086eede"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [oe] [meta-gnome] [PATCH] gspell: upgrade 1.12.1 -> 1.12.2
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
  2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230716.0 -> 6.0.20230730.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.204 -> 2.206 wangmy
                   ` (33 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Small code maintenance: don't use g_slice_*().

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

diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.12.1.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb
similarity index 76%
rename from meta-gnome/recipes-gnome/gspell/gspell_1.12.1.bb
rename to meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb
index 6b65af3bb4..389f2fd48c 100644
--- a/meta-gnome/recipes-gnome/gspell/gspell_1.12.1.bb
+++ b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb
@@ -7,4 +7,4 @@ DEPENDS = "gtk+3 iso-codes enchant2"
 
 inherit gnomebase gettext gobject-introspection vala
 
-SRC_URI[archive.sha256sum] = "8ec44f32052e896fcdd4926eb814a326e39a5047e251eec7b9056fbd9444b0f1"
+SRC_URI[archive.sha256sum] = "b4e993bd827e4ceb6a770b1b5e8950fce3be9c8b2b0cbeb22fdf992808dd2139"
-- 
2.34.1



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

* [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.204 -> 2.206
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
  2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230716.0 -> 6.0.20230730.0 wangmy
  2023-08-01  7:41 ` [oe] [meta-gnome] [PATCH] gspell: upgrade 1.12.1 -> 1.12.2 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-lzma-perl: " wangmy
                   ` (32 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* drop rt.cpan from SUPPORT section
* Test::More::isn't warns in perl 5.38
* Add perl 5.38 & run cron for upstream repos
* add on workflow_dispatch
* fix reference to github issue
* Fix to allow building with C++17 register keyword not allowed in C++17 https://github.com/pmqs/Compress-Raw-Bzip2/issues/11
* Silence warnings on HPUX https://github.com/pmqs/Compress-Raw-Bzip2/issues/10

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-bzip2-perl_2.204.bb => libcompress-raw-bzip2-perl_2.206.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libcompress/{libcompress-raw-bzip2-perl_2.204.bb => libcompress-raw-bzip2-perl_2.206.bb} (90%)

diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.204.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.206.bb
similarity index 90%
rename from meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.204.bb
rename to meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.206.bb
index 1dc077d67e..2bd98e73b4 100644
--- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.204.bb
+++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.206.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=85ab0f65a47c4c0f72d
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "ee7b490e67e7e2a7a0e8c1e1aa29a9610066149f46b836921149ad1813f70c69"
+SRC_URI[sha256sum] = "212b81db1c0ae822d19928619a603bd108cb5d5c4700fc67dc7cb169e0cc6525"
 
 DEPENDS += "bzip2"
 
-- 
2.34.1



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

* [oe] [meta-perl] [PATCH] libcompress-raw-lzma-perl: upgrade 2.204 -> 2.206
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (2 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.204 -> 2.206 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-zlib-perl: " wangmy
                   ` (31 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Add instructions to deal with build failure on Ubuntu/Debian
  https://github.com/pmqs/Compress-Raw-Lzma/issues/7
* Test::More isn't warns in Perl 5.38
* perl 5.38
* add on workflow_dispatch
* update action/checkout version

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...aw-lzma-perl_2.204.bb => libcompress-raw-lzma-perl_2.206.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libcompress/{libcompress-raw-lzma-perl_2.204.bb => libcompress-raw-lzma-perl_2.206.bb} (90%)

diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.206.bb
similarity index 90%
rename from meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb
rename to meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.206.bb
index c4b6a4bb79..cdabdb1390 100644
--- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb
+++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.206.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d36
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "b226d0648da3e7309387cd8d9cf629353593fd08bac29533f2559659ef7aac1a"
+SRC_URI[sha256sum] = "e01a7040b84bdc67592d13eec0c788590e1f696d1d4f07c7097bd72a4f886eb4"
 
 DEPENDS += "xz"
 
-- 
2.34.1



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

* [oe] [meta-perl] [PATCH] libcompress-raw-zlib-perl: upgrade 2.204 -> 2.206
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (3 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-lzma-perl: " wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libio-compress-lzma-perl: " wangmy
                   ` (30 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* drop rt.cpan from SUPPORT section
* Test::More::isn't warns in perl 5.38
* add zlib-ng 2.1.3
* add zlib-ng 2.1.2
* Change storage of ZLIBNG_VER_STATUS from IV to PV https://github.com/pmqs/Compress-Raw-Zlib/issues/24
* Fix to allow building with C++17 register keyword not allowed in C++17 https://github.com/pmqs/Compress-Raw-Zlib/issues/23
* Change while loop for `LimitOutput`  example https://github.com/pmqs/Compress-Raw-Zlib/issues/21
* [doc] zlib.h: Remove duplicate "the" (#22)
* Add zlib compat version for 2.0.7

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...aw-zlib-perl_2.204.bb => libcompress-raw-zlib-perl_2.206.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libcompress/{libcompress-raw-zlib-perl_2.204.bb => libcompress-raw-zlib-perl_2.206.bb} (89%)

diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.204.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.206.bb
similarity index 89%
rename from meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.204.bb
rename to meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.206.bb
index e0aa2e9c25..47fe8e0035 100644
--- a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.204.bb
+++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.206.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=45bba5fa4937353fd4f
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "f161f4297efadbed79c8b096a75951784fc5ccd3170bd32866a19e5c6876d13f"
+SRC_URI[sha256sum] = "46785a6a383a1c843895b7f9f25d5d759e7c305159f9d1e04a3604eb74c77374"
 
 DEPENDS += "zlib"
 
-- 
2.34.1



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

* [oe] [meta-perl] [PATCH] libio-compress-lzma-perl: upgrade 2.204 -> 2.206
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (4 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-zlib-perl: " wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libio-compress-perl: " wangmy
                   ` (29 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* drop rt.cpan from SUPPORT section
* add perl 5.38
* add on workflow_dispatch
* Add some OO examples

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ess-lzma-perl_2.204.bb => libio-compress-lzma-perl_2.206.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libio/{libio-compress-lzma-perl_2.204.bb => libio-compress-lzma-perl_2.206.bb} (88%)

diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.206.bb
similarity index 88%
rename from meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb
rename to meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.206.bb
index 13c17b9bba..1959df5e04 100644
--- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb
+++ b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.206.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d36
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "1e7a4c4f4e665434df59246b19d168b08af2f1aeebaa08937bd69ad3e5e319c8"
+SRC_URI[sha256sum] = "6c600f9bbb1a2d834b1decd0bd5863dcea52e0ac17de101b5085e0e3cb27285c"
 
 S = "${WORKDIR}/IO-Compress-Lzma-${PV}"
 
-- 
2.34.1



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

* [oe] [meta-perl] [PATCH] libio-compress-perl: upgrade 2.204 -> 2.206
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (5 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libio-compress-lzma-perl: " wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] libqb: upgrade 2.0.7 -> 2.0.8 wangmy
                   ` (28 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Merge branch 'master' of https://github.com/pmqs/IO-Compress
* Merge pull request #50 from haarg/fix-version-check
* fix version checks to use correct method
* drop rt.cpan from SUPPORT section
* add perl 5.38
* add on workflow_dispatch
* Add some OO examples

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ibio-compress-perl_2.204.bb => libio-compress-perl_2.206.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libio/{libio-compress-perl_2.204.bb => libio-compress-perl_2.206.bb} (92%)

diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.204.bb b/meta-perl/recipes-perl/libio/libio-compress-perl_2.206.bb
similarity index 92%
rename from meta-perl/recipes-perl/libio/libio-compress-perl_2.204.bb
rename to meta-perl/recipes-perl/libio/libio-compress-perl_2.206.bb
index 8d4aec709e..c58e3fa30c 100644
--- a/meta-perl/recipes-perl/libio/libio-compress-perl_2.204.bb
+++ b/meta-perl/recipes-perl/libio/libio-compress-perl_2.206.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=8e78b88f9c8ac08ae03
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "617784cb8543778681341b18fc67b74735e8b494f32f00814dd22f68ac6af018"
+SRC_URI[sha256sum] = "7d3062b9a494f757e8d0614f220d83f22731bbda1aeb5f7cff0e72a83f433d35"
 
 S = "${WORKDIR}/IO-Compress-${PV}"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] libqb: upgrade 2.0.7 -> 2.0.8
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (6 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libio-compress-perl: " wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] logcheck: upgrade 1.4.2 -> 1.4.3 wangmy
                   ` (27 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

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



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

* [oe] [meta-perl] [PATCH] logcheck: upgrade 1.4.2 -> 1.4.3
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (7 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] libqb: upgrade 2.0.7 -> 2.0.8 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-networking] [PATCH] mdio-tools,mdio-netlink: Upgrade recipes to 1.3.0 wangmy
                   ` (26 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../logcheck/{logcheck_1.4.2.bb => logcheck_1.4.3.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-extended/logcheck/{logcheck_1.4.2.bb => logcheck_1.4.3.bb} (96%)

diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.4.2.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
similarity index 96%
rename from meta-perl/recipes-extended/logcheck/logcheck_1.4.2.bb
rename to meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
index 1ad32b2dbb..c13bd940ea 100644
--- a/meta-perl/recipes-extended/logcheck/logcheck_1.4.2.bb
+++ b/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b"
 SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \
            file://99_logcheck \
 "
-SRC_URI[sha256sum] = "0c651deb31dc201f1584ecea292b259932bae6e3e8cef846db3109e89a7f217e"
+SRC_URI[sha256sum] = "ad83ae80bd780bdae5eefd40ad59a3e97b85ad3a4962aa7c00d98ed3bdffcdd0"
 
 inherit useradd
 
-- 
2.34.1



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

* [oe] [meta-networking] [PATCH] mdio-tools,mdio-netlink: Upgrade recipes to 1.3.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (8 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] logcheck: upgrade 1.4.2 -> 1.4.3 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-dill: upgrade 0.3.6 -> 0.3.7 wangmy
                   ` (25 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
Primarily widen the gamut of supported kernel versions, now supporting
all kernels from 5.2 and onwards.

Added
------
    mvls: Support for 88E6320/88E6321

Changed
--------
    mdio-netlink: Adapt to the upstream C22/C45 refactor.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../mdio-tools/{mdio-netlink_1.2.0.bb => mdio-netlink_1.3.0.bb} | 0
 meta-networking/recipes-support/mdio-tools/mdio-tools.inc       | 2 +-
 .../mdio-tools/{mdio-tools_1.2.0.bb => mdio-tools_1.3.0.bb}     | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/mdio-tools/{mdio-netlink_1.2.0.bb => mdio-netlink_1.3.0.bb} (100%)
 rename meta-networking/recipes-support/mdio-tools/{mdio-tools_1.2.0.bb => mdio-tools_1.3.0.bb} (100%)

diff --git a/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.0.bb
similarity index 100%
rename from meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb
rename to meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.0.bb
diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc
index 46d0c1b4f1..942b2d482d 100644
--- a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc
+++ b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc
@@ -5,4 +5,4 @@ LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master"
-SRCREV = "0dbfca13a094d20d736153c63161cf11b9ccf2d3"
+SRCREV = "42c91efa63ef81992cdcc01e698cf3bc7764bbc3"
diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.bb b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.0.bb
similarity index 100%
rename from meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.bb
rename to meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.0.bb
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-dill: upgrade 0.3.6 -> 0.3.7
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (9 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-networking] [PATCH] mdio-tools,mdio-netlink: Upgrade recipes to 1.3.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-gunicorn: upgrade 20.1.0 -> 21.2.0 wangmy
                   ` (24 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:
 align LICENSE wording with BSD-3-Clause
 Copyright updated to 2023.

Changelog:
==========
 Fix _is_builtin_module
 minor changes from PR #554
 align LICENSE wording with BSD-3-Clause
 Python 3 Metaclasses [Support ABC and Enums - Part 1]
 Abstract Base Classes [Support ABC and Enums - Part 2]
 fix typo
 Bump requests from 2.27.1 to 2.31.0 in /docs
 Fixed crashed in _dill._is_builtin_module when a module's file is None
 Bump pygments from 2.11.2 to 2.15.0 in /docs

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

diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.6.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.7.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-dill_0.3.6.bb
rename to meta-python/recipes-devtools/python/python3-dill_0.3.7.bb
index bec4643064..b6b788110d 100644
--- a/meta-python/recipes-devtools/python/python3-dill_0.3.6.bb
+++ b/meta-python/recipes-devtools/python/python3-dill_0.3.7.bb
@@ -1,9 +1,9 @@
 SUMMARY = "Serialize all of python"
 HOMEPAGE = "https://pypi.org/project/dill/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=61f24e44fc855bde43ed5a1524a37bc4"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=19de1f406e29e68f579e7e82e0758ce3"
 
-SRC_URI[sha256sum] = "e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373"
+SRC_URI[sha256sum] = "cc1c8b182eb3013e24bd475ff2e9295af86c1a38eb1aff128dac8962a9ce3c03"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-gunicorn: upgrade 20.1.0 -> 21.2.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (10 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-dill: upgrade 0.3.6 -> 0.3.7 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-web3: upgrade 6.3.0 -> 6.7.0 wangmy
                   ` (23 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: year updated to 2009-2023

Changelog:
 fix thread worker: revert change considering connection as idle

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

diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
rename to meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb
index f381b9df2b..d765c8fd05 100644
--- a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "WSGI HTTP Server for UNIX"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=302423eeae97079c633da81b6a5fe35e"
 
-SRC_URI[sha256sum] = "e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"
+SRC_URI[sha256sum] = "88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"
 
 inherit pypi setuptools3 ptest
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-web3: upgrade 6.3.0 -> 6.7.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (11 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-gunicorn: upgrade 20.1.0 -> 21.2.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-aiohttp: upgrade 3.8.4 -> 3.8.5 wangmy
                   ` (22 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: change lib author to EF

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

diff --git a/meta-python/recipes-devtools/python/python3-web3_6.3.0.bb b/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-web3_6.3.0.bb
rename to meta-python/recipes-devtools/python/python3-web3_6.7.0.bb
index 088bfd504e..c842639678 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "A Python library for interacting with Ethereum."
 HOMEPAGE = "https://github.com/ethereum/web3.py"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1dc2732bdc5e50382737979791cbb3b7"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
 
-SRC_URI[sha256sum] = "d13f17d18eaacd87f7d233b4b2c70d1579b39573628b71ec996adfcd4dac9cab"
+SRC_URI[sha256sum] = "dc05e4130ed2e1e67a18a6f012cd3095440f37c0b8334038071d5510176debb5"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-aiohttp: upgrade 3.8.4 -> 3.8.5
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (12 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-web3: upgrade 6.3.0 -> 6.7.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.7.6 -> 2.8.0 wangmy
                   ` (21 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
========
 Upgraded the vendored copy of llhttp_ to v8.1.1
 Added information to C parser exceptions to show which character caused the error.
 Fixed a transport is :data:None error

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

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.8.4.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.8.5.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.8.4.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.8.5.bb
index 926801dc74..d04279ed97 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.8.4.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.8.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
 
-SRC_URI[sha256sum] = "bf2e1a9162c1e441bf805a1fd166e249d574ca04e03b34f97e2928769e91ab5c"
+SRC_URI[sha256sum] = "b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc"
 
 PYPI_PACKAGE = "aiohttp"
 inherit python_setuptools_build_meta pypi
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.7.6 -> 2.8.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (13 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-aiohttp: upgrade 3.8.4 -> 3.8.5 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.5 -> 8.1.6 wangmy
                   ` (20 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
* allow [integer sequence indexing](indexing.rst) by list of indices,
* add [masked indexing](indexing.rst) by bitarray masks,
* improve `.bytereverse()` docstring

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

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.7.6.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_2.7.6.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_2.8.0.bb
index b27480057a..19d9f9ef9b 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.7.6.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.8.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"
 LICENSE = "PSF-2.0"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = "3807f9323c308bc3f9b58cbe5d04dc28f34ac32d852999334da96b42f64b5356"
+SRC_URI[sha256sum] = "cd69a926a3363e25e94a64408303283c59085be96d71524bdbe6bfc8da2e34e0"
 
 inherit setuptools3 pypi
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.5 -> 8.1.6
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (14 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.7.6 -> 2.8.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.4 -> 3.27.0 wangmy
                   ` (19 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fix an issue with type hints for @click.group()

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

diff --git a/meta-python/recipes-devtools/python/python3-click_8.1.5.bb b/meta-python/recipes-devtools/python/python3-click_8.1.6.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-click_8.1.5.bb
rename to meta-python/recipes-devtools/python/python3-click_8.1.6.bb
index d7d50118e2..4858c9e359 100644
--- a/meta-python/recipes-devtools/python/python3-click_8.1.5.bb
+++ b/meta-python/recipes-devtools/python/python3-click_8.1.6.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8"
 
-SRC_URI[sha256sum] = "4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367"
+SRC_URI[sha256sum] = "48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"
 
 inherit pypi setuptools3 ptest
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.4 -> 3.27.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (15 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.5 -> 8.1.6 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-configargparse: upgrade 1.5.5 -> 1.7 wangmy
                   ` (18 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 chore(deps): bump cmake from 3.26.3 to 3.26.4
 chore: continue testing with python 2.7
 Update to CMake 3.27.0 

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

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



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

* [oe] [meta-python] [PATCH] python3-configargparse: upgrade 1.5.5 -> 1.7
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (16 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.4 -> 3.27.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-cytoolz: upgrade 0.12.1 -> 0.12.2 wangmy
                   ` (17 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 added several missed global variables from the argparse module

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

diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb
rename to meta-python/recipes-devtools/python/python3-configargparse_1.7.bb
index 7d3a5fba5f..2eab701c8a 100644
--- a/meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943"
 
-SRC_URI[sha256sum] = "363d80a6d35614bd446e2f2b1b216f3b33741d03ac6d0a92803306f40e555b58"
+SRC_URI[sha256sum] = "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1"
 
 PYPI_PACKAGE = "ConfigArgParse"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-cytoolz: upgrade 0.12.1 -> 0.12.2
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (17 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-configargparse: upgrade 1.5.5 -> 1.7 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-dnspython: upgrade 2.4.0 -> 2.4.1 wangmy
                   ` (16 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 Support Cython 3.0
 Stop building wheels for PyPy 3.9 and PyPy 3.10, which stopped working for some reason

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

diff --git a/meta-python/recipes-devtools/python/python3-cytoolz_0.12.1.bb b/meta-python/recipes-devtools/python/python3-cytoolz_0.12.2.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-cytoolz_0.12.1.bb
rename to meta-python/recipes-devtools/python/python3-cytoolz_0.12.2.bb
index b63e71eb16..fa8549c541 100644
--- a/meta-python/recipes-devtools/python/python3-cytoolz_0.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cytoolz_0.12.2.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d422ebce3e9c6447563bd410e9b22f2e"
 
-SRC_URI[sha256sum] = "fc33909397481c90de3cec831bfb88d97e220dc91939d996920202f184b4648e"
+SRC_URI[sha256sum] = "31d4b0455d72d914645f803d917daf4f314d115c70de0578d3820deb8b101f66"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-dnspython: upgrade 2.4.0 -> 2.4.1
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (18 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-cytoolz: upgrade 0.12.1 -> 0.12.2 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-elementpath: upgrade 4.1.4 -> 4.1.5 wangmy
                   ` (15 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.4.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.4.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-dnspython_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-dnspython_2.4.1.bb
index bce6ccfafb..6233527dc0 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.4.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.dnspython.org/"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
 
-SRC_URI[sha256sum] = "758e691dbb454d5ccf4e1b154a19e52847f79e21a42fef17b969144af29a4e6c"
+SRC_URI[sha256sum] = "c33971c79af5be968bb897e95c2448e11a645ee84d93b265ce0b7aabe5dfdca8"
 
 inherit pypi python_poetry_core ptest
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-elementpath: upgrade 4.1.4 -> 4.1.5
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (19 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-dnspython: upgrade 2.4.0 -> 2.4.1 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.3.4 -> 5.3.5 wangmy
                   ` (14 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fix typed value of ElementNode() if self.elem.text is None

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

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_4.1.4.bb b/meta-python/recipes-devtools/python/python3-elementpath_4.1.5.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-elementpath_4.1.4.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_4.1.5.bb
index 60c54f0193..7b6aad7c98 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_4.1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_4.1.5.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = "f991c42ff66fa06e219141ccf65890261e6635b448e7d4c2d8b62dc5bf1de9e8"
+SRC_URI[sha256sum] = "c2d6dc524b29ef751ecfc416b0627668119d8812441c555d7471da41d4bacb8d"
 
 PYPI_PACKAGE = "elementpath"
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.3.4 -> 5.3.5
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (20 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-elementpath: upgrade 4.1.4 -> 4.1.5 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-gnupg: upgrade 0.5.0 -> 0.5.1 wangmy
                   ` (13 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Prevent allow_unsafe_werkzeug option from being passed to web servers

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

diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
index 4dae0d14ba..34919d2222 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
@@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "Flask-SocketIO"
 
-SRC_URI[sha256sum] = "1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c"
+SRC_URI[sha256sum] = "5f01158d10db71aa78c969b631ce3b9148b47ab0de1995158f9577f85b004d25"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-flask \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-gnupg: upgrade 0.5.0 -> 0.5.1
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (21 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.3.4 -> 5.3.5 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.93.0 -> 2.95.0 wangmy
                   ` (12 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Added TRUST_EXPIRED to trust_keys. Thanks to Leif Liddy for the patch.
-Fix #206: Remove deprecated --always-trust in favour of --trust-model always
-Fix #208: Add status_detail attribute to result objects which is populated when
 the status is 'invalid recipient' (encryption/decryption) or 'invalid signer'
 (signing). 
-Add scan_keys_mem() function to scan keys in a string. Thanks to Sky Moore
 for the patch.
-Fix #214: Handle multiple signatures when one of them is invalid or unverified.
-A problems attribute was added which holds problems reported by gpg
 during verification. 
-Fix #217: Use machine-readable interface to query the gpg version. Thanks to Justus
 Winter for the patch.
-Added the ability to export keys to a file. Thanks to Leif Liddy for the patch.

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

diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.5.0.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.5.1.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-gnupg_0.5.0.bb
rename to meta-python/recipes-devtools/python/python3-gnupg_0.5.1.bb
index b97c4f3f5d..7510625dbd 100644
--- a/meta-python/recipes-devtools/python/python3-gnupg_0.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gnupg_0.5.1.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dabe659eadd6d97325b1582e41cfc11"
 
 PYPI_PACKAGE = "python-gnupg"
-SRC_URI[sha256sum] = "70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a"
+SRC_URI[sha256sum] = "5674bad4e93876c0b0d3197e314d7f942d39018bf31e2b833f6788a6813c3fb8"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.93.0 -> 2.95.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (22 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-gnupg: upgrade 0.5.0 -> 0.5.1 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-grpcio: upgrade 1.56.0 -> 1.56.2 wangmy
                   ` (11 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

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

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.93.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.95.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.93.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.95.0.bb
index 14a3b4fbed..c8625838ba 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.93.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.95.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] = "62ee28e96031a10a1c341f226a75ac6a4f16bdb1d888dc8222b2cdca133d0031"
+SRC_URI[sha256sum] = "d2731ede12f79e53fbe11fdb913dfe986440b44c0a28431c78a8ec275f4c1541"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-grpcio: upgrade 1.56.0 -> 1.56.2
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (23 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.93.0 -> 2.95.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-jedi: upgrade 0.18.2 -> 0.19.0 wangmy
                   ` (10 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
[WRR] backport (#33694) to 1.56
[backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion

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

diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.56.2.bb
similarity index 95%
rename from meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio_1.56.2.bb
index fc871adec4..c34391dd67 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.56.2.bb
@@ -14,7 +14,7 @@ SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \
                                 file://0001-direct_mmap-Use-off_t-on-linux.patch;patchdir=third_party/abseil-cpp \
                                 file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \
 "
-SRC_URI[sha256sum] = "4c08ee21b3d10315b8dc26f6c13917b20ed574cdbed2d2d80c53d5508fdcc0f2"
+SRC_URI[sha256sum] = "0ff789ae7d8ddd76d2ac02e7d13bfef6fc4928ac01e1dcaa182be51b6bcc0aaa"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \
                   ${PYTHON_PN}-setuptools \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-jedi: upgrade 0.18.2 -> 0.19.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (24 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-grpcio: upgrade 1.56.0 -> 1.56.2 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-marshmallow: upgrade 3.19.0 -> 3.20.1 wangmy
                   ` (9 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Python 3.11 support
-Massive improvements in performance for Interpreter (e.g. IPython) users.
 This especially affects pandas users with large datasets.
-Add jedi.settings.allow_unsafe_interpreter_executions to make it easier for
 IPython users to avoid unsafe executions.

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

diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb b/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb
rename to meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb
index 41063d2ad2..91517f7098 100644
--- a/meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb
+++ b/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4"
 
 PYPI_PACKAGE = "jedi"
 
-SRC_URI[sha256sum] = "bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612"
+SRC_URI[sha256sum] = "bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4"
 
 RDEPENDS:${PN} = " \
 	${PYTHON_PN}-parso \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-marshmallow: upgrade 3.19.0 -> 3.20.1
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (25 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-jedi: upgrade 0.18.2 -> 0.19.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-portion: upgrade 2.4.0 -> 2.4.1 wangmy
                   ` (8 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fix call to get_declared_fields: pass dict_cls again

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

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.20.1.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.20.1.bb
index 91f6462b35..5024b25122 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.20.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
 
 SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
 
-SRCREV = "78edf5582ee325bba99f097cb7167ef73b6f84d8"
+SRCREV = "dda9a8014dfe1bcb35e21307cfd5a8e19615a284"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-portion: upgrade 2.4.0 -> 2.4.1
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (26 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-marshmallow: upgrade 3.19.0 -> 3.20.1 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.3.2 -> 3.4.1 wangmy
                   ` (7 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Import error when using create_api outside a REPL

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

diff --git a/meta-python/recipes-devtools/python/python3-portion_2.4.0.bb b/meta-python/recipes-devtools/python/python3-portion_2.4.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-portion_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-portion_2.4.1.bb
index 942f1204c0..a340ba7fce 100644
--- a/meta-python/recipes-devtools/python/python3-portion_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-portion_2.4.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "deb16389e844dbf9aeb654261fce5febd720e4786c6690efbb9dc11608226840"
+SRC_URI[sha256sum] = "9dcbf1808898f440aed304a5e9f0742a2859eca3b0ac7f1f58e50502852a8ef9"
 
 RDEPENDS:${PN} = "\
     ${PYTHON_PN}-sortedcontainers \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.3.2 -> 3.4.1
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (27 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-portion: upgrade 2.4.0 -> 2.4.1 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-robotframework: upgrade 6.1 -> 6.1.1 wangmy
                   ` (6 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
  Fix serial startup problems. (#1701)
  pass source_address in tcp client. (#1700)
  serial server use source_address[0]. (#1699)
  Examples coverage nearly 100%. (#1694)
  new async serial (#1681)
  Docker is not supported (lack of maintainer). (#1693)
  Forwarder write_coil --> write_coil. (#1691)
  Change default source_address to (0.0.0.0, 502) (#1690)
  Update ruff to 0.0.277 (#1689)
  Fix dict comprehension (#1687)
  Removed requests dependency from contrib/explain.py (#1688)
  Fix broken test (#1685)
  Fix readme badges (#1682)
  Bump aiohttp from 3.8.3 to 3.8.5 (#1680)
  pygments from 2.14.0 to 2.15.0 (#1677)
  Handle partial local echo. (#1675)
  clarify handle_local_echo. (#1674)
  async_client: add retries/reconnect. (#1672)
  Fix 3.11 problem. (#1673)
  Add new example simulator server/client. (#1671)
  examples/contrib/explain.py leveraging Rapid SCADA (#1665)
  _logger missed basicConfig. (#1670)
  Bug fix for #1662 (#1663)
  Bug fix for #1661 (#1664)
  Fix typo in config.rst (#1660)
  test action_increment. (#1659)
  test codeql (#1655)
  mypy complaints. (#1656)
  Remove self.params from async client (#1640)
  Drop test of pypy with python 3.8.
  repair server_async.py (#1644)
  move common framer to base. (#1639)
  Restrict Return diag call to bytes. (#1638)
  use slave= in diag requests. (#1636)
  transport listen in server. (#1628)
  CI test.
  Integrate transport in server. (#1617)
  fix getFrameStart for ExceptionResponse (#1627)
  Add min/min to simulator actions.
  Change to "sync client" in forwarder example (#1625)
  Remove docker (lack of maintenance). (#1623)
  Clean defaults (#1618)
  Reduce CI log with no debug. (#1616)
  prepare server to use transport. (#1607)
  Fix RemoteSlaveContext (#1599)
  Combine stale and lock. (#1608)
  update pytest + extensions. (#1610)
  Change version follow PEP 440. (#1609)
  Fix regression with REPL server not listening (#1604)
  Remove handler= for server classes. (#1602)
  Fix write function codes (#1598)
  transport nullmodem (#1591)
  move test of examples to subdirectory. (#1592)
  transport as object, not base class. (#1572)
  Simple examples. (#1590)
  transport_connect as bool. (#1587)
  Prepare dev (#1588)
  Release corrections. (#1586)

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

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.3.2.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.4.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.3.2.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.4.1.bb
index 2b7dfd7741..ecc56781a3 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.4.1.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=430604f78bee72425da231d42eac9cee"
 DEPENDS += "python3-six-native"
 
-SRC_URI[sha256sum] = "33f427f39189567600ea1f8f6ebd7e5f26caf50ef330798792679fcae80ef339"
+SRC_URI[sha256sum] = "2a95a311669f6734f94535332984474e4b4815de1500c74e6b94432a8bd9820a"
 S = "${WORKDIR}/pymodbus-${PV}"
 
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-robotframework: upgrade 6.1 -> 6.1.1
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (28 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.3.2 -> 3.4.1 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-tomlkit: upgrade 0.11.8 -> 0.12.1 wangmy
                   ` (5 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.1.1.rst

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

diff --git a/meta-python/recipes-devtools/python/python3-robotframework_6.1.bb b/meta-python/recipes-devtools/python/python3-robotframework_6.1.1.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-robotframework_6.1.bb
rename to meta-python/recipes-devtools/python/python3-robotframework_6.1.1.bb
index 154b011aab..7fd2f2e888 100644
--- a/meta-python/recipes-devtools/python/python3-robotframework_6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-robotframework_6.1.1.bb
@@ -13,7 +13,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE_EXT = "zip"
 
-SRC_URI[sha256sum] = "a94e0b3c4f8ae08c0a4dc7bff6fa8a51730565103f8c682a2d8391da9a4697f5"
+SRC_URI[sha256sum] = "3fa18f2596a4df2418c4b59abf43248327c15ed38ad8665f6a9a9c75c95d7789"
 
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-shell \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-tomlkit: upgrade 0.11.8 -> 0.12.1
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (29 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-robotframework: upgrade 6.1 -> 6.1.1 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-typeguard: upgrade 4.0.0 -> 4.1.0 wangmy
                   ` (4 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
========
  Make float and int hashable.
  Allow users to specify encoders for custom types.
  Fix the incorrect sort when building a table with dotted keys.
  Complete the methods required for integer and float items.
  Replace the deprecated usage of datetime.utcnow().
  Minor performance improvements when iterating over the escape sequences. 

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

diff --git a/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb b/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb
rename to meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
index 5ec7e6e9af..e86a3c7898 100644
--- a/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb
+++ b/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/tomlkit/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=31aac0dbc1babd278d5386dadb7f8e82"
 
-SRC_URI[sha256sum] = "9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3"
+SRC_URI[sha256sum] = "38e1ff8edb991273ec9f6181244a6a391ac30e9f5098e7535640ea6be97a7c86"
 
 inherit pypi python_poetry_core ptest
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-typeguard: upgrade 4.0.0 -> 4.1.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (30 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-tomlkit: upgrade 0.11.8 -> 0.12.1 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-virtualenv: upgrade 20.24.0 -> 20.24.2 wangmy
                   ` (3 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Added support for passing a tuple as expected_type to check_type(), making it
  more of a drop-in replacement for isinstance()
- Fixed regression where Literal inside a Union had quotes stripped from its
  contents, thus typically causing NameError to be raised when run
- Fixed handling of typing_extensions.Literal on Python 3.8 and 3.9 when
  typing_extensions>=4.6.0 is installed
- Fixed NameError when generated type checking code references an imported
  name from a method
- Fixed docstrings disappearing from instrumented functions
- Fixed @typechecked failing to instrument functions when there are more than
  one function within the same scope
- Fixed frozenset not being checked

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

diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.1.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb
rename to meta-python/recipes-devtools/python/python3-typeguard_4.1.0.bb
index ca17e2b135..f64c70a72d 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_4.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53"
 
-SRC_URI[sha256sum] = "194fb3dbcb06ea9caf7088f3befee014de57961689f9c859ac5239b1ef61d987"
+SRC_URI[sha256sum] = "b05a54bb0276eefd28880df42e004a71e699c8081fcb9d0536b2ceb01019f60c"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-virtualenv: upgrade 20.24.0 -> 20.24.2
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (31 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-typeguard: upgrade 4.0.0 -> 4.1.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.71.0 -> 0.71.4 wangmy
                   ` (2 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Bump pip and wheel

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

diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.24.0.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.24.2.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-virtualenv_20.24.0.bb
rename to meta-python/recipes-devtools/python/python3-virtualenv_20.24.2.bb
index 8b849df31d..52a99ccda6 100644
--- a/meta-python/recipes-devtools/python/python3-virtualenv_20.24.0.bb
+++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.24.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538"
 
-SRC_URI[sha256sum] = "e2a7cef9da880d693b933db7654367754f14e20650dc60e8ee7385571f8593a3"
+SRC_URI[sha256sum] = "fd8a78f46f6b99a67b7ec5cf73f92357891a7b3a40fd97637c27f854aae3b9e0"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.71.0 -> 0.71.4
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (32 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-virtualenv: upgrade 20.24.0 -> 20.24.2 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 46.0 -> 47.0 wangmy
  2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] sip: upgrade 6.7.9 -> 6.7.10 wangmy
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 Cleanup naming from previous refactoring in ServiceInfo
 Pin python-semantic-release to fix release process
 No change re-release to fix wheel builds
 Add missing if TYPE_CHECKING guard to generate_service_query

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

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.71.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.71.4.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.71.0.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.71.4.bb
index 78bdfc6f0c..ce92c6478a 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.71.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.71.4.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] = "c3040b3ad60f77fd29ca90b013c99aa7a0266eab9e4953106fc6f5fc8ba5641a"
+SRC_URI[sha256sum] = "b988425f6bd0d4f11f05fa258a6c49d9f9956777e9af00ca98c4ed3f743bd677"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-networking] [PATCH] rdma-core: upgrade 46.0 -> 47.0
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (33 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.71.0 -> 0.71.4 wangmy
@ 2023-08-01  7:41 ` wangmy
  2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] sip: upgrade 6.7.9 -> 6.7.10 wangmy
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_46.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_47.0.bb
similarity index 96%
rename from meta-networking/recipes-support/rdma-core/rdma-core_46.0.bb
rename to meta-networking/recipes-support/rdma-core/rdma-core_47.0.bb
index a6927f566d..ac417435ce 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_46.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_47.0.bb
@@ -7,7 +7,7 @@ RDEPENDS:${PN} = "bash perl"
 
 SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https \
            file://0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch"
-SRCREV = "f2789cbd394c5839e8942d585a494ab72fd97e39"
+SRCREV = "ccb120cc7b7faceca90cfa55189a1b35b0adc78d"
 S = "${WORKDIR}/git"
 
 #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] sip: upgrade 6.7.9 -> 6.7.10
  2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
                   ` (34 preceding siblings ...)
  2023-08-01  7:41 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 46.0 -> 47.0 wangmy
@ 2023-08-01  7:41 ` wangmy
  35 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-08-01  7:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
  - Added the --minimum-glibc-version command line option to sip-wheel.
  - The latest version of ABI v13 is v13.5.2.
  - The latest version of ABI v12 is v12.12.2.
  - Bug fixes.

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

diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.9.bb b/meta-oe/recipes-devtools/sip/sip_6.7.10.bb
similarity index 83%
rename from meta-oe/recipes-devtools/sip/sip_6.7.9.bb
rename to meta-oe/recipes-devtools/sip/sip_6.7.10.bb
index f6c2457bc5..c141d8f58e 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.7.9.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.7.10.bb
@@ -11,6 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
 inherit pypi setuptools3 python3native
 
 PYPI_PACKAGE = "sip"
-SRC_URI[sha256sum] = "35d51fc10f599d3696abb50f29d068ad04763df7b77808c76b74597660f99b17"
+SRC_URI[sha256sum] = "398aeb84ee03f3a953947cac70e60d3b02dceba3c4f4dd46c5383e9dbe3936bb"
 
 BBCLASSEXTEND = "native"
-- 
2.34.1



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

end of thread, other threads:[~2023-08-01  7:42 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-01  7:41 [oe] [meta-networking] [PATCH] babeld: upgrade 1.12.2 -> 1.13.1 wangmy
2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230716.0 -> 6.0.20230730.0 wangmy
2023-08-01  7:41 ` [oe] [meta-gnome] [PATCH] gspell: upgrade 1.12.1 -> 1.12.2 wangmy
2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.204 -> 2.206 wangmy
2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-lzma-perl: " wangmy
2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libcompress-raw-zlib-perl: " wangmy
2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libio-compress-lzma-perl: " wangmy
2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] libio-compress-perl: " wangmy
2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] libqb: upgrade 2.0.7 -> 2.0.8 wangmy
2023-08-01  7:41 ` [oe] [meta-perl] [PATCH] logcheck: upgrade 1.4.2 -> 1.4.3 wangmy
2023-08-01  7:41 ` [oe] [meta-networking] [PATCH] mdio-tools,mdio-netlink: Upgrade recipes to 1.3.0 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-dill: upgrade 0.3.6 -> 0.3.7 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-gunicorn: upgrade 20.1.0 -> 21.2.0 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-web3: upgrade 6.3.0 -> 6.7.0 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-aiohttp: upgrade 3.8.4 -> 3.8.5 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.7.6 -> 2.8.0 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.5 -> 8.1.6 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.26.4 -> 3.27.0 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-configargparse: upgrade 1.5.5 -> 1.7 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-cytoolz: upgrade 0.12.1 -> 0.12.2 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-dnspython: upgrade 2.4.0 -> 2.4.1 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-elementpath: upgrade 4.1.4 -> 4.1.5 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.3.4 -> 5.3.5 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-gnupg: upgrade 0.5.0 -> 0.5.1 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.93.0 -> 2.95.0 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-grpcio: upgrade 1.56.0 -> 1.56.2 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-jedi: upgrade 0.18.2 -> 0.19.0 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-marshmallow: upgrade 3.19.0 -> 3.20.1 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-portion: upgrade 2.4.0 -> 2.4.1 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.3.2 -> 3.4.1 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-robotframework: upgrade 6.1 -> 6.1.1 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-tomlkit: upgrade 0.11.8 -> 0.12.1 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-typeguard: upgrade 4.0.0 -> 4.1.0 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-virtualenv: upgrade 20.24.0 -> 20.24.2 wangmy
2023-08-01  7:41 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.71.0 -> 0.71.4 wangmy
2023-08-01  7:41 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 46.0 -> 47.0 wangmy
2023-08-01  7:41 ` [oe] [meta-oe] [PATCH] sip: upgrade 6.7.9 -> 6.7.10 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.