Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jupyter-lsp for openSUSE:Factory checked in at 2025-08-03 13:37:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jupyter-lsp (Old) and /work/SRC/openSUSE:Factory/.python-jupyter-lsp.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-lsp" Sun Aug 3 13:37:59 2025 rev:7 rq:1297166 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-jupyter-lsp/python-jupyter-lsp.changes 2024-09-16 17:43:48.866888968 +0200 +++ /work/SRC/openSUSE:Factory/.python-jupyter-lsp.new.1085/python-jupyter-lsp.changes 2025-08-03 13:38:41.514639409 +0200 @@ -1,0 +2,19 @@ +Sat Aug 2 16:38:43 UTC 2025 - Ben Greiner <c...@bnavigator.de> + +- Update to 2.2.6 with jupyterlab-lsp 5.2.0 + ## @jupyter-lsp/jupyterlab-lsp 5.2.0 + ### enhancements: + * allow to disable LSP toolbar item in Notebook view (#1139) + ### bug fixes: + * fixed jump to definition for notebooks that have special + characters in filename and position for external jumps (#1128) + ### maintenance: + * fixed tests, all green now! + * we are no longer testing against pypy - contributions to + restore it welcome! + ## jupyter-lsp 2.2.6 + ### bug fixes: + * fix for potential data loss on invalid JP_LSP_VIRTUAL_DIR + (#1140) + +------------------------------------------------------------------- Old: ---- jupyter-lsp-2.2.5.tar.gz New: ---- jupyter_lsp-2.2.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jupyter-lsp.spec ++++++ --- /var/tmp/diff_new_pack.sDgPPB/_old 2025-08-03 13:38:42.138665287 +0200 +++ /var/tmp/diff_new_pack.sDgPPB/_new 2025-08-03 13:38:42.142665452 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jupyter-lsp # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,17 @@ # -%define shortversion 2.2.5 +%define pyversion 2.2.6 +%define shortversion 2.2.6 +%define jupversion 5.2.0 Name: python-jupyter-lsp -Version: 2.2.5 +Version: %{pyversion} Release: 0 Summary: LSP for Jupyter Notebook/Lab server License: BSD-3-Clause # SourceRepository: https://github.com/jupyter-lsp/jupyterlab-lsp URL: https://github.com/jupyter-lsp/jupyterlab-lsp/tree/main/python_packages/jupyter_lsp -Source: https://files.pythonhosted.org/packages/source/j/jupyter-lsp/jupyter-lsp-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/j/jupyter-lsp/jupyter_lsp-%{pyversion}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -37,10 +39,10 @@ BuildRequires: %{python_module jupyter_server >= 1.1.2} # /SECTION BuildRequires: fdupes -Requires: jupyter-lsp = %{version} +Requires: jupyter-lsp = %{jupversion} Requires: python-jupyter_server >= 1.1.2 Requires: (python-importlib_metadata >= 4.8.3 if python-base < 3.10) -Provides: python-jupyter_lsp = %{version}-%{release} +Provides: python-jupyter_lsp = %{pyversion}-%{release} BuildArch: noarch %python_subpackages @@ -48,6 +50,7 @@ Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server %package -n jupyter-lsp +Version: %{jupversion} Summary: LSP for Jupyter Notebook/Lab server - Config # Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354 Requires: python3dist(jupyter-lsp) = %{shortversion} @@ -58,7 +61,7 @@ Jupyter config %prep -%autosetup -p1 -n jupyter-lsp-%{version} +%autosetup -p1 -n jupyter_lsp-%{pyversion} %build %pyproject_wheel @@ -77,7 +80,7 @@ %doc README.md %license LICENSE %{python_sitelib}/jupyter_lsp -%{python_sitelib}/jupyter_lsp-%{version}.dist-info +%{python_sitelib}/jupyter_lsp-%{pyversion}.dist-info %files -n jupyter-lsp %doc README.md