Khem Raj
204b8f1a34
python3-parsimonious: Add ptest support
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-19 14:03:48 -08:00
Khem Raj
dabe41647f
python3-parsimonious: Switch to PEP-517 build backend
...
It has pyproject.toml asking for setuptools.build.meta backend
Fixes
QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend]
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-19 14:03:47 -08:00
Khem Raj
a7082b9b7c
Revert "python3-argcomplete: Upgrade 3.6.2 -> 3.6.3"
...
This reverts commit 809cb8f424 .
It causes ptest regression in traitlets as seen here [1]
We will have to fix this regression before we upgrade argcomplete module
[1] https://github.com/ipython/traitlets/issues/925
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 20:09:52 -08:00
Khem Raj
5f4bb77c6b
python3-arrow: Add missing rdeps on tzdata pre-commit modules
...
These were missing pieces for ptests to work
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 20:07:55 -08:00
Khem Raj
3ed6315a49
python3-google-auth: Upgrade to 2.43.0
...
Skip ptests needing pyopenssl module when its not available
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 20:07:55 -08:00
Khem Raj
53569401db
python3-typer: Add missing rdeps for ptests
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 20:07:50 -08:00
Khem Raj
d055504748
python3-blinker: Fix ptests with pytest 8.4+
...
pytest 8.4 is less forgiving about functions not marked async and using
it
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 16:24:13 -08:00
Khem Raj
0434d3dad6
python3-pylint: Upgrade to 4.0.3 release
...
Forward patches to avoid fuzz, no functional change
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 16:24:12 -08:00
Khem Raj
f44516ebe8
python3-pyzmq: Package pytest.ini with ptests
...
pytest 8.4+ is strict about asyncio [1]
however pyzmq is not yet fully ready, and installs its own
pytest.ini, add this to ptests package
Fixes the failures e.g.
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
- anyio
- pytest-asyncio
- pytest-tornasync
- pytest-trio
- pytest-twisted
FAIL: tests/test_auth.py:TestAsyncioAuthentication.test_deny
[1] https://github.com/pytest-dev/pytest/issues/11372
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 16:24:12 -08:00
Khem Raj
8d7343ebd5
python3-pyzmq: Upgrade to 27.1.0
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 16:24:12 -08:00
Khem Raj
797249715a
python3-pytest-asyncio: Upgrade to 1.3.0
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 16:24:12 -08:00
Khem Raj
9ad545c39f
python3-python-dotenv: Add missing rdep on click module and coreutils
...
Needed for ptests to pass
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 10:06:04 -08:00
Wang Mingyu
2e7f998fc3
python3-yamlloader: upgrade 1.5.2 -> 1.6.0
...
Changelog:
Add Python 3.14 support
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:46 -08:00
Wang Mingyu
0533b85df5
python3-snagboot: upgrade 2.4 -> 2.5
...
- snagrecover:
add support for bcm2711/12 platforms
add support for several AMLogic platforms
add support for AM654x platforms
confirm Allwinner A133 support
- snagfactory:
allow changing target device mid-pipeline
tone down UI colors, increase button sizes
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:46 -08:00
Wang Mingyu
64aef8a5a5
python3-pymongo: upgrade 4.15.3 -> 4.15.4
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:46 -08:00
Wang Mingyu
94549e73b1
python3-pyais: upgrade 2.13.2 -> 2.13.3
...
Changelog:
==========
* fixed: https://github.com/M0r13n/pyais/issues/194
* added missing line breaks for multi-part messages (ais-encode)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:46 -08:00
Wang Mingyu
74cd616a6c
python3-protobuf: upgrade 6.33.0 -> 6.33.1
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:46 -08:00
Wang Mingyu
11d54e9c3d
python3-prettytable: upgrade 3.16.0 -> 3.17.0
...
Added
---------
Add support for Python 3.15 (and test 3.13t-3.15t)
Set dicts with column-specific config for all column-specific attrs
Add missing type annotations for properties
Use type stubs for wcwidth
Changed
-------
Drop support for Python 3.9
Simplify empty dictionary/None check
Replace pre-commit with prek
Fixed
-------
In add_rows(), check length of array with len()
Fix README for sort_key
Fix filter example
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:45 -08:00
Wang Mingyu
ce470efc08
python3-parsimonious: upgrade 0.10.0 -> 0.11.0
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:45 -08:00
Wang Mingyu
4a651782ec
python3-execnet: upgrade 2.1.1 -> 2.1.2
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:45 -08:00
Wang Mingyu
1207718e49
python3-cantools: upgrade 40.7.1 -> 41.0.0
...
Changelog:
Update supported Python versions
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:45 -08:00
Wang Mingyu
a45b2c2d10
python3-cachetools: upgrade 6.2.1 -> 6.2.2
...
Changelog:
============
- Minor improvements from GitHub Copilot code review.
- Improve documentation.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:45 -08:00
Wang Mingyu
1fb4f8f84f
python3-black: upgrade 25.9.0 -> 25.11.0
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:45 -08:00
Wang Mingyu
97d5ca784e
python3-asttokens: upgrade 3.0.0 -> 3.0.1
...
License-Update: http changed to https
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:44 -08:00
Wang Mingyu
974dfbeb44
python3-apiflask: upgrade 2.4.0 -> 3.0.0
...
Changelog:
=============
- Add support for Python 3.14.
- Drop support for Python 3.8 and PyPy 3.10.
- Decouple from marshmallow and add an adapter system to support different
serialization/deserialization libraries
- Add support for Pydantic models as data schemas
- Fix subclassed MethodView resources cannot be added as URL rules
- Add support for API key auth with APIKeyHeaderAuth, APIKeyCookieAuth,
and APIKeyQueryAuth. Add support for runtime selection of authentication
methods with MultiAuth. Deprecate the API key auth with HTTPTokenAuth
- Remove implicit security scheme naming rules
- Remove implicit schema naming change (i.e. 'Schema' suffix stripping)
- Deprecate the EmptySchema class. Use empty dict {} instead
- Remove the deprecated __version__ attribute. Use feature detection or
importlib.metadata.version("apiflask") instead.
- Fix the support for marshmallow DelimitedList field in OpenAPI spec generation
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:44 -08:00
Wang Mingyu
9a28e6f3d0
python3-alembic: upgrade 1.17.1 -> 1.17.2
...
Changelog:
============
- Added Operations.implementation_for.replace parameter to Operations.
implementation_for(), allowing replacement of existing operation implementations.
- Fixed issue in SQL Server dialect where the DROP that's automatically emitted
for existing default constraints during an ALTER COLUMN needs to take place
before not just the modification of the column's default, but also before the column's type is changed
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:23:44 -08:00
Liu Yiding
4ec510ad11
python3-imageio: upgrade 2.37.0 -> 2.37.2
...
1.Changelog:
https://github.com/imageio/imageio/releases/tag/v2.37.2
2.The LICENSE_CHECKSUM changed as date of LICENSE Copyright changed.
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:17:55 -08:00
Tom Geelen
82c2959678
python3-yarl: add BBCLASSEXTEND = "native nativesdk"
...
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-18 08:17:52 -08:00
Khem Raj
cc1ec784bf
python3-rich-toolkit: Enable ptests
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-15 15:49:43 -08:00
Jan Vermaete
e8444aa2b0
python3-rich-toolkit: add new recipe (version 0.15.1)
...
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-15 16:27:07 +00:00
Martin Jansa
4e63a846b6
python3-icontract: upgrade to 2.7.1
...
Signed-off-by: Martin Jansa <martin.jansa@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-14 07:39:49 -08:00
Martin Jansa
a78e6d2109
python3-checksec-py, python3-pylddwrap, python3-icontract: add recipes
...
they were sent for meta-security long time ago in 2021:
https://lists.yoctoproject.org/g/yocto/message/54470
but never merged there, now there are lief, docopt, rich, asttokens
already in meta-python and checksec-py depends on lief version, e.g.
https://github.com/Wenzel/checksec.py/commit/976d530867756d1393189708aa98308b07b1f3b2
is needed to fixcompatibility with newer lief currently in meta-python
Signed-off-by: Martin Jansa <martin.jansa@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-14 07:39:48 -08:00
Hongxu Jia
513e5f1a66
python3-aiohttp: apply compile option -flax-vector-conversions for gcc
...
The clang does not need option -flax-vector-conversions to
avoid build failure for 32bit arm target
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-14 07:36:55 -08:00
Jan Vermaete
7fc0a7ac15
python3-uvicorn: new recipe (0.38.0) from meta-homeassistant
...
Moved the recipe from meta-homeassistant to meta-openembedded.
@see: https://github.com/meta-homeassistant/meta-homeassistant/pull/177#issuecomment-3510619876
- version bump from 0.35.0 to 0.38.0 (current latest release)
- added ptests
- patch to skip 5 tests that did not pass the run
- added tests to PTESTS_SLOW_META_PYTHON
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-13 19:05:06 -08:00
Yi Zhao
854498a39f
python3-inotify: upgrade to 0.2.12
...
ChangeLog:
https://github.com/dsoprea/PyInotify/releases/tag/0.2.11
https://github.com/dsoprea/PyInotify/releases/tag/0.2.12
License Update: Use LICENSE file instead of the specific line in
setup.py.
* Switch to PyPI instead of github source
* Drop local patch new-test-inotify.patch as it can not be applied with
updated test_inotify.py
Ptest result:
$ ptest-runner python3-inotify
START: ptest-runner
2025-11-13T03:46
BEGIN: /usr/lib/python3-inotify/ptest
PASS: tests/test_inotify.py:TestInotify.test__cycle
PASS: tests/test_inotify.py:TestInotify.test__error_on_watch_nonexistent_folder
PASS: tests/test_inotify.py:TestInotify.test__get_event_names
SKIP: tests/test_inotify.py:TestInotify.test__international_naming_python2 # SKIP Not in Python 2
PASS: tests/test_inotify.py:TestInotify.test__international_naming_python3
PASS: tests/test_inotify.py:TestInotify.test__watch_list_of_paths
PASS: tests/test_inotify.py:TestInotifyTree.test__automatic_new_watches_on_existing_paths
PASS: tests/test_inotify.py:TestInotifyTree.test__automatic_new_watches_on_new_paths
PASS: tests/test_inotify.py:TestInotifyTree.test__cycle
PASS: tests/test_inotify.py:TestInotifyTree.test__renames
PASS: tests/test_inotify.py:TestInotifyTrees.test__cycle
============================================================================
Testsuite summary
# TOTAL: 11
# PASS: 10
# SKIP: 1
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
DURATION: 14
END: /usr/lib/python3-inotify/ptest
2025-11-13T03:46
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-13 10:15:06 -08:00
Yi Zhao
945e2abd76
python3-types-psutil: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-types-psutil
INFO: Current version: 7.0.0.20250601
INFO: Latest version: 6.1.0.20241102
After the patch:
$ devtool latest-version python3-types-psutil
INFO: Current version: 7.0.0.20250601
INFO: Latest version: 7.0.0.20251111
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:04 -08:00
Yi Zhao
3c9ccce1ed
python3-rich-argparse: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-rich-argparse
INFO: Current version: 1.7.1
INFO: Latest version:
After the patch:
$ devtool latest-version python3-rich-argparse
INFO: Current version: 1.7.1
INFO: Latest version: 1.7.2
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:04 -08:00
Yi Zhao
1716d9e5d2
python3-pytest-xdist: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-pytest-xdist
INFO: Current version: 3.8.0
INFO: Latest version: 3.5.0
After the patch:
$ devtool latest-version python3-pytest-xdist
INFO: Current version: 3.8.0
INFO: Latest version: 3.8.0
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:04 -08:00
Yi Zhao
36646f4b2a
python3-pytest-timeout: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-pytest-timeout
INFO: Current version: 2.4.0
INFO: Latest version: 2.3.1
After the patch:
$ devtool latest-version python3-pytest-timeout
INFO: Current version: 2.4.0
INFO: Latest version: 2.4.0
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:03 -08:00
Yi Zhao
fce6a3edad
python3-pytest-mock: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-pytest-mock
INFO: Current version: 3.14.1
INFO: Latest version: 3.14.0
After the patch:
$ devtool latest-version python3-pytest-mock
INFO: Current version: 3.14.1
INFO: Latest version: 3.15.1
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:03 -08:00
Yi Zhao
a5eb02a811
python3-pytest-cov: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-pytest-cov
INFO: Current version: 6.2.1
INFO: Latest version: 6.0.0
After the patch:
$ devtool latest-version python3-pytest-cov
INFO: Current version: 6.2.1
INFO: Latest version: 7.0.0
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:03 -08:00
Yi Zhao
e105ccf75f
python3-pytest-asyncio: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-pytest-asyncio
INFO: Current version: 1.1.0
INFO: Latest version: 0.23.6
After the patch:
$ devtool latest-version python3-pytest-asyncio
INFO: Current version: 1.1.0
INFO: Latest version: 1.3.0
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:03 -08:00
Yi Zhao
252e8df2ad
python3-paho-mqtt: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-paho-mqtt
INFO: Current version: 2.1.0
INFO: Latest version: 1.6.1
Before the patch:
$ devtool latest-version python3-paho-mqtt
INFO: Current version: 2.1.0
INFO: Latest version: 2.1.0
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:03 -08:00
Yi Zhao
49f419317c
python3-lazy-object-proxy: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-lazy-object-proxy
INFO: Current version: 1.12.0
INFO: Latest version: 1.10.0
After the patch:
$ devtool latest-version python3-lazy-object-proxy
INFO: Current version: 1.12.0
INFO: Latest version: 1.12.0
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:03 -08:00
Yi Zhao
0fe731f52c
python3-gpt-image: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-gpt-image
INFO: Current version: 0.9.0
INFO: Latest version: 0.8.1
After the patch:
$ devtool latest-version python3-gpt-image
INFO: Current version: 0.9.0
INFO: Latest version: 0.9.1
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:02 -08:00
Yi Zhao
51bfc27ddb
python3-cached-property: add UPSTREAM_CHECK_PYPI_PACKAGE
...
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version python3-cached-property
INFO: Current version: 2.0.1
INFO: Latest version: 1.5.2
After the patch:
$ devtool latest-version python3-cached-property
INFO: Current version: 2.0.1
INFO: Latest version: 2.0.1
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 22:46:02 -08:00
Zoltán Böszörményi
a1395b9cd8
python3-nanobind: Fix build
...
Fix the order of inherited classes, so the nanobuild python module
actually gets built.
Also, put the cmake files into the correct location, i.e.
${libdir}/cmake/nanobind
instead of
${base_libdir}/cmake/python3-nanobind
onnx 1.20.0rc1 uses nanobind and during its build it detects the
presence of the python module, and wants to use the nanobind cmake
module, both of which fail.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 06:49:44 -08:00
Zoltán Böszörményi
c83aea044e
python3-scikit-build-core: Use cmake from PATH
...
Added a patch to remove using CMAKE_BIN_DIR. Instead, use
the fallback to find cmake from PATH.
It's a pre-requisite for building python3-nanobind correctly.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-12 06:49:44 -08:00
Changqing Li
c3bc474c6c
python3-grpcio: add python3-typing-extensions to RDEPENDS
...
Fix error:
>>> import grpc
>>> from concurrent import futures
>>> server = grpc.server(futures.ThreadPoolExecutor(max_workers=10))
Traceback (most recent call last):
File "<python-input-4>", line 1, in <module>
server = grpc.server(futures.ThreadPoolExecutor(max_workers=10))
File "/usr/lib64/python3.13/site-packages/grpc/_init_.py", line 2219, in server
from grpc import _server # pylint: disable=cyclic-import
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/site-packages/grpc/_server.py", line 57, in <module>
from typing_extensions import override
ModuleNotFoundError: No module named 'typing_extensions'
>>>
Signed-off-by: Changqing Li <changqing.li@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-11 10:19:44 -08:00
Wang Mingyu
ac2b19ee68
python3-trio: upgrade 0.31.0 -> 0.32.0
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-11 10:19:43 -08:00