Packages changed:
  MicroOS-release (20240405 -> 20240407)
  apparmor
  cpio
  inxi (3.3.33 -> 3.3.33+3)
  libapparmor
  python-typing_extensions (4.10.0 -> 4.11.0)

=== Details ===

==== MicroOS-release ====
Version update (20240405 -> 20240407)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== apparmor ====
Subpackages: apparmor-abstractions apparmor-parser apparmor-parser-lang apparmor-profiles apparmor-utils apparmor-utils-lang python3-apparmor

- Use full URLs for source tarball and signature.

==== cpio ====
Subpackages: cpio-lang cpio-mt

- Fix build with gcc14, bsc#1221712
  * fix-gcc14.patch

==== inxi ====
Version update (3.3.33 -> 3.3.33+3)

- Updated to version 3.3.33-1+3:
  + A quick point release, one critical bug fix, and a few new
    features and enhancements.
  + Code cleanup.
- Add service to pull from git and avoid tarball release.
- Adjust spec file for service use.

==== libapparmor ====

- Use full URLs for source tarball and signature.

==== python-typing_extensions ====
Version update (4.10.0 -> 4.11.0)

- update to 4.11.0:
  * Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
  * Fix the runtime behavior of type parameters with defaults
  * Fix minor discrepancy between error messages produced by
    `typing` and `typing_extensions` on Python 3.10.
  * When `include_extra=False`, `get_type_hints()` now strips
    `ReadOnly` from the annotation.