[oe] [meta-oe] [PATCH 40/40] tmux: upgrade 3.4 -> 3.5

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 https://raw.githubusercontent.com/tmux/tmux/3.5/CHANGES

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-extended/tmux/{tmux_3.4.bb => tmux_3.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/tmux/{tmux_3.4.bb => tmux_3.5.bb} (90%)

diff --git a/meta-oe/recipes-extended/tmux/tmux_3.4.bb 
b/meta-oe/recipes-extended/tmux/tmux_3.5.bb
similarity index 90%
rename from meta-oe/recipes-extended/tmux/tmux_3.4.bb
rename to meta-oe/recipes-extended/tmux/tmux_3.5.bb
index 4360edf4b..33f709681 100644
--- a/meta-oe/recipes-extended/tmux/tmux_3.4.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_3.5.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf
 DEPENDS = "ncurses libevent bison-native"
 
 SRC_URI = 
"https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz";
-SRC_URI[sha256sum] = 
"551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa"
+SRC_URI[sha256sum] = 
"2fe01942e7e7d93f524a22f2c883822c06bc258a4d61dba4b407353d7081950f"
 
 UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases";
 UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112600): 
https://lists.openembedded.org/g/openembedded-devel/message/112600
Mute This Topic: https://lists.openembedded.org/mt/108731787/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/40] python3-zeroconf: upgrade 0.134.0 -> 0.135.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Improve performance of DNSCache backend

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

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.134.0.bb 
b/meta-python/recipes-devtools/python/python3-zeroconf_0.135.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.134.0.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.135.0.bb
index b1b1a2e4c..e72e12512 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.134.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.135.0.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] = 
"5be2c3a61cc81eb1bd4684bbdee19d708522d94bc8ac60dfe001a0fde4421092"
+SRC_URI[sha256sum] = 
"9424551ef5a8d91fa8296bb1791e83b31afcd17a336a071928d4a978d7b96b72"
 
 DEPENDS += "python3-cython-native"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112598): 
https://lists.openembedded.org/g/openembedded-devel/message/112598
Mute This Topic: https://lists.openembedded.org/mt/108731785/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 39/40] squashfs-tools-ng: upgrade 1.3.1 -> 1.3.2

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
 - Fix prefix path for file globing
 - Missing '--no-pad' option in 'gensquashfs', 'sqfs2tar'
 - Fix version substitution in release script

Signed-off-by: Wang Mingyu 
---
 .../{squashfs-tools-ng_1.3.1.bb => squashfs-tools-ng_1.3.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/squashfs-tools-ng/{squashfs-tools-ng_1.3.1.bb 
=> squashfs-tools-ng_1.3.2.bb} (96%)

diff --git 
a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb 
b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb
similarity index 96%
rename from 
meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb
rename to meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb
index a542396d4..10e0e27a2 100644
--- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb
+++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.md;md5=a709b68f1ce8a9f10aeea6401446c1f4 \
 
file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \
 "
 
-SRCREV = "8f9966c8ea3ea8a854941d041e7fcb9eb4f772fb"
+SRCREV = "667faf69cc35215e33e747b4bffdcba3643c2629"
 SRC_URI = 
"git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=fixes-1.3.0"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112599): 
https://lists.openembedded.org/g/openembedded-devel/message/112599
Mute This Topic: https://lists.openembedded.org/mt/108731786/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/40] python3-yarl: upgrade 1.11.1 -> 1.13.1

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

-Added :attr:~yarl.URL.path_safe to be able to fetch the path without %2F and 
%25 decoded
-Restore decoding %2F (/) in URL.path
-Improved performance of processing paths
-Added :attr:~yarl.URL.host_subcomponent which returns the 
:rfc:3986#section-3.2.2 host subcomponent
-Started rejecting ASCII hostnames with invalid characters. For host strings 
that
-look like authority strings, the exception message includes advice on what to 
do instead
-Fixed IPv6 addresses missing brackets when the :class:~yarl.URL was converted 
to a string
-Improved performance of calling :py:meth:~yarl.URL.build with authority

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

diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.11.1.bb 
b/meta-python/recipes-devtools/python/python3-yarl_1.13.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-yarl_1.11.1.bb
rename to meta-python/recipes-devtools/python/python3-yarl_1.13.1.bb
index 37d77b718..16708fd1f 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.13.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"1bb2d9e212fb7449b8fb73bc461b51eaa17cc8430b4a87d87be7b25052d92f53"
+SRC_URI[sha256sum] = 
"ec8cfe2295f3e5e44c51f57272afbd69414ae629ec7c6b27f5a410efc78b70a0"
 
 SRC_URI += "file://run-ptest"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112596): 
https://lists.openembedded.org/g/openembedded-devel/message/112596
Mute This Topic: https://lists.openembedded.org/mt/108731781/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/40] python3-xmlschema: upgrade 3.4.1 -> 3.4.2

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Fix other failing URL normalization tests
- Avoid the use of sys.version_info for checking results, better to extend the 
check to more values.

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

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_3.4.1.bb 
b/meta-python/recipes-devtools/python/python3-xmlschema_3.4.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-xmlschema_3.4.1.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_3.4.2.bb
index 845735c9b..b29862b1d 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_3.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_3.4.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=26aa26eda991a3a2b61c11b62d3fda65"
 
-SRC_URI[sha256sum] = 
"4f69eca6f2c446b06c74acd958e7d6613487c253d959a3b75078dfcc880b80ff"
+SRC_URI[sha256sum] = 
"d35023ea504ea46127302d1297b046d023b96fec5fe4b4b690534ea85b5e9bf8"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112597): 
https://lists.openembedded.org/g/openembedded-devel/message/112597
Mute This Topic: https://lists.openembedded.org/mt/108731782/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/40] python3-web3: upgrade 6.20.1 -> 7.3.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: merge template, fill vars, lint

Changelog:
 https://github.com/ethereum/web3.py/blob/v7.3.0/docs/release_notes.rst

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

diff --git a/meta-python/recipes-devtools/python/python3-web3_6.20.1.bb 
b/meta-python/recipes-devtools/python/python3-web3_7.3.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-web3_6.20.1.bb
rename to meta-python/recipes-devtools/python/python3-web3_7.3.0.bb
index b3487b6d8..b0b67dfac 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.20.1.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_7.3.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "A Python library for interacting with Ethereum."
 HOMEPAGE = "https://github.com/ethereum/web3.py";
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c8694da5a97575618474d9caf8c812da"
 
-SRC_URI[sha256sum] = 
"a29bc1863734e1c05f128ddbc56878f299ea71776806e667b581a83b5d5be0ed"
+SRC_URI[sha256sum] = 
"74d52cfcc23b8e99c837190128b932923f38fca290ae2cf2d690edbf622252a0"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112595): 
https://lists.openembedded.org/g/openembedded-devel/message/112595
Mute This Topic: https://lists.openembedded.org/mt/108731780/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/40] python3-tzdata: upgrade 2024.1 -> 2024.2

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 https://github.com/python/tzdata/releases/tag/2024.2

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

diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb 
b/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb
rename to meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
index d81ded430..614d813e8 100644
--- a/meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48 \
 
file://licenses/LICENSE_APACHE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"
+SRC_URI[sha256sum] = 
"7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112593): 
https://lists.openembedded.org/g/openembedded-devel/message/112593
Mute This Topic: https://lists.openembedded.org/mt/108731778/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/40] python3-watchdog: upgrade 5.0.2 -> 5.0.3

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
- [inotify] Improve cleaning up Inotify threads, and add eventlet test cases

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

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb 
b/meta-python/recipes-devtools/python/python3-watchdog_5.0.3.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb
rename to meta-python/recipes-devtools/python/python3-watchdog_5.0.3.bb
index ad66523de..0467f55ac 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_5.0.3.bb
@@ -4,7 +4,7 @@ DEPENDS = "python3-argh"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"dcebf7e475001d2cdeb020be630dc5b687e9acdd60d16fea6bb4508e7b94cf76"
+SRC_URI[sha256sum] = 
"108f42a7f0345042a854d4d0ad0834b741d421330d5f575b81cb27b883500176"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112594): 
https://lists.openembedded.org/g/openembedded-devel/message/112594
Mute This Topic: https://lists.openembedded.org/mt/108731779/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/40] python3-thrift: upgrade 0.20.0 -> 0.21.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

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

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


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



[oe] [meta-python] [PATCH 29/40] python3-redis: upgrade 5.0.8 -> 5.1.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Client-side caching
- Timeseries insertion filters for close samples
- Enhanced classes string representation
- Partial clean up of Python 3.7 compatibility
- Handle RESP3 sets as Python lists
- Prevent async ClusterPipeline instances from becoming "false-y"
- Add hostname field to _parse_node_line
- Delete the first-defined (and thus "duplicate") Script class
- Catch a known DeprecationWarning when calling .close()
- Add missed redismod at test_commands.py
- Update README.md - mentioning redis 7.4 support
- Update PyPy 3.8 to 3.10 in CI
- Updated commands from docker-compose to docker compose
- Added version restrictions for pytest-asyncio
- Documentation examples

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

diff --git a/meta-python/recipes-devtools/python/python3-redis_5.0.8.bb 
b/meta-python/recipes-devtools/python/python3-redis_5.1.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-redis_5.0.8.bb
rename to meta-python/recipes-devtools/python/python3-redis_5.1.0.bb
index 104bc..d9ae98ddc 100644
--- a/meta-python/recipes-devtools/python/python3-redis_5.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_5.1.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8"
 # Prefix archive to avoid clashing with the main redis archives
 PYPI_ARCHIVE_NAME_PREFIX="pypi-"
 
-SRC_URI[sha256sum] = 
"0c5b10d387568dfe0698c6fad6615750c24170e548ca2deac10c649d463e9870"
+SRC_URI[sha256sum] = 
"b756df1e4a3858fcc0ef861f3fc53623a96c41e2b1f5304e09e0fe758d333d40"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112591): 
https://lists.openembedded.org/g/openembedded-devel/message/112591
Mute This Topic: https://lists.openembedded.org/mt/108731776/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/40] python3-sympy: upgrade 1.13.2 -> 1.13.3

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Handle matrices of zero columns correctly in the Matrix constructor.
- NumPy numbers can be used with clebsch_gordan.

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

diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.13.2.bb 
b/meta-python/recipes-devtools/python/python3-sympy_1.13.3.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-sympy_1.13.2.bb
rename to meta-python/recipes-devtools/python/python3-sympy_1.13.3.bb
index 02577964c..a0f670072 100644
--- a/meta-python/recipes-devtools/python/python3-sympy_1.13.2.bb
+++ b/meta-python/recipes-devtools/python/python3-sympy_1.13.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/sympy/";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ea48085d7dff75b49271b25447e8cdca"
 
-SRC_URI[sha256sum] = 
"401449d84d07be9d0c7a46a64bd54fe097667d5e7181bfe67ec777be9e01cb13"
+SRC_URI[sha256sum] = 
"b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112589): 
https://lists.openembedded.org/g/openembedded-devel/message/112589
Mute This Topic: https://lists.openembedded.org/mt/108731774/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/40] python3-h5py: upgrade 3.11.0 -> 3.12.1

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-setup_build.py-avoid-absolute-path.patch
refreshed for 3.12.1

Changelog:
 https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.12.rst

Signed-off-by: Wang Mingyu 
---
 .../0001-setup_build.py-avoid-absolute-path.patch  | 7 +++
 .../{python3-h5py_3.11.0.bb => python3-h5py_3.12.1.bb} | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-h5py_3.11.0.bb => 
python3-h5py_3.12.1.bb} (91%)

diff --git 
a/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch
 
b/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch
index 0b8555734..de2f09ec8 100644
--- 
a/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch
+++ 
b/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch
@@ -1,4 +1,4 @@
-From 6f8cee826ef9309c174aa97cb6af2ba532ed9dba Mon Sep 17 00:00:00 2001
+From 59d1cc34739a18a32d3250973af2357c41d8d156 Mon Sep 17 00:00:00 2001
 From: Mingli Yu 
 Date: Thu, 28 Jan 2021 18:44:10 -0800
 Subject: [PATCH] setup_build.py: avoid absolute path
@@ -9,16 +9,15 @@ Upstream-Status: Submitted 
[https://github.com/h5py/h5py/pull/1803]
 
 Signed-off-by: Mingli Yu 
 Signed-off-by: Leon Anavi 
-
 ---
  setup_build.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/setup_build.py b/setup_build.py
-index 78c6677..64db7f7 100644
+index a041fa6..4d44215 100644
 --- a/setup_build.py
 +++ b/setup_build.py
-@@ -21,7 +21,7 @@ from setup_configure import BuildConfig
+@@ -20,7 +20,7 @@ from setup_configure import BuildConfig
  
  
  def localpath(*args):
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb 
b/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb
rename to meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb
index 1cf5f5638..a84dd2882 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c"
 
-SRC_URI[sha256sum] = 
"7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9"
+SRC_URI[sha256sum] = 
"326d70b53d31baa61f00b8aa5f95c2fcb9621a3ee8365d770c551a13dbbcbfdf"
 
 SRC_URI += "file://0001-setup_build.py-avoid-absolute-path.patch"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112590): 
https://lists.openembedded.org/g/openembedded-devel/message/112590
Mute This Topic: https://lists.openembedded.org/mt/108731775/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/40] python3-starlette: upgrade 0.39.0 -> 0.39.1

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Avoid regex re-compilation in responses.py and schemas.py
- Improve performance of get_route_path by removing regular expression usage
- Consider FileResponse.chunk_size when handling multiple ranges
- Use token_hex for generating multipart boundary strings

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

diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.39.0.bb 
b/meta-python/recipes-devtools/python/python3-starlette_0.39.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-starlette_0.39.0.bb
rename to meta-python/recipes-devtools/python/python3-starlette_0.39.1.bb
index c4b3d9916..c01158fc7 100644
--- a/meta-python/recipes-devtools/python/python3-starlette_0.39.0.bb
+++ b/meta-python/recipes-devtools/python/python3-starlette_0.39.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, 
which is ideal for
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a"
 
-SRC_URI[sha256sum] = 
"b35acedae74e95967dd9c0a47b45f5803dcd8973d0d95c18c1abb184845ba42c"
+SRC_URI[sha256sum] = 
"33c5a94f64d3ab2c799b2715b45f254a3752f229d334f1562a3aaf78c23eab95"
 
 inherit pypi python_hatchling ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112588): 
https://lists.openembedded.org/g/openembedded-devel/message/112588
Mute This Topic: https://lists.openembedded.org/mt/108731773/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/40] python3-huey: upgrade 2.5.1 -> 2.5.2

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Prevent bad task serialization in schedule from causing a batch of tasks to 
be lost
- Ensure we catch ResultTimeout which may occur when used with Sentinel
- Remove junk SQS implementation I was testing out.

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

diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.1.bb 
b/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-huey_2.5.1.bb
rename to meta-python/recipes-devtools/python/python3-huey_2.5.2.bb
index 471fd6cc2..7829555b9 100644
--- a/meta-python/recipes-devtools/python/python3-huey_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
 
 PYPI_PACKAGE = "huey"
 
-SRC_URI[sha256sum] = 
"8a323783ab434a095a4e72b8c48c5b8f957f9031fa860474a390a0927e957112"
+SRC_URI[sha256sum] = 
"df33db474c05414ed40ee2110e9df692369871734da22d74ffb035a4bd74047f"
 
 RDEPENDS:${PN} += " \
python3-datetime \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112582): 
https://lists.openembedded.org/g/openembedded-devel/message/112582
Mute This Topic: https://lists.openembedded.org/mt/108731766/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/40] python3-python-multipart: upgrade 0.0.10 -> 0.0.11

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Improve performance, especially in data with many CR-LF
- Handle invalid CRLF in header name

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

