Packages changed: gsettings-desktop-schemas libcontainers-common libjcat (0.1.2+3 -> 0.1.3) mariadb ppp (2.4.7 -> 2.4.8) python-Pillow python-matplotlib (3.2.2 -> 3.3.0) python-pycryptodome (3.9.7 -> 3.9.8) python-python-xlib (0.26 -> 0.27) python-pyzmq (19.0.1 -> 19.0.2) python-redis (3.4.1 -> 3.5.3) python-urllib3 (1.25.9 -> 1.25.10) setools systemd virt-manager webkit2gtk3 (2.28.3 -> 2.28.4) xen (4.13.1_04 -> 4.14.0_02) yast2-users (4.3.5 -> 4.3.6) === Details === ==== gsettings-desktop-schemas ==== Subpackages: gsettings-desktop-schemas-lang - Call %meson_build in %build section, not %meson_install. ==== libcontainers-common ==== - Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) ==== libjcat ==== Version update (0.1.2+3 -> 0.1.3) - Update to version 0.1.3: * Export the JcatBlobKind and JcatBlobMethod on the result * trivial: source the version header when including ==== mariadb ==== Subpackages: libmariadbd19 mariadb-client mariadb-errormessages - Fix installed .service files to follow the /usr/lib -> /usr/libexec move (boo#1174811). ==== ppp ==== Version update (2.4.7 -> 2.4.8) - New version 2.4.8. * New pppd options have been added: * ifname, to set the name for the PPP interface device * defaultroute-metric, to set the metric for the default route * defaultroute6, to add an IPv6 default route (with nodefaultroute6 to prevent adding an IPv6 default route). * up_sdnotify, to have pppd notify systemd when the link is up. * The rp-pppoe plugin has new options: * host-uniq, to set the Host-Uniq value to send * pppoe-padi-timeout, to set the timeout for discovery packets * pppoe-padi-attempts, to set the number of discovery attempts. * Added the CLASS attribute in radius packets. * Fixed warnings and issues found by static analysis. - Obsoleted patches: * ppp-2.4.3-pppoatm.diff * ppp-2.4.4-strncatfix.patch * ppp-2.4.6-ifname.diff * ppp-2.4.7-DES-openssl.patch * ppp-2.4.7.tar.gz.asc * ppp-send-padt.patch - Patches that got renamed, because they needed rediffing: * ppp-2.4.1-higher-speeds.diff -> ppp-higher-speeds.patch * ppp-2.4.1-higher-speeds.diff -> ppp-higher-speeds.patch * ppp-2.4.2-__P.diff -> ppp-__P.patch * ppp-2.4.2-cifdefroute.diff -> ppp-cifdefroute.patch * ppp-2.4.2-pie.patch -> ppp-pie.patch * ppp-2.4.2-smpppd.diff -> ppp-smpppd.patch * ppp-2.4.3-filter.diff -> ppp-filter.patch * ppp-2.4.3-fork-fix.diff -> ppp-fork-fix.patch * ppp-2.4.4-var_run_resolv_conf.patch -> ppp-var_run_resolv_conf.patch * ppp-2.4.6-lib64.patch -> ppp-lib64.patch * ppp-2.4.6-make.diff -> ppp-make.patch * ppp-2.4.6-misc.diff -> ppp-misc.patch * ppp-2.4.7-fix-bashisms.patch -> ppp-fix-bashisms.patch - bsc#1172916: Fix an outdated comment for lcp-echo-interval. ==== python-Pillow ==== - Remove dependency on pytest-runner as it is unnecessary ==== python-matplotlib ==== Version update (3.2.2 -> 3.3.0) Subpackages: python3-matplotlib python3-matplotlib-cairo python3-matplotlib-gtk3 - Require Pillow - Bump dependency versions - Work on unit testing * Move architecture selection to bcond definition at top of specfile. This makes it clear in the OBS web UI that the test flavor is only built for x86_64 and aarch64 * do not build everything a second time during check (in-place) * instead use new subpackage testdata wich contains the baseline images created at regular build time * use pytest-xvfb and %pytest macro (buildroot path actually not required) * tidy test skip definitions * add python-gobject-Gdk to pass the gtk3 backend testso - include version for obsoletes -qt-shared (rpmlint warning) - move some cairo files to backend packages - remove python2 transition requirements mock and six - update matplotlib-setup.cfg - update to version 3.3.0 + Figure and Axes creation / management * Provisional API for composing semantic axes layouts from text or nested lists * GridSpec.subplots() * New Axes.sharex, Axes.sharey methods * tight_layout now supports suptitle * Setting axes box aspect + Colors and colormaps * Turbo colormap * colors.BoundaryNorm supports extend keyword argument * Text color for legend labels * Pcolor and Pcolormesh now accept shading='nearest' and 'auto' + Titles, ticks, and labels * Align labels to Axes edges * Allow tick formatters to be set with str or function inputs * Axes.set_title gains a y keyword argument to control auto positioning * Offset text is now set to the top when using axis.tick_top() * Set zorder of contour labels + Other changes * New Axes.axline method * imshow now coerces 3D arrays with depth 1 to 2D * Better control of Axes.pie normalization * Dates use a modern epoch * Lines now accept MarkerStyle instances as input + Fonts * Simple syntax to select fonts by absolute path * Improved font weight detection + rcParams improvements * matplotlib.rc_context can be used as a decorator * rcParams for controlling default "raise window" behavior * Add generalized mathtext.fallback to rcParams * Add contour.linewidth to rcParams + 3D Axes improvements * Axes3D no longer distorts the 3D plot to match the 2D aspect ratio * 3D axes now support minor ticks * Home/Forward/Backward buttons now work with 3D axes + Interactive tool improvements * More consistent toolbar behavior across backends * Toolbar icons are now styled for dark themes * Cursor text now uses a number of significant digits matching pointing precision * GTK / Qt zoom rectangle now black and white * Event handler simplifications + Functions to compute a Path's size * Better interface for Path segment iteration * Fixed bug that computed a Path's Bbox incorrectly + Backend-specific improvements * savefig() gained a backend keyword argument * The SVG backend can now render hatches with transparency * SVG supports URLs on more artists * Images in SVG will no longer be blurred in some viewers * Saving SVG now supports adding metadata * Saving PDF metadata via PGF now consistent with PDF backend * NbAgg and WebAgg no longer use jQuery & jQuery UI - Rebase no-builddir-freetype.patch ==== python-pycryptodome ==== Version update (3.9.7 -> 3.9.8) - update to 3.9.8: * GH#426: The Shamir's secret sharing implementation is not actually compatible with ``ssss``. Added an optional parameter to enable interoperability. * GH#427: Skip altogether loading of ``gmp.dll`` on Windows. * GH#420: Fix incorrect CFB decryption when the input and the output are the same buffer. * Speed up Shamir's secret sharing routines. Thanks to ncarve. ==== python-python-xlib ==== Version update (0.26 -> 0.27) - update to 0.27 * fix TypeError in socket.error exception handling for Python 3.x (by @t-wissmann) * NV-CONTROL: set offset for all perf levels (by @Sporif) ==== python-pyzmq ==== Version update (19.0.1 -> 19.0.2) - update to version 19.0.2: - Regenerate Cython sources with 0.29.21 in sdists for compatibility with Python 3.9 - Handle underlying socket being closed in ZMQStream with warning instead of error - Improvements to socket cleanup during process teardown - Fix debug-builds on Windows - Avoid importing ctypes during startup on Windows - Documentation improvements - Raise ``AttributeError`` instead of ``ZMQError(EINVAL)`` on attempts to read write-only attributes, for compatibility with mocking ==== python-redis ==== Version update (3.4.1 -> 3.5.3) - update to 3.5.3 * Restore try/except clauses to __del__ methods. These will be removed in 4.0 when more explicit resource management if enforced. #1339 * Update the master_address when Sentinels promote a new master. #847 * Update SentinelConnectionPool to not forcefully disconnect other in-use connections which can negatively affect threaded applications. #1345 3.5.2 * Tune the locking in ConnectionPool.get_connection so that the lock is not held while waiting for the socket to establish and validate the TCP connection. 3.5.1 * Fix for HSET argument validation to allow any non-None key. Thanks @AleksMat, #1337, #1341 3.5.0 * Removed exception trapping from __del__ methods. redis-py objects that hold various resources implement __del__ cleanup methods to release those resources when the object goes out of scope. This provides a fallback for when these objects aren't explicitly closed by user code. Prior to this change any errors encountered in closing these resources would be hidden from the user. Thanks @jdufresne. #1281 * Expanded support for connection strings specifying a username connecting to pre-v6 servers. #1274 * Optimized Lock's blocking_timeout and sleep. If the lock cannot be acquired and the sleep value would cause the loop to sleep beyond blocking_timeout, fail immediately. Thanks @clslgrnc. #1263 * Added support for passing Python memoryviews to Redis command args that expect strings or bytes. The memoryview instance is sent directly to the socket such that there are zero copies made of the underlying data during command packing. Thanks @Cody-G. #1265, #1285 * HSET command now can accept multiple pairs. HMSET has been marked as deprecated now. Thanks to @laixintao #1271 * Don't manually DISCARD when encountering an ExecAbortError. Thanks @nickgaya, #1300/#1301 * Reset the watched state of pipelines after calling exec. This saves a roundtrip to the server by not having to call UNWATCH within Pipeline.reset(). Thanks @nickgaya, #1299/#1302 * Added the KEEPTTL option for the SET command. Thanks @laixintao #1304/#1280 * Added the MEMORY STATS command. #1268 * Lock.extend() now has a new option, `replace_ttl`. When False (the default), Lock.extend() adds the `additional_time` to the lock's existing TTL. When replace_ttl=True, the lock's existing TTL is replaced with the value of `additional_time`. * Add testing and support for PyPy. ==== python-urllib3 ==== Version update (1.25.9 -> 1.25.10) - update to 1.25.10: * Added support for ``SSLKEYLOGFILE`` environment variable for logging TLS session keys with use with programs like Wireshark for decrypting captured web traffic (Pull #1867) * Fixed loading of SecureTransport libraries on macOS Big Sur due to the new dynamic linker cache (Pull #1905) * Collapse chunked request bodies data and framing into one call to ``send()`` to reduce the number of TCP packets by 2-4x (Pull #1906) * Don't insert ``None`` into ``ConnectionPool`` if the pool was empty when requesting a connection (Pull #1866) * Avoid ``hasattr`` call in ``BrotliDecoder.decompress()`` (Pull #1858) ==== setools ==== - python3-setools needs python3-networkx ==== systemd ==== Subpackages: libsystemd0 libsystemd0-32bit libudev-devel libudev1 libudev1-32bit systemd-32bit systemd-container systemd-doc systemd-lang systemd-logger systemd-sysvinit udev - Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461) ==== virt-manager ==== Subpackages: virt-install virt-manager-common - bsc#1174176 - IDE: "Only 2 disks for bus 'NONE' are supported" virtman-disallow-adding-floppy-disk.patch - bsc#1172356 - Not able to hot-plug NIC via virt-manager, asks to attach on next reboot while it should be live attached virtinst-set-default-nic.patch - bsc#1169708 - Virtualization/virt-manager: Bug yast2 virt-install internal error virt-install.rb ==== webkit2gtk3 ==== Version update (2.28.3 -> 2.28.4) Subpackages: libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 libwebkit2gtk3-lang typelib-1_0-JavaScriptCore-4_0 typelib-1_0-WebKit2-4_0 webkit2gtk-4_0-injected-bundles - Update to version 2.28.4 (boo#1174662): + Fix several crashes and rendering issues. + Security fixes: CVE-2020-9862, CVE-2020-9893, CVE-2020-9894, CVE-2020-9895, CVE-2020-9915, CVE-2020-9925. ==== xen ==== Version update (4.13.1_04 -> 4.14.0_02) Subpackages: xen-libs xen-tools xen-tools-domU - Correct license name * GPL-3.0+ is now GPL-3.0-or-later - Upstream bug fixes (bsc#1027519) 5f1a9916-x86-S3-put-data-sregs-into-known-state.patch 5f21b9fd-x86-cpuid-APIC-bit-clearing.patch - Update to Xen 4.14.0 FCS release xen-4.14.0-testing-src.tar.bz2 * Linux stubdomains (contributed by QUBES OS) * Control-flow Enforcement Technology (CET) Shadow Stack support (contributed by Citrix) * Lightweight VM fork for fuzzing / introspection. (contributed by Intel) * Livepatch: buildid and hotpatch stack requirements * CONFIG_PV32 * Hypervisor FS support * Running Xen as a Hyper-V Guest * Domain ID randomization, persistence across save / restore * Golang binding autogeneration * KDD support for Windows 7, 8.x and 10 - Dropped patches contained in new tarball 5eb51be6-cpupool-fix-removing-cpu-from-pool.patch 5eb51caa-sched-vcpu-pause-flags-atomic.patch 5ec2a760-x86-determine-MXCSR-mask-always.patch 5ec50b05-x86-idle-rework-C6-EOI-workaround.patch 5ec7dcaa-x86-dont-enter-C6-with-in-service-intr.patch 5ec7dcf6-x86-dont-enter-C3-C6-with-errata.patch 5ec82237-x86-extend-ISR-C6-workaround-to-Haswell.patch 5ece1b91-x86-clear-RDRAND-CPUID-bit-on-AMD-fam-15-16.patch 5ece8ac4-x86-load_system_tables-NMI-MC-safe.patch 5ed69804-x86-ucode-fix-start-end-update.patch 5eda60cb-SVM-split-recalc-NPT-fault-handling.patch 5edf6ad8-ioreq-pending-emulation-server-destruction-race.patch 5edfbbea-x86-spec-ctrl-CPUID-MSR-defs-for-SRBDS.patch 5edfbbea-x86-spec-ctrl-mitigate-SRBDS.patch 5ee24d0e-x86-spec-ctrl-document-SRBDS-workaround.patch xsa317.patch xsa319.patch xsa321-1.patch xsa321-2.patch xsa321-3.patch xsa321-4.patch xsa321-5.patch xsa321-6.patch xsa321-7.patch xsa328-1.patch xsa328-2.patch - bsc#1172356 - Not able to hot-plug NIC via virt-manager, asks to attach on next reboot while it should be live attached ignore-ip-command-script-errors.patch - Enhance libxc.migrate_tracking.patch After transfer of domU memory, the target host has to assemble the backend devices. Track the time prior xc_domain_unpause. ==== yast2-users ==== Version update (4.3.5 -> 4.3.6) - Remove ag_uid to save memory at installation time (bsc#1172139). - 4.3.6