Packages changed:
  ImageMagick (7.1.1.8 -> 7.1.1.9)
  fuse3
  perl-Bootloader (1.0 -> 1.1)
  plasma-branding-MicroOS (20230420 -> 20230519)
  python-PyJWT (2.6.0 -> 2.7.0)
  redis
  xterm (379 -> 380)

=== Details ===

==== ImageMagick ====
Version update (7.1.1.8 -> 7.1.1.9)
Subpackages: ImageMagick-config-7-SUSE libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10

- update to 7.1.1.9:
  * support for Oklab
  https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-9---2023-05-14

==== fuse3 ====
Subpackages: libfuse3-3

- update the license tag matching the code (LGPL-2.1-only and
  GPL-2.0-only)

==== perl-Bootloader ====
Version update (1.0 -> 1.1)

- no not install kexec-bootloader
- 1.1
- merge gh#openSUSE/perl-bootloader#144
- add default-settings script
- add new kexec-bootloader
- add --default-settings option (bsc#1211082)

==== plasma-branding-MicroOS ====
Version update (20230420 -> 20230519)

- Add Ark to default flatpak installation script (boo#1211555)
- 20230519

==== python-PyJWT ====
Version update (2.6.0 -> 2.7.0)

- update to version 2.7.0
  * Add classifier for Python 3.11 by @eseifert in #818
  * Add Algorithm.compute_hash_digest and use it to implement at_hash validation example by @sirosen in #775
  * fix: use datetime.datetime.timestamp function to have a milliseconds by @daillouf in #821
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #825
  * Custom header configuration in jwk client by @thundercat1 in #823
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #828
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #833
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #835
  * Add PyJWT._{de,en}code_payload hooks by @akx in #829
  * Add sort_headers parameter to api_jwt.encode by @evroon in #832
  * Make mypy configuration stricter and improve typing by @akx in #830
  * Bump actions/stale from 6 to 7 by @dependabot in #840
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #838
  * Add more types by @Viicos in #843
  * Differentiate between two errors by @irdkwmnsb in #809
  * Fix _validate_iat validation by @Viicos in #847
  * Improve error messages when cryptography isn't installed by @Viicos in #846
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #852
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #855
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #859
  * Make Algorithm an abstract base class by @Viicos in #845
  * docs: correct mistake in the changelog about verify param by @gbillig in #866
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #868
  * Bump actions/stale from 7 to 8 by @dependabot in #872
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #874
  * Add a timeout for PyJWKClient requests by @daviddavis in #875
  * Add client connection error exception by @daviddavis in #876
  * Add complete types to take all allowed keys into account by @Viicos in #873
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #878
  * Build and upload PyPI package by @jpadilla in #884
  * Fix for issue #862 - ignore invalid keys in a jwks. by @timw6n in #863
  * Add as_dict option to Algorithm.to_jwk by @fluxth in #881

==== redis ====

- refresh redis-hashes from upstream source

==== xterm ====
Version update (379 -> 380)
Subpackages: xterm-bin xterm-resize

- update to 380:
  * reduce compiler warnings in configure script.
  * simplify  the  change for sixelScrolling
  * add  xterm+focus  and  report+da2,  update  report+version building
    blocks in terminfo, from post-ncurses 6.4
  * drop  the  -title  option  from uxterm and koi8rxterm, because that
    interferes  with  deriving  the  default  title  from the -e option
    (Debian  #1031837).  Compensate for this by using the -class option
    to derive a default title.
  * improve  description of readline 2003 mode in ctlseqs.ms
  * other improvements to status-line feature (report by Thomas Wolff):
    + clear status line on DECCOLM
    + ignore DECSASD if no previous DECSSDT
    + allow  DECSSDT 1  immediately  after  DECSSDT 2, i.e., without
    switching back to host mode.
  * adjust  RequestResize  to avoid shrinking screen when using DECCOLM
    while the status-line is active (report/patch by Thomas Wolff).
  * disallow wrapping before the beginning of the screen, to the end of
    the screen, for cursor-back sequences (Redhat #2182357).
  * modify  makefile  to  install the 16x16 xpm files (report by Harald
    Dunkel).
  * update test-package to reflect resolution of Debian #906901.
  * change default of showMissingGlyphs to True.
  * improve handling of double-sized characters when those happen to be
    missing from the bitmap font and/or are fullwidth.
  * pointer/overflow fixes (reported by David Leadbeater):
    + improve  limit-checks  for control-sequence numeric parameters
    in SIXEL graphics.
    + add  null-pointer  checks  in  WriteNow macro to handle a case
    where  SS2  or  SS3  might  be  in  effect  while processing a
    combining character.
    + disallow  ReGIS  reporting  for character-set names containing
    characters other than alphanumerics or underscore.
    + implement  TrueType fallback font for double-sized characters,
    including  Unicode  fullwidth.  Also  add  limitFontHeight  to
    provide    for    configuring    the    distinction    between
    slightly-oversized glyphs and double-sized glyphs.
  * configure script improvements:
    + check for nfsd_t
  * fix a typo in the underline cursor thickness derivation