Go to file
Leon Anavi cc0c4a6e34
python3-black: Upgrade 25.12.0 -> 26.1.0
Upgrade to release 26.1.0:

Introduces the 2026 stable style, stabilizing the following changes:

- always_one_newline_after_import: Always force one blank line after
  import statements, except when the line after the import is a
  comment or an import statement
- fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner
  declarations, such as def foo(): return "mock" # fmt: skip, where
  previously the declaration would have been incorrectly collapsed
- fix_module_docstring_detection: Fix module docstrings being
  treated as normal strings if preceded by comments
- fix_type_expansion_split: Fix type expansions split in generic
  functions
- multiline_string_handling: Make expressions involving multiline
  strings more compact
- normalize_cr_newlines: Add \r style newlines to the potential
  newlines to normalize file newlines both from and to
- remove_parens_around_except_types: Remove parentheses around
  multiple exception types in except and except* without as
- remove_parens_from_assignment_lhs: Remove unnecessary parentheses
  from the left-hand side of assignments while preserving magic
  trailing commas and intentional multiline formatting
- standardize_type_comments: Format type comments which have zero
  or more spaces between # and type: or between type: and value to
  # type: (value)

The following change was not in any previous stable release:

- Regenerated the _width_table.py and added tests for the Khmer
  language

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2026-01-20 08:27:12 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems overlayfs-tools: upgrade 2024.07 -> 2025.01 2025-12-28 08:14:38 -08:00
meta-gnome blueprint-compiler: upgrade 0.18.0 -> 0.19.0 2026-01-20 08:27:11 -08:00
meta-initramfs initramfs-kexecboot-image: Allow supported architectures 2025-12-31 08:28:50 -08:00
meta-multimedia xdg-desktop-portal-wlr: update 0.7.0 -> 0.8.1 2026-01-20 08:27:11 -08:00
meta-networking adcli: upgrade 0.9.2 -> 0.9.3.1 2026-01-20 08:27:11 -08:00
meta-oe liblognorm: upgrade 2.0.8 -> 2.0.9 2026-01-20 08:27:11 -08:00
meta-perl libio-socket-ssl-perl: upgrade 2.095 -> 2.096 2026-01-12 08:53:43 -08:00
meta-python python3-black: Upgrade 25.12.0 -> 26.1.0 2026-01-20 08:27:12 -08:00
meta-webserver nginx: ignore CVE-2025-53859 for 1.28.1 2026-01-12 10:25:56 -08:00
meta-xfce xfce4-notifyd: upgrade 0.8.2 -> 0.9.4 2026-01-20 08:16:57 -08:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07: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.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