[oe] [meta-python] [PATCH 19/26] python3-socketio: upgrade 5.11.0 -> 5.11.1

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
-Connection retry option in the client
-use Socket.IO sid in transport
-Add support for Python 3.12 and drop 3.7

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

diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb 
b/meta-python/recipes-devtools/python/python3-socketio_5.11.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb
rename to meta-python/recipes-devtools/python/python3-socketio_5.11.1.bb
index 72471e956..b89430ef9 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_5.11.1.bb
@@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "python-socketio"
 
-SRC_URI[sha256sum] = 
"b03186e04b942088781f6286c13604a853e5e35ed59158c51ff7af22fa032e6f"
+SRC_URI[sha256sum] = 
"bbcbd758ed8c183775cb2853ba001361e2fa018babf5cbe11a5b77e91c2ec2a2"
 
 PACKAGECONFIG ?= "asyncio_client client"
 PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp 
${PYTHON_PN}-websockets"
-- 
2.34.1


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



[oe] [meta-python] [PATCH 15/26] python3-pymisp: upgrade 2.4.184 -> 2.4.185

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb 
b/meta-python/recipes-devtools/python/python3-pymisp_2.4.185.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.185.bb
index b0e62bae2..d17ce7496 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.185.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/MISP/PyMISP;
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
-SRC_URI[sha256sum] = 
"fbd9089c867a63144562932862474910696ab57f4786a4b7c1a0b28ba204c0ae"
+SRC_URI[sha256sum] = 
"3ccdc6ee48d26d82c77ba3f5d8fd41a79eaaef0ad5619f37a65b060e92f6da4c"
 
 inherit python_poetry_core pypi
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 20/26] python3-tox: upgrade 4.12.1 -> 4.13.0

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Document usage of Pytest with Tox as a FAQ entry
-docs/config.rst: State in config directive sections their ini file sections
-.gitignore: Add /tests/demo_pkg_inline/.tox/
-docs/development: Summarise important points experienced devs need to know
-Add tests for CliEnv
-Document how CliEnv works
-docs/development "Key points": Two updates and general improvement
-session.env_select.CliEnv: Document and test spaces behaviour
-config.cli.test_cli_ini: Re-order for clarity (textual moves only)
-Revert previous "precommit autoupdate (#3214)" commit; it's broken
-Extract packaging virtualenv code to its own class

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

diff --git a/meta-python/recipes-devtools/python/python3-tox_4.12.1.bb 
b/meta-python/recipes-devtools/python/python3-tox_4.13.0.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-tox_4.12.1.bb
rename to meta-python/recipes-devtools/python/python3-tox_4.13.0.bb
index 6d092c6ff..f46b43454 100644
--- a/meta-python/recipes-devtools/python/python3-tox_4.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tox_4.13.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://tox.readthedocs.org/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
 
-SRC_URI[sha256sum] = 
"61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"
+SRC_URI[sha256sum] = 
"dd789a554c16c4b532924ba393c92fc8991323c4b3d466712bfecc8c9b9f24f7"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


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



[oe] [meta-python] [PATCH 21/26] python3-twine: upgrade 4.0.2 -> 5.0.0

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git a/meta-python/recipes-devtools/python/python3-twine_4.0.2.bb 
b/meta-python/recipes-devtools/python/python3-twine_5.0.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-twine_4.0.2.bb
rename to meta-python/recipes-devtools/python/python3-twine_5.0.0.bb
index 161b4b221..82bcf4954 100644
--- a/meta-python/recipes-devtools/python/python3-twine_4.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-twine_5.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://twine.readthedocs.io/;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c"
 
-SRC_URI[sha256sum] = 
"9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8"
+SRC_URI[sha256sum] = 
"89b0cc7d370a4b66421cc6102f269aa910fe0f1861c124f573cf2ddedbc10cf4"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 23/26] python3-zopeinterface: upgrade 6.1 -> 6.2

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Add preliminary support for Python 3.13 as of 3.13a3.
-Add support to use the pipe (|) syntax for typing.Union.

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

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


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



[oe] [meta-python] [PATCH 22/26] python3-watchdog: upgrade 3.0.0 -> 4.0.0

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Drop support for Python 3.7.
-Add support for Python 3.12.
-Add typing to dirsnapshot (#1012)
-Added DirectorySnapshotDiff.ContextManager (#1011)
-FileSystemEvent, and subclasses, are now dataclass"es, and their "repr() has 
changed
-WinAPINativeEvent is now a dataclass, and its repr() has changed
-Log FileOpenedEvent, and FileClosedEvent, events in LoggingEventHandler
-Improve FileSystemEvent coverage
-Log all events in LoggerTrick
-The observers.read_directory_changes.WATCHDOG_TRAVERSE_MOVED_DIR_DELAY hack 
was removed.

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

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb 
b/meta-python/recipes-devtools/python/python3-watchdog_4.0.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-watchdog_4.0.0.bb
index bcd64892a..dacf4e234 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_4.0.0.bb
@@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9"
+SRC_URI[sha256sum] = 
"e3e7065cbdabe6183ab82199d7a4f6b3ba0a438c5a512a68559846ccb76a78ec"
 
 inherit pypi setuptools3
 
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 24/26] remmina: upgrade 1.4.33 -> 1.4.34

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
* [REM-2981] Move ssh-unrelated code outside of HAVE_LIBSSH ifdef
* [REM-2974] only attempt to resolve hostname if initial ssh_connect fails
* [REM-2980] Remove flag that prevented remote audio from working with flatpak 
version of Remmina
* [REM-2982] Update Flatpak to use GNOME runtime version 44
* initial port to core22
* [REM-2984] Add null check to prevent freeze when opening an rdp connection
* Fix GTK critical error when editing RDP profile
* Remove snap installs for broken link executables
* SSH private key auth: If username is empty, prompt user to enter it
* Fix Flatpak freeze on connection when importing RDP profile
* Fix of some grammatic issues in German translation
* [REM-3003] Re-add line removed by accident in !2532
* GtkFileChooserNative support
* Spice UNIX socket channel initialization enhancement
* Fix segfault for 'remmina -p'
* Add unlocking code to let plugins use passwords
* CI Pipeline Updates
* [freerdp] update to build for stable-3.0
* Allow Remmina to be built without FreeRDP
* [REM-3048] Fix crash on multi-monitor with FreeRDP3
* Added developer_name to meet new flathub requirements
* [New features] Bring back remmina server features with new additions
* [REM-2983] compile ssh with gcrypt for flatpak builds. Also sync flatpak...
* Update copyright info

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

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.33.bb 
b/meta-oe/recipes-support/remmina/remmina_1.4.34.bb
similarity index 96%
rename from meta-oe/recipes-support/remmina/remmina_1.4.33.bb
rename to meta-oe/recipes-support/remmina/remmina_1.4.34.bb
index 590f5089e..921d34d9f 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.33.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.34.bb
@@ -25,7 +25,7 @@ DEPENDS = " \
 DEPENDS:append:libc-musl = " libexecinfo"
 LDFLAGS:append:libc-musl = " -lexecinfo"
 
-SRCREV = "2c4e1479433e51418ecb6089f35182bfebc5b57e"
+SRCREV = "75a0bdb795d99e052690178ae0d81ebdbd2cbdd3"
 SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
 S = "${WORKDIR}/git"
 
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 25/26] sip: upgrade 6.8.2 -> 6.8.3

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- The use of 'throw' specifiers is now deprecated and will be removed in SIP
  v7.  Instead of 'throw()', 'noexcept' should be used.  Other forms of
  'throw' are no longer required.
- Support for ABI v13.0 and ABI v12.8 and older is now deprecated and will be
  removed in SIP v7.
- Documentation fixes.
- Bug fixes.

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-devtools/sip/{sip_6.8.2.bb => sip_6.8.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/sip/{sip_6.8.2.bb => sip_6.8.3.bb} (87%)

diff --git a/meta-oe/recipes-devtools/sip/sip_6.8.2.bb 
b/meta-oe/recipes-devtools/sip/sip_6.8.3.bb
similarity index 87%
rename from meta-oe/recipes-devtools/sip/sip_6.8.2.bb
rename to meta-oe/recipes-devtools/sip/sip_6.8.3.bb
index 5df494fa7..d12130af4 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.8.2.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.8.3.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
 inherit pypi setuptools3 python3native
 
 PYPI_PACKAGE = "sip"
-SRC_URI[sha256sum] = 
"2e65a423037422ccfde095c257703a8ff45cc1c89bdaa294d7819bc836c87639"
+SRC_URI[sha256sum] = 
"888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c"
 
 RDEPENDS:${PN} = " \
 python3-core \
-- 
2.34.1


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



[oe] [meta-python] [PATCH 26/26] python3-pydantic: upgrade 2.5.3 -> 2.6.0

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

-Drop Python3.7 support
-Drop Python 3.7, and PyPy 3.7 and 3.8
-Use positional-only self in BaseModel constructor, so no field name can ever
 conflict with it
-Make @validate_call return a function instead of a custom descriptor - fixes
 binding issue with inheritance and adds self/cls argument to validation errors
-Exclude BaseModel docstring from JSON schema description
-Introducing classproperty decorator for model_computed_fields
-Explicitly raise an error if field names clashes with types
-Use stricter serializer for unions of simple types

Signed-off-by: Wang Mingyu 
---
 .../python/python3-pydantic-core-crates.inc   | 94 ++-
 ...4.6.bb => python3-pydantic-core_2.16.2.bb} |  2 +-
 ...tic_2.5.3.bb => python3-pydantic_2.6.0.bb} |  2 +-
 3 files changed, 50 insertions(+), 48 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pydantic-core_2.14.6.bb => 
