Go to file
Leon Anavi 71ea03d08d python3-coverage: Upgrade 6.2 -> 6.3
Upgrade to release 6.3:

- Added the lcov command to generate reports in LCOV format.
- the coverage data file can now be specified on the command line
  with the --data-file option in any command that reads or writes
  data. This is in addition to the existing COVERAGE_FILE
  environment variable.
- coverage measurement data will now be written when a SIGTERM
  signal is received by the process. This includes
  Process.terminate, and other ways to terminate a process.
  Currently this is only on Linux and Mac; Windows is not supported.
- Dropped support for Python 3.6, which reached end-of-life on
  2021-12-23.
- Updated Python 3.11 support to 3.11.0a4.
- Fix: the coverage data file is now created in a more robust way,
  to avoid problems when multiple processes are trying to write
  data at once.
- Fix: a .gitignore file will only be written into the HTML report
  output directory if the directory is empty. This should prevent
  certain unfortunate accidents of writing the file where it is
  not wanted.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-03 08:40:20 -08:00
contrib contrib: fix python warnings for oe-stylize 2021-12-21 18:49:37 -08:00
meta-filesystems fatcat: upgrade 1.1.0 -> 1.1.1 2022-01-25 09:29:29 -08:00
meta-gnome folks: dont build tests as they are not installed anyway 2022-01-31 08:16:02 -08:00
meta-initramfs dracut: upgrade 051 -> 055 2022-01-18 09:01:51 -08:00
meta-multimedia gerbera: Fix build with fmt 8.1+ 2022-01-25 21:03:16 -08:00
meta-networking networkmanager: upgrade 1.32.12 -> 1.34.0 2022-01-19 09:01:04 -08:00
meta-oe libcec: Fix type mismatch for return value of LibCecBootloader() 2022-01-28 09:40:58 -08:00
meta-perl libio-socket-ssl-perl: upgrade 2.072 -> 2.073 2021-12-27 11:46:41 -08:00
meta-python python3-coverage: Upgrade 6.2 -> 6.3 2022-02-03 08:40:20 -08:00
meta-webserver phpmyadmin: upgrade 5.1.1 -> 5.1.2 2022-01-25 09:13:09 -08:00
meta-xfce xfce4-datetime-setter: Fix build with meson 0.61+ 2022-01-25 09:13:09 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

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 suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories