Packages changed: pipewire python-ipywidgets (7.6.5 -> 7.7.1) python-jupyter_console (6.4.3 -> 6.4.4) python-jupyterlab (3.2.3 -> 3.4.4) python-jupyterlab-pygments (0.1.2 -> 0.2.2) tiff webkit2gtk3 (2.36.4 -> 2.36.5) webkit2gtk3-soup2 (2.36.4 -> 2.36.5) webkit2gtk4 (2.36.4 -> 2.36.5) yast2-trans (84.87.20220729.608d4643aa -> 84.87.20220730.27a80cdf03) zlib-ng-compat === Details === ==== pipewire ==== Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-lang pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools - Recommend pipewire-alsa (instead of alsa-plugins-pulse) from pipewire-pulseaudio (boo#1201409) ==== python-ipywidgets ==== Version update (7.6.5 -> 7.7.1) - Update to version 7.7.1 * Fix broken link icon for FontAwesome 4 and 5 #3495 * Fix message throttling bug #3494 * Fix state message parsing to be more permissive #3486 * Fix tests on Python 3.11 #3480 * Add better front-page docs #3496 - Release 7.7 * Fix installation on Python 3.10. #3368 * Throw an error if we cannot render a widget, enabling the rendering system to fall back to rendering a different data type if available. #3290 * Create a new widget control comm channel, enabling more efficient fetching of kernel widget state. #3201 * Refactor logic for fetching kernel widget state to the manager base class. This logic first tries to use the new widget control comm channel, falling back to the existing method of requesting each widget's state individually. #3337 * Enable HTMLManager output widgets to render state updates. [#3372] * Do not reset JupyterLab CSS variables if they are already defined. #3344 * Fix variable inspector example. #3302 * Introduce new widget manager has_model method for synchronously checking if a widget model is registered. #3377 * Work around bug in Chrome rendering Combobox arrows. #3375 * Optionally echo update messages from frontends to other frontends. This enables widget views in different frontends to maintain consistent state simultaneously, and also makes sure that simultaneous updates from the kernel and frontend resolve to a consistent state. This is off by default in ipywidgets 7.7, and it is anticipated this will be on by default in ipywidgets 8.0. To enable echo update messages across ipywidgets, set the environment variable JUPYTER_WIDGETS_ECHO to 1. To opt a specific attribute out of echo updates, tag the attribute with echo_update=False metadata (we do this in core for the FileUpload widget's data attribute). #3400, #3394 - Drop ipywidgets-pr2655-collectionsabc.patch ==== python-jupyter_console ==== Version update (6.4.3 -> 6.4.4) - Update to 6.4.4 * Use asyncio.create_task and asyncio.get_running_loop with interact(). * Drop Python 3.6. #270 (@encukou) ==== python-jupyterlab ==== Version update (3.2.3 -> 3.4.4) Subpackages: jupyter-jupyterlab python310-jupyterlab - Update to 3.4.4 Enhancements made * Adds version maintenance policy #12829 (@jweill-aws) * Increase title width in simple mode #11546 (@SylvainCorlay) * Bump xtermjs to latest #12715 (@yuvipanda) * Debugger: Make kernel source list react based #12751 (@vidartf) * Optimize debugger editor eachLine loops #12746 (@vidartf) * Make password inputs not give away how many characters were typed #12659 (@jasongrout) Bugs fixed * Remove drive prefix from the file path when creating the new path #12824 (@hbcarlos) * Use path to extract tmpPath #12823 (@fcollonval) * update tab name after file rename #12791 (@RobbyPratl) * Update base.css #12783 (@siddartha-10) * Pin nbclassic below 0.4.0 #12767 (@fcollonval) * Set focus when active cell changes only from mouse click #12735 (@fcollonval) * Fix staging/yarn.lock registry #12742 (@vidartf) * Debugger: Fix CSS for variables inspecting #12749 (@martinRenou) * Translate "Default: " and "Remove" in custom fields #12732 (@krassowski) * Fix cell toolbar overlap in side-by-side render mode #12710 (@peytondmurray) * Remove ipywidgets message count in the execution indicator model #12665 (@trungleduc) Maintenance and upkeep improvements * Update verdaccio, start registry on 0.0.0.0 #12825 (@fcollonval) * Use Vega SVG renderer to drop canvas dependency #12811 (@fcollonval) * Bump moment from 2.29.2 to 2.29.4 #12781 (@dependabot[bot]) * [memory-leaks] Fixes following cell addition analysis #12774 (@fcollonval) * Bump @lumino/widgets to 1.33.0 #12777 (@fcollonval) * Fix memory leaks #12750 (@fcollonval) * Bump version of marked and @types/marked #12747 (@krassowski) * Drop pre-commit from build dependencies (#12680) #12706 (@jtpio) - Release 3.4.3 New features added * Persistent side-by-side ratio setting #12633 (@echarles) Enhancements made * Persistent side-by-side ratio setting #12633 (@echarles) * Add "Open in Simple Mode" contextMenu option #12577 * (@fcollonval) Bugs fixed * Always check local packages against abspath #10662 (@mlucool) * Fix arrow position on unrendered markdown cell #12660 (@fcollonval) * Fix the side-by-side cell resize handle #12611 (@echarles) * Fix loading toolbar factory twice #12599 (@fcollonval) * Fixes behavior of maxNumberOutputs #12598 (@fcollonval) * Focus not set when clicking on cell margin #12447 (@fcollonval) * Make selected text translucent so the cursor is visible in vim mode #12520 (@Jessie-Newman) * Fix file browser search highlighting bug #12578 (@fcollonval) - Release 3.4.2 * Building extensions fail if not using latest patch #12571 (@ajbozarth) * fixed shouldOverwrite is never called when rename target exists [#12543] (@ephes) - Release 3.4.1 Enhancements made * Setting to use the advanced setting editor for the settings * #12466 (@echarles) Bugs fixed * Allow users to yarn link @jupyterlab/builder #12533 (@ajbozarth) * Get Auto Close Brackets working consistently in Consoles #12508 (@Jessie-Newman) * Handled new dialog creation with no buttons #12496 (@Jnnamchi) * Handle missing preferredPath from the page config #12521 (@jtpio) - Release 3.4.0 Enhancements made * Add ability to open settings editor to specific plugin's settings #12506 (@fcollonval) * Don't sort context menu items by selector #12505 (@fcollonval) * Allow downstream extension to set toolbar layout #12503 (@fcollonval) * Display default value in setting editor for changed values [#12468] (@echarles) * Uses dark theme for Vega when JupyterLab theme is dark #12411 (@jweill-aws) * Creates cell-toolbar, cell-toolbar-extension packages and populates toolbar #12028 (@jweill-aws) * Customize the file browser toolbar via the settings #12441 (@fcollonval) * Wait until file browser commands are ready before activating file browser widget #12435 (@fcollonval) * Add a "New Tab" button that opens the launcher #12195 (@ajbozarth) * Simplify galata import by proxying expect #12311 (@fcollonval) * Open terminal in cwd from launcher #12250 (@rccern) * Add support for filtering by field names in setting editor [#12082] (@marthacryan) * Use transform to quickly switch between tabs. #11074 ... changelog too long, skipping 24 lines ... ChANGELOG.md ==== python-jupyterlab-pygments ==== Version update (0.1.2 -> 0.2.2) - Update to v0.2.2 * no release notes - Add labextensions subpackage ==== tiff ==== - security update: * CVE-2022-34526 [bsc#1202026] + tiff-CVE-2022-34526.patch ==== webkit2gtk3 ==== Version update (2.36.4 -> 2.36.5) Subpackages: WebKit2GTK-4.1-lang libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles - Update to version 2.36.5 (boo#1201980): + Add support for PAC proxy in the WebDriver implementation. + Fix video playback when loaded through custom URIs, this fixes video playback in the Yelp documentation browser. - Fix WebKitWebView::context-menu when using GTK4. - Fix LTO builds with GCC. - Fix several crashes and rendering issues. + Security fixes: CVE-2022-32792, CVE-2022-32816. - Drop webkit2gtk3-fix-build.patch: fixed upstream. ==== webkit2gtk3-soup2 ==== Version update (2.36.4 -> 2.36.5) Subpackages: WebKit2GTK-4.0-lang libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 webkit2gtk-4_0-injected-bundles - Update to version 2.36.5 (boo#1201980): + Add support for PAC proxy in the WebDriver implementation. + Fix video playback when loaded through custom URIs, this fixes video playback in the Yelp documentation browser. - Fix WebKitWebView::context-menu when using GTK4. - Fix LTO builds with GCC. - Fix several crashes and rendering issues. + Security fixes: CVE-2022-32792, CVE-2022-32816. - Drop webkit2gtk3-fix-build.patch: fixed upstream. ==== webkit2gtk4 ==== Version update (2.36.4 -> 2.36.5) Subpackages: WebKit2GTK-5.0-lang libjavascriptcoregtk-5_0-0 libwebkit2gtk-5_0-0 typelib-1_0-JavaScriptCore-5_0 typelib-1_0-WebKit2-5_0 webkit2gtk-5_0-injected-bundles - Update to version 2.36.5 (boo#1201980): + Add support for PAC proxy in the WebDriver implementation. + Fix video playback when loaded through custom URIs, this fixes video playback in the Yelp documentation browser. - Fix WebKitWebView::context-menu when using GTK4. - Fix LTO builds with GCC. - Fix several crashes and rendering issues. + Security fixes: CVE-2022-32792, CVE-2022-32816. - Drop webkit2gtk3-fix-build.patch: fixed upstream. ==== yast2-trans ==== Version update (84.87.20220729.608d4643aa -> 84.87.20220730.27a80cdf03) Subpackages: yast2-trans-cs yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-fr yast2-trans-hu yast2-trans-it yast2-trans-ja yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ru yast2-trans-zh_CN yast2-trans-zh_TW - Update to version 84.87.20220730.27a80cdf03: * Translated using Weblate (Slovak) ==== zlib-ng-compat ==== - Add baselibs.conf