Packages changed:
  MicroOS-release (20240326 -> 20240327)
  btrfsprogs (6.7.1 -> 6.8)
  gnome-text-editor
  libplacebo
  ncurses (6.4.20240224 -> 6.4.20240323)
  python-redis

=== Details ===

==== MicroOS-release ====
Version update (20240326 -> 20240327)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== btrfsprogs ====
Version update (6.7.1 -> 6.8)
Subpackages: btrfsprogs-bash-completion btrfsprogs-udev-rules libbtrfs0 libbtrfsutil1

- enable zstd support for 15.6 / SLE15-SP6 build targets (bsc#1221943)
- update to 6.8
  * fix --enqueue option timeout handling
  * subvolume: remove support for undocumented options -c and -x,
    functionality disabled in kernel
  * libbtrfsutil:
  * version 0.1.3, backward compabile
  * add aliases for all existing functions with unified naming scheme
  * updated header defintions for recently added kernel features
  * send: v3 supported in experimental mode
  * other:
  * docs: manual page references, graphs, enhancements, clarifications
  * error handling fixes
  * cleanups and refactoring

==== gnome-text-editor ====
Subpackages: gnome-text-editor-lang

- Add data-desktop-disable-DBusActivatable.patch: Fixes session
  restore in GNOME 46.

==== libplacebo ====

- Build libplacebo with python 3.11 on Leap 15
- Build with a recent gcc version Leap 15 had

==== ncurses ====
Version update (6.4.20240224 -> 6.4.20240323)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen

- Add ncurses patch 20240323
  + modify tput/tset reset feature to avoid 1-second sleep if running in
    a pseudo-terminal.
  + modify check-size feature to avoid using it in a pseudoterminal
    (cf: 20231016)
  + improve formatting/style of manpages (patches by Branden Robinson).
  + trim a space after some "-R" options, fixing builds for applications
    built using clang and ncurses on Solaris.
- Add ncurses patch 20240309
  + modify xgterm to work around line-drawing bug -TD
  + use CSI 3J in vte-2017 (report by Sven Joachim)
- Add ncurses patch 20240302
  + add configure check for MB_LEN_MAX, to provide warning as needed.
  + improve formatting/style of manpages (patches by Branden Robinson).
  + fix regression in tput which disallowed hex/octal parameters (report
    by Werner Fink, cf:  20230408)
  + update config.guess, config.sub
- Add ncurses patch 20240224
  + improve man/curs_mouse.3x style (Brandon Robinson, Sven Joachim).
  + provide for CCHARW_MAX greater than 1
  + eliminate use of PATH_MAX in lib_trace.c
  + work around misconfiguration of MacPorts gcc13, which exposes invalid
    definition of MB_LEN_MAX in gcc's fallback copy of limits.h (MacPorts
    [#69374]).
- Port patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.4.dif

==== python-redis ====

- Switch build system from setuptools to pyproject.toml
  + Add python-pip and python-wheel to BuildRequires
  + Replace %python_build with %pyproject_wheel
  + Replace %python_install with %pyproject_install