python3-pydantic-core_2.16.2.bb} (94%)
 rename meta-python/recipes-devtools/python/{python3-pydantic_2.5.3.bb => 
python3-pydantic_2.6.0.bb} (94%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc 
b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc
index 932cfc852..5518ff6ec 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc
+++ b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc
@@ -2,24 +2,25 @@
 
 # from Cargo.lock
 SRC_URI += " \
-crate://crates.io/ahash/0.8.6 \
+crate://crates.io/ahash/0.8.7 \
 crate://crates.io/aho-corasick/1.0.2 \
+crate://crates.io/allocator-api2/0.2.16 \
 crate://crates.io/autocfg/1.1.0 \
-crate://crates.io/base64/0.21.5 \
+crate://crates.io/base64/0.21.7 \
 crate://crates.io/bitflags/1.3.2 \
 crate://crates.io/cc/1.0.79 \
 crate://crates.io/cfg-if/1.0.0 \
 crate://crates.io/enum_dispatch/0.3.12 \
 crate://crates.io/equivalent/1.0.1 \
-crate://crates.io/form_urlencoded/1.2.0 \
+crate://crates.io/form_urlencoded/1.2.1 \
 crate://crates.io/getrandom/0.2.10 \
-crate://crates.io/hashbrown/0.14.0 \
+crate://crates.io/hashbrown/0.14.3 \
 crate://crates.io/heck/0.4.1 \
-crate://crates.io/idna/0.4.0 \
+crate://crates.io/idna/0.5.0 \
 crate://crates.io/indexmap/2.0.0 \
 crate://crates.io/indoc/2.0.4 \
 crate://crates.io/itoa/1.0.8 \
-crate://crates.io/jiter/0.0.4 \
+crate://crates.io/jiter/0.0.6 \
 crate://crates.io/lexical-core/0.8.5 \
 crate://crates.io/lexical-parse-float/0.8.5 \
 crate://crates.io/lexical-parse-integer/0.8.6 \
@@ -36,15 +37,15 @@ SRC_URI += " \
 crate://crates.io/once_cell/1.18.0 \
 crate://crates.io/parking_lot/0.12.1 \
 crate://crates.io/parking_lot_core/0.9.8 \
-crate://crates.io/percent-encoding/2.3.0 \
-crate://crates.io/proc-macro2/1.0.69 \
-crate://crates.io/pyo3/0.20.0 \
-crate://crates.io/pyo3-build-config/0.20.0 \
-crate://crates.io/pyo3-ffi/0.20.0 \
-crate://crates.io/pyo3-macros/0.20.0 \
-crate://crates.io/pyo3-macros-backend/0.20.0 \
+crate://crates.io/percent-encoding/2.3.1 \
+crate://crates.io/proc-macro2/1.0.76 \
+crate://crates.io/pyo3/0.20.2 \
+crate://crates.io/pyo3-build-config/0.20.2 \
+crate://crates.io/pyo3-ffi/0.20.2 \
+crate://crates.io/pyo3-macros/0.20.2 \
+crate://crates.io/pyo3-macros-backend/0.20.2 \
 crate://crates.io/python3-dll-a/0.2.9 \
-crate://crates.io/quote/1.0.29 \
+crate://crates.io/quote/1.0.35 \
 crate://crates.io/redox_syscall/0.3.5 \
 crate://crates.io/regex/1.10.2 \
 crate://crates.io/regex-automata/0.4.3 \
@@ -52,15 +53,15 @@ SRC_URI += " \
 crate://crates.io/rustversion/1.0.13 \
 crate://crates.io/ryu/1.0.14 \
 crate://crates.io/scopeguard/1.1.0 \
-crate://crates.io/serde/1.0.190 \
-crate://crates.io/serde_derive/1.0.190 \
-crate://crates.io/serde_json/1.0.108 \
-crate://crates.io/smallvec/1.11.1 \
+crate://crates.io/serde/1.0.195 \
+crate://crates.io/serde_derive/1.0.195 \
+crate://crates.io/serde_json/1.0.109 \
+crate://crates.io/smallvec/1.11.2 \
 crate://crates.io/speedate/0.13.0 \
 crate://crates.io/static_assertions/1.1.0 \
 crate://crates.io/strum/0.25.0 \
 crate://crates.io/strum_macros/0.25.3 \
-crate://crates.io/syn/2.0.38 \
+crate://crates.io/syn/2.0.48 \
 crate://crates.io/target-lexicon/0.12.9 \
 crate://crates.io/tinyvec/1.6.0 \
 crate://crates.io/tinyvec_macros/0.1.1 \
@@ -68,8 +69,8 @@ SRC_URI += " \
 crate://crates.io/unicode-ident/1.0.10 \
 crate://crates.io/unicode-normalization/0.1.22 \
 crate://crates.io/unindent/0.2.3 \
-crate://crates.io/url/2.4.1 \
-crate://crates.io/uuid/1.5.0 \
+crate://crates.io/url/2.5.0 \
+crate://crates.io/uuid/1.6.1 \
 crate://crates.io/version_check/0.9.4 \
 crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \
 

[oe] [meta-python] [PATCH 06/26] python3-google-api-core: upgrade 2.16.2 -> 2.17.1

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
Resolve issue handling protobuf responses in rest streaming

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

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb 
b/meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb
index 4d13b2e78..99e7e23c0 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"032d37b45d1d6bdaf68fb11ff621e2593263a239fa9246e2e94325f9c47876d2"
+SRC_URI[sha256sum] = 
"9df18a1f87ee0df0bc4eea2770ebc4228392d8cc4066655b320e2cfccb15db95"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 04/26] webkitgtk3: upgrade 2.42.4 -> 2.42.5

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
- Fix webkit_web_context_allow_tls_certificate_for_host to handle IPv6 URIs 
produced by SoupURI.
- Ignore stops with offset zero before last one when rendering gradients with 
cairo.
- Write bwrapinfo.json to disk for xdg-desktop-portal.
- Fix gamepads detection by correctly handling focused window in GTK4.
- Fix several crashes and rendering issues.

Signed-off-by: Wang Mingyu 
---
 .../webkitgtk/{webkitgtk3_2.42.4.bb => webkitgtk3_2.42.5.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/webkitgtk/{webkitgtk3_2.42.4.bb => 
webkitgtk3_2.42.5.bb} (99%)

diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.4.bb 
b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.5.bb
similarity index 99%
rename from meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.4.bb
rename to meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.5.bb
index 3c6b7db81..d12ae2819 100644
--- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.4.bb
+++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.5.bb
@@ -15,7 +15,7 @@ SRC_URI = 
"https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \
file://0d3344e17d258106617b0e6d783d073b188a2548.patch \
file://no-musttail-arm.patch \
"
-SRC_URI[sha256sum] = 
"52288b30bda22373442cecb86f9c9a569ad8d4769a1f97b352290ed92a67ed86"
+SRC_URI[sha256sum] = 
"b64278c1f20b8cfdbfb5ff573c37d871aba74a1db26d9b39f74e8953fe61e749"
 
 inherit cmake pkgconfig gobject-introspection perlnative features_check 
upstream-version-is-even gi-docgen
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 07/26] python3-google-api-python-client: upgrade 2.116.0 -> 2.118.0

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

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

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.116.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.118.0.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.116.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.118.0.bb
index e4de12bae..90c19af3f 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.116.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.118.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] = 
"f9f32361e16114d62929638fe07f77be30216b079ad316dc2ced859d9f72e5ad"
+SRC_URI[sha256sum] = 
"ebf4927a3f5184096647be8f705d090e7f06d48ad82b0fa431a2fe80c2cbe182"
 
 inherit pypi setuptools3
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 08/26] python3-google-auth: upgrade 2.27.0 -> 2.28.0

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Adding universe domain support for downscroped credentials
-Change log level to debug for return_none_for_not_found_error
-Make requests import conditional for gce universe domain

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

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb 
b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
index 45098e662..468cae5bf 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821"
+SRC_URI[sha256sum] = 
"3cfc1b6e4e64797584fb53fc9bd0b7afa9b7c0dba2004fa7dcc9349e58cc3195"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.34.1


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



[oe] [meta-python] [PATCH 09/26] python3-gspread: upgrade 6.0.1 -> 6.0.2

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Fixup gspread client init arguments

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

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


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



[oe] [meta-python] [PATCH 05/26] python3-tqdm: upgrade 4.66.1 -> 4.66.2

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License_Update: Copyright year updated to 2024.

Changelog:

-pandas: add DataFrame.progress_map
-notebook: fix HTML padding
-keras: fix resuming training when verbose>=2
-fix format_num negative fractions missing leading zero
-fix Python 3.12 DeprecationWarning on import
-linting: use f-strings
-update tests
-fix pandas warnings
-fix asv (https://github.com/airspeed-velocity/asv/issues/1323)
-fix macos notebook docstring indentation
-CI: bump actions

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

diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.66.1.bb 
b/meta-python/recipes-devtools/python/python3-tqdm_4.66.2.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-tqdm_4.66.1.bb
rename to meta-python/recipes-devtools/python/python3-tqdm_4.66.2.bb
index 2a92e6189..963e80c98 100644
--- a/meta-python/recipes-devtools/python/python3-tqdm_4.66.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.66.2.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "http://tqdm.github.io/;
 SECTION = "devel/python"
 
 LICENSE = "MIT & MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=bb3c087935ebba37cad180364cb0850c"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=42dfa9e8c616dbc295df3f58d756b2a1"
 
-SRC_URI[sha256sum] = 
"d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"
+SRC_URI[sha256sum] = 
"6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 11/26] python3-jsbeautifier: upgrade 1.14.11 -> 1.15.1

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git 
a/meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb 
b/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb
rename to meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb
index 7b438778e..189b43ede 100644
--- a/meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb
+++ b/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"6b632581ea60dd1c133cd25a48ad187b4b91f526623c4b0fb5443ef805250505"
+SRC_URI[sha256sum] = 
"ebd733b560704c602d744eafc839db60a1ee9326e30a2a80c4adb8718adc1b24"
 
 PYPI_PACKAGE="jsbeautifier"
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 10/26] python3-httpcore: upgrade 1.0.2 -> 1.0.3

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Fix support for async cancellations.
-Fix trace extension when used with socks proxy.
-Fix SSL context for connections using the "wss" scheme

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

