Packages changed:
  MicroOS-release (20240523 -> 20240524)
  gnome-branding-Aeon
  python-requests (2.31.0 -> 2.32.2)
  talloc (2.4.1 -> 2.4.2)
  tdb (1.4.9 -> 1.4.10)
  tevent (0.16.0 -> 0.16.1)

=== Details ===

==== MicroOS-release ====
Version update (20240523 -> 20240524)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== gnome-branding-Aeon ====

- Wait for network for all aeon-mig-firstboot tasks
- Introduce aeon-mig-firstboot to help tuneup home directories
  after migration
- Minor locale bugfixes and cleanup
- Rewrite aeon-firstboot to be multi-threaded and install locales
  (boo#1224328, boo#1213055, boo#1208869, boo#1217466, boo#1223608)

==== python-requests ====
Version update (2.31.0 -> 2.32.2)

- Update to 2.32.2
  * To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0,
    we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing
    custom HTTPAdapters will need to migrate their code to use this new API. get_connection is
    considered deprecated in all versions of Requests>=2.32.0.
- Update to 2.32.1
  * Fixed an issue where setting verify=False on the first request from a Session
    will cause subsequent requests to the same origin to also ignore cert verification,
    regardless of the value of verify. (bsc#1224788, CVE-2024-35195)
  * verify=True now reuses a global SSLContext which should improve request time
    variance between first and subsequent requests.
  * Requests now supports optional use of character detection (chardet or charset_normalizer)
    when repackaged or vendored. This enables pip and other projects to minimize their
    vendoring surface area.
  * Requests has officially added support for CPython 3.12 and dropped support for CPython 3.7.
  * Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling.

==== talloc ====
Version update (2.4.1 -> 2.4.2)

- Update to 2.4.2
  * build with Python 3.12 (bso#15513)
  * documentation fixes
  * Update patch talloc-python3.5-fix-soabi_name.patch

==== tdb ====
Version update (1.4.9 -> 1.4.10)

- Update to 1.4.10
  * build with Python 3.12 (bso#15513)
  * documentation fixes
  * minor build fixes

==== tevent ====
Version update (0.16.0 -> 0.16.1)

- Update to version 0.16.1
  * build with Python 3.12 (bso#15513)
  * documentation fixes