Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyterlab for
openSUSE:Factory checked in at 2025-12-18 18:30:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyterlab (Old)
and /work/SRC/openSUSE:Factory/.python-jupyterlab.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyterlab"
Thu Dec 18 18:30:58 2025 rev:49 rq:1323335 version:4.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes
2025-10-01 18:58:30.906319798 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.1928/python-jupyterlab.changes
2025-12-18 18:31:40.030155671 +0100
@@ -1,0 +2,95 @@
+Wed Dec 17 11:28:46 UTC 2025 - Ben Greiner <[email protected]>
+
+- Update to 4.5.1
+ ## Deprecated features
+ * Drives: Deprecate the notion of defaultContentProvider #18169
+ (@martinRenou)
+ ## Enhancements made
+ * Detect and log slow plugins #18181 (@Darshan808)
+ ## Bugs fixed
+ * Debugger: Fix restart and debug command. #18115
+ (@HaudinFlorence)
+ * Fix scrollPastEnd for text editors #18186 (@Meriem-BenIsmail)
+ * Enable undo/redo in JSON settings editor #18165
+ (@Meriem-BenIsmail)
+ * Restore focus after closing the command palette #18167
+ (@Meriem-BenIsmail)
+ * Restore auto-resizing of the code console input prompts #17819
+ (@jtpio)
+ * Fix: Safely handle missing args in fileeditor:change-font-size
+ label provider #18157 (@prajyot-porje)
+
+-------------------------------------------------------------------
+Sat Dec 13 14:26:00 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 4.5.0:
+ * Add terminal search functionality #17691 (@ianthomas23)
+ * Fix kernel status display in status bar #18047 (@Darshan808)
+ * Introduce `DebuggerDisplayRegistry` to provide context-aware
+ display names for debugger panels #18043 (@arjxn-py)
+ * Introduce new token for the default `IContentProvider` #18027
+ (@martinRenou)
+ * Update `Show more outputs` button design #18021 (@andrii-i)
+ * Optimize `content-visibility` application #18013 (@Meriem-
+ BenIsmail)
+ * Show execution count in breakpoints, callstack, and sources
+ panels while debugging in console #18003 (@arjxn-py)
+ * Keep debugger state though kernel restarts #17972 (@gjmooney)
+ * Make `DocumentManager` dialogs customizable #17961
+ (@Darshan808)
+ * Systematise how base URL is obtained to allow swapping it
+ more easily #17952 (@krassowski)
+ * Export the `ContentProviderRegistry` #17940 (@martinRenou)
+ * Make filebrowser breadcrumbs configurable #17932
+ (@Darshan808)
+ * Switch the default windowing mode to `contentVisibility`
+ #17926 (@Meriem-BenIsmail)
+ * Pass context down in attachments resolver #17924
+ (@krassowski)
+ * Allow swapping the empty markdown cell placeholder (and
+ translate it) #17920 (@krassowski)
+ * Enable the minimap for all windowing modes #17904 (@Meriem-
+ BenIsmail)
+ * Debugger: Differentiate selected breakpoints with specific
+ style #17893 (@HaudinFlorence)
+ * Use console for debugger evaluation #17892 (@gjmooney)
+ * Debugger: Visual indicator when debugger is paused #17891
+ (@arjxn-py)
+ * Add `IUserAPIClient` to make swapping `UserManager` easier
+ #17884 (@krassowski)
+ * Provide context about the tag and attribute to the URL
+ resolver #17882 (@krassowski)
+ * Debugger: Show cell execution count in breakpoint/call
+ stack/source panel #17881 (@arjxn-py)
+ * Add file browser menu for creating new Python/R/Julia files
+ #17848 (@martinRenou)
+ * Allow configuring `toSkip` for the `SettingsEditor` #17834
+ (@jtpio)
+ * Use `content-visibility` to render notebook cells more
+ efficiently #17822 (@Meriem-BenIsmail)
+ * Use toolbar registry for log console #17814 (@gjmooney)
+ * Add a new `addExtraLineOnCellMerge` setting #17806 (@jtpio)
+ * Update to mermaid 11.10, marked 16.2 #17800 (@bollwyvl)
+ * Allow opening notebooks without starting a kernel #17798
+ (@jtpio)
+ * Allow to swap the URL resolver #17784 (@krassowski)
+ * Add the "Show Workspace Indicator" command to the palette
+ #17780 (@jtpio)
+ * Auto-switch between light and dark mode when "Synchronize
+ with System Settings" is enabled #17733 (@MUFFANUJ)
+ * Keep cell `id` when the user changes cell type #17731
+ (@afshin)
+ * Discover the app directory relative to the installed module
+ #17721 (@zanieb)
+ * Show checkbox and buttons of Dialog component on separate
+ lines #17696 (@MUFFANUJ)
+ * Add types for interrupt messages, and move them from `shell`
+ to `control` channel #17684 (@krassowski)
+ * Add fold/unfold commands to menu and command palette #17677
+ (@Darshan808)
+ * Add a new `allowFileUploads` setting to the file browser
+ #17676 (@jtpio)
+ * Dockerfile: Install less, vim, and nano #17670 (@rschroll)
+ * Describe `args` for all commands #17649 (@jtpio)
+
+-------------------------------------------------------------------
Old:
----
jupyterlab-4.4.9.tar.gz
New:
----
jupyterlab-4.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyterlab.spec ++++++
--- /var/tmp/diff_new_pack.jP8VTb/_old 2025-12-18 18:31:42.266249586 +0100
+++ /var/tmp/diff_new_pack.jP8VTb/_new 2025-12-18 18:31:42.278250089 +0100
@@ -16,9 +16,9 @@
#
-%define distversion 4.4.9
+%define distversion 4.5.1
Name: python-jupyterlab
-Version: 4.4.9
+Version: 4.5.1
Release: 0
Summary: Environment for interactive and reproducible computing
License: BSD-3-Clause
@@ -30,14 +30,14 @@
BuildRequires: %{python_module async_lru >= 1.0.0}
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module hatch-jupyter-builder}
-BuildRequires: %{python_module hatchling}
-BuildRequires: %{python_module httpx >= 0.25.0}
+BuildRequires: %{python_module hatchling >= 1.21.1}
+BuildRequires: %{python_module httpx >= 0.25.0 with %python-httpx < 1.0}
BuildRequires: %{python_module importlib-metadata >= 4.8.3 if %python-base <
3.10}
BuildRequires: %{python_module ipykernel >= 6.5.0}
BuildRequires: %{python_module jupyter-lsp >= 2.0.0}
BuildRequires: %{python_module jupyter_core}
BuildRequires: %{python_module jupyter_server >= 2.4.0 with
%python-jupyter_server < 3}
-BuildRequires: %{python_module jupyterlab_server >= 2.27.1 with
%python-jupyterlab_server < 3}
+BuildRequires: %{python_module jupyterlab_server >= 2.28 with
%python-jupyterlab_server < 3}
BuildRequires: %{python_module notebook_shim >= 0.2}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
@@ -54,18 +54,18 @@
Requires: jupyter-jupyterlab = %{version}
Requires: python-Jinja2 >= 3.0.3
Requires: python-async_lru >= 1.0.0
-Requires: python-httpx >= 0.25.0
Requires: python-ipykernel >= 6.5.0
Requires: python-jupyter-lsp >= 2.0.0
Requires: python-jupyter_core
Requires: python-notebook_shim >= 0.2
Requires: python-packaging
-Requires: python-setuptools >= 40.1
+Requires: python-setuptools >= 41.1
Requires: python-tornado >= 6.2.0
Requires: python-traitlets
+Requires: (python-httpx >= 0.25.0 with python-httpx < 1.0)
Requires: (python-importlib-metadata >= 4.8.3 if python-base < 3.10)
Requires: (python-jupyter_server >= 2.4.0 with python-jupyter_server < 3)
-Requires: (python-jupyterlab_server >= 2.27.1 with
python-jupyterlab_server < 3)
+Requires: (python-jupyterlab_server >= 2.28.0 with
python-jupyterlab_server < 3)
Requires: (python-tomli >= 1.2.2 if python-base < 3.11)
Suggests: python-jupyter-collaboration >= 1
Provides: python-jupyter_jupyterlab = %{version}
++++++ jupyterlab-4.4.9.tar.gz -> jupyterlab-4.5.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-jupyterlab/jupyterlab-4.4.9.tar.gz
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.1928/jupyterlab-4.5.1.tar.gz
differ: char 13, line 1