diff --git 
a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.10.bb 
b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.11.bb
similarity index 71%
rename from 
meta-python/recipes-devtools/python/python3-python-multipart_0.0.10.bb
rename to meta-python/recipes-devtools/python/python3-python-multipart_0.0.11.bb
index df52f7a35..b325f90ad 100644
--- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.10.bb
+++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.11.bb
@@ -2,7 +2,7 @@ SUMMARY = "A streaming multipart parser for Python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e"
 
-SRC_URI[sha256sum] = 
"46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"
+SRC_URI[sha256sum] = 
"1d377f074b69a47dd204c990de57a7cf03d9b85695a3e57faec32d54b78e3e48"
 
 inherit pypi python_hatchling
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112587): 
https://lists.openembedded.org/g/openembedded-devel/message/112587
Mute This Topic: https://lists.openembedded.org/mt/108731772/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/40] python3-bandit: upgrade 1.7.9 -> 1.7.10

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Bump docker/build-push-action from 5.4.0 to 6.0.0
- Suggested small refactors in assignments
- Performance improvement in blacklist function
- Add test for usage of FTP_TLS
- New check: B113: TrojanSource - Bidirectional control characters
- Bump docker/build-push-action from 6.0.0 to 6.1.0
- feat(plugins): add support for httpx in B113
- Nit: remove unused variable
- Add recent releases to version choice in bug report
- Bump docker/build-push-action from 6.1.0 to 6.2.0
- Bump docker/build-push-action from 6.2.0 to 6.3.0
- Bump docker/setup-buildx-action from 3.3.0 to 3.4.0
- Bump docker/setup-buildx-action from 3.4.0 to 3.5.0
- Bump docker/login-action from 3.2.0 to 3.3.0
- Bump docker/build-push-action from 6.3.0 to 6.5.0
- Bump docker/setup-buildx-action from 3.5.0 to 3.6.1
- Bump docker/build-push-action from 6.5.0 to 6.6.1
- Bump sigstore/cosign-installer from 3.5.0 to 3.6.0
- Bump docker/build-push-action from 6.6.1 to 6.7.0
- Use consistent file naming of docs
- Pytorch Load / Save Plugin

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

diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.9.bb 
b/meta-python/recipes-devtools/python/python3-bandit_1.7.10.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-bandit_1.7.9.bb
rename to meta-python/recipes-devtools/python/python3-bandit_1.7.10.bb
index 730bf116a..8e88d8c7c 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.7.9.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.10.bb
@@ -2,7 +2,7 @@ SUMMARY = "Security oriented static analyser for python code."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-SRC_URI[sha256sum] = 
"7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"
+SRC_URI[sha256sum] = 
"59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b"
 
 DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml 
python3-six python3-stevedore"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112580): 
https://lists.openembedded.org/g/openembedded-devel/message/112580
Mute This Topic: https://lists.openembedded.org/mt/108731764/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/40] python3-portion: upgrade 2.4.2 -> 2.5.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: Update license file so it is recognized by GH

Changelog:
==
- The combine method of an IntervalDict accepts a missing parameter to fill
  values for non-overlapping keys
- A recipe to combine more than two IntervalDict
- Drop official support for Python 3.7.

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

diff --git a/meta-python/recipes-devtools/python/python3-portion_2.4.2.bb 
b/meta-python/recipes-devtools/python/python3-portion_2.5.0.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-portion_2.4.2.bb
rename to meta-python/recipes-devtools/python/python3-portion_2.5.0.bb
index a5e26f302..f4e5d2036 100644
--- a/meta-python/recipes-devtools/python/python3-portion_2.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-portion_2.5.0.bb
@@ -3,11 +3,11 @@ HOMEPAGE = "https://github.com/AlexandreDecan/portion";
 SECTION = "devel/python"
 
 LICENSE = "LGPL-3.0-only"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"5289b40d98959b16b3f6927781678935d3df1b7c14947f5d7778e5e04dd9a065"
+SRC_URI[sha256sum] = 
"80ae7bab71f4844e3eb33c57954d76a3bd4cb351039b6e260e779325aeb4a487"
 
 RDEPENDS:${PN} = "\
 python3-sortedcontainers \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112583): 
https://lists.openembedded.org/g/openembedded-devel/message/112583
Mute This Topic: https://lists.openembedded.org/mt/108731767/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/40] python3-pymongo: upgrade 4.8.0 -> 4.9.1

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Added support for MongoDB 8.0 and Python 3.13.
- A new asynchronous API 19 with full asyncio support.
- Added support for In-Use Encryption range queries with MongoDB 8.0.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.8.0.bb 
b/meta-python/recipes-devtools/python/python3-pymongo_4.9.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymongo_4.8.0.bb
rename to meta-python/recipes-devtools/python/python3-pymongo_4.9.1.bb
index fcce456d8..5064032bc 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_4.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.9.1.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"454f2295875744dc70f1881e4b2eb99cdad008a33574bc8aaf120530f66c0cde"
+SRC_URI[sha256sum] = 
"b7f2d34390acf60e229c30037d1473fcf69f4536cd7f48f6f78c0c931c61c505"
 
 inherit pypi python_setuptools_build_meta python_hatchling
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112586): 
https://lists.openembedded.org/g/openembedded-devel/message/112586
Mute This Topic: https://lists.openembedded.org/mt/108731771/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/40] python3-pyyaml-include: upgrade 2.1 -> 2.2

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Add flatten argument.
- fix issue if glob_params is not int.

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

diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb 
b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb
rename to meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
index 058699fdf..f39b63ea5 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/tanbro/pyyaml-include";
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
 DEPENDS += "python3-setuptools-scm-native"
-SRCREV = "dc16153b28f5cab997814c0ce9b43dc4c58507e7"
+SRCREV = "c5be2b7dfc4aaa91e44dbeb6fa42adc80936ef9d"
 
 SRC_URI = " \
 git://github.com/tanbro/pyyaml-include;protocol=https;branch=main \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112585): 
https://lists.openembedded.org/g/openembedded-devel/message/112585
Mute This Topic: https://lists.openembedded.org/mt/108731770/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/40] python3-prompt-toolkit: upgrade 3.0.47 -> 3.0.48

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

- Typing improvements:
  * Add '@overload' to 'contrib.regular_languages.compiler.Variables.get'.
  * Use 'Sequence' instead of 'list' for 'words' argument in completers.
- Improve 'ModalCursorShapeConfig':
  * Display an "underscore" cursor in Vi's "replace single" mode, like
"replace" mode.
  * Display an "beam" cursor in Emacs (insert) mode.

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

diff --git 
a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.47.bb 
b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.47.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb
index 9997785dc..3ed18905f 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.47.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[sha256sum] = 
"1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360"
+SRC_URI[sha256sum] = 
"d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112584): 
https://lists.openembedded.org/g/openembedded-devel/message/112584
Mute This Topic: https://lists.openembedded.org/mt/108731768/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/40] python3-greenlet: upgrade 3.1.0 -> 3.1.1

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Fix crashes on 32-bit PPC Linux.
- Remove unnecessary logging sometimes during interpreter shutdown.
- Fix some crashes on 32-bit PPC MacOS.

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

diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.1.0.bb 
b/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-greenlet_3.1.0.bb
rename to meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
index 11e8a76c8..c7a38b9a1 100644
--- a/meta-python/recipes-devtools/python/python3-greenlet_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT & PSF-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \
 file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
 
-SRC_URI[sha256sum] = 
"b395121e9bbe8d02a750886f108d540abe66075e61e22f7353d9acb0b81be0f0"
+SRC_URI[sha256sum] = 
"4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c515467"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112579): 
https://lists.openembedded.org/g/openembedded-devel/message/112579
Mute This Topic: https://lists.openembedded.org/mt/108731763/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/40] python3-gnupg: upgrade 0.5.2 -> 0.5.3

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Fix #117: Add WKD (Web Key Directory) support for auto-locating keys. Thanks 
to Myzel394 for the patch.
- Fix #237: Ensure local variable is initialized even when an exception occurs.
- Fix #239: Remove logging of decryption result.

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

diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.5.2.bb 
b/meta-python/recipes-devtools/python/python3-gnupg_0.5.3.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-gnupg_0.5.2.bb
rename to meta-python/recipes-devtools/python/python3-gnupg_0.5.3.bb
index b69e2c465..8c231dce1 100644
--- a/meta-python/recipes-devtools/python/python3-gnupg_0.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-gnupg_0.5.3.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dabe659eadd6d97325b1582e41cfc11"
 
 PYPI_PACKAGE = "python-gnupg"
-SRC_URI[sha256sum] = 
"01d8013931c9fa3f45824bbea7054c03d6e11f258a72e7e086e168dbcb91854c"
+SRC_URI[sha256sum] = 
"290d8ddb9cd63df96cfe9284b9b265f19fd6e145e5582dc58fd7271f026d0a47"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112581): 
https://lists.openembedded.org/g/openembedded-devel/message/112581
Mute This Topic: https://lists.openembedded.org/mt/108731765/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/40] python3-aiohappyeyeballs: upgrade 2.4.0 -> 2.4.2

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Copy staggered from standard lib for python 3.12+
- Avoid passing loop to staggered.staggered_race

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

diff --git 
a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.4.0.bb 
b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.4.2.bb
similarity index 81%
rename from 
meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.4.2.bb
index 940492283..ce2572f95 100644
--- a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.4.2.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohappyeyeballs";
 LICENSE = "PSF-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
 
-SRC_URI[sha256sum] = 
"55a1714f084e63d49639800f95716da97a1f173d46a16dfcfda0016abb93b6b2"
+SRC_URI[sha256sum] = 
"4ca893e6c5c1f5bf3888b04cb5a3bee24995398efef6e0b9f747b5e89d84fd74"
 
 inherit pypi python_poetry_core
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112577): 
https://lists.openembedded.org/g/openembedded-devel/message/112577
Mute This Topic: https://lists.openembedded.org/mt/108731761/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/40] python3-anyio: upgrade 4.4.0 -> 4.6.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Dropped support for Python 3.8
- Fixed 100% CPU use on asyncio while waiting for an exiting task group to
  finish while said task group is within a cancelled cancel scope
- Fixed cancel scopes on asyncio not propagating CancelledError on exit when
  the enclosing cancel scope has been effectively cancelled
- Fixed asyncio task groups not yielding control to the event loop at exit if
  there were no child tasks to wait on
- Fixed inconsistent task uncancellation with asyncio cancel scopes belonging
  to a task group when said task group has child tasks running

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

diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.4.0.bb 
b/meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-anyio_4.4.0.bb
rename to meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb
index 28c76cbf5..57f071251 100644
--- a/meta-python/recipes-devtools/python/python3-anyio_4.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94"
+SRC_URI[sha256sum] = 
"137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb"
 
 DEPENDS += " \
python3-setuptools-scm-native \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112578): 
https://lists.openembedded.org/g/openembedded-devel/message/112578
Mute This Topic: https://lists.openembedded.org/mt/108731762/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/40] nanopb: upgrade 0.4.8 -> 0.4.9

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Fix problems with enum intsize introduced in 0.4.8
- Fix Python pkg_resources deprecation
- Add option to discard deprecated fields
- Use fallback_type when breaking circular dependencies
- Discard autogenerated map entry types if the field is skipped
- Use pb_byte_t = uint8_t when available
- Add enum_validate option
- Add check_return attribute for IAR compiler
- Add label_override field option
- Add Zephyr module specification
- Add Apple privacy manifest
- Bazel rule improvements, including bzlmod migration
- CMake build rule improvements
- Improve C++ descriptors
- Test case improvements
- Update dependency package versions
- Documentation improvements

Signed-off-by: Wang Mingyu 
---
 .../{nanopb-generator_0.4.8.bb => nanopb-generator_0.4.9.bb}| 0
 .../nanopb/{nanopb-runtime_0.4.8.bb => nanopb-runtime_0.4.9.bb} | 0
 .../meta-python/recipes-devtools/nanopb/nanopb.inc  | 2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/{nanopb-generator_0.4.8.bb
 => nanopb-generator_0.4.9.bb} (100%)
 rename 
meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/{nanopb-runtime_0.4.8.bb
 => nanopb-runtime_0.4.9.bb} (100%)

diff --git 
a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.8.bb
 
b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.9.bb
similarity index 100%
rename from 
meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.8.bb
rename to 
meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.9.bb
diff --git 
a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.8.bb
 
b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.9.bb
similarity index 100%
rename from 
meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.8.bb
rename to 
meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.9.bb
diff --git 
a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc 
b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc
index 87dbc73e6..7c2e553c7 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc
+++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc
@@ -3,7 +3,7 @@ LICENSE="Zlib"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f"
 
 SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https"
-SRCREV = "6cfe48d6f1593f8fa5c0f90437f5e6522587745e"
+SRCREV = "98bf4db69897b53434f3d0ba72e0a3ab1a902824"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112576): 
https://lists.openembedded.org/g/openembedded-devel/message/112576
Mute This Topic: https://lists.openembedded.org/mt/108731760/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/40] python3-dill: upgrade 0.3.8 -> 0.3.9

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- further skip BufferedRandomType if does not exist
- remove stray import of dbm in objects
- Add UnpicklingError import for dill.load_session() to fix #648
- Bump idna from 3.4 to 3.7 in /docs
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs
- Bump requests from 2.31.0 to 2.32.0 in /docs
- Bump tornado from 6.3.3 to 6.4.1 in /docs
- update docs requirements to rtfd 10.27.0
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs
- fix fencepost error when getting source inside decorator in interpreter 
(fixes #603)
- type check for Integral, bool by value
- diff USE_NUMPY imports numpy.ma
- adjust testing to account for frame.f_locals as a proxy in 3.13
- better handle import strings of numpy scalars
- handle a ThreadHandleType
- more extensive testing for dill.source
- add formal support for python 3.13

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

diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb 
b/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-dill_0.3.8.bb
rename to meta-python/recipes-devtools/python/python3-dill_0.3.9.bb
index 3481ec06b..bc5a7e500 100644
--- a/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb
+++ b/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/dill/";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a41509b57cc475ed93f8cb1dbbfaeec1"
 
-SRC_URI[sha256sum] = 
"3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca"
+SRC_URI[sha256sum] = 
"81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112575): 
https://lists.openembedded.org/g/openembedded-devel/message/112575
Mute This Topic: https://lists.openembedded.org/mt/108731759/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/40] python3-configobj: upgrade 5.0.8 -> 5.0.9

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: Drop extra '2014' in LICENSE file.

Changelog:
===
- Address CVE-2023-26112 ReDoS
- Drop Python 2 support and compatibility code
- Extra 2014
- setup.py: fix license tag
- Update minimum python to 3.7 everywhere, and add 3.12

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

diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb 
b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb
rename to meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb
index 96e579c78..2f6572af5 100644
--- a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb
@@ -1,10 +1,10 @@
 SUMMARY = "Config file reading, writing and validation."
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3d6f99b84d9a94610c62e48fa2e59e72"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e2df3cb285297a24cd1097dfe6e96f95"
 
 PYPI_PACKAGE = "configobj"
-SRC_URI[sha256sum] = 
"6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97"
+SRC_URI[sha256sum] = 
"03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112574): 
https://lists.openembedded.org/g/openembedded-devel/message/112574
Mute This Topic: https://lists.openembedded.org/mt/108731758/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/40] python3-cantools: upgrade 39.4.5 -> 39.4.8

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Enable cache via env variable and improve cache key
- Add test and type annotations for LongNamesConverter
- monitor: case insensitive filtering
- fix ruff linter errors
- Skip dumping KCD version if unset
- Update ruff config
- fix errors raised by recent versions of ruff
- Fix bug in DBC short names conversion
- monitor: fix crash while decoding message with bad length

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

diff --git a/meta-python/recipes-devtools/python/python3-cantools_39.4.5.bb 
b/meta-python/recipes-devtools/python/python3-cantools_39.4.8.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-cantools_39.4.5.bb
rename to meta-python/recipes-devtools/python/python3-cantools_39.4.8.bb
index f4f16c155..da4f3b493 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_39.4.5.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_39.4.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = 
"594f2ae80deadb8c6b08e8e1322d42e258f40d42c80d6886d84e0143f90b5a23"
+SRC_URI[sha256sum] = 
"933803afe97de91d927053b027e2a165e4ce891abf8e42d6b409a7b7dfefa80d"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112573): 
https://lists.openembedded.org/g/openembedded-devel/message/112573
Mute This Topic: https://lists.openembedded.org/mt/108731757/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/40] python3-asyncinotify: upgrade 4.0.9 -> 4.1.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Add recursive watcher

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

diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.9.bb 
b/meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-asyncinotify_4.0.9.bb
rename to meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb
index 0946dd2a3..eeb44aa51 100644
--- a/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.9.bb
+++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify";
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640"
 
-SRC_URI[sha256sum] = 
"d0fc2c9af487b6ac2a3bd7db7b5139de54afcc3660720f80d7324b122a27c1c7"
+SRC_URI[sha256sum] = 
"41743900519ebdefe53e751df1d39689aca88794d783af945d306348a1398501"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112572): 
https://lists.openembedded.org/g/openembedded-devel/message/112572
Mute This Topic: https://lists.openembedded.org/mt/108731756/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 09/40] pure-ftpd: upgrade 1.0.51 -> 1.0.52

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

nostrip.patch
refreshed for 1.0.52

License-Update: Copyright year updated to 2024

Changelog:
==
 - The QUIT command is now accepted during a transfer.
 - The server can be built with --with-minimal again.
 - Fixed an out of bounds read in the MLSD command.
 - Larger mmap()ed pages are used on aarch64.
 - Improved compatibility with HPUX
 - Improved OpenSSL API compatibility
 - Improved compatibility with OpenWall Linux
 - Improved compatibility with Netfilter

Signed-off-by: Wang Mingyu 
---
 .../recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch  | 7 +++
 .../pure-ftpd/{pure-ftpd_1.0.51.bb => pure-ftpd_1.0.52.bb} | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)
 rename meta-networking/recipes-daemons/pure-ftpd/{pure-ftpd_1.0.51.bb => 
pure-ftpd_1.0.52.bb} (81%)

diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch 
b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch
index 32d714f6f..90244cf09 100644
--- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch
+++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch
@@ -1,4 +1,4 @@
-From 79fd22c0def26eba130db98e312bb00fec32ac0a Mon Sep 17 00:00:00 2001
+From ed60c2ad3a7ed9762fcb6a304c7f60544606baef Mon Sep 17 00:00:00 2001
 From: Tudor Florea 
 Date: Tue, 4 Aug 2015 03:07:01 +0200
 Subject: [PATCH] Don't mess with CFLAGS and LDFLAGS when --with-minimal is
@@ -10,16 +10,15 @@ Upstream-Status: Inappropriate [config]
 
 Signed-off-by: Paul Eggleton 
 Signed-off-by: Tudor Florea 
-
 ---
  configure.ac | 2 --
  1 file changed, 2 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 695ce68..0f28b55 100644
+index e578b2b..3874124 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -414,8 +414,6 @@ AC_ARG_WITH(minimal,
+@@ -415,8 +415,6 @@ AC_ARG_WITH(minimal,
  AC_DEFINE(NO_FTP_USERS)
  AC_DEFINE(WITHOUT_ASCII)
  AC_DEFINE(BORING_MODE)
diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.51.bb 
b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb
similarity index 81%
rename from meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.51.bb
rename to meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb
index 6f03f73db..1ce3c468b 100644
--- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.51.bb
+++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, 
production-quality and
 HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd";
 SECTION = "net"
 LICENSE = "0BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=194bc994ad6bbd4ff5a021082fe52156"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5138d4a8a877b32de6a78cf7e9e99c25"
 
 DEPENDS = "libcap virtual/crypt"
 
@@ -11,7 +11,7 @@ SRC_URI = 
"http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.t

file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \
file://nostrip.patch \
 "
-SRC_URI[sha256sum] = 
"4160f66b76615eea2397eac4ea3f0a146b7928207b79bc4cc2f99ad7b7bd9513"
+SRC_URI[sha256sum] = 
"1126f3a95856d08889ff89703cb1aa9ec9924d939d154e96904c920f05dc3c74"
 
 inherit autotools
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112571): 
https://lists.openembedded.org/g/openembedded-devel/message/112571
Mute This Topic: https://lists.openembedded.org/mt/108731755/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/40] ostree: upgrade 2024.7 -> 2024.8

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- repo: NUL terminate readlinkat result
- deploy: Log to journal for boot space, not stderr
- commit/payload-link: Ensure we don't overrun target_checksum size
- sysroot: Make coverity happy with dirname+strdup
- tests: Attempt to update auto-prune test
- grub2: Show output when run in systemd by default
- lib/traverse: Fix minor memory leak
- github/workflows/tests: Update actions/upload-artifact to v4
- Redo pages workflow
- spec: %autorelease can't be resolved by COPR
- bootloader/grub2: Handle empty static configs
- workflow/docs: Fix deployments
- curl: Assert that curl_multi_assign worked
- curl: Make socket callback during cleanup into no-op

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

diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.7.bb 
b/meta-oe/recipes-extended/ostree/ostree_2024.8.bb
similarity index 98%
rename from meta-oe/recipes-extended/ostree/ostree_2024.7.bb
rename to meta-oe/recipes-extended/ostree/ostree_2024.8.bb
index 8cecf5334..6ed8cb58a 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2024.7.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2024.8.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] = 
"72451efffe5a10acb4cfdd6eb849db97fa9e61a81e4113fc656eece77eb93355"
+SRC_URI[sha256sum] = 
"e2136e116669f114ff7349f12e299f63c0bece733451649414a8dcd85b863c3f"
 
 S = "${WORKDIR}/libostree-${PV}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112567): 
https://lists.openembedded.org/g/openembedded-devel/message/112567
Mute This Topic: https://lists.openembedded.org/mt/108731751/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/40] python3-astroid: upgrade 3.3.2 -> 3.3.4

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Fix regression with f-string inference.
- Fix bug with manager.clear_cache() not fully clearing cache
- Fix a crash from inferring empty format specs.

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

diff --git a/meta-python/recipes-devtools/python/python3-astroid_3.3.2.bb 
b/meta-python/recipes-devtools/python/python3-astroid_3.3.4.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-astroid_3.3.2.bb
rename to meta-python/recipes-devtools/python/python3-astroid_3.3.4.bb
index e5f05bd0e..3ba9f7aa6 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_3.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_3.3.4.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = 
"99e9b5b602cbb005434084309213d6af32bf7a9b743c836749168b8e2b330cbd"
+SRC_URI[sha256sum] = 
"e73d0b62dd680a7c07cb2cd0ce3c22570b044dd01bd994bc3a2dd16c6cbba162"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112570): 
https://lists.openembedded.org/g/openembedded-devel/message/112570
Mute This Topic: https://lists.openembedded.org/mt/108731754/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/40] python3-alembic: upgrade 1.13.2 -> 1.13.3

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Render if_exists and if_not_exists parameters in CreateTableOp, CreateIndexOp,
  DropTableOp and DropIndexOp in an autogenerate context.
- Enhance version_locations parsing to handle paths containing newlines.
- Added support for Operations.create_table.if_not_exists and
  Operations.drop_table.if_exists, adding similar functionality to render
  IF [NOT] EXISTS for table operations in a similar way as with indexes.
- The pin for setuptools<69.3 in pyproject.toml has been removed.

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

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.13.2.bb 
b/meta-python/recipes-devtools/python/python3-alembic_1.13.3.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-alembic_1.13.2.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.13.3.bb
index 6f8fb8c33..0e6dc6265 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.13.2.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.13.3.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=00f8f5c8aab58c3e1cd61525a6675174"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef"
+SRC_URI[sha256sum] = 
"203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2"
 
 PYPI_PACKAGE = "alembic"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112569): 
https://lists.openembedded.org/g/openembedded-devel/message/112569
Mute This Topic: https://lists.openembedded.org/mt/108731753/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/40] python3-aiohttp: upgrade 3.10.5 -> 3.10.8

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Fixed cancellation leaking upwards on timeout

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

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.10.5.bb 
b/meta-python/recipes-devtools/python/python3-aiohttp_3.10.8.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.10.5.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.10.8.bb
index f167b9d6e..e762eca52 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.10.5.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.10.8.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] = 
"f071854b47d39591ce9a17981c46790acb30518e2f83dfca8db2dfa091178691"
+SRC_URI[sha256sum] = 
"21f8225f7dc187018e8433c9326be01477fb2810721e048b33ac49091b19fb4a"
 
 PYPI_PACKAGE = "aiohttp"
 inherit python_setuptools_build_meta pypi
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 06/40] libzip: upgrade 1.10.1 -> 1.11.1

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
* Fix zipconf.h for version number with missing third component.
* Stop searching after finding acceptable central directory, even if it
  contains inconsistencies.
* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip
  also wrote it when any directory entry required Zip64.
* Allow bytes from 0x00-0x1F as UTF-8.
* Add new error code 'ZIP_ER_TRUNCATED_ZIP' for files that start with a valid
  local header signature.
* 'zipcmp': add '-T' option for comparing timestamps.
* 'zip_file_replace' now removes the target's extra field information.

Signed-off-by: Wang Mingyu 
---
 .../libzip/{libzip_1.10.1.bb => libzip_1.11.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libzip/{libzip_1.10.1.bb => libzip_1.11.1.bb} 
(91%)

diff --git a/meta-oe/recipes-extended/libzip/libzip_1.10.1.bb 
b/meta-oe/recipes-extended/libzip/libzip_1.11.1.bb
similarity index 91%
rename from meta-oe/recipes-extended/libzip/libzip_1.10.1.bb
rename to meta-oe/recipes-extended/libzip/libzip_1.11.1.bb
index a314efc12..b1a0dd66c 100644
--- a/meta-oe/recipes-extended/libzip/libzip_1.10.1.bb
+++ b/meta-oe/recipes-extended/libzip/libzip_1.11.1.bb
@@ -21,6 +21,6 @@ inherit cmake
 
 SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz";
 
-SRC_URI[sha256sum] = 
"dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318"
+SRC_URI[sha256sum] = 
"721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633"
 
 BBCLASSEXTEND += "native"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112565): 
https://lists.openembedded.org/g/openembedded-devel/message/112565
Mute This Topic: https://lists.openembedded.org/mt/108731749/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/40] fwupd: upgrade 1.9.24 -> 1.9.25

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
Bug fix:
-
Fix checking new Synaptics MST firmware size
Make another ModemManager instance ID visible for firmware matching
Never set a zero-length device name when matching the vendor name
Recalculate the device supported flag when reparenting devices
Reduce idle power consumption of paired logitech-hidpp devices
Retry the open action to fix BC901 NVMe reload

Add support:
---
Algoltek devices supporting sector erase
Dell K2 dock
Intel USB4 hub 5787
More MediaTek scaler devices
Nordic HID devices supporting DFUv1

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-bsp/fwupd/{fwupd_1.9.24.bb => fwupd_1.9.25.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-bsp/fwupd/{fwupd_1.9.24.bb => fwupd_1.9.25.bb} (98%)

diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb 
b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb
similarity index 98%
rename from meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb
rename to meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb
index 15cde9f10..a098bf8ee 100644
--- a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb
+++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb
@@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 libxmlb json-glib libjcat gcab vala-native 
python3-jinja2-na
 
 SRC_URI = 
"https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \
file://run-ptest"
-SRC_URI[sha256sum] = 
"12f560b35dbed981fde8cf774c6d1f2e658a157d3a63d6c439bf418dbcc44b4c"
+SRC_URI[sha256sum] = 
"a1d484778ae87c69b38f417659b33fe3d689373ce0831d1f95617b8aa76e8c37"
 
 UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases";
 UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112563): 
https://lists.openembedded.org/g/openembedded-devel/message/112563
Mute This Topic: https://lists.openembedded.org/mt/108731747/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/40] ctags: upgrade 6.1.20240915.0 -> 6.1.20240922.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../ctags/{ctags_6.1.20240915.0.bb => ctags_6.1.20240922.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20240915.0.bb => 
ctags_6.1.20240922.0.bb} (95%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20240915.0.bb 
b/meta-oe/recipes-devtools/ctags/ctags_6.1.20240922.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20240915.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20240922.0.bb
index 247e1a844..436793c58 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20240915.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20240922.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "40b58618f9f0dc4123a205cbd50b73c6ab2e6f5c"
+SRCREV = "7e96624c9be94c5b4b89e5ae1f093e58282abf43"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112564): 
https://lists.openembedded.org/g/openembedded-devel/message/112564
Mute This Topic: https://lists.openembedded.org/mt/108731748/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 05/40] libnet-dns-perl: upgrade 1.46 -> 1.47

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Restore current domain name following $INCLUDE in zone file.
- Update RFC and other document referneces.
- Fix rt.cpan.org for issue with parallel run of TSIG tests

Signed-off-by: Wang Mingyu 
---
 .../libnet/{libnet-dns-perl_1.46.bb => libnet-dns-perl_1.47.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.46.bb => 
libnet-dns-perl_1.47.bb} (95%)

diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.46.bb 
b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
similarity index 95%
rename from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.46.bb
rename to meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
index 18ba6336f..7b411f09a 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.46.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
@@ -9,7 +9,7 @@ DEPENDS += "perl"
 
 SRC_URI = 
"http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz";
 
-SRC_URI[sha256sum] = 
"91b65cd0f12461802c61ca5474f87b3e29f5182d2e1b3a2ea70702a3efb4a743"
+SRC_URI[sha256sum] = 
"fec3dab10ac82dbac26b1ae2e367909256f420835d96cda7dc1b508e29938f0b"
 
 UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112566): 
https://lists.openembedded.org/g/openembedded-devel/message/112566
Mute This Topic: https://lists.openembedded.org/mt/108731750/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/40] adw-gtk3: upgrade 5.3 -> 5.4

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Update for GNOME 47 and GTK 4.16.

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112561): 
https://lists.openembedded.org/g/openembedded-devel/message/112561
Mute This Topic: https://lists.openembedded.org/mt/108731745/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/40] btop: upgrade 1.3.2 -> 1.4.0

2024-09-30 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- NetBSD Support
- Intel GPU support
- Added warnings when toggling boxes and terminal size is to small
- Fix missing core percentages
- Various fixes for drawing GPU related information
- fix divide 0 error when caculating disk usage percentage
- fix io_graph_speeds parsing
- V1 of Phoenix Night theme
- Fixed missing CPU core temps when too small to show core temp graphs
- Fixed missing IO graphs in IO mode
- fix zero temp
- Fix comments (parsing) in theme files
- Add regex filtering
- Fix typo in file existences check for voltage_now
- Show time in days when remaining battery exceeds an estimation of 24h
- (AMD Gpu) fix pwr_usage not being defined correctly during rsmi collection
- macOS: fix crash if there exists a uid not associated with any user
- Fix rsmi device name buffer size
- Add gruvbox_light theme
- Create man page for btop in Markdown
- Include metadata in binary version output 'btop --version'
- collect: Fix reading of battery power draw on Linux

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