diff --git a/meta-python/recipes-devtools/python/python3-httpcore_1.0.2.bb 
b/meta-python/recipes-devtools/python/python3-httpcore_1.0.3.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-httpcore_1.0.2.bb
rename to meta-python/recipes-devtools/python/python3-httpcore_1.0.3.bb
index 3bfe5ed4a..203bfd48a 100644
--- a/meta-python/recipes-devtools/python/python3-httpcore_1.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-httpcore_1.0.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.md;md5=1c1f23b073da202e1f4f9e426490210c"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = 
"9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535"
+SRC_URI[sha256sum] = 
"5c0f9546ad17dac4d0772b0808856eb616eb8b48ce94f49ed819fd6982a8a544"
 
 DEPENDS += "\
 python3-hatch-fancy-pypi-readme-native \
-- 
2.34.1


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



[oe] [meta-python] [PATCH 13/26] python3-polyline: upgrade 2.0.1 -> 2.0.2

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git a/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb 
b/meta-python/recipes-devtools/python/python3-polyline_2.0.2.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-polyline_2.0.2.bb
index 4abe167f7..00cb51be4 100644
--- a/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-polyline_2.0.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/frederickjansen/polyline;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1fb8d1dc685695195bb3c1e48adfef48"
 
-SRC_URI[sha256sum] = 
"74cb5cea098dddf09d1a5a1f17af9184d371cbf3e9723de0194e530ec39ca1f6"
+SRC_URI[sha256sum] = 
"10541e759c5fd51f746ee304e9af94744089a4055b6257b293b3afd1df64e369"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 12/26] python3-langtable: upgrade 0.0.64 -> 0.0.65

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

-Add wuu, tok, glk, gbm, ssy
-Remove aa_ER.UTF-8@saaho
-Add kv_RU.UTF-8, chr_RU.UTF-8
-Add EU, EZ
-Improve README and Makefile (Resolves: #19)
-Add more translations from CLDR
-Get translation changes from CLDR

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

diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.64.bb 
b/meta-python/recipes-devtools/python/python3-langtable_0.0.65.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-langtable_0.0.64.bb
rename to meta-python/recipes-devtools/python/python3-langtable_0.0.65.bb
index 8fb8c6e88..77e09adf2 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.64.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.65.bb
@@ -6,7 +6,7 @@ SECTION = "devel/python"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI[sha256sum] = 
"1297b7f6e33160887fe08a88176aa0ea873b810a55f2a2740257b124184b067a"
+SRC_URI[sha256sum] = 
"791ec5403859704e1dee4d2a056a30ec21d1e7bc040658ce62c40e0427ba4333"
 
 inherit pypi setuptools3 python3native
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 17/26] python3-pytest-asyncio: upgrade 0.23.4 -> 0.23.5

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

-Declare compatibility with pytest 8
-Fix typing errors with recent versions of mypy
-Prevent DeprecationWarning about internal use of asyncio.get_event_loop() from 
affecting test cases

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

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


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



[oe] [meta-python] [PATCH 14/26] python3-protobuf: upgrade 4.25.2 -> 4.25.3

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb 
b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb
rename to meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
index 5333d306b..35dfa51f8 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
 
 inherit pypi setuptools3
-SRC_URI[sha256sum] = 
"fe599e175cb347efc8ee524bcd4b902d11f7262c0e569ececcb89995c15f0a5e"
+SRC_URI[sha256sum] = 
"25b5d0b42fd000320bd7830b349e3b696435f3b329810427a6bcce6a5492cc5c"
 
 # http://errors.yoctoproject.org/Errors/Details/184715/
 # Can't find required file: ../src/google/protobuf/descriptor.proto
-- 
2.34.1


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



