Packages changed: branding-openSUSE (84.87.20200106 -> 84.87.20210910) elfutils elfutils-debuginfod fwupd (1.7.5 -> 1.7.6) pkcs11-helper (1.27.0 -> 1.28.0) python-ipython (8.0.1 -> 8.1.0) rubygem-rspec (3.10.0 -> 3.11.0) rubygem-rspec-core (3.10.1 -> 3.11.0) rubygem-rspec-expectations (3.10.2 -> 3.11.0) rubygem-rspec-mocks (3.10.2 -> 3.11.0) rubygem-rspec-support (3.10.3 -> 3.11.0) virt-viewer yast2-installation (4.4.44 -> 4.4.45) === Details === ==== branding-openSUSE ==== Version update (84.87.20200106 -> 84.87.20210910) Subpackages: grub2-branding-openSUSE libreoffice-branding-openSUSE plymouth-branding-openSUSE wallpaper-branding-openSUSE yast2-qt-branding-openSUSE - Update branding-tumbleweed.zip from https://github.com/openSUSE/branding.git Drop plymouth-branding-openSUSE's watermark link add a configuration function to plymouth theme configuration to avoid logo lost which cause plymouth to fail. - Update branding-openSUSE.spec: resort plymouth-branding-openSUSE install and build dependence to avoid plymouth fall to terminal mode in some scenario(bsc#1189613). - Drop systemd icons, since distribution-logos took that over - Change the name of the font used in the installer ==== elfutils ==== Subpackages: elfutils-lang libasm1 libdw1 libelf1 - Add support for zstd, needed to inspect kernel modules (bsc#1196510) ==== elfutils-debuginfod ==== - Add support for zstd, needed to inspect kernel modules (bsc#1196510) ==== fwupd ==== Version update (1.7.5 -> 1.7.6) Subpackages: fwupd-lang libfwupd2 libfwupdplugin5 typelib-1_0-Fwupd-2_0 - Update to version 1.7.6: * This release adds the following features: + Add a flag for UEFI devices that never want a capsule header auto-added + Add a flag to indicate the device has a signed or unsigned payload + Add a plugin to set a GPIO pin for the duration of an update + Add a simple plugin to enumerate (but not update) SCSI hardware + Add two more instance IDs to the MTD devices + Add X-BaseboardManagementController as an update category + Allow assigning issues to devices for known high priority problems + Parse the MTD firmware version using the defined GType * This release fixes the following bugs: + Check the IFD sections have non-zero data length to fix a critical warning + Modify the AT retry behavior to fix getting the firmware branch + Do not run fwupd-refresh automatically in containers + Do not show a warning if the TPM eventlog does not exist + Do not show TSS2 warning messages by default + Fix a critical warning when loading an empty TPM eventlog item + Fix a logic error when adding the community warning in fwupdmgr + Fix loading flashrom devices in coreboot mode + Fix the error handling when updating USB4 retimers + Show the user when devices are not updatable due to inhibits + Skip probing the Dell DA300 device to avoid a warning + Try harder to convert to a version into a correct semver + Use multiple checksums when there are no provided artifacts * This release adds support for the following hardware: + HP M2xfd monitors + Star Lite Mk III ==== pkcs11-helper ==== Version update (1.27.0 -> 1.28.0) Subpackages: libpkcs11-helper1 - update to 1.28.0: * build and OpenSSL compatibility fixes * certificate: add methods accept full mechanism * core: load provider library as private * add API to support adding properties * core: add PKCS11H_PROVIDER_PROPERTY_PROVIDER_DESTRUCT_HOOK * session: respect login required token flag * certificate: respect always authenticate flag ==== python-ipython ==== Version update (8.0.1 -> 8.1.0) - specfile: * removed patch: skip-network-test.patch (included upstream) * removed patch: ipython-pr13371-py310-oserror.patch (included upstream) * removed patch: ipython-pr13466-display.patch (included upstream) * removed patch: ipython-pr13282-py310-inspect.patch (fixed upstream) - update to version 8.1.0: * Misc and multiple fixes around quotation auto-closing. It is now disabled by default. Run with TerminalInteractiveShell.auto_match=True to re-enabled * Require pygments>=2.4.0 :ghpull:`13459`, this was implicit in the code, but is now explicit in setup.cfg/setup.py * Docs improvement of core.magic_arguments examples. :ghpull:`13433` * Multi-line edit executes too early with await. :ghpull:`13424` * black is back as an optional dependency, and autoformatting disabled by default until some fixes are implemented (black improperly reformat magics). :ghpull:`13471` Additionally the ability to use yapf as a code reformatter has been added :ghpull:`13528` . You can use TerminalInteractiveShell.autoformatter="black", TerminalInteractiveShell.autoformatter="yapf" to re-enable auto formating with black, or switch to yapf. * Fix and issue where display was not defined. * Auto suggestions are now configurable. Currently only AutoSuggestFromHistory (default) and None. new provider contribution welcomed. :ghpull:`13475` * multiple packaging/testing improvement to simplify downstream packaging (xfail with reasons, try to not access network...). * Update deprecation. InteractiveShell.magic internal method has been deprecated for many years but did not emit a warning until now. * internal appended_to_syspath context manager has been deprecated. * fix an issue with symlinks in virtualenv :ghpull:`13537` * Fix an issue with vim mode, where cursor would not be reset on exit :ghpull:`13472` * ipython directive now remove only known pseudo-decorators :ghpull:`13532` * IPython/lib/security which used to be used for jupyter notebook has been removed. * Fix an issue where async with would execute on new lines. :ghpull:`13436` ==== rubygem-rspec ==== Version update (3.10.0 -> 3.11.0) updated to version 3.11.0 no changelog found ==== rubygem-rspec-core ==== Version update (3.10.1 -> 3.11.0) updated to version 3.11.0 see installed Changelog.md [#]## Development [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.11.0...3-11-maintenance) [#]## 3.11.0 / 2022-02-09 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.10.2...v3.11.0) Enhancements: * Improve pluralisation of words ending with `s` (like process). (Joshua Pinter, #2779) * Add ordering by file modification time (most recent first). (Matheus Richard, #2778) * Add `to_s` to reserved names for #let and #subject. (Nick Flückiger, #2886) * Introduce `RSpec.current_scope` to expose the current scope in which RSpec is executing. e.g. `:before_example_hook`, `:example` etc. (@odinhb, #2895) * Add named bold colours as options for custom colours. (#2913, #2914) * Warn when (but not prevent) a `SystemExit` occurs. (Jared Beck, #2926) [#]## 3.10.2 / 2022-01-27 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.10.1...v3.10.2) Bug fixes: * Ensure bisect communication uses consistent encoding. (Mike Jarema, #2852) * Fix exception presenter when the root cause exception has nil backtrace. (Zinovyev Ivan, #2903) * Fix `inspect` output of `RSpec::Core::Example::Procsy` to namespace correctly. (Keiko Kaneko, #2915) * Ensure formatters not exposing `#output` will not crash duplicate check. (@niceking, #2916) ==== rubygem-rspec-expectations ==== Version update (3.10.2 -> 3.11.0) updated to version 3.11.0 see installed Changelog.md Enhancements: * Return `true` from `aggregate_failures` when no exception occurs. (Jon Rowe, #1225) Deprecations: * Print a deprecation message when using the implicit block expectation syntax. (Phil Pirozhkov, #1139) ==== rubygem-rspec-mocks ==== Version update (3.10.2 -> 3.11.0) updated to version 3.11.0 see installed Changelog.md ==== rubygem-rspec-support ==== Version update (3.10.3 -> 3.11.0) updated to version 3.11.0 see installed Changelog.md [#]## Development [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.0...3-11-maintenance) [#]## 3.11.0 / 2022-02-09 [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.3...v3.11.0) No changes. Released to support other RSpec releases. ==== virt-viewer ==== - Fix build with meson 0.60 and newer. virtview-fix-build-with-meson-0.61.patch ==== yast2-installation ==== Version update (4.4.44 -> 4.4.45) - Fixed the start of the VNC server during installation. Done by Joan Torres López (bsc#1196201). - 4.4.45