Packages changed: gcab (1.4 -> 1.5) hwinfo (21.82 -> 22.0) messagelib openobex perl-IO-Socket-SSL pimcommon plymouth (0.9.5~git20220719.9e72df3 -> 22.02.122+60.52b0494) python-attrs (21.4.0 -> 22.1.0) rubygem-erubi (1.10.0 -> 1.11.0) rubygem-excon (0.91.0 -> 0.92.4) rubygem-i18n (1.10.0 -> 1.12.0) rubygem-logging (2.3.0 -> 2.3.1) rubygem-net-ssh (6.2.0.rc2 -> 7.0.1) rubygem-nokogiri (1.13.6 -> 1.13.8) rubygem-parallel_tests (3.8.1 -> 3.11.1) rubygem-pkg-config (1.4.7 -> 1.4.9) === 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 ==== messagelib ==== Subpackages: messagelib-lang - Add upstream changes to fix issues detected by CMake 3.24: * 0001-Add-missing-find_dependency-calls.patch * 0001-Use-WebEngineWidgets-as-WebEngine-is-not-define-in-q.patch ==== openobex ==== - Set CMAKE_SKIP_RPATH to avoid incorrect and unneeded RUNPATH in the openobex apps - Spec cleanup ==== perl-IO-Socket-SSL ==== - (bsc#1200295) follow system "PROFILE=SYSTEM" openSSL ciphers * Add perl-IO-Socket-SSL-use-system-default-cipher-list.patch ==== pimcommon ==== Subpackages: libKF5PimCommon5 libKF5PimCommonAkonadi5 pimcommon-lang - Add upstream change to fix issues detected by CMake 3.24: * 0001-Fix-pimcommon-CMake.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; ==== 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-erubi ==== Version update (1.10.0 -> 1.11.0) updated to version 1.11.0 see installed CHANGELOG === 1.11.0 (2022-08-02) * Support :freeze_template_literals option for configuring whether to add .freeze to template literal strings (casperisfine) (#33) * Support :chain_appends option for chaining appends to the buffer variable (casperisfine, jeremyevans) (#32) * Avoid unnecessary defined? usage on Ruby 3+ when using the :ensure option (jeremyevans) ==== rubygem-excon ==== Version update (0.91.0 -> 0.92.4) updated to version 0.92.4 no changelog found ==== rubygem-i18n ==== Version update (1.10.0 -> 1.12.0) updated to version 1.12.0 no changelog found ==== rubygem-logging ==== Version update (2.3.0 -> 2.3.1) updated to version 2.3.1 see installed History.txt == 2.3.1 / 2022-05-24 Bug Fixes - logging hangs on JRuby when the stdout appender is closed [PR #237] - initialize the Logging framework when a Filter is created [PR #238] ==== rubygem-net-ssh ==== Version update (6.2.0.rc2 -> 7.0.1) updated to version 7.0.1 see installed CHANGES.txt === 6.3.0 beta1 * Support cert based host key auth, fix asterisk in known_hosts [#833] * Support kex dh-group14-sha256 [#795] * Fix StrictHostKeyChecking ssh config parameter translation [#765] ==== rubygem-nokogiri ==== Version update (1.13.6 -> 1.13.8) updated to version 1.13.8 see installed CHANGES.md ==== rubygem-parallel_tests ==== Version update (3.8.1 -> 3.11.1) updated to version 3.11.1 no changelog found ==== rubygem-pkg-config ==== Version update (1.4.7 -> 1.4.9) updated to version 1.4.9 see installed NEWS == 1.4.9 - 2022-07-31 This is a bug fix release of 1.4.8. All 1.4.8 users should be upgraded to 1.4.9. === Fixes * Fixed a regression bug in 1.4.8 that PkgConfig.have_package can't detect nonexistent package. == 1.4.8 - 2022-07-30 === Improvements * Added support for showing found package version.