Go to file
Leon Anavi 20c6a4fe52
python3-mypy: Upgrade 1.15.0 -> 1.17.0
Upgrade to release 1.17.0:

- Mypy can now optionally generate an error if a match statement
  does not match exhaustively, without having to use
  assert_never(...). Enable this by using --enable-error-code
  exhaustive-match.
- Handle corner case: protocol/class variable/descriptor
- Fix a few inconsistencies in protocol/type object interactions
- Refactor/unify access to static attributes
- Remove inconsistencies in operator handling
- Make protocol subtyping more consistent
- Fix nondeterministic type checking by making join with explicit
  Protocol and type promotion commute
- Fix nondeterministic type checking caused by nonassociative of
  None joins
- Fix nondeterministic type checking caused by nonassociativity of
  joins
- Fix nondeterministic type checking by making join between type
  and TypeVar commute
- Mypy only supports Python 3.9+. The --force-uppercase-builtins
  flag is now deprecated as unnecessary, and a no-op. It will be
  removed in a future version.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-17 08:53:08 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems e2tools: Do not hardcode 'git' as part of path in ptests 2025-07-14 00:00:35 -07:00
meta-gnome libdex: upgrade 0.10.0 -> 0.10.1 2025-07-08 23:40:28 -07:00
meta-initramfs dracut: add 'git' recipe with DEFAULT_PREFERENCE = -1 2025-07-04 09:42:10 -07:00
meta-multimedia libmusicbrainz: Upgrade to tip of trunk 2025-07-15 23:54:14 -07:00
meta-networking mbedtls: upgrade 3.6.3.1 -> 3.6.4 2025-07-16 08:52:06 -07:00
meta-oe hostapd: enable 802.11be, SAE-PK, OWE, SuiteB, ACS, and MBO support 2025-07-17 08:53:08 -07:00
meta-perl libhtml-parser-perl: upgrade 3.72 -> 3.73 2025-07-12 13:50:00 -07:00
meta-python python3-mypy: Upgrade 1.15.0 -> 1.17.0 2025-07-17 08:53:08 -07:00
meta-webserver apache2: upgrade 2.4.63 -> 2.4.64 2025-07-15 23:54:14 -07:00
meta-xfce xfce4-screenshooter: Upgrade to 1.11.2 2025-07-16 08:52:06 -07: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