[oe] [meta-python] [PATCH 23/25] python3-twine: upgrade 5.1.0 -> 5.1.1

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

Changelog:
===
- Resolve DeprecationWarnings when extracting twine metadata.
- Fix bug for Repository URLs with auth where the port was lost.

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

diff --git a/meta-python/recipes-devtools/python/python3-twine_5.1.0.bb 
b/meta-python/recipes-devtools/python/python3-twine_5.1.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-twine_5.1.0.bb
rename to meta-python/recipes-devtools/python/python3-twine_5.1.1.bb
index 6a79d45d4..13ddc08cd 100644
--- a/meta-python/recipes-devtools/python/python3-twine_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twine_5.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://twine.readthedocs.io/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c"
 
-SRC_URI[sha256sum] = 
"4d74770c88c4fcaf8134d2a6a9d863e40f08255ff7d8e2acb3cbbd57d25f6e9d"
+SRC_URI[sha256sum] = 
"9aa0825139c02b3434d913545c7b847a21c835e11597f5255842d457da2322db"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


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

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

Changelog:
==
- Release notes page name changed from releases to release_notes
- Provide explicit __all__ exports for providers in web3/providers/__init__.py;
  update web3/__init__.py to include all provider classes including base 
classes.
- Created ABIError type in the web3.types module and added as a valid type of 
ABIElement.

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

diff --git a/meta-python/recipes-devtools/python/python3-web3_6.19.0.bb 
b/meta-python/recipes-devtools/python/python3-web3_6.20.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-web3_6.19.0.bb
rename to meta-python/recipes-devtools/python/python3-web3_6.20.0.bb
index 7f06ca500..a5a45f3b4 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.19.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.20.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
 
-SRC_URI[sha256sum] = 
"d27fbd4ac5aa70d0e0c516bd3e3b802fbe74bc159b407c34052d9301b400f757"
+SRC_URI[sha256sum] = 
"b04725517502cad4f15e39356eaf7c4fcb0127c7728f83eec8cbafb5b6455f33"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93): 
https://lists.openembedded.org/g/openembedded-devel/message/93
Mute This Topic: https://lists.openembedded.org/mt/106973583/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/25] python3-rapidjson: upgrade 1.17 -> 1.18

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

Changelog:
 Expose PEP-484 typing stubs, thanks to Rodion Kosianenko and GoodWasHere

License-Update: Copyright year updated to 1.18

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

diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb 
b/meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb
rename to meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb
index d7a56b051..9ca1e826d 100644
--- a/meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb
+++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb
@@ -2,9 +2,9 @@ SUMMARY = "Python wrapper around rapidjson"
 HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson";
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6fe0b246532d7cfa6793ccbab563"
 
-SRC_URI[sha256sum] = 
"95a111da29d996af8549f8b32ec701dab3af2ab7c6cd9c79540391ecb05f20c8"
+SRC_URI[sha256sum] = 
"09a5c362e2fec2a41b53e79e88bd8f0704447cb67c1c89a59e3092ccb4a30355"
 
 # Inheriting ptest provides functionality for packaging and installing runtime 
tests for this recipe
 inherit setuptools3 pypi ptest
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88): 
https://lists.openembedded.org/g/openembedded-devel/message/88
Mute This Topic: https://lists.openembedded.org/mt/106973578/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/25] python3-aiofiles: upgrade 23.2.1 -> 24.1.0

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

Changelog:
==
- Import os.link conditionally to fix importing on android. #175
- Remove spurious items from aiofiles.os.__all__ when running on Windows.
- Switch to more modern async idioms: Remove types.coroutine and make 
AiofilesContextManager an awaitable instead a coroutine.
- Add aiofiles.os.path.abspath and aiofiles.os.getcwd. #174
- aiofiles is now tested on Python 3.13 too. #184
- Dropped Python 3.7 support. If you require it, use version 23.2.1.

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

diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_23.2.1.bb 
b/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-aiofiles_23.2.1.bb
rename to meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb
index 73dc17423..1e9ebdf97 100644
--- a/meta-python/recipes-devtools/python/python3-aiofiles_23.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
-SRC_URI[sha256sum] = 
"84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"
+SRC_URI[sha256sum] = 
"22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c"
 
 PYPI_PACKAGE = "aiofiles"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#89): 
https://lists.openembedded.org/g/openembedded-devel/message/89
Mute This Topic: https://lists.openembedded.org/mt/106973579/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/25] python3-redis: upgrade 5.0.6 -> 5.0.7

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

Changelog:
=
- None UnixDomainSocket timeout
- Updated redis version to represent latest available build

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

diff --git a/meta-python/recipes-devtools/python/python3-redis_5.0.6.bb 
b/meta-python/recipes-devtools/python/python3-redis_5.0.7.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-redis_5.0.6.bb
rename to meta-python/recipes-devtools/python/python3-redis_5.0.7.bb
index f9bd65dd0..8eb176c09 100644
--- a/meta-python/recipes-devtools/python/python3-redis_5.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_5.0.7.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8"
 
-SRC_URI[sha256sum] = 
"38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197"
+SRC_URI[sha256sum] = 
"8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#90): 
https://lists.openembedded.org/g/openembedded-devel/message/90
Mute This Topic: https://lists.openembedded.org/mt/106973580/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/25] python3-types-setuptools: upgrade 70.0.0.20240524 -> 70.1.0.20240627

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

Changelog:
 Update setuptools to v70.1.1

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

diff --git 
a/meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb
 
b/meta-python/recipes-devtools/python/python3-types-setuptools_70.1.0.20240627.bb
similarity index 74%
rename from 
meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb
rename to 
meta-python/recipes-devtools/python/python3-types-setuptools_70.1.0.20240627.bb
index 781d3b5bb..6e2c6a70f 100644
--- 
a/meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb
+++ 
b/meta-python/recipes-devtools/python/python3-types-setuptools_70.1.0.20240627.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"e31fee7b9d15ef53980526579ac6089b3ae51a005a281acf97178e90ac71aff6"
+SRC_URI[sha256sum] = 
"385907a47b5cf302b928ce07953cd91147d5de6f3da604c31905fdf0ec309e83"
 
 BBCLASSEXTEND = "native"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91): 
https://lists.openembedded.org/g/openembedded-devel/message/91
Mute This Topic: https://lists.openembedded.org/mt/106973581/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/25] python3-pdm: upgrade 2.15.4 -> 2.16.1

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

Changelog:

- Fix new interface from pbs_installer regarding build_dir and best match
  auto-install strategy for pdm use (same as for pdm python install --list)
- Fix crash when pdm is used with importlib-metadata version 8.0.
- Add --no-extras to pdm export to strip extras from the requirements.
  Now the default behavior is to keep extras.
- Support PEP 723: running scripts with inline metadata in standalone
  environment with dependencies.
- pdm use and pdm python install now take requires-python into account
  (incl. from pyproject.toml) if python version not specified and pdm use
  provides auto installation by that.
- --no-isolation no longer installs build-requires nor dynamic build
  dependencies, to be consistent with pip.
- Add notifiers in CLI output when global project is being used.
- Use tool.pdm.resolution table when calculating the content hash of project
  file, previously only overrides table was used. This will change the hash
  already stored in the lockfile, so bump the lockfile version to 4.4.2.
- Add max retries on read timeout or bad connection.
- Don't update local files if they don't change.
- Don't list python versions that don't have any installation link for the
  current platform.
- Clarify the purposes of pdm outdated and --unconstrained option.
- Some clarifications on the interpreter selection and central package cache.

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

diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb 
b/meta-python/recipes-devtools/python/python3-pdm_2.16.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb
rename to meta-python/recipes-devtools/python/python3-pdm_2.16.1.bb
index 364c7c81e..91ec75938 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.16.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = 
"58e225850567dcadce42418db4638996df2b1378cd0830cd48afda1b455d9c72"
+SRC_URI[sha256sum] = 
"b8680028b3aff3af8e15b483467da36bb9f02fcd402cf939da8ab6375d955131"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#86): 
https://lists.openembedded.org/g/openembedded-devel/message/86
Mute This Topic: https://lists.openembedded.org/mt/106973576/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/25] python3-pymodbus: upgrade 3.6.8 -> 3.6.9

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

Changelog:
==
- Remove python 3.8 from CI
- Log comm retries.
- Solve serial unrequested frame.
- test convert registers with 1234
- Fix writing to serial (rs485) on windows os.
- Remember to remove serial writer.
- Update client.rst
- Fix usage file names
- Show error if example is run without support files.
- Solve pylint error.
- Describe zero_mode in ModbusSlaveContext.init
- Datastore will not return ExceptionResponse.
- call async datastore from modbus server
- Transaction id overrun.
- Add minimal devcontainer.
- Sphinx: do not turn warnings into errors.
- Fix usage of AsyncModbusTcpClient in client docs page
- Bump actions CI.
- Request/Response: change execute to be async method
- datastore: add async_setValues/getValues methods
- fixed kwargs not being expanded for actions on bit registers, adjusted tests 
to catch this issue
- Clean datastore setValues.
- modbus_server: call execute in a way that those can be either coroutines or 
normal methods
- Streamline message class.
- Fix decode for wrong mdap len.
- SOCKET/TLS framer using message decode().
- ASCII framer using message decode()
- Add generate_ssl() to TLS client as helper.
- add _legacy_decoder to message rtu

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

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.6.8.bb 
b/meta-python/recipes-devtools/python/python3-pymodbus_3.6.9.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.6.8.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.6.9.bb
index b94504f14..e33dbc02c 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.6.8.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.6.9.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] = 
"abb214716b56fc62bc0d5d9d964e2249439341746287e918d175f0e3ee241407"
+SRC_URI[sha256sum] = 
"f4223b72c20cd00a2cf25f6ddb31ecb2c0587309111a55283b2f4a1ac115e4cc"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#87): 
https://lists.openembedded.org/g/openembedded-devel/message/87
Mute This Topic: https://lists.openembedded.org/mt/106973577/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/25] python3-googleapis-common-protos: upgrade 1.63.1 -> 1.63.2

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

Changelog:
===
- deps: Require protobuf>=3.20.2
- Regenerate pb2 files for compatibility with protobuf 5.x

Signed-off-by: Wang Mingyu 
---
 ...tos_1.63.1.bb => python3-googleapis-common-protos_1.63.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-googleapis-common-protos_1.63.1.bb 
=> python3-googleapis-common-protos_1.63.2.bb} (79%)

diff --git 
a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb
 
b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb
similarity index 79%
rename from 
meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb
rename to 
meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb
index 7d8af9899..83e0a33c0 100644
--- 
a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb
+++ 
b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"c6442f7a0a6b2a80369457d79e6672bb7dcbaab88e0848302497e3ec80780a6a"
+SRC_URI[sha256sum] = 
"27c5abdffc4911f28101e635de1533fb4cfd2c37fbaa9174587c799fac90aa87"
 
 RDEPENDS:${PN} += "\
 python3-grpcio \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#82): 
https://lists.openembedded.org/g/openembedded-devel/message/82
Mute This Topic: https://lists.openembedded.org/mt/106973572/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/25] python3-imageio: upgrade 2.34.1 -> 2.34.2

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

Changelog:
===
- Add support for numpy 2.0
- Update actions/checkout and actions/setup-python
- Start testing pypy-3.10 and update pypy test runners
- Fix duration description in pillow legacy

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

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.34.1.bb 
b/meta-python/recipes-devtools/python/python3-imageio_2.34.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-imageio_2.34.1.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.34.2.bb
index 45772ef8e..5fd08f3bd 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.34.1.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.34.2.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba"
 
