mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 05:21:31 +00:00
c71ba7601a6e44cb806de3b05edcf86dc875a6b6
Upgrade to release 3.0.3: - Reverted the @task return value type hint change; it actually just makes things worse. Taking this one back to the drawing table for later. From 3.0.2: - Define a custom __repr__ for Promise so it can be displayed in interactive sessions or other debug contexts, without running afoul of AttributeError. Thanks to Leonid Shvechikov for the original bug report. - Make the return value type hint for @task more specific; as-is it would trigger typecheck errors when handing regular, decorated task functions as inputs to add_task and similar methods. From 3.0.1: - Minor tweaks to documentation and type hints/inheritance (mostly around Promise). From 3.0.0: - Add access to the core CLI parser's remainder value, via Context.remainder - this allows for more elegant wrapper tasks. - Update the return value, and type hint, of run and friends to be Result instead of Optional[Result]. - run now includes local subprocess PIDs in Result objects (as .pid), via the new Runner.get_pid method. This may be generally useful for auditing or similar tasks, but is primarily intended for users of disown=True who want to perform their own subprocess management. - Fix a grab bag's worth of Sphinx doc render problems, among which were some class attributes (eg Context.command_cwds) that had silently disappeared from the class' autodoc output after our 2.0 release. - Expanded mypy type hint checking to more of the codebase & generally touched up some type hints here and there. More of this is planned to occur as we go. - Dropped support for Python versions <3.9. That's right, we've caught up to Python's own EOL regime... as of late 2024! As part of this change, we also switched over to using pyproject.toml for packaging metadata. Fixes: WARNING: python3-invoke-3.0.3-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
86.2%
Shell
5.9%
C
2.8%
Roff
1.9%
NASL
1.7%
Other
1.3%