meta-openembedded/meta-python
Wang Mingyu 07fb214cab python3-coverage: upgrade 7.3.1 -> 7.3.2
Changelog:
============
-The coverage lcov command ignored the [report] exclude_lines and [report]
 exclude_also settings (issue 1684).
-Fix error that SQLite will create journal files alongside the coverage.py
 database files.
-On Python 3.12+, we now disable SQLite writing journal files, which should be
 a little faster.
-The new 3.12 soft keyword type is properly bolded in HTML reports.
-Removed the "fullcoverage" feature used by CPython to measure the coverage of
 early-imported standard library modules. CPython stopped using it in 2021,
 and it stopped working completely in Python 3.13.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 2d312617f5)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-10-30 07:14:02 -04:00
..
classes python_mesonpy: New class 2023-06-14 09:50:28 -07:00
conf meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHON 2023-10-30 07:14:02 -04:00
licenses
recipes-connectivity python3-gsocketpool: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
recipes-core ptest-image: Switch to using core-image-minimal 2023-10-12 09:58:05 -04:00
recipes-devtools python3-coverage: upgrade 7.3.1 -> 7.3.2 2023-10-30 07:14:02 -04:00
recipes-extended python3-rich: upgrade 13.5.2 -> 13.5.3 2023-09-20 15:34:03 -07:00
recipes-networking/python python3-ldap: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
COPYING.MIT
README.md meta-openemnedded: Add myself as nanbield maintainer 2023-09-25 11:39:20 -07:00

meta-python

Introduction

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies

The meta-python layer depends on:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: nanbield

URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: nanbield

Contributing

The meta-openembedded mailinglist (openembedded-devel@lists.openembedded.org) is used for questions, comments and patch review. It is subscriber only, so please register before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-python][nanbield]' in the subject.

When sending single patches, please use something like: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][nanbield][PATCH'

Maintenance

Layer maintainers: Armin Kuster akuster808@gmail.com