diff --git a/meta-oe/recipes-support/btop/btop_1.3.2.bb 
b/meta-oe/recipes-support/btop/btop_1.4.0.bb
similarity index 93%
rename from meta-oe/recipes-support/btop/btop_1.3.2.bb
rename to meta-oe/recipes-support/btop/btop_1.4.0.bb
index c473bf0a3..adfb2418b 100644
--- a/meta-oe/recipes-support/btop/btop_1.3.2.bb
+++ b/meta-oe/recipes-support/btop/btop_1.4.0.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 = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670"
+SRCREV = "6c0cedd8912785f0f353af389e72a0ffc69984a2"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112562): 
https://lists.openembedded.org/g/openembedded-devel/message/112562
Mute This Topic: https://lists.openembedded.org/mt/108731746/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/28] python3-regex: upgrade 2024.7.24 -> 2024.9.11

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Updated to Unicode 16.0.0.

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

diff --git a/meta-python/recipes-devtools/python/python3-regex_2024.7.24.bb 
b/meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-regex_2024.7.24.bb
rename to meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb
index b6e09fc83..8fbae0cdc 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2024.7.24.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506"
+SRC_URI[sha256sum] = 
"6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd"
 
 RDEPENDS:${PN} += " \
python3-stringold \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112379): 
https://lists.openembedded.org/g/openembedded-devel/message/112379
Mute This Topic: https://lists.openembedded.org/mt/108533657/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/28] python3-pyproject-api: upgrade 1.7.1 -> 1.7.2

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Improve the CI

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

diff --git a/meta-python/recipes-devtools/python/python3-pyproject-api_1.7.1.bb 
b/meta-python/recipes-devtools/python/python3-pyproject-api_1.7.2.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pyproject-api_1.7.1.bb
rename to meta-python/recipes-devtools/python/python3-pyproject-api_1.7.2.bb
index fd9bea480..ee8949add 100644
--- a/meta-python/recipes-devtools/python/python3-pyproject-api_1.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyproject-api_1.7.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://pyproject-api.readthedocs.io";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
 
-SRC_URI[sha256sum] = 
"7ebc6cd10710f89f4cf2a2731710a98abce37ebff19427116ff2174c9236a827"
+SRC_URI[sha256sum] = 
"dc5b0e0f6e291a4f22b46e182c9c6d4915c62b1f089b8de1b73f2d06ae453593"
 
 PYPI_PACKAGE = "pyproject_api"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112389): 
https://lists.openembedded.org/g/openembedded-devel/message/112389
Mute This Topic: https://lists.openembedded.org/mt/108533667/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 28/28] traceroute: upgrade 2.1.5 -> 2.1.6

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
- Let getaddrinfo(3) select the default IPv4 or IPv6 protocol version
  when it is not explicitly specified on the command line

Signed-off-by: Wang Mingyu 
---
 .../traceroute/{traceroute_2.1.5.bb => traceroute_2.1.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/traceroute/{traceroute_2.1.5.bb => 
traceroute_2.1.6.bb} (94%)

diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.1.5.bb 
b/meta-networking/recipes-support/traceroute/traceroute_2.1.6.bb
similarity index 94%
rename from meta-networking/recipes-support/traceroute/traceroute_2.1.5.bb
rename to meta-networking/recipes-support/traceroute/traceroute_2.1.6.bb
index 862cba91e..b72c37540 100644
--- a/meta-networking/recipes-support/traceroute/traceroute_2.1.5.bb
+++ b/meta-networking/recipes-support/traceroute/traceroute_2.1.6.bb
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_URI = 
"https://sourceforge.net/projects/traceroute/files/tracerou
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/${BP}/${BP}.tar.gz \
 "
-SRC_URI[sha256sum] = 
"9c6c260d96eaab51e3ce461b0a84fe87123ebc6dd6c9a59fab803f95b35a859e"
+SRC_URI[sha256sum] = 
"9ccef9cdb9d7a98ff7fbf93f79ebd0e48881664b525c4b232a0fcec7dcb9db5e"
 
 EXTRA_OEMAKE = "VPATH=${STAGING_LIBDIR}"
 LTOEXTRA += "-flto-partition=none"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112388): 
https://lists.openembedded.org/g/openembedded-devel/message/112388
Mute This Topic: https://lists.openembedded.org/mt/108533666/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/28] python3-robotframework: upgrade 7.0.1 -> 7.1

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

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

diff --git 
a/meta-python/recipes-devtools/python/python3-robotframework_7.0.1.bb 
b/meta-python/recipes-devtools/python/python3-robotframework_7.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-robotframework_7.0.1.bb
rename to meta-python/recipes-devtools/python/python3-robotframework_7.1.bb
index 9e81e8e7b..979aba681 100644
--- a/meta-python/recipes-devtools/python/python3-robotframework_7.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-robotframework_7.1.bb
@@ -13,7 +13,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE_EXT = "zip"
 
-SRC_URI[sha256sum] = 
"58d01b84cd7eccea69f2dbe13cbcbff1299e551168d3b88c25617b0c9d6ddc75"
+SRC_URI[sha256sum] = 
"34796d387e182b36f05d82f3bbc802bd6a30192ebf1e03c76d2086d0d04faaff"
 
 RDEPENDS:${PN} += " \
 python3-shell \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112390): 
https://lists.openembedded.org/g/openembedded-devel/message/112390
Mute This Topic: https://lists.openembedded.org/mt/108533668/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 26/28] stunnel: upgrade 5.72 -> 5.73

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

fix-openssl-no-des.patch
refreshed for 5.73

Changelog:
===
* Security bugfixes
  - OpenSSL DLLs updated to version 3.3.2.
  - OpenSSL FIPS Provider updated to version 3.0.9.
* Bugfixes
  - Fixed a memory leak while reloading stunnel.conf
sections with "client=yes" and "delay=no".
  - Fixed TIMEOUTocsp with values greater than 4.
  - Fix the IPv6 test on a non-IPv6 machine.
* Features
  - HELO replaced with EHLO in the post-STARTTLS SMTP
protocol negotiation (thx to Peter Pentchev).
  - OCSP stapling fetches moved away from server threads.
  - Improved client-side session resumption.
  - Added support for the mimalloc allocator.
  - Check for protocolHost moved to configuration file
processing for the client-side CONNECT protocol.
  - Clarified some confusing OpenSSL's certificate
verification error messages.
  - stunnel.nsi updated for Debian 13 and Fedora.
  - Improved NetBSD compatibility.

Signed-off-by: Wang Mingyu 
---
 .../stunnel/stunnel/fix-openssl-no-des.patch  | 19 ---
 .../{stunnel_5.72.bb => stunnel_5.73.bb}  |  2 +-
 2 files changed, 9 insertions(+), 12 deletions(-)
 rename meta-networking/recipes-support/stunnel/{stunnel_5.72.bb => 
stunnel_5.73.bb} (93%)

diff --git 
a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch 
b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
index 82d355101..8c4ca55fb 100644
--- a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
+++ b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
@@ -1,4 +1,4 @@
-From 7ff4eba20b5c4fc7365e5ee0dfb775ed29bdd5ce Mon Sep 17 00:00:00 2001
+From c815368a3e41dd3f639eb8fd82d21bc0bab55d1e Mon Sep 17 00:00:00 2001
 From: Kai Kang 
 Date: Wed, 1 Nov 2017 09:23:41 -0400
 Subject: [PATCH] stunnel: fix compile error when openssl disable des support
@@ -17,10 +17,10 @@ Signed-off-by: Kai Kang 
  2 files changed, 5 insertions(+), 3 deletions(-)
 
 diff --git a/src/common.h b/src/common.h
-index 2b4869f..180d31a 100644
+index f112cf9..8d4be01 100644
 --- a/src/common.h
 +++ b/src/common.h
-@@ -492,7 +492,9 @@ extern char *sys_errlist[];
+@@ -496,7 +496,9 @@ extern char *sys_errlist[];
  #ifndef OPENSSL_NO_MD4
  #include 
  #endif /* !defined(OPENSSL_NO_MD4) */
@@ -31,19 +31,19 @@ index 2b4869f..180d31a 100644
  #include 
  #if OPENSSL_VERSION_NUMBER<0x1010L
 diff --git a/src/protocol.c b/src/protocol.c
-index cfe6d3b..3936aea 100644
+index c8c65ea..b071b06 100644
 --- a/src/protocol.c
 +++ b/src/protocol.c
-@@ -81,7 +81,7 @@ NOEXPORT void ldap_client_middle(CLI *);
- 
+@@ -82,7 +82,7 @@ NOEXPORT void ldap_client_middle(CLI *);
  NOEXPORT void connect_server_early(CLI *);
+ NOEXPORT const char *connect_client_init(SERVICE_OPTIONS *);
  NOEXPORT void connect_client_middle(CLI *);
 -#ifndef OPENSSL_NO_MD4
 +#if !defined(OPENSSL_NO_MD4) && !defined(OPENSSL_NO_DES)
  NOEXPORT void ntlm(CLI *);
  NOEXPORT char *ntlm1(void);
  NOEXPORT char *ntlm3(char *, char *, char *, char *);