-SRC_URI[sha256sum] = 
"f13eb76e4922f936ac4a7fec77ce8a783e63b93543d4ea3e40793a6cabd9ac7d"
+SRC_URI[sha256sum] = 
"5c0c0ee8faa018a1c42f649b90395dd4d3bb6187c09053a0cd6f1fdd51bbff5e"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#85): 
https://lists.openembedded.org/g/openembedded-devel/message/85
Mute This Topic: https://lists.openembedded.org/mt/106973575/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/25] python3-openpyxl: upgrade 3.1.4 -> 3.1.5

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

Changelog:

- Test fails due to change in Numpy API
- Excel is very fussy about the version number
- Poor perfomance when reading workbooks with lots of named styles

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

diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.4.bb 
b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-openpyxl_3.1.4.bb
rename to meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb
index 018b93b9c..990d3cf33 100644
--- a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"8d2c8adf5d20d6ce8f9bca381df86b534835e974ed0156dacefa76f68c1d69fb"
+SRC_URI[sha256sum] = 
"cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050"
 
 RDEPENDS:${PN} += "\
python3-compression \
-- 
2.34.1


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

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

Changelog:
===
- bugfix for call to structured_traceback
- fixed honoring custom repr for NamedTuple if assigned by partialmethod
- Convert matplotlib gui name in enable_gui

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

diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.25.0.bb 
b/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-ipython_8.25.0.bb
rename to meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
index 2e2d0e1c5..6cea3d988 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_8.25.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
 PYPI_PACKAGE = "ipython"
 
-SRC_URI[sha256sum] = 
"c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716"
+SRC_URI[sha256sum] = 
"1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c"
 
 RDEPENDS:${PN} = "\
 python3-setuptools \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#83): 
https://lists.openembedded.org/g/openembedded-devel/message/83
Mute This Topic: https://lists.openembedded.org/mt/106973573/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/25] python3-google-api-python-client: upgrade 2.134.0 -> 2.135.0

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

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

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

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.134.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.135.0.bb
similarity index 85%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.134.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.135.0.bb
index 4d8c30861..2b4845603 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.134.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.135.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"4a8f0bea651a212997cc83c0f271fc86f80ef93d1cee9d84de7dfaeef2a858b6"
+SRC_URI[sha256sum] = 
"b552a28123ed95493035698db80e8ed78c9106a8b422e63a175150b9b55b704e"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#79): 
https://lists.openembedded.org/g/openembedded-devel/message/79
Mute This Topic: https://lists.openembedded.org/mt/106973569/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/25] isomd5sum: upgrade 1.2.4 -> 1.2.5

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

Changelog:
=
- testpyisomd5sum.py: Use a consistent iso size
- Remove quiet from iso creation, size seems wrong
- workflows: Move to Fedora 39 and checkout v4
- Revert "test: Update testing to include small iso and larger iso"
- Revert "Fix checksum failure with small isos"

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

diff --git a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb 
b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb
similarity index 94%
rename from meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb
rename to meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb
index 5f2993dd4..87fcf8cc6 100644
--- a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb
+++ b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb
@@ -31,6 +31,6 @@ RPROVIDES:${BPN}-dbg += "python3-${BPN}-dbg"
 
 FILES:python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so"
 
-SRCREV = "3f4c9bd3f21ec9ac75a025dfa3fa30fe3f621831"
+SRCREV = "ed1f54de86b5d507c4cfa552923e9ddfddd9b893"
 
 BBCLASSEXTEND = "native"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#80): 
https://lists.openembedded.org/g/openembedded-devel/message/80
Mute This Topic: https://lists.openembedded.org/mt/106973570/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/25] python3-gast: upgrade 0.5.4 -> 0.6.0

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

Changelog:
 Harmonize gast.dump behavior across versions, following py3.13 behavior

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

diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.4.bb 
b/meta-python/recipes-devtools/python/python3-gast_0.6.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-gast_0.5.4.bb
rename to meta-python/recipes-devtools/python/python3-gast_0.6.0.bb
index 9c750ea3b..af46c3feb 100644
--- a/meta-python/recipes-devtools/python/python3-gast_0.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-gast_0.6.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90"
 
-SRC_URI[sha256sum] = 
"9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97"
+SRC_URI[sha256sum] = 
"88fc5300d32c7ac6ca7b515310862f71e6fdf2c029bbec7c66c0f5dd47b6b1fb"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#81): 
https://lists.openembedded.org/g/openembedded-devel/message/81
Mute This Topic: https://lists.openembedded.org/mt/106973571/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/25] python3-google-api-core: upgrade 2.19.0 -> 2.19.1

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

Changelog:
===
- Add support for protobuf 5.x
- Ignore unknown fields in rest streaming.

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

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb 
b/meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb
similarity index 85%
rename from 
meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb
index d177fcde5..f21b41aab 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"cf1b7c2694047886d2af1128a03ae99e391108a08804f87cfd35970e49c9cd10"
+SRC_URI[sha256sum] = 
"f4695f1e3650b316a795108a76a1c416e6afb036199d1c1f1f110916df479ffd"
 
 RDEPENDS:${PN} += "\
 python3-asyncio \
-- 
2.34.1


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

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

Lisence-Update: Copyright year updated to 1.13.2

Changelog:
=
- Improve computed column compare function to support multi-line expressions.
- Fixed bug in alembic command stdout where long messages were not properly
  wrapping at the terminal width.
- Fixed internal issue where Alembic would call connection.execute() sending
  an empty tuple to indicate "no params". In SQLAlchemy 2.1 this case will be
  deprecated as "empty sequence" is ambiguous as to its intent.
