Go to file
Leon Anavi b3e692ecb4
python3-nocasedict: Upgrade 2.0.4 -> 2.1.0
Upgrade to release 2.1.0:

- Dropped support for Python 3.6 and 3.7 because they are out of
  service and to simplify development dependencies.
- Dev: Changed 'make install' to no longer perform an editable
  install, but a standalone install, since pip will remove support
  for editable installs.
- Dev: Removed support for the env.var TEST_INSTALLED that used the
  installed package for testing, for simplicity. Now, the local
  package in the repository main directory is always used for
  testing.
- Test: Python 3.13 was pinned to 3.13.0 to work around a pylint
  issue on Python 3.13.1.
- Addressed safety issues up to 2025-04-27.
- Dev: Added missing dependencies for development.
- Test: Fixed the issue that coveralls was not found in the test
  workflow on MacOS with Python 3.9-3.11, by running it without
  login shell. Added Python 3.11 on MacOS to the normal tests.
- Added support for Python 3.13. This required increasing the
  minimum version of several packages needed for development.
- Added '__version_tuple__' with the integer versions.
- Dev: Changed from setup.py to using pyproject.toml.
- Dev: Split safety policy files into one for installation
  dependencies and one for development dependencies.
- Dev: Split minimum-constraints.txt file into one for installation
  dependencies and one for development dependencies.
- Dev: Cleanup in the Makefile.
- Docs: Changed versions shown for the documentation to be master
  and the latest fix version of each minor version. Changed
  documentation links in README file to reference the master
  version.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:50 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems ufs-utils: upgrade 6.13.11 -> 6.14.11 2025-06-20 10:34:12 -07:00
meta-gnome Use GNOME_MIRROR 2025-06-20 10:34:12 -07:00
meta-initramfs reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-multimedia reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-networking samba: Run populate-volatile.sh update in postinst 2025-06-25 06:44:50 -07:00
meta-oe glade: fix CVE-2020-36774 2025-06-25 06:44:50 -07:00
meta-perl reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-python python3-nocasedict: Upgrade 2.0.4 -> 2.1.0 2025-06-25 06:44:50 -07:00
meta-webserver reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-xfce reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -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