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 2023-08-18 19:28:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jupyter-lsp (Old) and /work/SRC/openSUSE:Factory/.python-jupyter-lsp.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-lsp" Fri Aug 18 19:28:25 2023 rev:2 rq:1104444 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jupyter-lsp/python-jupyter-lsp.changes 2023-06-13 16:09:47.290983866 +0200 +++ /work/SRC/openSUSE:Factory/.python-jupyter-lsp.new.1766/python-jupyter-lsp.changes 2023-08-18 19:28:50.951368631 +0200 @@ -1,0 +2,5 @@ +Thu Aug 17 15:56:03 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Suggest primary python package -- boo#1214354 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jupyter-lsp.spec ++++++ --- /var/tmp/diff_new_pack.DOEWUF/_old 2023-08-18 19:28:51.575369749 +0200 +++ /var/tmp/diff_new_pack.DOEWUF/_new 2023-08-18 19:28:51.583369763 +0200 @@ -15,7 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define python3dist python3dist + %define shortversion 2.2 Name: python-jupyter-lsp Version: 2.2.0 @@ -24,20 +24,20 @@ License: BSD-3-Clause URL: https://github.com/jupyter-lsp/jupyterlab-lsp/tree/master/python_packages/jupyter_lsp Source: https://files.pythonhosted.org/packages/source/j/jupyter-lsp/jupyter-lsp-%{version}.tar.gz -BuildRequires: jupyter-rpm-macros -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: jupyter-rpm-macros +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} -BuildRequires: %{python_module jupyter_server >= 1.1.2} BuildRequires: %{python_module importlib_metadata >= 4.8.3 if %python-base < 3.10} +BuildRequires: %{python_module jupyter_server >= 1.1.2} # /SECTION BuildRequires: fdupes +Requires: jupyter-lsp = %{version} Requires: python-jupyter_server >= 1.1.2 Requires: (python-importlib_metadata >= 4.8.3 if python-base < 3.10) -Requires: jupyter-lsp = %{version} Provides: python-jupyter_lsp = %{version}-%{release} BuildArch: noarch %python_subpackages @@ -47,7 +47,9 @@ %package -n jupyter-lsp Summary: LSP for Jupyter Notebook/Lab server - Config -Requires: %python3dist(jupyter-lsp) = %{shortversion} +# Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354 +Requires: python3dist(jupyter-lsp) = %{shortversion} +Suggests: python3-jupyter-lsp %description -n jupyter-lsp Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server