- Fixes to support pytest 8.1 for the test suite.
- Fixed the detection of serial column in autogenerate with tables not under
  default schema on PostgreSQL

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

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.13.1.bb 
b/meta-python/recipes-devtools/python/python3-alembic_1.13.2.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-alembic_1.13.1.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.13.2.bb
index c4853c443..6f8fb8c33 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.13.1.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.13.2.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "A database migration tool for SQLAlchemy"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=00f8f5c8aab58c3e1cd61525a6675174"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595"
+SRC_URI[sha256sum] = 
"1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef"
 
 PYPI_PACKAGE = "alembic"
 
-- 
2.34.1


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

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

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

diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20240623.0.bb 
b/meta-oe/recipes-devtools/ctags/ctags_6.1.20240630.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20240623.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20240630.0.bb
index 8883a9bcd..0416593c2 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20240623.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20240630.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "8976ec3d2c48ec862593910388ae3e55f0e20a3f"
+SRCREV = "050dcb938a8be98874f0a6f0afa9dd8cccb6527a"
 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 (#76): 
https://lists.openembedded.org/g/openembedded-devel/message/76
Mute This Topic: https://lists.openembedded.org/mt/106973566/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/25] python3-dbus-fast: upgrade 2.21.3 -> 2.22.1

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

Changelog:

- Wheel build exclude for pp37
- Build wheels for aarch64 to allow use in embedded systems

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

diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.3.bb 
b/meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-dbus-fast_2.21.3.bb
rename to meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.bb
index a4087d647..882b7f6cb 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.3.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.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] = 
"8d0f0f61d007c1316ce79cde35ed52c0ce8ce229fd0f0bf8c9af2013ab4516a7"
+SRC_URI[sha256sum] = 
"aa75dfb5bc7ba42f53391ae503ca5a21bd133e74ebb09965013ba23bdffc9a0e"
 
 PYPI_PACKAGE = "dbus_fast"
 
-- 
2.34.1


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



[oe] [meta-python] [PATCH 07/25] python3-a2wsgi: upgrade 1.10.4 -> 1.10.6

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

Changelog:
===
- fix ASGI app running error message set
- Fix ASGIMiddleware Receive (#59)
- Require typing_extensions on Python < 3.11 (#57)
- delete http.disconnect from asgi.py

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

diff --git a/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.4.bb 
b/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.6.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-a2wsgi_1.10.4.bb
rename to meta-python/recipes-devtools/python/python3-a2wsgi_1.10.6.bb
index e6b980266..445cc5a73 100644
--- a/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.4.bb
+++ b/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.6.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=e10d05d29ec6d8be8bfc503683f1bc9a"
 
 inherit pypi python_setuptools_build_meta ptest
 
-SRC_URI[sha256sum] = 
"50e81ac55aa609fa2c666e42bacc25c424c8884ce6072f1a7e902114b7ee5d63"
+SRC_URI[sha256sum] = 
"6e5e859623c8b62e6570b9082bbc1e714f78d7c3f7844847be8b666037c6d94c"
 
 DEPENDS += " \
 python3-pdm-native \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#73): 
https://lists.openembedded.org/g/openembedded-devel/message/73
Mute This Topic: https://lists.openembedded.org/mt/106973563/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/25] python3-awesomeversion: upgrade 24.2.0 -> 24.6.0

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

Changelog:
=
- Remove deprecated positional arguments
- Add timeframe to warning about using find_first_match without ensure_strategy
- Split release flow into two jobs (build/publish)
- Use correct depth argument for checkout action
- Add artifacts group to dependabot config
- Extend PEP440 to include (_/-) as dev/post/pre-release separator
- Allow local version for PEP440
- Update demo to trigger on input

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#74): 
https://lists.openembedded.org/g/openembedded-devel/message/74
Mute This Topic: https://lists.openembedded.org/mt/106973564/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 06/25] networkmanager: upgrade 1.48.0 -> 1.48.2

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

Changelog:
===
* Support matching a OVS system interface by MAC address.
* Fix port reactivation when the controller is reactivating.
* Save connection timestamps when shutting down, so that the right
  connection autoactivates after restart.
* Fix handling of VPN secrets for 2-factor authentication.

Signed-off-by: Wang Mingyu 
---
 .../{networkmanager_1.48.0.bb => networkmanager_1.48.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.48.0.bb 
=> networkmanager_1.48.2.bb} (99%)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.0.bb 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.2.bb
similarity index 99%
rename from 
meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.0.bb
rename to 
meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.2.bb
index 47287951f..113068e27 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.0.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.2.bb
@@ -44,7 +44,7 @@ SRC_URI = " \
 "
 SRC_URI:append:libc-musl = "${@bb.utils.contains('DISTRO_FEATURES', 
'ld-is-lld', ' file://0001-linker-scripts-Do-not-export-_IO_stdin_used.patch', 
'', d)}"
 
-SRC_URI[sha256sum] = 
"fc80b942de38e329468e6fc1dfb40aad6a78d02ddf6b8ec31f9acc6460b8723f"
+SRC_URI[sha256sum] = 
"3d9071cc62964ddf0e31f5d06f0603e17568b8c95114ae277703581add5a86a1"
 
 S = "${WORKDIR}/NetworkManager-${PV}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#72): 
https://lists.openembedded.org/g/openembedded-devel/message/72
Mute This Topic: https://lists.openembedded.org/mt/106973562/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/25] gexiv2: upgrade 0.14.2 -> 0.14.3

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

Changelog:
=
 * Prevent std::exception escaping from exiv2
 * Declare gexiv2_metadata_open_stream and _save_stream as deprecated
 * Documentation updates

