Go to file
Leon Anavi d7235d0abe
python3-itsdangerous: Upgrade 2.1.2 -> 2.2.0
Upgrade to release 2.2.0:

- Drop support for Python 3.7
- Use modern packaging metadata with pyproject.toml instead of
  setup.cfg
- Use flit_core instead of setuptools as build backend
- Deprecate the __version__ attribute. Use feature detection, or
  importlib.metadata.version("itsdangerous"), instead.
- Serializer and the return type of dumps is generic for type
  checking. By default it is Serializer[str] and dumps returns a
  str. If a different serializer argument is given, it will try to
  infer the return type of its dumps method.
- The default hashlib.sha1 may not be available in FIPS builds.
  Don't access it at import time so the developer has time to
  change the default.

License-Update: Renamed from LICENSE.rst to LICENSE.txt

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-09 14:25:30 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems recipes: ignore various issues fatal with gcc-14 (for 32bit MACHINEs) 2024-07-08 08:40:43 -07:00
meta-gnome gnome-bluetooth: upgrade 46.0 -> 46.1 2024-08-09 14:25:13 -07:00
meta-initramfs dracut: Drop an unnecessary patch 2024-06-10 23:08:41 -07:00
meta-multimedia libcamera: Add support for pycamera 2024-08-09 14:25:26 -07:00
meta-networking blueman: Fix do_package QA issue 2024-08-09 14:25:27 -07:00
meta-oe nodejs: upgrade 20.13.0 -> 20.16.0 2024-08-09 14:25:27 -07:00
meta-perl libio-socket-ssl-perl: upgrade 2.085 -> 2.088 2024-07-15 16:36:12 -07:00
meta-python python3-itsdangerous: Upgrade 2.1.2 -> 2.2.0 2024-08-09 14:25:30 -07:00
meta-webserver apache2: upgrade 2.4.61 -> 2.4.62 2024-08-09 14:25:12 -07:00
meta-xfce packagegroup-xfce-extended: fix typo of gobject-introspection-data feature 2024-07-03 08:46:30 -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