Packages changed:
  distrobox
  ibus-m17n (1.4.17 -> 1.4.19)
  ncurses (6.4.20230128 -> 6.4.20230218)
  python310
  python310-core
  sddm

=== Details ===

==== distrobox ====
Subpackages: distrobox-bash-completion

- Remove container_image from .conf, obsoleted by
  container_image_default
- use official distrobox:latest container instead of vanilla
  tumbleweed to speedup start times, still call it tumbleweed
  because it is

==== ibus-m17n ====
Version update (1.4.17 -> 1.4.19)

update: 1.4.17 -> 1.4.19
- Added weblate translations to Sinhala
- Add parrot icon emoji

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

- Add ncurses patch 20230218
  + configure-script improvements:
    + recent msys2 headers work with _DEFAULT_SOURCE; amend check
    + use $ac_includes_default in most cases where stdlib.h should work
    + use #error consistently vs "make an error"
    + add configure macro for gettimeofday vs inline check
- Correct offsets of patch ncurses-6.4.dif
- Add ncurses patch 20230211
  + set dwShareMode in calls to CreateConsoleScreenBuffer() (patch by
    Hannes Domani).
  + use CreateFile with "CONIN$", "CONOUT$" rather than GetStdHandle to
    obtain a handle on the actual console, avoiding redirection in the
    MinGW/Win32 configurations (adapted from patch by LIU Hao).

==== python310 ====
Subpackages: python310-curses python310-dbm

- Add provides for readline and sqlite3 to the main Python
  package.

==== python310-core ====
Subpackages: libpython3_10-1_0 python310-base

- Add provides for readline and sqlite3 to the main Python
  package.

==== sddm ====
Subpackages: sddm-branding-openSUSE

- Honor /etc/nologin like login, sshd, xdm and gdm do
  * added: auth requisite pam_nologin.so to proper_pam.diff
  * see: man 5 nologin