Signed-off-by: Wang Mingyu 
---
 .../recipes-gnome/gexiv2/{gexiv2_0.14.2.bb => gexiv2_0.14.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gexiv2/{gexiv2_0.14.2.bb => gexiv2_0.14.3.bb} 
(91%)

diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb 
b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb
similarity index 91%
rename from meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb
rename to meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb
index 8fd658310..83bc9c6ad 100644
--- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb
+++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb
@@ -8,7 +8,7 @@ GTKDOC_MESON_OPTION = "gtk_doc"
 
 inherit gnomebase gobject-introspection gtk-doc python3native vala
 
-SRC_URI[archive.sha256sum] = 
"2a0c9cf48fbe8b3435008866ffd40b8eddb0667d2212b42396fdf688e93ce0be"
+SRC_URI[archive.sha256sum] = 
"21e64d2c56e9b333d44fef3f2a4b25653d922c419acd972fa96fab695217e2c8"
 
 EXTRA_OEMESON = " \
 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', 
'-Dvapi=false', d)} \
-- 
2.34.1


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



[oe] [meta-oe] [PATCH 05/25] libndp: upgrade 1.8 -> 1.9

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

Changelog:
=
- ndptool: add support for PREF64 option
- libndp: add support for PREF64 option
- libndp: valid route information option length
- SubmittingPatches: update mailing list

