Files
meta-openembedded/meta-python
Wang Mingyu 0a0663b936 python3-coverage: upgrade 7.14.1 -> 7.14.3
Changelog:
===========
- Fix: some messages were being written to stdout, making coverage json -o -
  useless for capturing JSON output. Now messages are written to stderr
- Fix: CoverageData kept one SQLite connection per thread that recorded
  coverage, but never closed them when those threads terminated. On long runs
  with many short-lived threads this leaked one file descriptor per dead thread,
  eventually failing with OSError: [Errno 24] Too many open files. Connections
  belonging to terminated threads are now closed and dropped.
- Fix: when using sys.monitoring, we were assuming we could use the COVERAGE_ID
  tool id. But other tools might also assume they could use that id.
  Pre-allocated ids don't really make sense, so now we search for a usable one
  instead.
- Following the advice of cibuildwheel, we no longer distribute wheels for
  Python 3.13 free-threaded.
- Fix: the default exclusion rule now also matches function bodies whose
  closing return-type bracket is on its own line (for example, after a long ->
  dict[...] annotation that a formatter has split over multiple lines).
- Fix: On 3.13t, we incorrectly issued Couldn't import C tracer errors. We
  can't import the C tracer because in 7.14.2 we stopped shipping compiled
  wheels for 3.13t.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-25 08:45:12 -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: master

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

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]' 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][PATCH'

Maintenance

Layer maintainers: Tim "moto-timo" Orling TicoTimo@gmail.com Derek Straka derek@asterius.io