[oe] [meta-python] [PATCH 18/26] python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Only start metrics flusher thread on demand
-Bump checkouts/data-schemas from aa7058c to 6121fd3
-Turn off metrics for uWSGI
-Minor improvements
-test: Fix pytest error (#2712)
-build(deps): bump types-protobuf from 4.24.0.4 to 4.24.0.20240129
-Fix uWSGI workers hanging
-Make metrics work with gevent
-Guard against engine.url being None
-Fix performance regression in sentry_sdk.utils._generate_installed_modules
-Guard against Sentry initialization mid SQLAlchemy cursor
-Fix yaml generation script
-Fix AWS Lambda workflow
-Bump codecov/codecov-action from 3 to 4
-Bump actions/cache from 3 to 4
-Bump actions/checkout from 3.1.0 to 4.1.1
-Bump github/codeql-action from 2 to 3
-Bump actions/setup-python from 4 to 5

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

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb 
b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
index ec59c712b..cc27b6fd6 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = 
"34ad8cfc9b877aaa2a8eb86bfe5296a467fffe0619b931a05b181c45f6da59bf"
+SRC_URI[sha256sum] = 
"657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 16/26] python3-pymodbus: upgrade 3.6.3 -> 3.6.4

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Update datastore_simulator example with client
-Test and correct receiving more than one packet
-Remove unused FifoTransactionManager.
-Always set exclusive serial port access.
-Add server/client network stub, to allow test of network packets.
-Combine conftest to a central file
-Call on_reconnect_callback.
-Readd ModbusBaseClient to external API.
-Update README.rst
-minor fix for typo and consistency
-More coverage.
-Client coverage 100%.
-Run coverage in CI with % check of coverage.
-transport 100% coverage.
-contrib example: TCP drainage simulator with two devices
-Remove "pragma no cover".
-transport_serial -> serialtransport.
-Fix behavior after Exception response
-Correct expected length for udp sync client.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.6.3.bb 
b/meta-python/recipes-devtools/python/python3-pymodbus_3.6.4.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.6.3.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.6.4.bb
index 337fd0e19..4f53d01f3 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.6.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/;
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eba8057aa82c058d2042b4b0a0e9cc63"
 
-SRC_URI[sha256sum] = 
"862f64376ae201f979c91ca2398f0ed5df8f136b76491e0995edeebbd0fa8940"
+SRC_URI[sha256sum] = 
"6eee2c7eedb794317784c967096fa1fe42200357e9b5a349d838ee9159624fe2"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


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



[oe] [meta-networking] [PATCH 01/26] unbound: upgrade 1.19.0 -> 1.19.1

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../unbound/{unbound_1.19.0.bb => unbound_1.19.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/unbound/{unbound_1.19.0.bb => 
unbound_1.19.1.bb} (95%)

diff --git a/meta-networking/recipes-support/unbound/unbound_1.19.0.bb 
b/meta-networking/recipes-support/unbound/unbound_1.19.1.bb
similarity index 95%
rename from meta-networking/recipes-support/unbound/unbound_1.19.0.bb
rename to meta-networking/recipes-support/unbound/unbound_1.19.1.bb
index ed8c5bd97..2b87de3d1 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.19.0.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.19.1.bb
@@ -9,8 +9,8 @@ SECTION = "net"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
 
-SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master"
-SRCREV = "3352b1090ea1098883f6bf64236fa877e18e458b"
+SRC_URI = 
"git://github.com/NLnetLabs/unbound.git;protocol=https;branch=branch-1.19.1"
+SRCREV = "c6dd1e116df75242a0c032295c152f06c721b3cd"
 
 inherit autotools pkgconfig systemd update-rc.d
 
-- 
2.34.1


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



[oe] [meta-networking] [PATCH 02/26] wireshark: upgrade 4.2.2 -> 4.2.3

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

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


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



[oe] [meta-oe] [PATCH 03/26] protobuf: upgrade 4.25.2 -> 4.25.3

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
Remove use of mach_absolute_time
[ObjC] Use a local to avoid warnings in 32bit builds.
Bump python version to 3.9 for gcloud 460.0.0
Update Ruby GHA to test against Ruby 3.3.
Pin bundler version to 2.4.22 for Ruby 2.7 support.

Signed-off-by: Wang Mingyu 
---
 .../protobuf/{protobuf_4.25.2.bb => protobuf_4.25.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/protobuf/{protobuf_4.25.2.bb => 
protobuf_4.25.3.bb} (98%)

diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb 
b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb
similarity index 98%
rename from meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb
rename to meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb
index 6cd44a4e7..324134596 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b"
 DEPENDS = "zlib abseil-cpp"
 DEPENDS:append:class-target = " protobuf-native"
 
-SRCREV = "a9b006bddd52e289029f16aa77b77e8e0033d9ee"
+SRCREV = "4a2aef570deb2bfb8927426558701e8bfc26f2a4"
 
 SRC_URI = 
"gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \
file://run-ptest \
-- 
2.34.1


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



[oe] [meta-python] [PATCH 4/4] python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4

2024-02-21 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Only start metrics flusher thread on demand
-Bump checkouts/data-schemas from aa7058c to 6121fd3
-Turn off metrics for uWSGI
-Minor improvements
-test: Fix pytest error (#2712)
-build(deps): bump types-protobuf from 4.24.0.4 to 4.24.0.20240129
-Fix uWSGI workers hanging
-Make metrics work with gevent
-Guard against engine.url being None
-Fix performance regression in sentry_sdk.utils._generate_installed_modules
-Guard against Sentry initialization mid SQLAlchemy cursor
-Fix yaml generation script
-Fix AWS Lambda workflow
-Bump codecov/codecov-action from 3 to 4
-Bump actions/cache from 3 to 4
-Bump actions/checkout from 3.1.0 to 4.1.1
-Bump github/codeql-action from 2 to 3
-Bump actions/setup-python from 4 to 5

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

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb 
b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
index 19095b30d..f3f2a5d20 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
python3-datetime \
 "
 
-SRC_URI[sha256sum] = 
"34ad8cfc9b877aaa2a8eb86bfe5296a467fffe0619b931a05b181c45f6da59bf"
+SRC_URI[sha256sum] = 
"657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 1/4] python3-google-auth: upgrade 2.27.0 -> 2.28.0

2024-02-21 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Adding universe domain support for downscroped credentials
-Change log level to debug for return_none_for_not_found_error
-Make requests import conditional for gce universe domain

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

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb 
b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
index 79c9291a1..5799db43b 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821"
+SRC_URI[sha256sum] = 
"3cfc1b6e4e64797584fb53fc9bd0b7afa9b7c0dba2004fa7dcc9349e58cc3195"
 
 RDEPENDS:${PN} += "\
 python3-asyncio \
-- 
2.34.1


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



[PATCH] [oe] [meta-python] [PATCH 2/4] python3-gspread: upgrade 6.0.1 -> 6.0.2

2024-02-21 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Fixup gspread client init arguments

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

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


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



[oe] [meta-python] [PATCH 3/4] python3-socketio: upgrade 5.11.0 -> 5.11.1

2024-02-21 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
-Connection retry option in the client
-use Socket.IO sid in transport
-Add support for Python 3.12 and drop 3.7

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

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


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



[oe] [meta-python] [PATCH 1/2] python3-pydantic-core: upgrade 2.14.6 -> 2.16.1

2024-02-21 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

The updated of python-3-pydantic requires python3-pydantic-core to be updated 
to version 2.16.1 or later.

Update the denpendencies for current python3-pydantic:
==
 Version up:
  Bump ahash from 0.8.6 to 0.8.7
  Bump base64 from 0.21.5 to 0.21.7
  Bump form_urlencoded from 1.2.0 to 1.2.1
  Bump allocator-api2 from 0.2.16 to
  Bump hashbrown from 0.14.0 to 0.14.3
  Bump idna from 0.4.0 to 0.5.0
  Bump jiter from 0.0.4 to 0.0.6
  Bump percent-encoding from 2.3.0 to 2.3.1
  Bump proc-macro2 from 1.0.69 to 1.0.76
  Bump pyo3 from 0.20.0 to 0.20.2
  Bump pyo3-build-config from 0.20.0 to 0.20.2
  Bump pyo3-ffi from 0.20.0 to 0.20.2
  Bump pyo3-macros from 0.20.0 to 0.20.2
  Bump pyo3-macros-backend from 0.20.0 to 0.20.2
  Bump quote from 1.0.29 to 1.0.35
  Bump serde from 1.0.190 to 1.0.195
  Bump serde_derive from 1.0.190 to 1.0.195
  Bump serde_json from 1.0.108 to 1.0.109
  Bump smallvec from 1.11.1 to 1.11.2
  Bump syn from 2.0.38 to 2.0.48
  Bump url from 2.4.1 to 2.5.0
  Bump uuid from 1.5.0 to 1.6.1
  Bump zerocopy from 0.7.20 to 0.7.32
  Bump zerocopy-derive from 0.7.20 to 0.7.32
 New dependency:
  allocator-api2

Changelog:
 https://github.com/pydantic/pydantic-core/releases

Signed-off-by: Wang Mingyu 
---
 .../python/python3-pydantic-core-crates.inc   | 94 ++-
 ...4.6.bb => python3-pydantic-core_2.16.2.bb} |  2 +-
 2 files changed, 49 insertions(+), 47 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pydantic-core_2.14.6.bb => 
python3-pydantic-core_2.16.2.bb} (94%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc 
b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc
index 932cfc852..5518ff6ec 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc
+++ b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc
@@ -2,24 +2,25 @@
 
 # from Cargo.lock
 SRC_URI += " \
-crate://crates.io/ahash/0.8.6 \
+crate://crates.io/ahash/0.8.7 \
 crate://crates.io/aho-corasick/1.0.2 \
+crate://crates.io/allocator-api2/0.2.16 \
 crate://crates.io/autocfg/1.1.0 \
-crate://crates.io/base64/0.21.5 \
+crate://crates.io/base64/0.21.7 \
 crate://crates.io/bitflags/1.3.2 \
 crate://crates.io/cc/1.0.79 \
 crate://crates.io/cfg-if/1.0.0 \
 crate://crates.io/enum_dispatch/0.3.12 \
 crate://crates.io/equivalent/1.0.1 \
-crate://crates.io/form_urlencoded/1.2.0 \
+crate://crates.io/form_urlencoded/1.2.1 \
 crate://crates.io/getrandom/0.2.10 \
-crate://crates.io/hashbrown/0.14.0 \
+crate://crates.io/hashbrown/0.14.3 \
 crate://crates.io/heck/0.4.1 \
-crate://crates.io/idna/0.4.0 \
+crate://crates.io/idna/0.5.0 \
 crate://crates.io/indexmap/2.0.0 \
 crate://crates.io/indoc/2.0.4 \
 crate://crates.io/itoa/1.0.8 \
-crate://crates.io/jiter/0.0.4 \
+crate://crates.io/jiter/0.0.6 \
 crate://crates.io/lexical-core/0.8.5 \
 crate://crates.io/lexical-parse-float/0.8.5 \
 crate://crates.io/lexical-parse-integer/0.8.6 \
@@ -36,15 +37,15 @@ SRC_URI += " \
 crate://crates.io/once_cell/1.18.0 \
 crate://crates.io/parking_lot/0.12.1 \
 crate://crates.io/parking_lot_core/0.9.8 \
-crate://crates.io/percent-encoding/2.3.0 \
-crate://crates.io/proc-macro2/1.0.69 \
-crate://crates.io/pyo3/0.20.0 \
-crate://crates.io/pyo3-build-config/0.20.0 \
-crate://crates.io/pyo3-ffi/0.20.0 \
-crate://crates.io/pyo3-macros/0.20.0 \
-crate://crates.io/pyo3-macros-backend/0.20.0 \
+crate://crates.io/percent-encoding/2.3.1 \
+crate://crates.io/proc-macro2/1.0.76 \
+crate://crates.io/pyo3/0.20.2 \
+crate://crates.io/pyo3-build-config/0.20.2 \
+crate://crates.io/pyo3-ffi/0.20.2 \
+crate://crates.io/pyo3-macros/0.20.2 \
+crate://crates.io/pyo3-macros-backend/0.20.2 \
 crate://crates.io/python3-dll-a/0.2.9 \
-crate://crates.io/quote/1.0.29 \
+crate://crates.io/quote/1.0.35 \
 crate://crates.io/redox_syscall/0.3.5 \
 crate://crates.io/regex/1.10.2 \
 crate://crates.io/regex-automata/0.4.3 \
@@ -52,15 +53,15 @@ SRC_URI += " \
 crate://crates.io/rustversion/1.0.13 \
 crate://crates.io/ryu/1.0.14 \
 crate://crates.io/scopeguard/1.1.0 \
-crate://crates.io/serde/1.0.190 \
-crate://crates.io/serde_derive/1.0.190 \
-crate://crates.io/serde_json/1.0.108 \
-crate://crates.io/smallvec/1.11.1 \
+crate://crates.io/serde/1.0.195 \
+crate://crates.io/serde_derive/1.0.195 \
+crate://crates.io/serde_json/1.0.109 \
+crate://crates.io/smallvec/1.11.2 \
 crate://crates.io/speedate/0.13.0 \
 crate://crates.io/static_assertions/1.1.0 \
 crate://crates.io/strum/0.25.0 \
 crate://crates.io/strum_macros/0.25.3 \
-crate://crates.io/syn/2.0.38 \
+crate://crates.io/syn/2.0.48 \
 crate://crates.io/target-lexicon/0.12.9 \
 

[oe] [meta-python] [PATCH 2/2] python3-pydantic: upgrade 2.5.3 -> 2.6.0

2024-02-21 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

-Drop Python3.7 support
-Drop Python 3.7, and PyPy 3.7 and 3.8
-Use positional-only self in BaseModel constructor, so no field name can ever
 conflict with it
-Make @validate_call return a function instead of a custom descriptor - fixes
 binding issue with inheritance and adds self/cls argument to validation errors
-Exclude BaseModel docstring from JSON schema description
-Introducing classproperty decorator for model_computed_fields
-Explicitly raise an error if field names clashes with types
-Use stricter serializer for unions of simple types

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

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.5.3.bb 
b/meta-python/recipes-devtools/python/python3-pydantic_2.6.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.5.3.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.6.0.bb
index 21341d26c..af465f423 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.6.0.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = 
"b3ef57c62535b0941697cce638c08900d87fcb67e29cfa99e8a68f747f393f7a"
+SRC_URI[sha256sum] = 
"ae887bd94eb404b09d86e4d12f93893bdca79d766e738528c6fa1c849f3c6bcf"
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 15/23] python3-awesomeversion: upgrade 23.11.0 -> 24.2.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
Implement handling of 0x prefixed hex strings

Signed-off-by: Wang Mingyu 
---
 ...esomeversion_23.11.0.bb => python3-awesomeversion_24.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-awesomeversion_23.11.0.bb 
=> python3-awesomeversion_24.2.0.bb} (82%)

diff --git 
a/meta-python/recipes-devtools/python/python3-awesomeversion_23.11.0.bb 
b/meta-python/recipes-devtools/python/python3-awesomeversion_24.2.0.bb
similarity index 82%
rename from 
meta-python/recipes-devtools/python/python3-awesomeversion_23.11.0.bb
rename to meta-python/recipes-devtools/python/python3-awesomeversion_24.2.0.bb
index 67b78c9e9..8b19605b1 100644
--- a/meta-python/recipes-devtools/python/python3-awesomeversion_23.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-awesomeversion_24.2.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d"
 
-SRC_URI[sha256sum] = 
"9146329196f0f045887de6c195730750f8f7a9302d1c149378db73ab5dc468f0"
+SRC_URI[sha256sum] = 
"47a6dcbbe2921b725f75106a66ab30f26f1f33dbc5e07bc8e1e39d8eb921f53c"
 
 RDEPENDS:${PN} += "python3-profile python3-logging"
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 21/23] python3-elementpath: upgrade 4.2.0 -> 4.3.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Change the purpose of the evaluation with a dynamic schema context, that
 is now used only for labeling tokens with XSD types
-The static evaluation is now performed also when a schema is provided to
 the parser
-First tests with Python 3.13 pre-releases by adding a tox.ini testenv

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

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_4.2.0.bb 
b/meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-elementpath_4.2.0.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb
index fe0e99a20..a61ec646f 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = 
"c53f6531e602dd596a729f75833146ada40c2445a10dae36d9e461068b63af29"
+SRC_URI[sha256sum] = 
"8d25db9150f5a6aa978c9f58e607fcd5ab6e6e3017140563439a9884ab1eb304"
 
 PYPI_PACKAGE = "elementpath"
 inherit pypi setuptools3
-- 
2.34.1


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



[oe] [meta-python] [PATCH 23/23] python3-gevent: upgrade 23.9.1 -> 24.2.1

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-_setuputils.py-Do-not-add-sys_inc_dir.patch
refreshed for 24.2.1

