meta-openembedded/meta-python
Leon Anavi 01bafc3eeb
python3-coverage: upgrade 7.3.2 -> 7.3.3
Upgrade to version 7.3.3:

- Fix: function definitions with multi-line signatures can now be
  excluded by matching any of the lines.
- Fix: XML reports could fail with a TypeError if files had numeric
  components that were duplicates except for leading zeroes, like
  file1.py and file001.py.
- The coverage annotate command used to announce that it would be
  removed in a future version. Enough people got in touch to say
  that they use it, so it will stay. Don't expect it to keep up
  with other new features though.
- Added new debug options <cmd_run_debug>

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-18 22:17:23 -08: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-20 09:22:40 -07:00
licenses python3-crc32c: add 2.2.post0 2022-03-01 09:06:56 -08:00
recipes-connectivity meta-python: Drop broken BBCLASSEXTEND variants 2023-10-24 09:08:45 -07:00
recipes-core python3-uinput: remove as unmaintained 2023-12-18 22:17:20 -08:00
recipes-devtools python3-coverage: upgrade 7.3.2 -> 7.3.3 2023-12-18 22:17:23 -08:00
recipes-extended python3-portalocker: update to version 2.8.2 2023-12-14 17:03:48 -08:00
recipes-networking/python python3-ldap: upgrade 3.4.3 -> 3.4.4 2023-11-21 22:35:51 -08:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -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