-@@ -1331,7 +1331,7 @@ NOEXPORT void connect_client_middle(CLI *c) {
+@@ -1334,7 +1334,7 @@ NOEXPORT void connect_client_middle(CLI *c) {
  fd_printf(c, c->remote_fd.fd, "Host: %s", c->opt->protocol_host);
  if(c->opt->protocol_username && c->opt->protocol_password) {
  if(!strcasecmp(c->opt->protocol_authentication, "ntlm")) {
@@ -52,7 +52,7 @@ index cfe6d3b..3936aea 100644
  ntlm(c);
  #else
  s_log(LOG_ERR, "NTLM authentication is not available");
-@@ -1374,7 +1374,7 @@ NOEXPORT void connect_client_middle(CLI *c) {
+@@ -1377,7 +1377,7 @@ NOEXPORT void connect_client_middle(CLI *c) {
  str_free(line);
  }
  
@@ -61,6 +61,3 @@ index cfe6d3b..3936aea 100644
  
  /*
   * NTLM code is based on the following documentation:
--- 
-2.34.1
-
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.72.bb 
b/meta-networking/recipes-support/stunnel/stunnel_5.73.bb
similarity index 93%
rename from meta-networking/recipes-support/stunnel/stunnel_5.72.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.73.bb
index 6d21027a1..e13b7871c 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.72.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.73.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
file://fix-openssl-no-des.patch \
 "
 
-SRC_URI[sha256sum] = 
"3d532941281ae353319735144e4adb9ae489a10b7e309c58a48157f08f42e949"
+SRC_URI[sha256sum] = 
"bc917c3bcd943a4d632360c067977a31e85e385f5f4845f69749bce88183cb38"
 
 inherit autotools bash-completion pkgconfig
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112386): 
https://lists.openembedded.org/g/openembedded-devel/message/112386
Mute This Topic: https://lists.openembedded.org/mt/108533664/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/ope

[oe] [meta-python] [PATCH 15/28] python3-psycopg: upgrade 3.2.1 -> 3.2.2

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Drop TypeDef specifications as string from public modules, as they cannot be
  composed by users as typing objects previously could
- Release Python 3.13 binary packages.

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

diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.1.bb 
b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb
similarity index 85%
rename from meta-oe/recipes-devtools/python/python3-psycopg_3.2.1.bb
rename to meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb
index 09c49c665..f92c55600 100644
--- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.1.bb
+++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb
@@ -7,7 +7,7 @@ features offered by PostgreSQL."
 LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
 
-SRC_URI[sha256sum] = 
"dc8da6dc8729dacacda3cc2f17d2c9397a70a66cf0d2b69c91065d60d5f00cb7"
+SRC_URI[sha256sum] = 
"8bad2e497ce22d556dac1464738cb948f8d6bab450d965cf1d8a8effd52412e0"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112387): 
https://lists.openembedded.org/g/openembedded-devel/message/112387
Mute This Topic: https://lists.openembedded.org/mt/108533665/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/28] python3-xmlschema: upgrade 3.3.2 -> 3.4.1

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Fix failing URL normalization tests
- Disable protocols checking with elementpath v4.5.0
- Extended ModelVisitor to make it usable as an helper class for generating 
content

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

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_3.3.2.bb 
b/meta-python/recipes-devtools/python/python3-xmlschema_3.4.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-xmlschema_3.3.2.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_3.4.1.bb
index 33244d98e..845735c9b 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_3.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_3.4.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=26aa26eda991a3a2b61c11b62d3fda65"
 
-SRC_URI[sha256sum] = 
"a2f021f21d0b5ab371e9bcb5a1d5c34b9ba2c74ad3e32854474c4159bf94e158"
+SRC_URI[sha256sum] = 
"4f69eca6f2c446b06c74acd958e7d6613487c253d959a3b75078dfcc880b80ff"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112385): 
https://lists.openembedded.org/g/openembedded-devel/message/112385
Mute This Topic: https://lists.openembedded.org/mt/108533663/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 27/28] tecla: upgrade 46.0 -> 47.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Add --parent-handle command line option to integrate
  as a "modal dialog".
- Translation updates
- Set window icon

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

diff --git a/meta-gnome/recipes-gnome/tecla/tecla_46.0.bb 
b/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb
similarity index 80%
rename from meta-gnome/recipes-gnome/tecla/tecla_46.0.bb
rename to meta-gnome/recipes-gnome/tecla/tecla_47.0.bb
index 62b3aa3e3..e430b167d 100644
--- a/meta-gnome/recipes-gnome/tecla/tecla_46.0.bb
+++ b/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb
@@ -13,4 +13,4 @@ REQUIRED_DISTRO_FEATURES = "wayland"
 
 inherit gnomebase pkgconfig  features_check
 
-SRC_URI[archive.sha256sum] = 
"4a081eab867a5a8b09758991cad7645920f323aabca954408290fb6f44591b0f"
+SRC_URI[archive.sha256sum] = 
"0790b99ec29137a54b546c510661a99aa6f039c8d75f10c08e928682c0804fe5"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112384): 
https://lists.openembedded.org/g/openembedded-devel/message/112384
Mute This Topic: https://lists.openembedded.org/mt/108533662/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/28] gnome-font-viewer: upgrade 46.0 -> 47.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-window-Fix-function-callback-definition.patch
removed since it's included in 47.0

Changelog:
=
* Set application name and icon
* Remove unused dependency on gnome-desktop
* Add slant preview
* Fix install button mnemonic
* Fix the "Install" button stuck in "Installing" when font install is successful
* Use adaptive dialogs

Signed-off-by: Wang Mingyu 
---
 ...dow-Fix-function-callback-definition.patch | 43 ---
 ...ewer_46.0.bb => gnome-font-viewer_47.0.bb} |  3 +-
 2 files changed, 1 insertion(+), 45 deletions(-)
 delete mode 100644 
meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer/0001-window-Fix-function-callback-definition.patch
 rename meta-gnome/recipes-gnome/gnome-font-viewer/{gnome-font-viewer_46.0.bb 
=> gnome-font-viewer_47.0.bb} (71%)

diff --git 
a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer/0001-window-Fix-function-callback-definition.patch
 
b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer/0001-window-Fix-function-callback-definition.patch
deleted file mode 100644
index be4c002fc..0
--- 
a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer/0001-window-Fix-function-callback-definition.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From ac4a07e7ef3d9d046a4ca2a803c5b649b6f7ddf4 Mon Sep 17 00:00:00 2001
-From: Matt Turner 
-Date: Sat, 8 Jul 2023 00:01:07 -0400
-Subject: [PATCH] window: Fix function callback definition
-
-Without this, the build fails with clang with
-CFLAGS=-Werror=incompatible-function-pointer-types
-
-```
-../src/font-view-window.c:864:77: error: incompatible function pointer types 
passing 'void (FontViewWindow *)' (aka 'void (struct _FontViewWindow *)') to 
parameter of type 'GtkWidgetActionActivateFunc' (aka 'void (*)(struct 
_GtkWidget *, const char *, struct _GVariant *)') 
[-Wincompatible-function-pointer-types]
-  gtk_widget_class_install_action (widget_class, "win.toggle-search", NULL, 
action_toggle_search_cb);
-
^~~
-/usr/include/gtk-4.0/gtk/gtkwidget.h:956:87: note: passing argument to 
parameter 'activate' here
- 
GtkWidgetActionActivateFunc  activate);
-   
   ^
-```
-
-Upstream-Status: Backport 
[https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/merge_requests/54]
-Signed-off-by: Khem Raj 

- src/font-view-window.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/font-view-window.c b/src/font-view-window.c
-index 639ac33..24461f7 100644
 a/src/font-view-window.c
-+++ b/src/font-view-window.c
-@@ -758,8 +758,11 @@ font_view_window_show_overview (FontViewWindow *self)
- }
- 
- static void
--action_toggle_search_cb (FontViewWindow *self)
-+action_toggle_search_cb (GtkWidget  *widget,
-+ const char *action_name,
-+ GVariant   *parameter)
- {
-+  FontViewWindow *self = FONT_VIEW_WINDOW (widget);
- 
-  gtk_toggle_button_set_active (self->search_button,
-!gtk_toggle_button_get_active 
(self->search_button));
--- 
-2.45.1
-
diff --git 
a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb 
b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_47.0.bb
similarity index 71%
rename from meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb
rename to meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_47.0.bb
index ccf8262dc..4763d1717 100644
--- a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_47.0.bb
@@ -15,8 +15,7 @@ inherit gnomebase gtk-icon-cache gettext features_check 
mime-xdg
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-SRC_URI += "file://0001-window-Fix-function-callback-definition.patch"
-SRC_URI[archive.sha256sum] = 
"592f401e485d02cc044d487bb5c8e04c961da6856216768a59f1ff98bd2d537c"
+SRC_URI[archive.sha256sum] = 
"b8e5a042e0b241b0c7cae43f74da0d5f88e6423017a91feb86e7617edb4080ed"
 
 FILES:${PN} += " \
 ${datadir}/dbus-1 \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112371): 
https://lists.openembedded.org/g/openembedded-devel/message/112371
Mute This Topic: https://lists.openembedded.org/mt/108533648/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/28] python3-virtualenv: upgrade 20.26.4 -> 20.26.5

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Use uv over pip

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

diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb 
b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
rename to meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb
index aadef0e94..82d60aeaa 100644
--- a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
+++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538"
 
-SRC_URI[sha256sum] = 
"c17f4e0f3e6036e9f26700446f85c76ab11df65ff6d8a9cbfad9f71aabfcf23c"
+SRC_URI[sha256sum] = 
"ce489cac131aa58f4b25e321d6d186171f78e6cb13fafbf32a840cee67733ff4"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112381): 
https://lists.openembedded.org/g/openembedded-devel/message/112381
Mute This Topic: https://lists.openembedded.org/mt/108533659/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/28] python3-yarl: upgrade 1.10.0 -> 1.11.1

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Allowed scheme replacement for relative URLs if the scheme does not require a 
host
- Allowed empty host for URL schemes other than the special schemes listed in 
the WHATWG URL spec
- Loosened restriction on integers as query string values to allow classes that 
implement __int__
- Improved performance of normalizing paths

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

diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.10.0.bb 
b/meta-python/recipes-devtools/python/python3-yarl_1.11.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-yarl_1.10.0.bb
rename to meta-python/recipes-devtools/python/python3-yarl_1.11.1.bb
index 0ff3041db..37d77b718 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.11.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"3bf10a395adac62177ba8ea738617e8de6cbb1cea6aa5d5dd2accde704fc8195"
+SRC_URI[sha256sum] = 
"1bb2d9e212fb7449b8fb73bc461b51eaa17cc8430b4a87d87be7b25052d92f53"
 
 SRC_URI += "file://run-ptest"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112383): 
https://lists.openembedded.org/g/openembedded-devel/message/112383
Mute This Topic: https://lists.openembedded.org/mt/108533661/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/28] python3-platformdirs: upgrade 4.3.1 -> 4.3.6

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Fix readme download target
- Split build and publish for release
- Use upstream setup-uv with uv python
- Bump astral-sh/setup-uv from 2 to 3
- [pre-commit.ci] pre-commit autoupdate
- don't include outdated changelog in docs
- Fix multi-path returned from _path methods on MacOS
- Use uv as installer

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

diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.3.1.bb 
b/meta-python/recipes-devtools/python/python3-platformdirs_4.3.6.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-platformdirs_4.3.1.bb
rename to meta-python/recipes-devtools/python/python3-platformdirs_4.3.6.bb
index a994197ef..02d8c3cec 100644
--- a/meta-python/recipes-devtools/python/python3-platformdirs_4.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.3.6.bb
@@ -7,7 +7,7 @@ SRC_URI += " \
 file://run-ptest \
 "
 
-SRC_URI[sha256sum] = 
"63b79589009fa8159973601dd4563143396b35c5f93a58b36f9049ff046949b1"
+SRC_URI[sha256sum] = 
"357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"
 
 inherit pypi python_hatchling ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112382): 
https://lists.openembedded.org/g/openembedded-devel/message/112382
Mute This Topic: https://lists.openembedded.org/mt/108533660/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/28] python3-paramiko: upgrade 3.4.1 -> 3.5.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Add support for AES-GCM encryption ciphers (128 and 256 bit variants).

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

diff --git a/meta-python/recipes-devtools/python/python3-paramiko_3.4.1.bb 
b/meta-python/recipes-devtools/python/python3-paramiko_3.5.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-paramiko_3.4.1.bb
rename to meta-python/recipes-devtools/python/python3-paramiko_3.5.0.bb
index 498bb6d01..8ccf939f7 100644
--- a/meta-python/recipes-devtools/python/python3-paramiko_3.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-paramiko_3.5.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/";
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
 
-SRC_URI[sha256sum] = 
"8b15302870af7f6652f2e038975c1d2973f06046cb5d7d65355668b3ecbece0c"
+SRC_URI[sha256sum] = 
"ad11e540da4f55cedda52931f1a3f812a8238a7af7f62a60de538cd80bb28124"
 
 PYPI_PACKAGE = "paramiko"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112376): 
https://lists.openembedded.org/g/openembedded-devel/message/112376
Mute This Topic: https://lists.openembedded.org/mt/108533653/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/28] python3-elementpath: upgrade 4.4.0 -> 4.5.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Fix and clean node trees iteration methods
- Fix missing raw string for '[^rn]'
- Full and more specific type annotations

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

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_4.4.0.bb 
b/meta-python/recipes-devtools/python/python3-elementpath_4.5.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-elementpath_4.4.0.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_4.5.0.bb
index e095cb8a3..937d96860 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_4.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_4.5.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = 
"dfc4b8ca3d87966dcb0df40b5b6d04a98f053683271930fad9e7fa000924dfb2"
+SRC_URI[sha256sum] = 
"affdc8de95af1a4c10d1d2ed79c6fa56b59c26c7fce64b73497569e9dea46998"
 
 PYPI_PACKAGE = "elementpath"
 inherit pypi setuptools3
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112366): 
https://lists.openembedded.org/g/openembedded-devel/message/112366
Mute This Topic: https://lists.openembedded.org/mt/108533643/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/28] python3-pyunormalize: upgrade 15.1.0 -> 16.0.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: Copyright year updated to 2024.

Changelog:
 Updated to Unicode 16.0

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

diff --git a/meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb 
b/meta-python/recipes-devtools/python/python3-pyunormalize_16.0.0.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb
rename to meta-python/recipes-devtools/python/python3-pyunormalize_16.0.0.bb
index 6992ca24c..19463bc22 100644
--- a/meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyunormalize_16.0.0.bb
@@ -1,8 +1,8 @@
 SUMMARY = "Unicode normalization forms (NFC, NFKC, NFD, NFKD). A library 
independent from the Python core Unicode database."
 HOMEPAGE = "https://github.com/mlodewijck/pyunormalize";
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=dc15b678c3bac1f5b2c873591a330eae"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c2ee871081d4e4c24f32e37c413c73"
 
-SRC_URI[sha256sum] = 
"cf4a87451a0f1cb76911aa97f432f4579e1f564a2f0c84ce488c73a73901b6c1"
+SRC_URI[sha256sum] = 
"2e1dfbb4a118154ae26f70710426a52a364b926c9191f764601f5a8cb12761f7"
 
 inherit pypi setuptools3
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112378): 
https://lists.openembedded.org/g/openembedded-devel/message/112378
Mute This Topic: https://lists.openembedded.org/mt/108533656/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/28] python3-rich: upgrade 13.8.0 -> 13.8.1

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Added support for Python 3.13
- Fixed infinite loop when appending Text to same instance

Signed-off-by: Wang Mingyu 
---
 .../{python3-rich_13.8.0.bb => python3-rich_13.8.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/python-rich/{python3-rich_13.8.0.bb => 
python3-rich_13.8.1.bb} (85%)

diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.8.0.bb 
b/meta-python/recipes-extended/python-rich/python3-rich_13.8.1.bb
similarity index 85%
rename from meta-python/recipes-extended/python-rich/python3-rich_13.8.0.bb
rename to meta-python/recipes-extended/python-rich/python3-rich_13.8.1.bb
index ee66c3554..10ce1987b 100644
--- a/meta-python/recipes-extended/python-rich/python3-rich_13.8.0.bb
+++ b/meta-python/recipes-extended/python-rich/python3-rich_13.8.1.bb
@@ -8,7 +8,7 @@ LICENSE = "MIT"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303"
 
-SRC_URI[sha256sum] = 
"a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4"
+SRC_URI[sha256sum] = 
"8260cda28e3db6bf04d2d1ef4dbc03ba80a824c88b0e7668a0f23126a424844a"
 
 inherit pypi python_poetry_core
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112380): 
https://lists.openembedded.org/g/openembedded-devel/message/112380
Mute This Topic: https://lists.openembedded.org/mt/108533658/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/28] python3-pymisp: upgrade 2.4.197 -> 2.4.198

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Bump changelog.
- Bump deps, version.
- Only include the changelog in the sdist package.
- [data] describeTypes.json updated.
- Openioc.py is not a script, but had exec bit.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb 
b/meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb
index f20716026..b902061c0 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.198.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] = 
"840881779d1762803e9329ae5129a88abb0e6110afb43c9e3e6e3877e5931a6c"
+SRC_URI[sha256sum] = 
"f5583263c2fcd380570c084b21c4e4812a01c32daa7baafcdc3f87153edc9303"
 
 inherit python_poetry_core pypi
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112377): 
https://lists.openembedded.org/g/openembedded-devel/message/112377
Mute This Topic: https://lists.openembedded.org/mt/108533654/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/28] python3-nmap: upgrade 1.6.0 -> 1.9.1

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb 
b/meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb
rename to meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb
index 2293e3ddf..25e382088 100644
--- a/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb
@@ -8,7 +8,7 @@ DEPENDS += "python3-wheel-native"
 
 PYPI_PACKAGE = "python3-nmap"
 
-SRC_URI[sha256sum] = 
"892b5091cde429fabfb8ba63382b2db8fd795193ba147558d0a7d5534c956255"
+SRC_URI[sha256sum] = 
"8465cfb013f5cdfa8a1050c40cdae600b581ee32f1864ec404927aee49b4262c"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112374): 
https://lists.openembedded.org/g/openembedded-devel/message/112374
Mute This Topic: https://lists.openembedded.org/mt/108533651/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/28] python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
  Added support for Python 3.13

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

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


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



[oe] [meta-oe] [PATCH 06/28] libmanette: upgrade 0.2.7 -> 0.2.9

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
* Update and clean up the game controller mapping database
* ManetteDevice
 - add manette_device_get_mapping() and manette_device_get_guid()
 - Handle keycodes before BTN_MISC as well
* ManetteMapping
 - Allow to map paddle1-4, misc1-6 and touchpad buttons
 - Improve error handling
* ManetteMappingManager
 - Check if user mapping file exists
* Tests
 - Test default mappings

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

diff --git a/meta-oe/recipes-support/libmanette/libmanette_0.2.7.bb 
b/meta-oe/recipes-support/libmanette/libmanette_0.2.9.bb
similarity index 87%
rename from meta-oe/recipes-support/libmanette/libmanette_0.2.7.bb
rename to meta-oe/recipes-support/libmanette/libmanette_0.2.9.bb
index db0542269..2e5940189 100644
--- a/meta-oe/recipes-support/libmanette/libmanette_0.2.7.bb
+++ b/meta-oe/recipes-support/libmanette/libmanette_0.2.9.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] = 
"cddd5c02a131072c19c6cde6f2cb2cd57eae7dacb50d14c337efd980baa51a51"
+SRC_URI[sha256sum] = 
"29366be5452f60a74c65fc64ffe2d74eddd4e6e6824c2cefa567a43bd92b688f"
 
 inherit meson pkgconfig gobject-introspection ptest vala
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112367): 
https://lists.openembedded.org/g/openembedded-devel/message/112367
Mute This Topic: https://lists.openembedded.org/mt/108533644/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/28] python3-greenlet: upgrade 3.0.3 -> 3.1.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Adds support for Python 3.13.
- Greatly reduce the chances for crashes during interpreter shutdown.

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

diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.0.3.bb 
b/meta-python/recipes-devtools/python/python3-greenlet_3.1.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-greenlet_3.0.3.bb
rename to meta-python/recipes-devtools/python/python3-greenlet_3.1.0.bb
index a79db0049..11e8a76c8 100644
--- a/meta-python/recipes-devtools/python/python3-greenlet_3.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-greenlet_3.1.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT & PSF-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \
 file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
 
-SRC_URI[sha256sum] = 
"43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491"
+SRC_URI[sha256sum] = 
"b395121e9bbe8d02a750886f108d540abe66075e61e22f7353d9acb0b81be0f0"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112373): 
https://lists.openembedded.org/g/openembedded-devel/message/112373
Mute This Topic: https://lists.openembedded.org/mt/108533650/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/28] python3-filelock: upgrade 3.16.0 -> 3.16.1

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 CI improvements

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

diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.16.0.bb 
b/meta-python/recipes-devtools/python/python3-filelock_3.16.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-filelock_3.16.0.bb
rename to meta-python/recipes-devtools/python/python3-filelock_3.16.1.bb
index 0aac54a15..abafa1245 100644
--- a/meta-python/recipes-devtools/python/python3-filelock_3.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-filelock_3.16.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://py-filelock.readthedocs.io/";
 LICENSE = "Unlicense"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
 
-SRC_URI[sha256sum] = 
"81de9eb8453c769b63369f87f11131a7ab04e367f8d97ad39dc230daa07e3bec"
+SRC_URI[sha256sum] = 
"c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112372): 
https://lists.openembedded.org/g/openembedded-devel/message/112372
Mute This Topic: https://lists.openembedded.org/mt/108533649/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/28] ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../ctags/{ctags_6.1.20240908.0.bb => ctags_6.1.20240915.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20240908.0.bb => 
ctags_6.1.20240915.0.bb} (95%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20240908.0.bb 
b/meta-oe/recipes-devtools/ctags/ctags_6.1.20240915.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20240908.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20240915.0.bb
index 01e7e5e3f..247e1a844 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20240908.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20240915.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "0a2ad188848b75f56bb2af33bcf556bd7cf422ed"
+SRCREV = "40b58618f9f0dc4123a205cbd50b73c6ab2e6f5c"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112369): 
https://lists.openembedded.org/g/openembedded-devel/message/112369
Mute This Topic: https://lists.openembedded.org/mt/108533646/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/28] pegtl: upgrade 3.2.7 -> 3.2.8

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Fixed build with '-Wshorten-64-to-32'

Signed-off-by: Wang Mingyu 
---
 .../recipes-extended/pegtl/{pegtl_3.2.7.bb => pegtl_3.2.8.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/pegtl/{pegtl_3.2.7.bb => pegtl_3.2.8.bb} (93%)

diff --git a/meta-oe/recipes-extended/pegtl/pegtl_3.2.7.bb 
b/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb
similarity index 93%
rename from meta-oe/recipes-extended/pegtl/pegtl_3.2.7.bb
rename to meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb
index 2e32e3e78..fc227734d 100644
--- a/meta-oe/recipes-extended/pegtl/pegtl_3.2.7.bb
+++ b/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
file://run-ptest \
 "
 
-SRCREV = "cf639f7f4ee125f68e1ccfba8d99ebc0de57b9fe"
+SRCREV = "be527327653e94b02e711f7eff59285ad13e1db0"
 
 inherit cmake ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112370): 
https://lists.openembedded.org/g/openembedded-devel/message/112370
Mute This Topic: https://lists.openembedded.org/mt/108533647/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/28] python3-eventlet: upgrade 0.36.1 -> 0.37.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
* [fix] os.read/write waits until file descriptor is ready.
* [fix] Upgrade RLocks as last thing we do
* [security] drop header keys with underscores
* [doc] Various doc updates

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

diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb 
b/meta-python/recipes-devtools/python/python3-eventlet_0.37.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
rename to meta-python/recipes-devtools/python/python3-eventlet_0.37.0.bb
index b521162d2..84de0d8e4 100644
--- a/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
+++ b/meta-python/recipes-devtools/python/python3-eventlet_0.37.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
 
-SRC_URI[sha256sum] = 
"d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5"
+SRC_URI[sha256sum] = 
"fa49bf5a549cdbaa06919679979ea022ac8f8f3cf0499f26849a1cd8e64c30b1"
 
 inherit pypi python_hatchling
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112368): 
https://lists.openembedded.org/g/openembedded-devel/message/112368
Mute This Topic: https://lists.openembedded.org/mt/108533645/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/28] bdwgc: upgrade 8.2.6 -> 8.2.8

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Chaneglog:
=
* Allow GC_size() argument to be null
* Disable backtrace saving at garbage collections if DONT_SAVE_TO_LAST_STACK
* Eliminate 'cast signed to bigger unsigned' CSA warnings in GC_find_limit
* Eliminate 'x might be clobbered by longjmp' gcc warning in setjmp_t.c
* Fix 'un-mprotect vdb failed' abort with out-of-memory reason on Linux
* Fix ADD_CALL_CHAIN() placement to follow GC_store_debug_info_inner call
* Fix GC_debug_realloc to support custom kind
* Fix GC_is_visible for case of arg pointing exactly to object upper bound
* Fix GC_print_trace_inner to print the last element of the circular buffer
* Fix cordtst2.tmp file deletion in cordtest on Windows
* Fix double lock in GC_malloc called from backtrace()
* Fix handling of page-unaligned boundaries in soft_set_grungy_pages
* Fix heap blocks size computation by GC_get_memory_use
* Fix indent of a closing curly braces in GC_apply_to_all_blocks
* Fix infinite resend lost signals if a thread is restarted by SIGQUIT
* Fix null pointer dereference in GC_is_visible if type_descr is null
* Fix per_object_helper() after changing hb_sz units
* Fix pointer relational comparison in GC_do_enumerate_reachable_objects
* Fix poor thread-local allocation performance because of double EXTRA_BYTES
* Fix potential GC_add_roots_inner call with an overflowed pointer (Win32)
* Fix potential address overflow in GC_add_to_heap
* Fix potential buffer overrun during read in GC_text_mapping
* Fix various typos in comments
* Prevent GC_noop_sink from scanning by the collector
* Prevent redirected malloc call from a garbage collection routine
* Redirect malloc_usable_size() in leak_detector.h
* Remove redundant dirty/reachable_here calls in GC_malloc_explicitly_typed
* Update and fix diagrams describing the tree structure for pointer lookups
* Use atomic store to set GC_first_nonempty in GC_do_parallel_mark
* Use atomic store to set entry id and update cache_ptr in slow_getspecific
* Workaround '.obj file not found' error reported by watcom wlib

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

diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.6.bb 
b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb
similarity index 96%
rename from meta-oe/recipes-support/bdwgc/bdwgc_8.2.6.bb
rename to meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb
index a5a7a6365..fe51c1029 100644
--- a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.6.bb
+++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = 
"file://README.QUICK;md5=dd27361ad00943bb27bc3e0589037075"
 
 DEPENDS = "libatomic-ops"
 
-SRCREV = "e340b2e869e02718de9c9d7fa440ef4b35785388"
+SRCREV = "ee59af3722e56de8404de6cd0c21c2493cc4d855"
 SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_2;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112363): 
https://lists.openembedded.org/g/openembedded-devel/message/112363
Mute This Topic: https://lists.openembedded.org/mt/108533640/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/28] gnome-backgrounds: upgrade 46.0 -> 47.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- default: adjusted optics
- lcd,lcd-rainbow: nostalgia pixels
- map: geometric vectors
- pills: shading improvements
- sheet: curvy curtain
- swoosh: classic gradients
- symbolic-soup: noisier than usual

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

diff --git 
a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb 
b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_47.0.bb
similarity index 76%
rename from meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
rename to meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_47.0.bb
index d938ae94c..8774750e9 100644
--- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_47.0.bb
@@ -6,7 +6,7 @@ SECTION = "x11/gnome"
 
 inherit gnomebase gettext allarch
 
-SRC_URI[archive.sha256sum] = 
"4ddd3ac439a4a067876805921bb75f4d3c8b85a218d47c276e8928443c2e"
+SRC_URI[archive.sha256sum] = 
"874a4a39c4261736f6a854722833400b612441c4681aa5982d90b15abc9c91fd"
 
 FILES:${PN} += " \
 ${datadir}/backgrounds \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112364): 
https://lists.openembedded.org/g/openembedded-devel/message/112364
Mute This Topic: https://lists.openembedded.org/mt/108533641/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/28] gnome-chess: upgrade 46.0 -> 47.0

2024-09-18 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Fix appdata screenshot URL
- Updated translations
- Use modern libadwaita widgetry
- Fix incorrect shortcuts on shortcuts help dialog
- Change First/Last history shortcuts to Up/Down key
- Miscellaneous code modernization and improvements

Signed-off-by: Wang Mingyu 
---
 .../gnome-chess/{gnome-chess_46.0.bb => gnome-chess_47.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-chess/{gnome-chess_46.0.bb => 
gnome-chess_47.0.bb} (92%)

diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb 
b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb
rename to meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
index bb53b58df..e3365f618 100644
--- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
@@ -22,13 +22,13 @@ DEPENDS = " \
 
 RRECOMMENDS:${PN}  = "gnuchess"
 
-SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master"
+SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main"
 
 inherit meson pkgconfig gobject-introspection gtk-icon-cache vala 
features_check mime-xdg gsettings
 
 GIR_MESON_OPTION = ""
 
 S = "${WORKDIR}/git"
-SRCREV = "c3625ee59ab3acfd7566ef04300b15ddbadaaac3"
+SRCREV = "91476257c2404945bfa30238c38391343bf4737b"
 
 FILES:${PN} += "${datadir}"
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 42/42] xterm: upgrade 393 -> 394

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../recipes-graphics/xorg-app/{xterm_393.bb => xterm_394.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_393.bb => xterm_394.bb} (95%)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_393.bb 
b/meta-oe/recipes-graphics/xorg-app/xterm_394.bb
similarity index 95%
rename from meta-oe/recipes-graphics/xorg-app/xterm_393.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_394.bb
index 05e45345f..94953b288 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_393.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_394.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://xterm.h;beginline=3;endline=31;md5=1a3032aa728f8fda9d
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
file://0001-include-missing-pty.h-header-for-openpty.patch \
   "
-SRC_URI[sha256sum] = 
"dc3abf533d66ae3db49e6783b0e1e29f0e4d045b4b3dac797a5e93be2735ec7b"
+SRC_URI[sha256sum] = 
"a2a0cb206eb0423dedc34794f5c2d38c83390d2dd1106b66aba0960c3a976c7a"
 
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig 
freetype-native"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112227): 
https://lists.openembedded.org/g/openembedded-devel/message/112227
Mute This Topic: https://lists.openembedded.org/mt/108371367/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/42] python3-yarl: upgrade 1.9.4 -> 1.10.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Fixed joining a path when the existing path was empty
- Added :meth:URL.without_query_params()  method,
  to drop some parameters from query string
- The previously protected types _SimpleQuery, _QueryVariable, and _Query are
  now available for use externally as SimpleQuery, QueryVariable, and Query
- Replaced all :class:~typing.Optional with :class:~typing.Union
- Significantly improved performance of parsing the network location
- Added internal types to the cache to prevent future refactoring errors

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

diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.9.4.bb 
b/meta-python/recipes-devtools/python/python3-yarl_1.10.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-yarl_1.9.4.bb
rename to meta-python/recipes-devtools/python/python3-yarl_1.10.0.bb
index 29897b7f1..0ff3041db 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.9.4.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.10.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf"
+SRC_URI[sha256sum] = 
"3bf10a395adac62177ba8ea738617e8de6cbb1cea6aa5d5dd2accde704fc8195"
 
 SRC_URI += "file://run-ptest"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112224): 
https://lists.openembedded.org/g/openembedded-devel/message/112224
Mute This Topic: https://lists.openembedded.org/mt/108371364/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/42] python3-pefile: upgrade 2023.2.7 -> 2024.8.26

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Close the data attribute before reassigning it
- Floor division (//) does mathematical division with the floor functio…
- Update new dvrt type and Load Config filed adapt to Windows11
- fix PE.get_data
- Fix ambiguous string syntax for PEid parsing regexp
- fixed a memory leak that caused the pe file to be access locked.
- Exphash from sha256 to md5 to match imphash
- More readable calls to superclass
- Fix cache_adjust_FileAlignment to work with files not aligned to 0x200
- [StepSecurity] Apply security best practices
- Create sets using curly brackets
- Change IOError to OSError
- Apply isort to sort all imports
- Remove "OC Patch" comments
- Update tox.ini Python versions
- Use with statement to write to file
- Remove distutils use
- Use chaining comparison operators
- Replace list comprehension with set comprehension
- Use not in operator
- Replace base class name with super()
- Increase readability and consistency
- Tiny comment improvements
- Update oleaut32.py from oleaut32.dll
- Improve parse_rich_header
- Include ordinals for wsock32.dll
- Update ws2_32.py from ws2_32.dll
- Update pefile.py for typo
- Add parsing for IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS

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

diff --git a/meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb 
b/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb
similarity index 84%
rename from meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb
rename to meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb
index e30b36232..87e651d9d 100644
--- a/meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb
+++ b/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb
@@ -2,10 +2,10 @@ SUMMARY = "Python PE parsing module"
 DESCRIPTION = "A multi-platform Python module to parse and work with Portable 
Executable (PE) files."
 HOMEPAGE = "https://github.com/erocarrera/pefile";
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3807888b01d8118ff9cc23da1873"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e34c75178086aca0a17551ffbacaca53"
 
 inherit setuptools3 ptest
-SRCREV = "1ab2807c4eec16041e791d7a6acc68cc23fd5266"
+SRCREV = "4b3b1e2e568a88d4f1897d694d684f23d9e270c4"
 SRC_URI = "git://github.com/erocarrera/pefile;branch=master;protocol=https \
file://run-ptest"
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112210): 
https://lists.openembedded.org/g/openembedded-devel/message/112210
Mute This Topic: https://lists.openembedded.org/mt/108371350/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/42] libcompress-raw-zlib-perl: upgrade 2.212 -> 2.213

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git 
a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.212.bb 
b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb
similarity index 89%
rename from 
meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.212.bb
rename to meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb
index d79a710a7..b8afcc207 100644
--- a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.212.bb
+++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = 
"file://README;beginline=8;endline=17;md5=1bb3479faca6bb2086c
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = 
"6d9de0c11921fd520dfd99a3f6b0ca9f1fd9850274f8bec10bbaa4f6803cc049"
+SRC_URI[sha256sum] = 
"56b21c99cb3a3a7f7876a74dd05daa3f41fc9143ddd4dc98f8e46710a106af45"
 
 DEPENDS += "zlib"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112196): 
https://lists.openembedded.org/g/openembedded-devel/message/112196
Mute This Topic: https://lists.openembedded.org/mt/108371336/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 41/42] xfsdump: upgrade 3.1.12 -> 3.2.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- don't use O_DIRECT on the RT device
- Fix memory leak
- suggest -x rather than assert for false roots in restore
- fix rootdir due to xfsdump bulkstat misuse

Signed-off-by: Wang Mingyu 
---
 .../xfsdump/{xfsdump_3.1.12.bb => xfsdump_3.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/xfsdump/{xfsdump_3.1.12.bb => 
xfsdump_3.2.0.bb} (94%)

diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.12.bb 
b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.2.0.bb
similarity index 94%
rename from meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.12.bb
rename to meta-filesystems/recipes-utils/xfsdump/xfsdump_3.2.0.bb
index 9c0394918..c65344f53 100644
--- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.12.bb
+++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.2.0.bb
@@ -15,7 +15,7 @@ SRC_URI = 
"https://www.kernel.org/pub/linux/utils/fs/xfs/xfsdump/${BP}.tar.xz \
file://0001-include-libgen.h-for-basename-API-prototype.patch \

${@bb.utils.contains('DISTRO_FEATURES','usrmerge','file://0001-xfsdump-support-usrmerge.patch','',d)}
 \
"
-SRC_URI[sha256sum] = 
"f39c4c1b306b2dd7ec979c0e94d60fe69083d2ecf9af051cac5ef3bed772c74a"
+SRC_URI[sha256sum] = 
"2914dbbe1ebc88c7d93ad88e220aa57dabc43d216e11f06221c01edf3cc10732"
 
 inherit autotools-brokensep
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112228): 
https://lists.openembedded.org/g/openembedded-devel/message/112228
Mute This Topic: https://lists.openembedded.org/mt/108371368/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 40/42] valijson: upgrade 1.0.2 -> 1.0.3

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Fix typos in RapidJsonAdapter, only failing when certain features are used
- Added explicit default move constructors/operators
- Various cosmetic fixes
- Implemented functioning move constructors/operators
- Compatibility with boost-1.85.0
- Ability to customize regular expression engine

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

diff --git a/meta-oe/recipes-devtools/valijson/valijson_1.0.2.bb 
b/meta-oe/recipes-devtools/valijson/valijson_1.0.3.bb
similarity index 93%
rename from meta-oe/recipes-devtools/valijson/valijson_1.0.2.bb
rename to meta-oe/recipes-devtools/valijson/valijson_1.0.3.bb
index f531218ae..82201211b 100644
--- a/meta-oe/recipes-devtools/valijson/valijson_1.0.2.bb
+++ b/meta-oe/recipes-devtools/valijson/valijson_1.0.3.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf"
 
 SRC_URI = 
"git://github.com/tristanpenman/valijson.git;branch=master;protocol=https"
-SRCREV = "0b4771e273a065d437814baf426bcfcafec0f434"
+SRCREV = "fc9ddf14db683c9443c48ae3a6bf83e0ce3ad37c"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112223): 
https://lists.openembedded.org/g/openembedded-devel/message/112223
Mute This Topic: https://lists.openembedded.org/mt/108371363/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/42] python3-watchdog: upgrade 4.0.2 -> 5.0.2

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Enable OS specific Mypy checks
- [watchmedo] Fix tricks argument type of schedule_tricks()
- [kqueue] Fix TypeError: kqueue.control() only accepts positional parameters
- Drop support for Python 3.8
- [core] Enforced usage of proper keyword-arguments
- [core] Renamed the BaseObserverSubclassCallable class to ObserverType
- [inotify] Renamed the inotify_event_struct class to InotifyEventStruct
- [inotify] Renamed the UnsupportedLibc exception to UnsupportedLibcError
- [inotify] Removed the InotifyConstants.IN_CLOSE constant
- [watchmedo] Renamed the LogLevelException exception to LogLevelError
- [watchmedo] Renamed the WatchdogShutdown exception to WatchdogShutdownError
- [windows] Renamed the FILE_NOTIFY_INFORMATION class to FileNotifyInformation
- [windows] Removed the unused WATCHDOG_TRAVERSE_MOVED_DIR_DELAY constant
- [core] Enable disallow_untyped_calls Mypy rule
- [core] Enable disallow_untyped_defs Mypy rule
- [core] Improve typing references for events
- [inotify] Add support for IN_CLOSE_NOWRITE events.

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

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_4.0.2.bb 
b/meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-watchdog_4.0.2.bb
rename to meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb
index ffe5cfad1..ad66523de 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_4.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb
@@ -4,7 +4,7 @@ DEPENDS = "python3-argh"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"b4dfbb6c49221be4535623ea4474a4d6ee0a9cef4a80b20c28db4d858b64e270"
+SRC_URI[sha256sum] = 
"dcebf7e475001d2cdeb020be630dc5b687e9acdd60d16fea6bb4508e7b94cf76"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112225): 
https://lists.openembedded.org/g/openembedded-devel/message/112225
Mute This Topic: https://lists.openembedded.org/mt/108371365/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 39/42] uhubctl: upgrade 2.5.0 -> 2.6.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
- Added support for Raspberry Pi 5
- Fixed bug for big-endian platforms
- Fixed sysfs path bug for Linux kernel 6.x or higher
- Added flash (inverted cycle) option - turn power on then off
- Improved Linux detection
- Added more devices to supported table

Signed-off-by: Wang Mingyu 
---
 .../uhubctl/{uhubctl_2.5.0.bb => uhubctl_2.6.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/uhubctl/{uhubctl_2.5.0.bb => uhubctl_2.6.0.bb} 
(92%)

diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb 
b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb
similarity index 92%
rename from meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
rename to meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb
index 8b334dbde..1a1d4ec33 100644
--- a/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
+++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libusb1"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCREV = "20276ad5ced147d018e2b3fccedabd94597aa25e"
+SRCREV = "352f5878e999c0a9d5a453b34110479b2056d7e7"
 SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https"
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112226): 
https://lists.openembedded.org/g/openembedded-devel/message/112226
Mute This Topic: https://lists.openembedded.org/mt/108371366/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/42] python3-types-python-dateutil: upgrade 2.9.0.20240821 -> 2.9.0.20240906

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 [python-dateutil] Add dateutil.parser.UnknownTimezoneWarning.

Signed-off-by: Wang Mingyu 
---
 ...40821.bb => python3-types-python-dateutil_2.9.0.20240906.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-types-python-dateutil_2.9.0.20240821.bb
 => python3-types-python-dateutil_2.9.0.20240906.bb} (73%)

diff --git 
a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb
 
b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240906.bb
similarity index 73%
rename from 
meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb
rename to 
meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240906.bb
index f79edaaaf..5c3a47743 100644
--- 
a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb
+++ 
b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240906.bb
@@ -3,6 +3,6 @@ HOMEPAGE = "https://github.com/python/typeshed";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23"
 
-SRC_URI[sha256sum] = 
"9649d1dcb6fef1046fb18bebe9ea2aa0028b160918518c34589a46045f6ebd98"
+SRC_URI[sha256sum] = 
"9706c3b68284c25adffc47319ecc7947e5bb86b3773f843c73906fd598bc176e"
 
 inherit pypi setuptools3
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112219): 
https://lists.openembedded.org/g/openembedded-devel/message/112219
Mute This Topic: https://lists.openembedded.org/mt/108371359/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/42] python3-zeroconf: upgrade 0.132.2 -> 0.134.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Improve performance when IP addresses change frequently
- Improve helpfulness of ServiceInfo.request assertions
- Improve performance of ip address caching
- Enable building of arm64 macOS builds
- Add classifier for python 3.13
- Python 3.13 support

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

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.132.2.bb 
b/meta-python/recipes-devtools/python/python3-zeroconf_0.134.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.132.2.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.134.0.bb
index 421bd3b6c..b1b1a2e4c 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.132.2.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.134.0.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] = 
"9ad8bc6e3f168fe8c164634c762d3265c775643defff10e26273623a12d73ae1"
+SRC_URI[sha256sum] = 
"5be2c3a61cc81eb1bd4684bbdee19d708522d94bc8ac60dfe001a0fde4421092"
 
 DEPENDS += "python3-cython-native"
 
-- 
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/108371362/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/42] python3-virtualenv: upgrade 20.26.3 -> 20.26.4

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Fix whitespace around backticks in changelog
- Test latest Python 3.13
- Fix typo in Nushell activation script
- GitHub Actions: Replace deprecated macos-12 with macos-13
- Fix #2728: Activating venv create unwanted console output
- Upgrade bundled wheels

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

diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb 
b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb
rename to meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
index 975bf11af..aadef0e94 100644
--- a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb
+++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538"
 
-SRC_URI[sha256sum] = 
"4c43a2a236279d9ea36a0d76f98d84bd6ca94ac4e0f4a3b9d46d05e10fea542a"
+SRC_URI[sha256sum] = 
"c17f4e0f3e6036e9f26700446f85c76ab11df65ff6d8a9cbfad9f71aabfcf23c"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112221): 
https://lists.openembedded.org/g/openembedded-devel/message/112221
Mute This Topic: https://lists.openembedded.org/mt/108371361/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/42] python3-types-psutil: upgrade 6.0.0.20240621 -> 6.0.0.20240901

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: "Apache-2.0 license" changed to "Apache-2.0"

Changelog:
 Fix types for psutil.cpu_* functions

Signed-off-by: Wang Mingyu 
---
 .../python/python3-types-psutil_6.0.0.20240621.bb  | 10 --
 .../python/python3-types-psutil_6.0.0.20240901.bb  | 10 ++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb
 create mode 100644 
meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb 
b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb
deleted file mode 100644
index 92acdc4fd..0
--- a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "Typing stubs for psutil"
-HOMEPAGE = "https://github.com/python/typeshed";
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e"
-
-inherit pypi setuptools3
-
-SRC_URI[sha256sum] = 
"1be027326c42ff51ebd65255a5146f9dc57e5cf8c4f9519a88b3f3f6a7fcd00e"
-
-BBCLASSEXTEND = "native"
diff --git 
a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb 
b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb
new file mode 100644
index 0..331756e46
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Typing stubs for psutil"
+HOMEPAGE = "https://github.com/python/typeshed";
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = 
"437affa76670363db9ffecfa4f153cc6900bf8a7072b3420f3bc07a593f92226"
+
+BBCLASSEXTEND = "native"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112218): 
https://lists.openembedded.org/g/openembedded-devel/message/112218
Mute This Topic: https://lists.openembedded.org/mt/108371358/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/42] python3-validators: upgrade 0.33.0 -> 0.34.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- feat: cache IANA TLDs for faster lookups
- chore: update dependencies
- docs: adds configuration info

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

diff --git a/meta-python/recipes-devtools/python/python3-validators_0.33.0.bb 
b/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-validators_0.33.0.bb
rename to meta-python/recipes-devtools/python/python3-validators_0.34.0.bb
index 38775cce5..ebba68388 100644
--- a/meta-python/recipes-devtools/python/python3-validators_0.33.0.bb
+++ b/meta-python/recipes-devtools/python/python3-validators_0.34.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] = 
"535867e9617f0100e676a1257ba1e206b9bfd847ddc171e4d44811f07ff0bfbf"
+SRC_URI[sha256sum] = 
"647fe407b45af9a74d245b943b18e6a816acf4926974278f6dd617778e1e781f"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112220): 
https://lists.openembedded.org/g/openembedded-devel/message/112220
Mute This Topic: https://lists.openembedded.org/mt/108371360/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/42] python3-pymetno: upgrade 0.12.0 -> 0.13.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Expose UV Index

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

diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.12.0.bb 
b/meta-python/recipes-devtools/python/python3-pymetno_0.13.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-pymetno_0.12.0.bb
rename to meta-python/recipes-devtools/python/python3-pymetno_0.13.0.bb
index 5be6e6319..193760664 100644
--- a/meta-python/recipes-devtools/python/python3-pymetno_0.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymetno_0.13.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d503272f52c35147ec960cb56a03bf4"
 
 SRC_URI = 
"git://github.com/Danielhiversen/pyMetno.git;protocol=https;branch=master"
-SRCREV = "50f427aad264a4793abb94a3c8cbf987fadcd4ae"
+SRCREV = "921812ddad3f147489916c3c7ab7fb7a80d8c646"
 S = "${WORKDIR}/git"
 
 inherit setuptools3
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112216): 
https://lists.openembedded.org/g/openembedded-devel/message/112216
Mute This Topic: https://lists.openembedded.org/mt/108371356/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/42] python3-scikit-build: upgrade 0.18.0 -> 0.18.1

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Support for setuptools 74
- iOS and Android support
- Fix for distutils change
- Remove test directives

Signed-off-by: Wang Mingyu 
---
 ...n3-scikit-build_0.18.0.bb => python3-scikit-build_0.18.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-scikit-build_0.18.0.bb => 
python3-scikit-build_0.18.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb 
b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb
rename to meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb
index 2351b697d..eacd67a05 100644
--- a/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "scikit_build"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = 
"71a13af467d1a38510c3494786e2edb73ead53ea922bde6e519dc5372aa65096"
+SRC_URI[sha256sum] = 
"a4152ac5a084d499c28a7797be0628d8366c336e2fb0e1a063eb32e55efcb8e7"
 
 RDEPENDS:${PN} = " \
python3-distro \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112215): 
https://lists.openembedded.org/g/openembedded-devel/message/112215
Mute This Topic: https://lists.openembedded.org/mt/108371355/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/42] python3-rich: upgrade 13.7.1 -> 13.8.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
Fixed

- Fixed Table rendering of box elements so "footer" elements truly appear at 
bottom of table, "mid" elements in main table body.
- Fixed styles in Panel when Text objects are used for title
- Fix pretty repr for collections.deque
- Thread used in progress.track will exit if an exception occurs in a generator
- Progress track thread is now a daemon thread
- Fixed cached hash preservation upon clearing meta and links
- Fixed overriding the background_color of Syntax not including padding
- Fixed pretty printing of dataclasses with a default repr in Python 3.13
- Fixed selective enabling of highlighting when disabled in the Console
- Fixed BrokenPipeError writing an error message
- Fixed superfluous space above Markdown tables
- Fixed issue with record and capture interaction
- Fixed control codes breaking in append_tokens
- Fixed exception pretty printing a dataclass with missing fields

Changed
--
- RichHandler errors and warnings will now use different colors (red and yellow)
- Removed the empty line printed in jupyter while using Progress
- Running tests in environment with FORCE_COLOR or NO_COLOR environment 
variables
- ansi decoder will now strip problematic private escape sequences (like \x1b7)
- Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes

Added
-
- Adds a case_sensitive parameter to prompt.Prompt. This determines if the
- response is treated as case-sensitive. Defaults to True.
- Added Console.on_broken_pipe

Signed-off-by: Wang Mingyu 
---
 .../{python3-rich_13.7.1.bb => python3-rich_13.8.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/python-rich/{python3-rich_13.7.1.bb => 
python3-rich_13.8.0.bb} (85%)

diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.7.1.bb 
b/meta-python/recipes-extended/python-rich/python3-rich_13.8.0.bb
similarity index 85%
rename from meta-python/recipes-extended/python-rich/python3-rich_13.7.1.bb
rename to meta-python/recipes-extended/python-rich/python3-rich_13.8.0.bb
index 27bc95428..ee66c3554 100644
--- a/meta-python/recipes-extended/python-rich/python3-rich_13.7.1.bb
+++ b/meta-python/recipes-extended/python-rich/python3-rich_13.8.0.bb
@@ -8,7 +8,7 @@ LICENSE = "MIT"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303"
 
-SRC_URI[sha256sum] = 
"9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
+SRC_URI[sha256sum] = 
"a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4"
 
 inherit pypi python_poetry_core
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 29/42] python3-pymodbus: upgrade 3.7.0 -> 3.7.2

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Better error message, when pyserial is missing.
- Slave=0 will return first response, used to identify device address.
- Feature/add simulator api skeleton
- Correct max. read size for registers.
- Ruff complains, due to upgrade.
- Properly process 'slaves' argument
- Update repl requirement to >= 2.0.4
- Fix aiohttp < 3.9.0
- Simplify framer test setup
- Clean up ModbusControlBlock
- example docstrings diag_message -> pdu.diag_message
- Explain version schema
- Add more testing for WriteRegisters.
- Proof for issue 2273.
- Update simulator tests.
- Correct README
- Rename branch wait3.8.0 to wait_next_API

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

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.7.0.bb 
b/meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.7.0.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb
index 9e2885f5c..b240837d4 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.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] = 
"5c772babaa61a65ff908293faa668aedcd9d9e10f4bcf5c77a8fe51a6fd9ed47"
+SRC_URI[sha256sum] = 
"6cc63a14c8cca83f5b6d9dae3319565061bd49503ee7282df681201c16357eef"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112214): 
https://lists.openembedded.org/g/openembedded-devel/message/112214
Mute This Topic: https://lists.openembedded.org/mt/108371354/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/42] python3-pulsectl: upgrade 24.4.0 -> 24.8.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git a/meta-python/recipes-devtools/python/python3-pulsectl_24.4.0.bb 
b/meta-python/recipes-devtools/python/python3-pulsectl_24.8.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pulsectl_24.4.0.bb
rename to meta-python/recipes-devtools/python/python3-pulsectl_24.8.0.bb
index 3bc15bb08..580d41d0c 100644
--- a/meta-python/recipes-devtools/python/python3-pulsectl_24.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pulsectl_24.8.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] = 
"697ed50e7d452e78678ae38e2ab935843008bec448955283cd0fb362867e3165"
+SRC_URI[sha256sum] = 
"b051506d0d73d3cc4357cefd3de17bb859d7ecf004e994b0f7cfa87851bc7156"
 
 RDEPENDS:${PN} += " \
libpulse \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112212): 
https://lists.openembedded.org/g/openembedded-devel/message/112212
Mute This Topic: https://lists.openembedded.org/mt/108371352/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/42] python3-pymisp: upgrade 2.4.196 -> 2.4.197

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
  fix: Avoid printing huge log when a request fails

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

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.196.bb 
b/meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.196.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb
index 44640f178..f20716026 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.196.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.197.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] = 
"86620b0b77b51eb5d08dcb2c1705ab0ce36813e35f48a488067266f565005dc9"
+SRC_URI[sha256sum] = 
"840881779d1762803e9329ae5129a88abb0e6110afb43c9e3e6e3877e5931a6c"
 
 inherit python_poetry_core pypi
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112213): 
https://lists.openembedded.org/g/openembedded-devel/message/112213
Mute This Topic: https://lists.openembedded.org/mt/108371353/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/42] python3-platformdirs: upgrade 4.2.2 -> 4.3.1

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
- Speed up Hatch installation
- Test with Python 3.13
- Test with latest PyPy
- Use include-hidden-files: true to upload coverage artifacts
- Ensure PlatformDirs is valid superclass type for mypy AND not an abstract 
class for other checkers

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

diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb 
b/meta-python/recipes-devtools/python/python3-platformdirs_4.3.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb
rename to meta-python/recipes-devtools/python/python3-platformdirs_4.3.1.bb
index fed82c068..a994197ef 100644
--- a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.3.1.bb
@@ -7,7 +7,7 @@ SRC_URI += " \
 file://run-ptest \
 "
 
-SRC_URI[sha256sum] = 
"38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3"
+SRC_URI[sha256sum] = 
"63b79589009fa8159973601dd4563143396b35c5f93a58b36f9049ff046949b1"
 
 inherit pypi python_hatchling ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112211): 
https://lists.openembedded.org/g/openembedded-devel/message/112211
Mute This Topic: https://lists.openembedded.org/mt/108371351/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/42] python3-ipython: upgrade 8.26.0 -> 8.27.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- autocall was beeing  call getitem
- Only copy files in startup dir if we just created it.
- Fix some tests on Python 3.13 RC1

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

diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb 
b/meta-python/recipes-devtools/python/python3-ipython_8.27.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
rename to meta-python/recipes-devtools/python/python3-ipython_8.27.0.bb
index 6f35d9548..94e731b88 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.27.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://ipython.org";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
-SRC_URI[sha256sum] = 
"1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c"
+SRC_URI[sha256sum] = 
"0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e"
 
 RDEPENDS:${PN} = "\
 python3-setuptools \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112208): 
https://lists.openembedded.org/g/openembedded-devel/message/112208
Mute This Topic: https://lists.openembedded.org/mt/108371348/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/42] python3-parse-type: upgrade 0.6.2 -> 0.6.3

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- UPDATE: parse_type/parse.py
- Copy structured test suite to "tests/parse_tests/"
- Copy structured test suite to "tests/parse_tests_with_parse_type"
- REMOVE: tests/test_parse.py
- README: Fix compact display of BADGES (was using multi-line)
- CI: Add support for Python 3.12

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

diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb 
b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb
rename to meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
index 4c5efa185..db9d52cdc 100644
--- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jenisys/parse_type";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da"
 
-SRC_URI[sha256sum] = 
"79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355"
+SRC_URI[sha256sum] = 
"8e99d2f52fab2f0f1f3d68ba9d026060140bf0e53680aada0111fb27b2f0e93a"
 SRC_URI += " \
 file://run-ptest \
 "
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112209): 
https://lists.openembedded.org/g/openembedded-devel/message/112209
Mute This Topic: https://lists.openembedded.org/mt/108371349/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/42] python3-executing: upgrade 2.0.1 -> 2.1.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- add 3.13 to setup.cfg classifiers
- test: optimized test preformance by moving deadcode check to the end (#89)
- Catch exception if node is in unexpected statement (#84)
- Merge pull request #80 from alexmojaki/3.13
- doc: review changes
- fix: removed unused verification
- fix: handle __firstlineno__
- refactor: review changes
- test: skip module tests for now
- test(3.13): added sample_results
- fix: skip files with raise an recursion error in 3.13, because the recursion 
limit has no effect
- fix: allow to LOAD_FAST variables for TypeVars
- test: fixed tests for 3.13.0b1
- test(3.13): handle optimization of not not x
- fix(3.13): a type variable can also have nonlocal variables
- fix(3.13): COMPARE_OP maps always to ast.Compare
- fix(3.13): a async function can also have nonlocal variables
- fix(3.13): a lambda can also have nonlocal variables
- fix(3.13): handle CALL_KW like method calls which are only located by the end 
position
- fix(3.13): loading of __class__ is mapped to the last element of the class
- fix(3.13): handle STORE_FAST_STORE_FAST and similar instructions as known 
issues
- fix(3.13): fixed typing errors
- build(3.13): added 3.13 to ci workflow
- fix(3.13): added new rules to the verification
- fix(3.13): show_caches is deprecated
- fix: backward compatibility fix for changed source positions in 3.12.5 (#82) 
(#83)
- Add many_calls tests to EXECUTING_SLOW_TESTS (#78)

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

diff --git a/meta-python/recipes-devtools/python/python3-executing_2.0.1.bb 
b/meta-python/recipes-devtools/python/python3-executing_2.1.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-executing_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-executing_2.1.0.bb
index 3ee1e66f9..4df84e638 100644
--- a/meta-python/recipes-devtools/python/python3-executing_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-executing_2.1.0.bb
@@ -6,4 +6,4 @@ DEPENDS = "python3-setuptools-scm-native"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147"
+SRC_URI[sha256sum] = 
"8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112207): 
https://lists.openembedded.org/g/openembedded-devel/message/112207
Mute This Topic: https://lists.openembedded.org/mt/108371347/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/42] python3-filelock: upgrade 3.15.4 -> 3.16.0

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
- Test Python 3.13
- Add 3.13 to CI

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

diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.15.4.bb 
b/meta-python/recipes-devtools/python/python3-filelock_3.16.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-filelock_3.15.4.bb
rename to meta-python/recipes-devtools/python/python3-filelock_3.16.0.bb
index 0f5cd4d9d..0aac54a15 100644
--- a/meta-python/recipes-devtools/python/python3-filelock_3.15.4.bb
+++ b/meta-python/recipes-devtools/python/python3-filelock_3.16.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://py-filelock.readthedocs.io/";
 LICENSE = "Unlicense"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
 
-SRC_URI[sha256sum] = 
"2207938cbc1844345cb01a5a95524dae30f0ce089eba5b00378295a17e3e90cb"
+SRC_URI[sha256sum] = 
"81de9eb8453c769b63369f87f11131a7ab04e367f8d97ad39dc230daa07e3bec"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112204): 
https://lists.openembedded.org/g/openembedded-devel/message/112204
Mute This Topic: https://lists.openembedded.org/mt/108371344/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/42] python3-kiwisolver: upgrade 1.4.5 -> 1.4.7

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- fix the build infrastructure
- drop support for Python 3.7
- add support for Python 3.13
- update linking strategy on Windows when building wheels

License-Update: Copyright year updated to 1.4.7

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

diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.5.bb 
b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.7.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-kiwisolver_1.4.5.bb
rename to meta-python/recipes-devtools/python/python3-kiwisolver_1.4.7.bb
index a1949b113..9c422490e 100644
--- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.5.bb
+++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.7.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A fast implementation of the Cassowary constraint solver"
 HOMEPAGE = "https://github.com/nucleic/kiwi";
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f137eeae9cf8004d06830f6ab25b2d52"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5f7ce5ba663b186ce35b78df96a2eb0a"
 
-SRC_URI[sha256sum] = 
"e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec"
+SRC_URI[sha256sum] = 
"9893ff81bd7107f7b685d3017cc6583daadb4fc26e4a888350df530e41980a60"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112206): 
https://lists.openembedded.org/g/openembedded-devel/message/112206
Mute This Topic: https://lists.openembedded.org/mt/108371346/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/42] python3-dbus-fast: upgrade 2.24.0 -> 2.24.2

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Fix:
===
- Ensure build uses cython3
- Add missing cython version pin to the build system

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

diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.0.bb 
b/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-dbus-fast_2.24.0.bb
rename to meta-python/recipes-devtools/python/python3-dbus-fast_2.24.2.bb
index a1cb537b3..ccac69924 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947"
 
-SRC_URI[sha256sum] = 
"72b59c51e882300fd7f6d5bec8fb84ae8dea58040ade1d15c62c7fd9fa546f35"
+SRC_URI[sha256sum] = 
"20c517dc70dbc940b8bf2e0f079abf3dfe821fdda3013641a17e3d8f18e131ae"
 
 PYPI_PACKAGE = "dbus_fast"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112201): 
https://lists.openembedded.org/g/openembedded-devel/message/112201
Mute This Topic: https://lists.openembedded.org/mt/108371341/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/42] python3-httpx: upgrade 0.27.0 -> 0.27.2

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Reintroduced supposedly-private URLTypes shortcut.
- Support for zstd content decoding using the python zstandard package is added.
  Installable using httpx[zstd].

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

diff --git a/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb 
b/meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb
rename to meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb
index e4d3cbeee..e4e1eeea7 100644
--- a/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb
+++ b/meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.md;md5=c624803bdf6fc1c4ce39f5ae11d7bd05"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = 
"a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"
+SRC_URI[sha256sum] = 
"f7c2be1d2f3c3c3160d441802406b206c2b76f5947b5e6df10c6c65e66c2"
 
 DEPENDS += "\
 python3-hatch-fancy-pypi-readme-native \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112205): 
https://lists.openembedded.org/g/openembedded-devel/message/112205
Mute This Topic: https://lists.openembedded.org/mt/108371345/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 15/42] libspiro: upgrade 20221101 -> 20240903

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../fontforge/{libspiro_20221101.bb => libspiro_20240903.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/fontforge/{libspiro_20221101.bb => 
libspiro_20240903.bb} (87%)

diff --git a/meta-oe/recipes-graphics/fontforge/libspiro_20221101.bb 
b/meta-oe/recipes-graphics/fontforge/libspiro_20240903.bb
similarity index 87%
rename from meta-oe/recipes-graphics/fontforge/libspiro_20221101.bb
rename to meta-oe/recipes-graphics/fontforge/libspiro_20240903.bb
index c65a2d8ed..7e07906e1 100644
--- a/meta-oe/recipes-graphics/fontforge/libspiro_20221101.bb
+++ b/meta-oe/recipes-graphics/fontforge/libspiro_20240903.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-3.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = 
"https://github.com/fontforge/libspiro/releases/download/${PV}/libspiro-dist-${PV}.tar.gz";
-SRC_URI[sha256sum] = 
"5984fb5af3e4e1f927f3a74850b705a711fb86284802a5e6170b09786440e8be"
+SRC_URI[sha256sum] = 
"1412a21b943c6e1db834ee2d74145aad20b3f62b12152d475613b8241d9cde10"
 
 UPSTREAM_CHECK_URI = "https://github.com/fontforge/libspiro/releases";
 UPSTREAM_CHECK_REGEX = "(?P\d+)"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112200): 
https://lists.openembedded.org/g/openembedded-devel/message/112200
Mute This Topic: https://lists.openembedded.org/mt/108371340/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 14/42] libio-socket-ssl-perl: upgrade 2.088 -> 2.089

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- new option SSL_force_fingerprint to enforce fingerprint matching even if
  certificate validation would be successful without
- document _get_ssl_object and _get_ctx_object for cases, where direct use of
  Net::SSLeay functions is needed

Signed-off-by: Wang Mingyu 
---
 ...-socket-ssl-perl_2.088.bb => libio-socket-ssl-perl_2.089.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libio/{libio-socket-ssl-perl_2.088.bb => 
libio-socket-ssl-perl_2.089.bb} (94%)

diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.088.bb 
b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb
similarity index 94%
rename from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.088.bb
rename to meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb
index 0ec892b2a..e745cecaf 100644
--- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.088.bb
+++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb
@@ -21,7 +21,7 @@ RDEPENDS:${PN} += "\
 "
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz"
-SRC_URI[sha256sum] = 
"9d27a31f0b617022180a1d1c45664beb76f51f3b8caede1404072a87dab74536"
+SRC_URI[sha256sum] = 
"f683112c1642967e9149f51ad553eccd017833b2f22eb23a9055609d2e3a14d1"
 
 S = "${WORKDIR}/IO-Socket-SSL-${PV}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112202): 
https://lists.openembedded.org/g/openembedded-devel/message/112202
Mute This Topic: https://lists.openembedded.org/mt/108371342/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 16/42] nano: upgrade 8.1 -> 8.2

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- At a Yes-No prompt, beside Y and the localized initial for "Yes",
  also ^Y is accepted.  Similarly, ^N for "No", and ^A for "All".
- A text-highlighting bug with Alt+Home/Alt+End is fixed.

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

diff --git a/meta-oe/recipes-support/nano/nano_8.1.bb 
b/meta-oe/recipes-support/nano/nano_8.2.bb
similarity index 88%
rename from meta-oe/recipes-support/nano/nano_8.1.bb
rename to meta-oe/recipes-support/nano/nano_8.2.bb
index b060da3ff..46e5a15c1 100644
--- a/meta-oe/recipes-support/nano/nano_8.1.bb
+++ b/meta-oe/recipes-support/nano/nano_8.2.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} = "ncurses-terminfo-base"
 PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
 
 SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz";
-SRC_URI[sha256sum] = 
"93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb"
+SRC_URI[sha256sum] = 
"d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb"
 
 UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano";
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112203): 
https://lists.openembedded.org/g/openembedded-devel/message/112203
Mute This Topic: https://lists.openembedded.org/mt/108371343/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 13/42] libio-compress-perl: upgrade 2.212 -> 2.213

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 ...ibio-compress-perl_2.212.bb => libio-compress-perl_2.213.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libio/{libio-compress-perl_2.212.bb => 
libio-compress-perl_2.213.bb} (93%)

diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.212.bb 
b/meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb
similarity index 93%
rename from meta-perl/recipes-perl/libio/libio-compress-perl_2.212.bb
rename to meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb
index ca04ffc8e..4e0a0be4f 100644
--- a/meta-perl/recipes-perl/libio/libio-compress-perl_2.212.bb
+++ b/meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = 
"file://README;beginline=8;endline=10;md5=254a3b5756814db98ee
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = 
"687490dbf9c4be42c22a945c4601812be5f4d38a9836018148915ba9e0ea65b1"
+SRC_URI[sha256sum] = 
"ae4d01ae574e4568c5f2fb0573e74631e2720b71ad3bc5a3ffe9480f1cb9a851"
 
 S = "${WORKDIR}/IO-Compress-${PV}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112199): 
https://lists.openembedded.org/g/openembedded-devel/message/112199
Mute This Topic: https://lists.openembedded.org/mt/108371339/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 12/42] libio-compress-lzma-perl: upgrade 2.212 -> 2.213

2024-09-10 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

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

diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb 
b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb
similarity index 88%
rename from meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb
rename to meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb
index cf5a9db66..f6733ad02 100644
--- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb
+++ b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = 
"file://README;beginline=8;endline=10;md5=2a0fd6d30eaf8828958
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = 
"51ef81f931cfd2c13fb2340c665204a9587843087dec1a57e9e9f4666d6dad40"
+SRC_URI[sha256sum] = 
"daa63c3fa1f7708aa55b97a4d189820f5e849f8e4583dc24b5cceebd06a493eb"
 
 S = "${WORKDIR}/IO-Compress-Lzma-${PV}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112198): 
https://lists.openembedded.org/g/openembedded-devel/message/112198
Mute This Topic: https://lists.openembedded.org/mt/108371338/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   6   7   8   9   >