Packages changed:
  gcab (1.4 -> 1.5)
  hwinfo (21.82 -> 22.0)
  perl-IO-Socket-SSL
  plymouth (0.9.5~git20220719.9e72df3 -> 22.02.122+60.52b0494)
  protobuf (21.2 -> 21.4)
  python-attrs (21.4.0 -> 22.1.0)
  rubygem-nokogiri (1.13.6 -> 1.13.8)

=== Details ===

==== gcab ====
Version update (1.4 -> 1.5)
Subpackages: gcab-lang libgcab-1_0-0

- Update to version 1.5:
  + New Features:
  - New gcab_file_set_bytes() API.
  - meson: Register the gcab executable with meson.
  + Bugfixes:
  - Fixed MSZIP compression when deflate algorithm would expand.
    Previous versions of gcab can produce "incorrect" archives
    (when a compressed block is larger than its input). They are
    however supported by gcab itself, and we will keep support
    for it for the foreseeble future.
  - gcab: avoid runtime warnings.
  - Fix coverity warnings.
  + Updated translations.

==== hwinfo ====
Version update (21.82 -> 22.0)

- merge gh#openSUSE/hwinfo#114
- improve treatment of NVME devices (bsc#1200975)
- add new NVME hardware class and support it in hwinfo
- fix compiler warnings
- 22.0

==== perl-IO-Socket-SSL ====

- (bsc#1200295) follow system "PROFILE=SYSTEM" openSSL ciphers
  * Add perl-IO-Socket-SSL-use-system-default-cipher-list.patch

==== plymouth ====
Version update (0.9.5~git20220719.9e72df3 -> 22.02.122+60.52b0494)
Subpackages: libply-splash-core5 libply-splash-graphics5 libply5 plymouth-dracut plymouth-lang plymouth-plugin-label plymouth-plugin-two-step plymouth-scripts plymouth-theme-bgrt plymouth-theme-spinner

- Update to version 22.02.122+60.52b0494:
  src: Run through uncrustify.
  scripts: Diff less.
  scripts: Update uncrustify config.
  src: Drop vim: lines.
  ply-utils: Drop linux/fs.h include.
  scripts: Add -B to interdiff in check-format.
- Rebase plymouth-log-on-default.patch;
- Rebase plymouth-screen-twice-scale-on-160DPI-higher.patch;

==== protobuf ====
Version update (21.2 -> 21.4)

- add 10355.patch to fix soversioning
- update to 21.4:
  * Reduce the required alignment of ArenaString from 8 to 4
- update to 21.3:
  * C++
  * Add header search paths to Protobuf-C++.podspec (#10024)
  * Fixed Visual Studio constinit errors (#10232)
  * Fix #9947: make the ABI compatible between debug and non-debug builds (#10271)
  * UPB
  * Allow empty package names (fixes behavior regression in 4.21.0)
  * Fix a SEGV bug when comparing a non-materialized sub-message (#10208)
  * Fix several bugs in descriptor mapping containers (eg. descriptor.services_by_name)
  * for x in mapping now yields keys rather than values, to match Python
    conventions and the behavior of the old library.
  * Lookup operations now correctly reject unhashable types as map keys.
  * We implement repr() to use the same format as dict.
  * Fix maps to use the ScalarMapContainer class when appropriate
  * Fix bug when parsing an unknown value in a proto2 enum extension (protocolbuffers/upb#717)
  * PHP
  * Add "readonly" as a keyword for PHP and add previous classnames to descriptor pool (#10041)
  * Python
  * Make //:protobuf_python and //:well_known_types_py_pb2 public (#10118)
  * Bazel
  * Add back a filegroup for :well_known_protos (#10061)

==== python-attrs ====
Version update (21.4.0 -> 22.1.0)

- Update to 22.1.0:
  * Backwards-incompatible Changes
  * Python 2.7 is not supported anymore.
  * Dealing with Python 2.7 tooling has become too difficult for a
    volunteer-run project.
  * We have supported Python 2 more than 2 years after it was officially
    discontinued and feel that we have paid our dues. All version up to 21.4.0
    from December 2021 remain fully functional, of course. #936
  * The deprecated cmp attribute of attrs.Attribute has been removed. This
    does not affect the cmp argument to attr.s that can be used as a shortcut
    to set eq and order at the same time. #939
  * Changes
  * Instantiation of frozen slotted classes is now faster. #898
  * If an eq key is defined, it is also used before hashing the attribute. #909
  * Added attrs.validators.min_len(). #916
  * attrs.validators.deep_iterable()'s member_validator argument now also
    accepts a list of validators and wraps them in an attrs.validators.and_(). #925
  * Added missing type stub re-imports for attrs.converters and attrs.filters. #931
  * Added missing stub for attr(s).cmp_using(). #949
  * attrs.validators._in()'s ValueError is not missing the attribute, expected
    options, and the value it got anymore. #951
  * Python 3.11 is now officially supported. #969

==== rubygem-nokogiri ====
Version update (1.13.6 -> 1.13.8)

updated to version 1.13.8
  see installed CHANGES.md