Packages changed:
  Mesa
  Mesa-drivers
  MicroOS-release (20241127 -> 20241129)
  gnome-session
  libpwquality
  netavark
  python-setuptools (72.1.0 -> 75.6.0)
  python311-packaging (24.1 -> 24.2)
  webkit2gtk3 (2.46.3 -> 2.46.4)
  webkit2gtk4 (2.46.3 -> 2.46.4)

=== Details ===

==== Mesa ====
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1

- trying to make buildservice happy by adding both tarballs to
  specfile ...
- on s390x build Mesa 24.1.7 to fix colors with Xvnc (boo#1233167)
- adjusted patches for Mesa 24.1.7:
  * python36-buildfix1-s390x.patch
  * u_dep_xcb-s390x.patch
  * u_mesa-CVE-2023-45913-s390x.patch

==== Mesa-drivers ====
Subpackages: Mesa-dri Mesa-gallium

- trying to make buildservice happy by adding both tarballs to
  specfile ...
- on s390x build Mesa 24.1.7 to fix colors with Xvnc (boo#1233167)
- adjusted patches for Mesa 24.1.7:
  * python36-buildfix1-s390x.patch
  * u_dep_xcb-s390x.patch
  * u_mesa-CVE-2023-45913-s390x.patch

==== MicroOS-release ====
Version update (20241127 -> 20241129)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== gnome-session ====
Subpackages: gnome-session-core gnome-session-wayland

- Build gnome-session-wayland also on s390x: It was originally
  excluded because xwayland did not exist. That has been solved in
  2021 though.

==== libpwquality ====
Subpackages: libpwquality-tools libpwquality1 pam_pwquality

- Drop python 2.x support (it's been 4 years).
- Add python3-setuptools BuildRequires which is needed for
  distutils.

==== netavark ====

- Fix source definition for netavark-iptables.conf and netavark-nftables.conf
- Set default firewall driver based on the project configuration (bsc#1231424)
  * Require correct dependencies
  * Add netavark-iptables.conf and netavark-nftables.conf

==== python-setuptools ====
Version update (72.1.0 -> 75.6.0)

- Skip over the tests which require network.
- Don't use pytest-xdist, it breaks test suite.
- update to 75.6.0:
  * Preserve original PKG-INFO into METADATA when creating wheel
    (instead of calling wheel.metadata.pkginfo_to_metadata). This
    helps to be more compliant with the flow specified in PEP
    517.
  * Changed the WindowsSdkVersion, FrameworkVersion32 and
    FrameworkVersion64 properties of setuptools.msvc.PlatformInfo
    to return an empty tuple instead of None as a fallthrough
    case --  by :user:`Avasam`
- update to 75.5.0:
  * Removed support for
    SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION, as it is
    deemed prone to errors.
  * Added support for the environment variable
    SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true,
    allowing users to bypass the validation of pyproject.toml.
    This option should be used only as a last resort when
    resolving dependency issues, as it may lead to improper
    functioning. Users who enable this setting are responsible
    for ensuring that pyproject.toml complies with setuptools
    requirements. (#4611)  Attention! This environment variable
    was removed in a later version of setuptools.
  * Require Python 3.9 or later. (#4718)
  * Remove dependency on importlib_resources and the vendored
    copy of the library. Instead, setuptools consistently rely on
    stdlib's importlib.resources (available on Python 3.9+).
    (#4718)
  * Setuptools' bdist_wheel implementation no longer produces
    wheels with the m SOABI flag (pymalloc-related). This flag
    was removed on Python 3.8+ (see :obj:`sys.abiflags`). (#4718)
  * Updated vendored packaging version to 24.2. (#4740)
  * Merge with pypa/distutils@251797602, including fix for
    dirutil.mkpath handling in pypa/distutils#304.
  * Allowed using dict as an ordered type in
    setuptools.dist.check_requirements -- by :user:`Avasam`
  * Ensured methods in setuptools.modified preferably raise a
    consistent distutils.errors.DistutilsError type (except in
    the deprecated use case of SETUPTOOLS_USE_DISTUTILS=stdlib)
  - - by :user:`Avasam`
  * Fix the ABI tag when building a wheel using the debug build
    of Python 3.13 on Windows. Previously, the ABI tag was
    missing the "d" flag.
  * Fix clashes for optional-dependencies in pyproject.toml and
    extra_requires in setup.cfg/setup.py. As per PEP 621,
    optional-dependencies have to be honoured and dynamic
    behaviour is not allowed.
  * #4560
  * Made errors when parsing Distribution data more explicit
    about the expected type (tuple[str, ...] | list[str]) -- by
    :user:`Avasam`
  * Fix a TypeError when a Distribution's old included attribute
    was a tuple -- by :user:`Avasam`
  * Add workaround for bdist_wheel --dist-info-dir errors when
    customisation does not inherit from setuptools.
  * Re-use pre-existing .dist-info dir when creating wheels via
    the build backend APIs (PEP 517) and the metadata_directory
    argument is passed -- by :user:`pelson`.
  * Changed egg_info command to avoid adding an empty .egg-info
    directory while iterating over entry-points. This avoids
    triggering integration problems with
    importlib.metadata/importlib_metadata (reference:
    pypa/pyproject-hooks#206).
  * Deprecated bdist_wheel.universal configuration.
  * Removed reference to upload_docs module in entry points.
  * Declare also the dependencies used by distutils (adds
    jaraco.collections).
  * Removed upload_docs command.
  * Merge with pypa/distutils@7283751. Removed the register and
    upload commands and the config module that backs them
    (pypa/distutils#294). Removed the borland compiler. Replaced
    vendored dependencies with natural dependencies. Cygwin C
    compiler now gets compilers from sysconfig
    (pypa/distutils#296).
  * Fix cross-platform compilation using
    distutils._msvccompiler.MSVCCompiler -- by :user:`saschanaz`
    and :user:`Avasam`
  * Fixed TypeError in sdist filelist processing by adding
    support for pathlib Paths for the build_base.
  * Removed degraded and deprecated test_integration
    (easy_install) from the test suite.
  * Fixed TypeError in msvc.EnvironmentInfo.return_env when no
    runtime redistributables are installed.
  * Added support for defining ext-modules via pyproject.toml
    (EXPERIMENTAL, may change in future releases).
  * Merge with pypa/distutils@3dcdf8567, removing the duplicate
    vendored copy of packaging.
  * Restored setuptools.msvc.Environmentinfo as it is used
    externally.
  * Changed the type of error raised by
    setuptools.command.easy_install.CommandSpec.from_param on
    unsupported argument from AttributeError to TypeError -- by
    :user:`Avasam`
  * Added detection of ARM64 variant of MSVC -- by
    :user:`saschanaz`
  * Made setuptools.package_index.Credential a typing.NamedTuple
  - - by :user:`Avasam`
  * Reraise error from setuptools.command.easy_install.auto_chmod
    ... changelog too long, skipping 42 lines ...
    get_msvcr() (pypa/distutils#274).

==== python311-packaging ====
Version update (24.1 -> 24.2)

- update to 24.2:
  * PEP 639: Implement License-Expression and License-File
    (:issue:`828`)
  * Use !r formatter for error messages with filenames
    (:issue:`844`)
  * Add support for PEP 730 iOS tags (:issue:`832`)
  * Fix prerelease detection for > and < (:issue:`794`)
  * Fix uninformative error message (:issue:`830`)
  * Refactor canonicalize_version (:issue:`793`)
  * Patch python_full_version unconditionally (:issue:`825`)
  * Fix doc for canonicalize_version to mention strip_trailing_zero
    and a typo in a docstring (:issue:`801`)
  * Fix typo in Version __str__ (:issue:`817`)
  * Support creating a SpecifierSet from an iterable of Specifier
    objects (:issue:`775`)

==== webkit2gtk3 ====
Version update (2.46.3 -> 2.46.4)
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles

- Update to version 2.46.4:
  + Improve memory consumption and performance of Canvas
    getImageData.
  + Fix preserve-3D intersection rendering.
  + Fix video dimensions since GStreamer 1.24.9.
  + Fix the HTTP-based remote Web Inspector not loading in
    Chromium.
  + Fix content filters not working on about:blank iframes.
  + Fix several crashes and rendering issues.
  + Security fixes: CVE-2024-44308, CVE-2024-44309.
- Drop patches fixed upstream:
  + 9e9ea966373d3858668f6a29d8ba91a5807c8dd8.patch
  + webkit2gtk3-CVE-2024-44308.patch
  + webkit2gtk3-CVE-2024-44309.patch

==== webkit2gtk4 ====
Version update (2.46.3 -> 2.46.4)
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles

- Update to version 2.46.4:
  + Improve memory consumption and performance of Canvas
    getImageData.
  + Fix preserve-3D intersection rendering.
  + Fix video dimensions since GStreamer 1.24.9.
  + Fix the HTTP-based remote Web Inspector not loading in
    Chromium.
  + Fix content filters not working on about:blank iframes.
  + Fix several crashes and rendering issues.
  + Security fixes: CVE-2024-44308, CVE-2024-44309.
- Drop patches fixed upstream:
  + 9e9ea966373d3858668f6a29d8ba91a5807c8dd8.patch
  + webkit2gtk3-CVE-2024-44308.patch
  + webkit2gtk3-CVE-2024-44309.patch