Changelog:
===
-Add support for Python patch releases 3.11.8 and 3.12.2, which changed internal
 details of threading.
-Errors raised from subprocess.Popen may not have a filename set.
-SSLSocket.recv_into and SSLSocket.read no longer require the buffer to
 implement len and now work with buffers whose size is not 1.
-gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw.
-Drop setuptools to a soft test dependency.
-Drop support for very old versions of CFFI.
-Update bundled c-ares from 1.19.1 to 1.26.0.
-Locks created by gevent, but acquired from multiple different threads (not
 recommended), no longer spin to implement timeouts and interruptible blocking.
 Instead, they use the native functionality of the Python 3 lock.

Signed-off-by: Wang Mingyu 
---
 .../0001-_setuputils.py-Do-not-add-sys_inc_dir.patch | 12 +---
 ...on3-gevent_23.9.1.bb => python3-gevent_24.2.1.bb} |  2 +-
 2 files changed, 6 insertions(+), 8 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-gevent_23.9.1.bb => 
python3-gevent_24.2.1.bb} (93%)

diff --git 
a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch
 
b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch
index ac8b031cf..49903d6ce 100644
--- 
a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch
+++ 
b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch
@@ -1,4 +1,4 @@
-From f3267ad7994a4b66e6bcf72cb0e418105f77bd52 Mon Sep 17 00:00:00 2001
+From 9eb453283a7ac8a9b1dd3eac86d936c7a430476b Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Tue, 11 Oct 2022 17:37:01 -0700
 Subject: [PATCH] _setuputils.py: Do not add sys_inc_dir
@@ -10,15 +10,16 @@ we really do not need setuptools to deduce it for us.
 
 Upstream-Status: Inappropriate [ Cross-compile specific ]
 Signed-off-by: Khem Raj 
+
 ---
  _setuputils.py | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/_setuputils.py b/_setuputils.py
-index d98f716..31134a4 100644
+index 4c25e00..23fdfe1 100644
 --- a/_setuputils.py
 +++ b/_setuputils.py
-@@ -161,7 +161,6 @@ def get_include_dirs(*extra_paths):
+@@ -164,7 +164,6 @@ def get_include_dirs(*extra_paths):
  # Neither sysconfig dir is not enough if we're in a virtualenv; the 
greenlet.h
  # header goes into a site/ subdir. See 
https://github.com/pypa/pip/issues/4610
  dist_inc_dir = os.path.abspath(dist_sysconfig.get_python_inc()) # 1
@@ -26,7 +27,7 @@ index d98f716..31134a4 100644
  venv_include_dir = os.path.join(
  sys.prefix, 'include', 'site',
  'python' + sysconfig.get_python_version()
-@@ -175,7 +174,7 @@ def get_include_dirs(*extra_paths):
+@@ -178,7 +177,7 @@ def get_include_dirs(*extra_paths):
  
  return [
  p
@@ -35,6 +36,3 @@ index d98f716..31134a4 100644
  if os.path.exists(p)
  ]
  
--- 
-2.38.0
-
diff --git a/meta-python/recipes-devtools/python/python3-gevent_23.9.1.bb 
b/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-gevent_23.9.1.bb
rename to meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
index 0caebce28..ebde34d56 100644
--- a/meta-python/recipes-devtools/python/python3-gevent_23.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \
 
 SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch"
 
-SRC_URI[sha256sum] = 
"72c002235390d46f94938a96920d8856d4ffd9ddf62a303a0d7c118894097e34"
+SRC_URI[sha256sum] = 
"432fc76f680acf7cf188c2ee0f5d3ab73b63c1f03114c7cd8a34cebbe5aa2056"
 
 inherit pypi setuptools3
 
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 08/23] libei: upgrade 1.2.0 -> 1.2.1

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../recipes-graphics/wayland/{libei_1.2.0.bb => libei_1.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/wayland/{libei_1.2.0.bb => libei_1.2.1.bb} 
(92%)

diff --git a/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb 
b/meta-oe/recipes-graphics/wayland/libei_1.2.1.bb
similarity index 92%
rename from meta-oe/recipes-graphics/wayland/libei_1.2.0.bb
rename to meta-oe/recipes-graphics/wayland/libei_1.2.1.bb
index aba49de7e..807dcea1e 100644
--- a/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb
+++ b/meta-oe/recipes-graphics/wayland/libei_1.2.1.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
 SRC_URI = 
"git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main"
 
 S = "${WORKDIR}/git"
-SRCREV = "493631688437657a87e9169a76f14a3216c0024f"
+SRCREV = "08f1d41085a6ae4bac7bc52abe2955d3354342cb"
 
 inherit meson pkgconfig
 
-- 
2.34.1


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



[oe] [meta-perl] [PATCH 10/23] libmime-types-perl: upgrade 2.24 -> 2.26

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- iana updates
- support multi-level extensions.

Signed-off-by: Wang Mingyu 
---
 .../{libmime-types-perl_2.24.bb => libmime-types-perl_2.26.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libmime/{libmime-types-perl_2.24.bb => 
libmime-types-perl_2.26.bb} (93%)

diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.24.bb 
b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb
similarity index 93%
rename from meta-perl/recipes-perl/libmime/libmime-types-perl_2.24.bb
rename to meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb
index a3d9ceef0..fa4ad6fc4 100644
--- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.24.bb
+++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = 
"file://META.yml;beginline=11;endline=11;md5=963ce28228347875
 SRC_URI = 
"http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
file://run-ptest \
   "
-SRC_URI[sha256sum] = 
"629e361f22b220be50c2da7354e23c0451757709a03c25a22f3160edb94cb65f"
+SRC_URI[sha256sum] = 
"bc738483cb4cdb47d61e85fe9304fa929aa9ab927e3171ec2ba2ab1cd7cefdff"
 
 S = "${WORKDIR}/MIME-Types-${PV}"
 
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 11/23] logwatch: upgrade 7.9 -> 7.10

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../logwatch/{logwatch_7.9.bb => logwatch_7.10.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/logwatch/{logwatch_7.9.bb => logwatch_7.10.bb} 
(96%)

diff --git a/meta-oe/recipes-extended/logwatch/logwatch_7.9.bb 
b/meta-oe/recipes-extended/logwatch/logwatch_7.10.bb
similarity index 96%
rename from meta-oe/recipes-extended/logwatch/logwatch_7.9.bb
rename to meta-oe/recipes-extended/logwatch/logwatch_7.10.bb
index 00dc2fb1d..2efaa2b3c 100644
--- a/meta-oe/recipes-extended/logwatch/logwatch_7.9.bb
+++ b/meta-oe/recipes-extended/logwatch/logwatch_7.10.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=ba882fa9b4b6b217a51780be3f4db9c8"
 RDEPENDS:${PN} = "perl"
 
 SRC_URI = "http://jaist.dl.sourceforge.net/project/${BPN}/${BP}/${BP}.tar.gz;
-SRC_URI[sha256sum] = 
"49d2f1e99c9770f56fc3e82a46880e8900b874dfba593e45f599c89fd255738e"
+SRC_URI[sha256sum] = 
"329df0991b879764ed7e50a869de5b6bfa70d241eb254397a5659d1ff5f2588f"
 
 do_install() {
 install -m 0755 -d ${D}${sysconfdir}/logwatch/scripts
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 12/23] mpich: upgrade 4.1.2 -> 4.2.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 https://www.mpich.org/2024/02/09/mpich-4-2-0-released/

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu 
---
 .../recipes-devtools/mpich/{mpich_4.1.2.bb => mpich_4.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/mpich/{mpich_4.1.2.bb => mpich_4.2.0.bb} (92%)

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


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



[oe] [meta-oe] [PATCH 13/23] ostree: upgrade 2024.1 -> 2024.3

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-prepare-root: Unify root.transient with composefs
-libostree: write selinux xattr when on non-selinux systems
-ostree.repo-config(5): Fix a typo
-Expose MOUNT_ATTR_IDMAP detection result to C code
-docs/atomic-rollbacks: Add a section on rollbacks

Signed-off-by: Wang Mingyu 
---
 .../ostree/{ostree_2024.1.bb => ostree_2024.3.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/ostree/{ostree_2024.1.bb => ostree_2024.3.bb} 
(98%)

diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.1.bb 
b/meta-oe/recipes-extended/ostree/ostree_2024.3.bb
similarity index 98%
rename from meta-oe/recipes-extended/ostree/ostree_2024.1.bb
rename to meta-oe/recipes-extended/ostree/ostree_2024.3.bb
index d4ad765c0..07dedc8b8 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2024.1.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2024.3.bb
@@ -22,7 +22,7 @@ GITHUB_BASE_URI = 
"https://github.com/ostreedev/ostree/releases;
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \
file://run-ptest \
"
-SRC_URI[sha256sum] = 
"152327fe804512d4f896fb9b9e9cdc84ad9b4c0b205b8625472147d5a28164af"
+SRC_URI[sha256sum] = 
"5e0d70772bfa00bd3d0c25d11f7c1f6d41a996708fad8bf9941f0a36bc8d"
 
 S = "${WORKDIR}/libostree-${PV}"
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 14/23] python3-aiohue: upgrade 4.7.0 -> 4.7.1

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
#281 - Treat EffectStatus.NO_EFFECT the same as None
#262 - Allow a scene's palette to be absent

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

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb 
b/meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb
rename to meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb
index 84aace451..4b5edffdb 100644
--- a/meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
 
-SRC_URI[sha256sum] = 
"3ca727b463e55bbe7c69b67f5503ffcd7d213c9644c4e458e3556ee6ea33855b"
+SRC_URI[sha256sum] = 
"29b5e5ae05938cac195b1969e70bd6ad4e4e2e105d0e565849803d2a99ff47d1"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 16/23] python3-bidict: upgrade 0.22.1 -> 0.23.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: Copyright year updated to 2024

Changelog:

-Drop support for Python 3.7, which reached end of life on 2023-06-27, and take
 advantage of features available in Python 3.8+.
-Remove FrozenOrderedBidict now that Python 3.7 is no longer supported.
-Remove namedbidict due to low usage.
-Remove the kv field of OnDup which specified the OnDupAction to take in the
 case of Key and Value Duplication.
-Improve type hints for the inv shortcut alias for inverse.
-Fix a bug where calls like bidict(None), bi.update(False)
-All __init__(), update(), and related methods now handle SupportsKeysAndGetItem
 objects that are not Mappings the same way that MutableMapping.update() does,
 before falling back to handling the provided object as an iterable of pairs.
-The repr() of ordered bidicts now matches that of regular bidicts
-This tracks with the change to collections.OrderedDict's repr() in Python 3.12.
-Test with Python 3.12 in CI.
-Drop use of Trove classifiers that declare support for specific Python versions
 in package metadata.

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

diff --git a/meta-python/recipes-devtools/python/python3-bidict_0.22.1.bb 
b/meta-python/recipes-devtools/python/python3-bidict_0.23.0.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python3-bidict_0.22.1.bb
rename to meta-python/recipes-devtools/python/python3-bidict_0.23.0.bb
index 1ed0af81a..5667e4927 100644
--- a/meta-python/recipes-devtools/python/python3-bidict_0.22.1.bb
+++ b/meta-python/recipes-devtools/python/python3-bidict_0.23.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "The bidirectional mapping library for Python."
 DESCRIPTION = "The bidirectional mapping library for Python."
 HOMEPAGE = "https://bidict.readthedocs.io/;
 LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=858e74278ef3830d46481172ae03c819"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e907308cc9356afa99ac0eec6b20211b"
 
-SRC_URI[sha256sum] = 
"1e0f7f74e4860e6d0943a05d4134c63a2fad86f3d4732fb265bd79e4e856d81d"
+SRC_URI[sha256sum] = 
"3959ca59d4d6997702d642bf1e5fd93cba299863723fc289545198f70c468578"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 17/23] python3-cantools: upgrade 39.4.3 -> 39.4.4

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 slight modification to regex to enable small scaling factors that have 
scientific numbers in them

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

diff --git a/meta-python/recipes-devtools/python/python3-cantools_39.4.3.bb 
b/meta-python/recipes-devtools/python/python3-cantools_39.4.4.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-cantools_39.4.3.bb
rename to meta-python/recipes-devtools/python/python3-cantools_39.4.4.bb
index 3cf956083..c8b8d1dfb 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_39.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_39.4.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = 
"7aaa3d246bc5328bb29c681fc8162d2800be05ee095b3edb9470fa1478f9e506"
+SRC_URI[sha256sum] = 
"6e8e918b6671a62a9f3990546ece5623e1deb71defb1cef85a9955ac301da99e"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 18/23] python3-cmake: upgrade 3.28.1 -> 3.28.3

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-chore(deps): bump cmake from 3.27.9 to 3.28.1
-ci: group dependabot updates
-chore(deps): update pre-commit hooks
-chore(deps): bump the actions group with 1 update
-Update to OpenSSL 3.0.13
-chore(ci): use 4 threads to compile on GHA
-Update to CMake 3.28.3

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

diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb 
b/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb
rename to meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
index a6a7b6c4f..6b31d0b4f 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake"
 PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
 
 inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = 
"0d4051d101d151d8387156c463aa45c8cd0e164f870e0ac0c8c91d3ff08528e1"
+SRC_URI[sha256sum] = 
"a8092815c739da7d6775c26ec30c2645f0fca9527a29e36a682faec7d39cde89"
 
 SRC_URI += " \
file://CMakeLists.txt \
-- 
2.34.1


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



[oe] [meta-python] [PATCH 19/23] python3-django: upgrade 5.0.1 -> 5.0.2

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Reallowed, following a regression in Django 5.0.1, filtering against local
 foreign keys not included in ModelAdmin.list_filter (#35087).
-Fixed a regression in Django 5.0 where links in the admin had an incorrect
 color (#35121).
-Fixed a bug in Django 5.0 that caused a crash of Model.full_clean() on
 models with a GeneratedField (#35127).
-Fixed a regression in Django 5.0 that caused a crash of FilteredRelation()
 with querysets as right-hand sides (#35135). FilteredRelation() now raises
 a ValueError on querysets as right-hand sides.
-Fixed a regression in Django 5.0 that caused a crash of the dumpdata
 management command when a base queryset used prefetch_related() (#35159).
-Fixed a regression in Django 5.0 that caused the request_finished signal to
 sometimes not be fired when running Django through an ASGI server, resulting
 in potential resource leaks (#35059).
-Fixed a bug in Django 5.0 that caused a migration crash on MySQL when adding
 a BinaryField, TextField, JSONField, or GeometryField with a db_default 
(#35162).
-Fixed a bug in Django 5.0 that caused a migration crash on models with a
 literal db_default of a complex type such as dict instance of a JSONField.

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

diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.1.bb 
b/meta-python/recipes-devtools/python/python3-django_5.0.2.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python3-django_5.0.1.bb
rename to meta-python/recipes-devtools/python/python3-django_5.0.2.bb
index eed1e6edc..318b62408 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.0.2.bb
@@ -1,7 +1,7 @@
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = 
"8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854"
+SRC_URI[sha256sum] = 
"b5bb1d11b2518a5f91372a282f24662f58f66749666b0a286ab057029f728080"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-sqlparse \
-- 
2.34.1


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



[oe] [meta-python] [PATCH 22/23] python3-engineio: upgrade 4.8.2 -> 4.9.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-More robust handling of polling disconnects
-Clearer client logs after disconnect

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

diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.8.2.bb 
b/meta-python/recipes-devtools/python/python3-engineio_4.9.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-engineio_4.8.2.bb
rename to meta-python/recipes-devtools/python/python3-engineio_4.9.0.bb
index 9dad138ea..790d1b44c 100644
--- a/meta-python/recipes-devtools/python/python3-engineio_4.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-engineio_4.9.0.bb
@@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \
python3-asyncio \
 "
 
-SRC_URI[sha256sum] = 
"f8609e3afdda318fdc336b4ba2de8dd397bb8f9b8a1b43e56c27330e32c2e34c"
+SRC_URI[sha256sum] = 
"e87459c15638e567711fd156e6f9c4a402668871bed79523f0ecfec744729ec7"
-- 
2.34.1


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



[oe] [meta-python] [PATCH 20/23] python3-dnspython: upgrade 2.5.0 -> 2.6.0

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb 
b/meta-python/recipes-devtools/python/python3-dnspython_2.6.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
rename to meta-python/recipes-devtools/python/python3-dnspython_2.6.0.bb
index 6b7212b9b..b1275820b 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.6.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.dnspython.org/;
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
 
-SRC_URI[sha256sum] = 
"a0034815a59ba9ae888946be7ccca8f7c157b286f8455b379c692efb51022a15"
+SRC_URI[sha256sum] = 
"233f871ff384d84c33b2eaf4358ffe7f8927eae3b257ad8467f9bdba7e7ac6bc"
 
 inherit pypi python_hatchling ptest
 
-- 
2.34.1


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



[oe] [meta-gnome] [PATCH 01/23] babl: upgrade 0.1.106 -> 0.1.108

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 "double" and "half" support in cli-tool, build fixes.

Signed-off-by: Wang Mingyu 
---
 .../recipes-gimp/babl/{babl_0.1.106.bb => babl_0.1.108.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gimp/babl/{babl_0.1.106.bb => babl_0.1.108.bb} (84%)

diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb 
b/meta-gnome/recipes-gimp/babl/babl_0.1.108.bb
similarity index 84%
rename from meta-gnome/recipes-gimp/babl/babl_0.1.106.bb
rename to meta-gnome/recipes-gimp/babl/babl_0.1.108.bb
index 61cd7ada9..e0685f781 100644
--- a/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb
+++ b/meta-gnome/recipes-gimp/babl/babl_0.1.108.bb
@@ -10,7 +10,7 @@ inherit setuptools3 gnomebase gobject-introspection vala
 DEPENDS += "lcms"
 
 SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz;
-SRC_URI[sha256sum] = 
"d325135d3304f088c134cc620013acf035de2e5d125a50a2d91054e7377c415f"
+SRC_URI[sha256sum] = 
"26defe9deaab7ac4d0e076cab49c2a0d6ebd0df0c31fd209925a5f07edee1475"
 
 FILES:${PN} += "${libdir}/${BPN}-${@gnome_verdir("${PV}")}"
 
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 02/23] btop: upgrade 1.3.0 -> 1.3.2

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
-fix: Can't detect librocm 6.0.x
-GPU: Added support for dynamic loading of ROCm v6 libraries
-Increase max network interface name to 15
-Fix OpenBSD UTF-8 locale detection
-Add hot-reloading of config file with CTRL+R or SIGUSR2 signal
-Add battery power draw for linux and freebsd
-Fix crash caused by string exception when cpu clock is exactly between 999.5 
and 999.9 Mhz
-Write newline at end of config file
-Add theme based on Everforest Dark Medium palette
-fix: don't mangle memory for zombie processes
-Share common code from collect
-Fixed incorrect used and available memory for OSX

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

diff --git a/meta-oe/recipes-support/btop/btop_1.3.0.bb 
b/meta-oe/recipes-support/btop/btop_1.3.2.bb
similarity index 93%
rename from meta-oe/recipes-support/btop/btop_1.3.0.bb
rename to meta-oe/recipes-support/btop/btop_1.3.2.bb
index f20d1a8ec..c473bf0a3 100644
--- a/meta-oe/recipes-support/btop/btop_1.3.0.bb
+++ b/meta-oe/recipes-support/btop/btop_1.3.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SECTION = "console/utils"
 
 SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main"
-SRCREV = "36842a3bccfb78f5c27642435bff387b42f7d13b"
+SRCREV = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


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



[oe] [meta-gnome] [PATCH 03/23] gegl: upgrade 0.4.46 -> 0.4.48

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
-GeglColor extended with GBytes API, and space aware accesors for RGB
 and CMYK. Better runtime handling of mismatched GEGL ops in graphs.

Signed-off-by: Wang Mingyu 
---
 meta-gnome/recipes-gimp/gegl/{gegl_0.4.46.bb => gegl_0.4.48.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gimp/gegl/{gegl_0.4.46.bb => gegl_0.4.48.bb} (96%)

diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.46.bb 
b/meta-gnome/recipes-gimp/gegl/gegl_0.4.48.bb
similarity index 96%
rename from meta-gnome/recipes-gimp/gegl/gegl_0.4.46.bb
rename to meta-gnome/recipes-gimp/gegl/gegl_0.4.48.bb
index 8c3f89fa9..34e001a5f 100644
--- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.46.bb
+++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.48.bb
@@ -26,7 +26,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 SHPV = "${@gnome_verdir("${PV}")}"
 
 SRC_URI = "https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz;
-SRC_URI[sha256sum] = 
"d0b3b2481bc8774c5f3d0a487611910166d18eef823a859fb91e781ab7b1e892"
+SRC_URI[sha256sum] = 
"418c26d94be8805d7d98f6de0c6825ca26bd74fcacb6c188da47533d9ee28247"
 
 PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2"
 PACKAGECONFIG:class-native = "libpng librsvg"
-- 
2.34.1


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



[oe] [meta-gnome] [PATCH 04/23] gjs: upgrade 1.78.3 -> 1.78.4

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 package: Specify GIRepository version

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

diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.78.3.bb 
b/meta-gnome/recipes-gnome/gjs/gjs_1.78.4.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/gjs/gjs_1.78.3.bb
rename to meta-gnome/recipes-gnome/gjs/gjs_1.78.4.bb
index 59d0a7b87..c1d1948d6 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.78.3.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.78.4.bb
@@ -7,7 +7,7 @@ DEPENDS = "mozjs-115 cairo"
 
 inherit gnomebase gsettings gobject-introspection gettext features_check 
upstream-version-is-even pkgconfig
 
-SRC_URI[archive.sha256sum] = 
"42d50364caa5d792c76734fe5bbcc4b9dbb48819da20a4060061e8b9526134a4"
+SRC_URI[archive.sha256sum] = 
"9aec7ab872c2050404907ae94f0ae7abec8a54bd9c894ddb5c2d0f51e932b9a1"
 SRC_URI += " \
 file://0001-Support-cross-builds-a-bit-better.patch \
 file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \
-- 
2.34.1


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



[oe] [meta-gnome] [PATCH 06/23] gnome-keyring: upgrade 42.1 -> 46.1

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch
refreshed for 46.1

Changelog:
=
 * ssh-agent: avoid deadlock when agent process dies before we connect to it
 * gkm: fix test-sexp with GCC 14
 * Updated translations

Signed-off-by: Wang Mingyu 
---
 ...hs-to-ssh-agent-and-ssh-add-by-configure-opti.patch | 10 --
 .../{gnome-keyring_42.1.bb => gnome-keyring_46.1.bb}   |  2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-keyring/{gnome-keyring_42.1.bb => 
gnome-keyring_46.1.bb} (94%)

diff --git 
a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch
 
b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch
index 32eecf8fb..c3c305092 100644
--- 
a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch
+++ 
b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch
@@ -1,4 +1,4 @@
-From e6464e01bc1cdf5496be2942d1bac41aa609f47e Mon Sep 17 00:00:00 2001
+From 647f3d946ec3fe4800b2bec89371f85a1a4b15cf Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Andreas=20M=C3=BCller?= 
 Date: Thu, 23 May 2019 23:44:06 +0200
 Subject: [PATCH] Set paths to ssh-agent and ssh-add by configure options
@@ -11,15 +11,16 @@ We have no executables in our sysroot so configuration 
won't find them.
 Upstream-Status: Inappropriate [OE specific]
 
 Signed-off-by: Andreas Müller 
+
 ---
  configure.ac | 11 +--
  1 file changed, 9 insertions(+), 2 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 4b83664..eda0c96 100644
+index f4f793c..5194e5d 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -351,8 +351,15 @@ if test "$enable_ssh_agent" = "no"; then
+@@ -356,8 +356,15 @@ if test "$enable_ssh_agent" = "no"; then
SSH_AGENT=false
SSH_ADD=false
  else
@@ -37,6 +38,3 @@ index 4b83664..eda0c96 100644
if test "$SSH_AGENT" = "no" -o "$SSH_ADD" = "no"; then
AC_MSG_ERROR([the ssh-agent and ssh-add commands were not 
found])
else
--- 
-2.20.1
-
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb 
b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_46.1.bb
similarity index 94%
rename from meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb
rename to meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_46.1.bb
index 65c22e639..8df3710e6 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_46.1.bb
@@ -22,7 +22,7 @@ inherit gnomebase gsettings features_check gettext
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-SRC_URI[archive.sha256sum] = 
"c7f4d040cc76a6b7fe67e08ef9106911c3c80d40fc88cbfc8e2684a4c946e3e6"
+SRC_URI[archive.sha256sum] = 
"b1d3ae9132ff2f8b3f25a190790892968e3d0acf952a487e40f644a8550ce3f6"
 SRC_URI += " \
 file://0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch \
 file://musl.patch \
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 07/23] isomd5sum: upgrade 1.2.3 -> 1.2.4

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
-Add support for riscv64
-workflows: Update to use actions/checkout
-Fix checksum failure with small isos
-test: Update testing to include small iso and larger iso
-Add a GitHub Action to run tests
-Add mips64
-testpyisomd5sum.py: Support genisoimage, Python 2

Signed-off-by: Wang Mingyu 
---
 .../isomd5sum/{isomd5sum_1.2.3.bb => isomd5sum_1.2.4.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/isomd5sum/{isomd5sum_1.2.3.bb => 
isomd5sum_1.2.4.bb} (94%)

diff --git a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb 
b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb
similarity index 94%
rename from meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb
rename to meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb
index 4f8ea64a2..0c981ebf5 100644
--- a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb
+++ b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb
@@ -31,6 +31,6 @@ RPROVIDES:${BPN}-dbg += "${PYTHON_PN}-${BPN}-dbg"
 
 FILES:${PYTHON_PN}-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so"
 
-SRCREV = "7860901f726f5d92689cb67243cc7f981f21f74b"
+SRCREV = "3f4c9bd3f21ec9ac75a025dfa3fa30fe3f621831"
 
 BBCLASSEXTEND = "native"
-- 
2.34.1


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



[oe] [meta-gnome] [PATCH 05/23] gnome-bluetooth: upgrade 42.7 -> 42.8

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
-This update fixes problems with some devices not disappearing from the list
 of quick settings in GNOME Shell.

Signed-off-by: Wang Mingyu 
---
 .../{gnome-bluetooth_42.7.bb => gnome-bluetooth_42.8.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-bluetooth/{gnome-bluetooth_42.7.bb => 
gnome-bluetooth_42.8.bb} (91%)

diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.7.bb 
b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.8.bb
similarity index 91%
rename from meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.7.bb
rename to meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.8.bb
index ba5e55826..6d4d84e1e 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.7.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.8.bb
@@ -25,7 +25,7 @@ inherit features_check gnomebase gtk-icon-cache gtk-doc 
gobject-introspection
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-SRC_URI[archive.sha256sum] = 
"94df1729dbec3bb105e588eaf5312bbbaa05c49ea733202a10dc3f7532bdf869"
+SRC_URI[archive.sha256sum] = 
"76c241e8ca2c9b1035364535ca26084f89fc5c0e1829510f8909583115fcc2db"
 
 BT_PULSE_PACKS = " \
 pulseaudio-lib-bluez5-util \
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 09/23] libmanette: upgrade 0.2.6 -> 0.2.7

2024-02-19 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
* Allow building as a static library
* ManetteMappingManager:
 - Strip leading and trailing spaces from mappings
* ManetteMonitor
 - Always use file backend in Flatpak
 - Skip non-evdev devices
 - Fix object construction
* Various cleanups

Signed-off-by: Wang Mingyu 
---
 .../libmanette/{libmanette_0.2.6.bb => libmanette_0.2.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libmanette/{libmanette_0.2.6.bb => 
libmanette_0.2.7.bb} (87%)

diff --git a/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb 
b/meta-oe/recipes-support/libmanette/libmanette_0.2.7.bb
similarity index 87%
rename from meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb
rename to meta-oe/recipes-support/libmanette/libmanette_0.2.7.bb
index 5509b0bb0..db0542269 100644
--- a/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb
+++ b/meta-oe/recipes-support/libmanette/libmanette_0.2.7.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 DEPENDS = "libevdev libgudev"
 
 SRC_URI = 
"https://download.gnome.org/sources/libmanette/0.2/libmanette-${PV}.tar.xz;
-SRC_URI[sha256sum] = 
"63653259a821ec7d90d681e52e757e2219d462828c9d74b056a5f53267636bac"
+SRC_URI[sha256sum] = 
"cddd5c02a131072c19c6cde6f2cb2cd57eae7dacb50d14c337efd980baa51a51"
 
 inherit meson pkgconfig gobject-introspection ptest vala
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 30/49] python3-pdm: upgrade 2.13.2 -> 2.14.0

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

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

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

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


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



[oe] [meta-python] [PATCH 31/49] python3-pulsectl: upgrade 23.5.2 -> 24.4.0

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

Changelog:
 Add more obvious sink_default_get/source_default_get wrappers around 
server_info

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

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


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



[oe] [meta-python] [PATCH 33/49] python3-pymodbus: upgrade 3.6.6 -> 3.6.7

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

Changelog:

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

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

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.6.6.bb 
b/meta-python/recipes-devtools/python/python3-pymodbus_3.6.7.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.6.6.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.6.7.bb
index 8e181640b..323377253 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.6.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.6.7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/;
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eba8057aa82c058d2042b4b0a0e9cc63"
 
-SRC_URI[sha256sum] = 
"c4d556a0954d00a9e1c8f1d0de03f41c4800336e6d785e820f2917eeb4ee7736"
+SRC_URI[sha256sum] = 
"e6cefac57f8d0e887ef49a705743787d8f1f005df94bd148e3da43c2599c77f3"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 32/49] python3-pydantic: upgrade 2.6.4 -> 2.7.0

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

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

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

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


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



[oe] [meta-python] [PATCH 25/49] python3-ipython: upgrade 8.22.2 -> 8.23.0

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

Changelog:

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

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

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


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



[oe] [meta-python] [PATCH 34/49] python3-rarfile: upgrade 4.1 -> 4.2

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

License-Update: Copyright year updated to 2024.

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

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

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


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



[oe] [meta-python] [PATCH 35/49] python3-send2trash: upgrade 1.8.2 -> 1.8.3

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

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

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

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

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


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



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

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

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

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

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


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



[oe] [meta-python] [PATCH 37/49] python3-sqlalchemy: upgrade 2.0.27 -> 2.0.29

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

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

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

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


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



[oe] [meta-python] [PATCH 40/49] python3-zeroconf: upgrade 0.131.0 -> 0.132.2

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

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

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

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


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



[oe] [meta-python] [PATCH 38/49] python3-validators: upgrade 0.24.0 -> 0.28.0

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

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

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

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


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



[oe] [meta-python] [PATCH 41/49] python3-zopeinterface: upgrade 6.2 -> 6.3

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

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

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

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


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



[oe] [meta-networking] [PATCH 42/49] rdma-core: upgrade 50.0 -> 51.0

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

Changelog:

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

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

diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_50.0.bb 
b/meta-networking/recipes-support/rdma-core/rdma-core_51.0.bb
similarity index 96%
rename from meta-networking/recipes-support/rdma-core/rdma-core_50.0.bb
rename to meta-networking/recipes-support/rdma-core/rdma-core_51.0.bb
index ab4de22a5..7c26a8c43 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_50.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_51.0.bb
@@ -9,7 +9,7 @@ SRC_URI = 
"git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=http

file://0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch \
file://0001-include-libgen.h-for-basename.patch \
 "
-SRCREV = "bc6b4bc134532e952fe7f8efc251e1f89b912098"
+SRCREV = "6cd09097ad2eebde9a7fa3d3bb09a2cea6e3c2d6"
 S = "${WORKDIR}/git"
 
 #Default Dual License 
https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
-- 
2.34.1


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



[oe] [meta-python] [PATCH 39/49] python3-web3: upgrade 6.16.0 -> 6.17.0

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

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

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

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


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



[oe] [meta-networking] [PATCH 43/49] sngrep: upgrade 1.8.0 -> 1.8.1

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

Changelog:
 capture: fix possible buffer overflow while processing headers

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

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


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



[oe] [meta-filesystems] [PATCH 03/49] bindfs: upgrade 1.17.6 -> 1.17.7

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

Changelog:

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

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

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


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



[oe] [meta-oe] [PATCH 09/49] hwdata: upgrade 0.380 -> 0.381

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

Changelog:
==
Update pci, usb and vendor ids

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

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


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



[oe] [meta-oe] [PATCH 10/49] libbpf: upgrade 1.3.0 -> 1.4.0

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

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

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

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


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



[oe] [meta-oe] [PATCH 13/49] makedumpfile: upgrade 1.7.4 -> 1.7.5

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

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

Changelog:

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

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

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


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



[oe] [meta-oe] [PATCH 14/49] opensc: upgrade 0.25.0 -> 0.25.1

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

Changelog:

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

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

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


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



[oe] [meta-oe] [PATCH 12/49] libopus: upgrade 1.5.1 -> 1.5.2

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

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

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

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


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



[oe] [meta-python] [PATCH 16/49] python3-aiohttp: upgrade 3.9.3 -> 3.9.4

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

Changelog:
 https://github.com/aio-libs/aiohttp/releases/tag/v3.9.4

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

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb 
b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.4.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.9.4.bb
index 10a3085ef..1cfed0d7a 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.4.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
 
-SRC_URI[sha256sum] = 
"90842933e5d1ff760fae6caca4b2b3edba53ba8f4b71e95dacf2818a2aca06f7"
+SRC_URI[sha256sum] = 
"6ff71ede6d9a5a58cfb7b6fffc83ab5d4a63138276c771ac91ceaaddf5459644"
 
 PYPI_PACKAGE = "aiohttp"
 inherit python_setuptools_build_meta pypi
-- 
2.34.1


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



[oe] [meta-python] [PATCH 15/49] python3-aiodns: upgrade 3.1.1 -> 3.2.0

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

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

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

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


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



[oe] [meta-python] [PATCH 17/49] python3-cbor2: upgrade 5.6.2 -> 5.6.3

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

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

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

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


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



[oe] [meta-python] [PATCH 20/49] python3-eth-account: upgrade 0.11.0 -> 0.12.1

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

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

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

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


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



[oe] [meta-python] [PATCH 18/49] python3-django: upgrade 5.0.3 -> 5.0.4

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

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

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

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


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



[oe] [meta-python] [PATCH 19/49] python3-eth-abi: upgrade 5.0.1 -> 5.1.0

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

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

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

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


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



[oe] [meta-oe] [PATCH 04/49] cryptsetup: upgrade 2.7.1 -> 2.7.2

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

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

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

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


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



[oe] [meta-oe] [PATCH 02/49] adw-gtk3: upgrade 5.2 -> 5.3

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

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

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

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


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



[oe] [meta-gnome] [PATCH 05/49] file-roller: upgrade 44.0 -> 44.1

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

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

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

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


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



[oe] [meta-gnome] [PATCH 06/49] gnome-online-accounts: upgrade 3.50.0 -> 3.50.1

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

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

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

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


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



[oe] [meta-gnome] [PATCH 07/49] gnome-text-editor: upgrade 46.0 -> 46.1

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

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

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

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


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



[oe] [meta-oe] [PATCH 08/49] gtkwave: upgrade 3.3.117 -> 3.3.119

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

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

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

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


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



[oe] [meta-oe] [PATCH 01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2

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

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

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

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


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



[oe] [meta-networking] [PATCH 44/49] squid: upgrade 6.8 -> 6.9

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

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

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

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


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



[oe] [meta-oe] [PATCH 45/49] st: upgrade 0.9.1 -> 0.9.2

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

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

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


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



[oe] [meta-oe] [PATCH 47/49] toybox: upgrade 0.8.10 -> 0.8.11

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

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

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


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



[oe] [meta-oe] [PATCH 46/49] tcsh: upgrade 6.24.11 -> 6.24.12

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

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

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

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


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



[oe] [meta-oe] [PATCH 48/49] webkitgtk3: upgrade 2.44.0 -> 2.44.1

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

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

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

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

diff --git 
a/meta-oe/recipes-support/webkitgtk/webkitgtk3/2922af379dc70b4b1a63b01d67179eb431f03ac4.patch
 
b/meta-oe/recipes-support/webkitgtk/webkitgtk3/2922af379dc70b4b1a63b01d67179eb431f03ac4.patch
deleted file mode 100644
index 0f6b9a633..0
--- 
a/meta-oe/recipes-support/webkitgtk/webkitgtk3/2922af379dc70b4b1a63b01d67179eb431f03ac4.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 2922af379dc70b4b1a63b01d67179eb431f03ac4 Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro 
-Date: Mon, 18 Mar 2024 11:14:54 -0700
-Subject: [PATCH] REGRESSION(274077@main): failure to build on i586 (and likely
- other 32bit arches): static assertion failed: Timer should stay small
- https://bugs.webkit.org/show_bug.cgi?id=271108
-
-Unreviewed build fix. This changes SameSizeOfTimer to ensure it matches
-the size of Timer on 32-bit platforms.
-
-* Source/WebCore/platform/Timer.cpp:
-
-Canonical link: https://commits.webkit.org/276282@main
-
-Upstream-Status: Backport 
[https://github.com/WebKit/WebKit/commit/2922af379dc70b4b1a63b01d67179eb431f03ac4]

- Source/WebCore/platform/Timer.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/Source/WebCore/platform/Timer.cpp 
b/Source/WebCore/platform/Timer.cpp
-index 4f7c0f5c39ca9..0f3734cca2474 100644
 a/Source/WebCore/platform/Timer.cpp
-+++ b/Source/WebCore/platform/Timer.cpp
-@@ -263,7 +263,11 @@ struct SameSizeAsTimer {
- 
- WeakPtr timerAlignment;
- double times[2];
--void* pointers[3];
-+void* pointers[2];
-+#if CPU(ADDRESS32)
-+uint8_t bitfields;
-+#endif
-+void* pointer;
- };
- 
- static_assert(sizeof(Timer) == sizeof(SameSizeAsTimer), "Timer should stay 
small");
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.0.bb 
b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.1.bb
similarity index 98%
rename from meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.0.bb
rename to meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.1.bb
index 34afaed9d..fc96d5dc3 100644
--- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.0.bb
+++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.1.bb
@@ -15,9 +15,8 @@ SRC_URI = 
"https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \
file://no-musttail-arm.patch \

file://0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch \
file://30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch \
-   file://2922af379dc70b4b1a63b01d67179eb431f03ac4.patch \
"
-SRC_URI[sha256sum] = 
"c66530e41ba59b1edba4ee89ef20b2188e273bed0497e95084729e3cfbe30c87"
+SRC_URI[sha256sum] = 
"425b1459b0f04d0600c78d1abb5e7edfa3c060a420f8b231e9a6a2d5d29c5561"
 
 inherit cmake pkgconfig gobject-introspection perlnative features_check 
upstream-version-is-even gi-docgen
 
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 49/49] xmlsec1: upgrade 1.3.3 -> 1.3.4

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

Changelog:

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

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

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


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



[oe] [meta-python] [PATCH 24/49] python3-google-api-python-client: upgrade 2.124.0 -> 2.125.0

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

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

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

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


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



[oe] [meta-python] [PATCH 23/49] python3-filelock: upgrade 3.13.3 -> 3.13.4

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

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

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

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


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



[oe] [meta-python] [PATCH 26/49] python3-javaobj-py3: upgrade 0.4.3 -> 0.4.4

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

Changelog:

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

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

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

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


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



[oe] [meta-python] [PATCH 27/49] python3-joblib: upgrade 1.3.2 -> 1.4.0

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

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

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

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


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



[oe] [meta-python] [PATCH 28/49] python3-parso: upgrade 0.8.3 -> 0.8.4

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

Changelog:
 Add basic support for Python 3.13

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

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


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



  1   2   3   4   5   >