Signed-off-by: Wang Mingyu 
---
 .../libndp/{libndp_1.8.bb => libndp_1.9.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/libndp/{libndp_1.8.bb => libndp_1.9.bb} 
(88%)

diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb 
b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb
similarity index 88%
rename from meta-oe/recipes-connectivity/libndp/libndp_1.8.bb
rename to meta-oe/recipes-connectivity/libndp/libndp_1.9.bb
index 80946317e..69eecdd9f 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb
@@ -7,7 +7,7 @@ SRC_URI = 
"git://github.com/jpirko/libndp;branch=master;protocol=https \
file://0001-libndp-Fix-signature-of-sendto-API.patch \
"
 # tag for v1.8
-SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c"
+SRCREV = "2730638bf88984b09531813974f9bd14e1a50165"
 S = "${WORKDIR}/git"
 
 inherit autotools
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#71): 
https://lists.openembedded.org/g/openembedded-devel/message/71
Mute This Topic: https://lists.openembedded.org/mt/106973561/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/25] feh: upgrade 3.10.2 -> 3.10.3

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

Changelog:
==
* Fix feh not respecting aspect ratio of thumbnails that are smaller than
  --thumb-width and --thumb-height
* Fix --no-recursive behaving like --recursive
* Fix rotation by 180° corrupting images
* Speed up --sort=size and --sort=mtime by caching stat(2) calls

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-graphics/feh/{feh_3.10.2.bb => feh_3.10.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/feh/{feh_3.10.2.bb => feh_3.10.3.bb} (88%)

diff --git a/meta-oe/recipes-graphics/feh/feh_3.10.2.bb 
b/meta-oe/recipes-graphics/feh/feh_3.10.3.bb
similarity index 88%
rename from meta-oe/recipes-graphics/feh/feh_3.10.2.bb
rename to meta-oe/recipes-graphics/feh/feh_3.10.3.bb
index 2c38ce614..5ab333c60 100644
--- a/meta-oe/recipes-graphics/feh/feh_3.10.2.bb
+++ b/meta-oe/recipes-graphics/feh/feh_3.10.3.bb
@@ -9,7 +9,7 @@ DEPENDS = "\
 "
 
 SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2";
-SRC_URI[sha256sum] = 
"5f94a77de25c5398876f0cf431612d782b842f4db154d2139b778c8f196e8969"
+SRC_URI[sha256sum] = 
"5426e2799770217af1e01c2e8c182d9ca8687d84613321d8ab4a66fe4041e9c8"
 
 inherit mime-xdg features_check
 # depends on virtual/libx11
-- 
2.34.1


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



Re: [oe] [meta-java][kirkstone][PATCH] openjdk-8: Security fix for CVE-2024-21094

2024-06-30 Thread Rohini Sangam via lists.openembedded.org
Gentle reminder...!!
Any update on this??

Regards,
Rohini Sangam

On Tue, Jun 11, 2024 at 12:17 PM Rohini Sangam via lists.openembedded.org
 wrote:

> CVE fixed:
> -CVE-2024-21094 OpenJDK: C2 compilation fails with "Exceeded _node_regs
> array" (8317507)
> Upstream-Status: Backport from
> https://github.com/openjdk/jdk8u/commit/43cb87550865a93c559c9e8eaa59fcb071301bd3
>
> Signed-off-by: Rohini Sangam 
> Signed-off-by: Siddharth Doshi 
> ---
>  .../openjdk/openjdk-8-release-common.inc  |   1 +
>  .../patches-openjdk-8/CVE-2024-21094.patch| 637 ++
>  2 files changed, 638 insertions(+)
>  create mode 100644
> recipes-core/openjdk/patches-openjdk-8/CVE-2024-21094.patch
>
> diff --git a/recipes-core/openjdk/openjdk-8-release-common.inc
> b/recipes-core/openjdk/openjdk-8-release-common.inc
> index ff8d96e..f71eb10 100644
> --- a/recipes-core/openjdk/openjdk-8-release-common.inc
> +++ b/recipes-core/openjdk/openjdk-8-release-common.inc
> @@ -21,6 +21,7 @@ PATCHES_URI = "\
>  file://2007-jdk-no-genx11-in-headless.patch \
>  file://2008-jdk-no-unused-deps.patch \
>
>  file://2009-jdk-make-use-gcc-instead-of-ld-for-genSocketOptionRe.patch \
> +file://CVE-2024-21094.patch \
>  "
>  HOTSPOT_UB_PATCH = "\
>  file://1001-hotspot-fix-crash-on-JNI_CreateJavaVM.patch \
> diff --git a/recipes-core/openjdk/patches-openjdk-8/CVE-2024-21094.patch
> b/recipes-core/openjdk/patches-openjdk-8/CVE-2024-21094.patch
> new file mode 100644
> index 000..1852bd7
> --- /dev/null
> +++ b/recipes-core/openjdk/patches-openjdk-8/CVE-2024-21094.patch
> @@ -0,0 +1,637 @@
> +From 43cb87550865a93c559c9e8eaa59fcb071301bd3 Mon Sep 17 00:00:00 2001
> +From: Martin Balao 
> +Date: Wed, 27 Mar 2024 03:21:25 +
> +Subject: [PATCH] CVE-2024-21094: 8317507: C2 compilation fails with
> "Exceeded _node_regs
> + array"
> +
> +Upstream-Status: Backport from
> https://github.com/openjdk/jdk8u/commit/43cb87550865a93c559c9e8eaa59fcb071301bd3
> +CVE: CVE-2024-21094
> +
> +Signed-off-by: Rohini Sangam 
> +---
> + .../hotspot/src/share/vm/adlc/output_c.cpp|   2 +
> + .../regalloc/TestNodeRegArrayOverflow.java| 599 ++
> + 2 files changed, 601 insertions(+)
> + create mode 100644
> hotspot/test/compiler/regalloc/TestNodeRegArrayOverflow.java
> +
> +diff --git a/hotspot/src/share/vm/adlc/output_c.cpp
> b/hotspot/src/share/vm/adlc/output_c.cpp
> +index 19916904..b85123b4 100644
> +--- a/hotspot/src/share/vm/adlc/output_c.cpp
>  b/hotspot/src/share/vm/adlc/output_c.cpp
> +@@ -3023,6 +3023,8 @@ static void define_fill_new_machnode(bool used,
> FILE *fp_cpp) {
> + fprintf(fp_cpp, "if( i != cisc_operand() ) \n");
> + fprintf(fp_cpp, "  to[i] = _opnds[i]->clone(C);\n");
> + fprintf(fp_cpp, "  }\n");
> ++fprintf(fp_cpp, "  // Do not increment node index counter, since
> node reuses my index\n");
> ++fprintf(fp_cpp, "  C->set_unique(C->unique() - 1);\n");
> + fprintf(fp_cpp, "}\n");
> +   }
> +   fprintf(fp_cpp, "\n");
> +diff --git a/hotspot/test/compiler/regalloc/TestNodeRegArrayOverflow.java
> b/hotspot/test/compiler/regalloc/TestNodeRegArrayOverflow.java
> +new file mode 100644
> +index ..281524cc
> +--- /dev/null
>  b/hotspot/test/compiler/regalloc/TestNodeRegArrayOverflow.java
> +@@ -0,0 +1,599 @@
> ++/*
> ++ * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
> ++ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
> ++ *
> ++ * This code is free software; you can redistribute it and/or modify it
> ++ * under the terms of the GNU General Public License version 2 only, as
> ++ * published by the Free Software Foundation.
> ++ *
> ++ * This code is distributed in the hope that it will be useful, but
> WITHOUT
> ++ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> ++ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
> ++ * version 2 for more details (a copy is included in the LICENSE file
> that
> ++ * accompanied this code).
> ++ *
> ++ * You should have received a copy of the GNU General Public License
> version
> ++ * 2 along with this work; if not, write to the Free Software Foundation,
> ++ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
> ++ *
> ++ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065
> USA
> ++ * or visit www.oracle.com if you need additional information or have
> any
> ++ * questions.
> ++ */
> ++
> ++package compiler.regalloc;
> ++
> ++/**
> ++ * @test
> ++ * @bug 8317507
> ++ * @summary Test that C2's PhaseRegAlloc::_node_regs (a
> post-register-allocation
> ++ *  mapping from machine nodes to assigned registers) does not
> overflow
> ++ *  in the face of a program with a high-density of CISC spilling
> ++ *  candidate nodes.
> ++ * @run main/othervm -Xcomp
> -XX:CompileOnly=compiler.regalloc.TestNodeRegArrayOverflow::testWithCompilerUnrolling
> ++
>  
> -XX:CompileCommand=dontinline,compiler.

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-06-30 Thread Khem Raj
It fails on 32bit x86 clang/lld linker -
https://errors.yoctoproject.org/Errors/Details/788619/
perhaps we need to specify linking with -latomic on architectures
missing 64bit atomics.

On Sun, Jun 30, 2024 at 5:46 AM Markus Volk via lists.openembedded.org
 wrote:
>
> PipeWire 1.2.0 (2024-06-27)
>
> This is the 1.2 release that is API and ABI compatible with previous
> 1.1.x and 1.0.x releases.
>
> This release contains some of the bigger changes that happened since
> the 1.0 release last year, including:
>
>   * Support for asynchronous processing has been implemented. Nodes can choose
> (or be forced) to be scheduled asynchronously. The graph will not wait for
> the output of the node to continue processing but it will use the output
> of the previous cycle (or silence) instead. This adds one cycle of latency
> but it can avoid having some nodes blocking the processing graph. Non 
> realtime
> streams and filters now also use this asynchronous processing instead of
> their own slightly broken version.
>   * The concept of node.sync-group was added. This groups nodes with 
> overlapping
> sync-group together when one of them sets the node.sync = true. This is 
> now
> used to make sure all nodes are scheduled together when JACK transport is
> started so that they all see the same transport time.
>   * Config parsing errors are reported earlier and much better with line and
> column numbers where the parsing started to fail.
>   * Add support for mandatory metadata when negotiating buffer parameters. 
> This
> can be used to only negotiate extra buffer planes when certain metadata is
> negotiated. One use case is the explicit sync support that requires 2
> extra fds for the timelines.
>   * Explicit sync metadata and support was added.
>   * Support was added for making and using multiple data-loops in the server
> and clients. Support for CPU affinity and priorities was added to the
> data-loops as well.
>   * The log topic debug levels can now be changed at runtime with metadata.
> The log levels in the pulse server can be dynamically changed with a
> /core message.
>   * The UCM conflicting devices patches were merged.
>   * Add snapcast-discover module to stream to snapcast servers.
>   * Rework how peers are linked and the counters are updated. Resume the
> peers when a node is unlinked and not yet processed. This should cause
> less occasional dropouts in the graph when reconnecting things.
>   * Many GStreamer element updates.
>   * Many more fixes and improvements.
>
> Enjoy the summer vacation!
>
> Highlights (since the previous 1.1.83 release)
>   - Small fixes here and there.
>
> PipeWire
>   - Compilation fixes after enabling -Werror=float-conversion
>
> Modules
>   - The module-rtp-sap now propagates the cleanup.sec property to the
> rtp-source and the rtp-source now sets a property with the receiving
> status.
>   - Fix for ROC 0.3, explicitly specify sender encoding. (#4070)
>   - Some fixes to the RAOP sink module, including a format fix for 32 bit
> machines.
>
> Tools
>   - Fix pw-cli monitoring code.
>
> SPA
>   - Revert peer_enum_params again because it was not used and flawed.
>   - Fix multichannel processing in webrtc AEC.
>
> GStreamer
>   - Logging improvements.
>   - Fix a race in the bufferpool activation.
>
> Bluetooth
>   - Improvements to BAP broadcast code parsing.
>
> Older versions:
>
> PipeWire 1.1.83 (2024-06-17)
>
> This is the third and hopefully the last 1.2 release candidate that is
> API and ABI compatible with previous 1.0.x releases.
>
> Some last minute changes went in to clean up the node activation and
> scheduling that justify another pre-release.
>
> Highlights
>   - Rework how peers are linked and the counters are updated. Resume the
> peers when a node is unlinked and not yet processed. This should cause
> less occasional dropouts in the graph when reconnecting things.
>   - Improve xruns in module-ffado.
>   - Many GStreamer element updates.
>   - More fixes and improvements.
>
> PipeWire
>   - Rework how peers are linked and the counters are updated. Resume the
> peers when a node is unlinked and not yet processed. This should cause
> less dropouts in the graph when reconnecting. (#4026)
>   - Improve debug of xruns.
>   - Evaluate node.rules and device.rules before loading the plugin so that
> extra properties can be passed to the plugin init function.
>
> Modules
>   - Improve timing reporting in module-ffado some more.
>   - Prealloc less memory in the profiler by default.
>   - Improve xrun handling in module-ffado.
>
> Tools
>   - Fix a crash in pw-link when a link fails.
>   - Fix pw-dump update for metadata. (#4053)
>
> SPA
>   - Improve handling of controls. (#4028)
>   - Fix the string size in v4l2 to hold the device and vendor id.
>   - Support meta_videotransform on buffers in v4l2. This can be used to
> signal that the buffer was rota

Re: [oe] [meta-oe][PATCHv2] flatpak: add PACKAGECONFIG for dconf

2024-06-30 Thread Markus Volk
On Sun, Jun 30 2024 at 09:09:15 AM +02:00:00, Martin Jansa 
 wrote:

Is the runtime dependency added automatically in do_package? Or why
didn't you keep it as 4th param in PACKAGECONFIG?


I took a look at $[WORKDIR}/flatpak.specs and dconf was listed there 
for BuildRequires an Requires.
That suggests to me that it is added automatically. But maybe I'm wrong 
here?



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



[oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-06-30 Thread Markus Volk
PipeWire 1.2.0 (2024-06-27)

This is the 1.2 release that is API and ABI compatible with previous
1.1.x and 1.0.x releases.

This release contains some of the bigger changes that happened since
the 1.0 release last year, including:

  * Support for asynchronous processing has been implemented. Nodes can choose
(or be forced) to be scheduled asynchronously. The graph will not wait for
the output of the node to continue processing but it will use the output
of the previous cycle (or silence) instead. This adds one cycle of latency
but it can avoid having some nodes blocking the processing graph. Non 
realtime
streams and filters now also use this asynchronous processing instead of
their own slightly broken version.
  * The concept of node.sync-group was added. This groups nodes with overlapping
sync-group together when one of them sets the node.sync = true. This is now
used to make sure all nodes are scheduled together when JACK transport is
started so that they all see the same transport time.
  * Config parsing errors are reported earlier and much better with line and
column numbers where the parsing started to fail.
  * Add support for mandatory metadata when negotiating buffer parameters. This
can be used to only negotiate extra buffer planes when certain metadata is
negotiated. One use case is the explicit sync support that requires 2
extra fds for the timelines.
  * Explicit sync metadata and support was added.
  * Support was added for making and using multiple data-loops in the server
and clients. Support for CPU affinity and priorities was added to the
data-loops as well.
  * The log topic debug levels can now be changed at runtime with metadata.
The log levels in the pulse server can be dynamically changed with a
/core message.
  * The UCM conflicting devices patches were merged.
  * Add snapcast-discover module to stream to snapcast servers.
  * Rework how peers are linked and the counters are updated. Resume the
peers when a node is unlinked and not yet processed. This should cause
less occasional dropouts in the graph when reconnecting things.
  * Many GStreamer element updates.
  * Many more fixes and improvements.

Enjoy the summer vacation!

Highlights (since the previous 1.1.83 release)
  - Small fixes here and there.

PipeWire
  - Compilation fixes after enabling -Werror=float-conversion

Modules
  - The module-rtp-sap now propagates the cleanup.sec property to the
rtp-source and the rtp-source now sets a property with the receiving
status.
  - Fix for ROC 0.3, explicitly specify sender encoding. (#4070)
  - Some fixes to the RAOP sink module, including a format fix for 32 bit
machines.

Tools
  - Fix pw-cli monitoring code.

SPA
  - Revert peer_enum_params again because it was not used and flawed.
  - Fix multichannel processing in webrtc AEC.

GStreamer
  - Logging improvements.
  - Fix a race in the bufferpool activation.

Bluetooth
  - Improvements to BAP broadcast code parsing.

Older versions:

PipeWire 1.1.83 (2024-06-17)

This is the third and hopefully the last 1.2 release candidate that is
API and ABI compatible with previous 1.0.x releases.

Some last minute changes went in to clean up the node activation and
scheduling that justify another pre-release.

Highlights
  - Rework how peers are linked and the counters are updated. Resume the
peers when a node is unlinked and not yet processed. This should cause
less occasional dropouts in the graph when reconnecting things.
  - Improve xruns in module-ffado.
  - Many GStreamer element updates.
  - More fixes and improvements.

PipeWire
  - Rework how peers are linked and the counters are updated. Resume the
peers when a node is unlinked and not yet processed. This should cause
less dropouts in the graph when reconnecting. (#4026)
  - Improve debug of xruns.
  - Evaluate node.rules and device.rules before loading the plugin so that
extra properties can be passed to the plugin init function.

Modules
  - Improve timing reporting in module-ffado some more.
  - Prealloc less memory in the profiler by default.
  - Improve xrun handling in module-ffado.

Tools
  - Fix a crash in pw-link when a link fails.
  - Fix pw-dump update for metadata. (#4053)

SPA
  - Improve handling of controls. (#4028)
  - Fix the string size in v4l2 to hold the device and vendor id.
  - Support meta_videotransform on buffers in v4l2. This can be used to
signal that the buffer was rotated for example.
  - Add HDMI/AC3 profile to ALSA when supported.
  - Make it possible to disable the webrtc dependency

GStreamer
  - Improve caps handling in the elements.
  - Set buffer duration when we can.
  - Post an element error when all the elements buffers are removed.
(#1980)
  - Improve DMA_DRM caps selection.
  - Some refactoring work.
  - Improve state handling in the elements.

JACK
  - Improve how links are activated.
  - Fix some races when freeing memo

[oe] [meta-multimedia][PATCH 2/2] wireplumber: update 0.5.3 -> 0.5.5

2024-06-30 Thread Markus Volk
WirePlumber 0.5.5
Highlights:

Hotfix release to address crashes in the Bluetooth HSP/HFP autoswitch
functionality that were side-effects of some changes that were part
of the role-based linking policy (#682)

Improvements:

wpctl will now properly show a '*' in front of sink filters when they are
selected as the default sink (!660)

Past releases

WirePlumber 0.5.4
Highlights:

Refactored the role-based linking policy (previously known also as
"endpoints" or "virtual items" policy) to blend in with the standard desktop
policy. It is now possible use role-based sinks alongside standard desktop
audio operations and they will only be used for streams that have a
"media.role" defined. It is also possible to force streams to have a
media.role, using a setting. Other features include: blending with smart
filters in the graph and allowing hardware DSP nodes to be also used easily
instead of requiring software loopbacks for all roles. (#610, !649)

Improvements:

Filters that are not declared as smart will now behave again as normal
application streams, instead of being treated sometimes differently (!657)

Fixes:

Fixed an issue that would cause WirePlumber to crash at startup if an
empty configuration file was present in one of the search paths (#671)
Fixed Bluetooth profile auto-switching when a filter is permanently linked
to the Bluetooth source (!650)
Fixed an issue in the software-dsp script that would cause DSP filters to
stay around and cause issues after their device node was destroyed (!651)
Fixed an issue in the autoswitch-bluetooth-profile script that could cause
an infinite loop of switching between profiles (!652, #617)
Fixed a rare issue that could cause WirePlumber to crash when dealing with
a device object that didn't have the "device.name" property set (#674)

Signed-off-by: Markus Volk 
---
 .../wireplumber/{wireplumber_0.5.3.bb => wireplumber_0.5.5.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-multimedia/wireplumber/{wireplumber_0.5.3.bb => 
wireplumber_0.5.5.bb} (99%)

diff --git 
a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.3.bb 
b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.3.bb
rename to meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb
index c52f22aad..437a71c23 100644
--- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.3.bb
+++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb
@@ -10,7 +10,7 @@ DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \
 ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", 
"python3-native python3-lxml-native doxygen-native", "", d)} \
 "
 
-SRCREV = "65e4ae83b994616401fc5859e00d5051b72518ba"
+SRCREV = "43e939c0e3c71ff0e6cc384cef901a50237f8144"
 SRC_URI = " \
 
git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https
 \
 file://90-OE-disable-session-dbus-dependent-features.lua \
-- 
2.45.1


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



Re: [oe] [meta-oe][PATCHv2] flatpak: add PACKAGECONFIG for dconf

2024-06-30 Thread Martin Jansa
Is the runtime dependency added automatically in do_package? Or why
didn't you keep it as 4th param in PACKAGECONFIG?

On Sat, Jun 29, 2024 at 7:59 AM Markus Volk via lists.openembedded.org
 wrote:
>
> Disable by default to avoid a requirement for meta-gnome
>
> Signed-off-by: Markus Volk 
> ---
>  meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb 
> b/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
> index 8351e7d65..3c1de93c5 100644
> --- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
> +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
> @@ -19,7 +19,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
>  DEPENDS = " \
>  appstream \
>  bison-native \
> -dconf \
>  fuse3 \
>  gdk-pixbuf \
>  glib-2.0 \
> @@ -36,7 +35,6 @@ DEPENDS = " \
>
>  RDEPENDS:${PN} = " \
>  ca-certificates \
> -dconf \
>  flatpak-xdg-utils \
>  fuse3-utils \
>  "
> @@ -49,6 +47,7 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled'
>  GTKDOC_MESON_DISABLE_FLAG = 'disabled'
>
>  PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl"
> +PACKAGECONFIG[dconf] = "-Ddconf=enabled,-Ddconf=disabled,dconf"
>  PACKAGECONFIG[docbook_docs] = 
> "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native"
>  PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native"
>  PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4"
> --
> 2.45.1
>
>
> 
>

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