Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-lsp-server for
openSUSE:Factory checked in at 2023-11-01 22:10:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-lsp-server (Old)
and /work/SRC/openSUSE:Factory/.python-python-lsp-server.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-lsp-server"
Wed Nov 1 22:10:18 2023 rev:26 rq:1121662 version:1.8.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-lsp-server/python-python-lsp-server.changes
2023-10-29 19:42:29.388883543 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-lsp-server.new.17445/python-python-lsp-server.changes
2023-11-01 22:11:02.506026317 +0100
@@ -1,0 +2,5 @@
+Wed Nov 1 16:06:21 UTC 2023 - Ben Greiner <[email protected]>
+
+- Fix runtime requirements
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-lsp-server.spec ++++++
--- /var/tmp/diff_new_pack.JKPINs/_old 2023-11-01 22:11:02.998044543 +0100
+++ /var/tmp/diff_new_pack.JKPINs/_new 2023-11-01 22:11:02.998044543 +0100
@@ -35,6 +35,7 @@
BuildRequires: %{python_module autopep8 >= 2.0.4 with %python-autopep8 <
2.1.0}
BuildRequires: %{python_module flake8 >= 6.1.0 with %python-flake8 < 7}
BuildRequires: %{python_module flaky}
+BuildRequires: %{python_module importlib_metadata > 4.8.3 if %python-base <
3.10}
BuildRequires: %{python_module jedi >= 0.17.2 with %python-jedi < 0.20}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy}
@@ -43,7 +44,7 @@
BuildRequires: %{python_module pydocstyle >= 6.3.0 with %python-pydocstyle <
6.4.0}
BuildRequires: %{python_module pylint >= 2.5.0 with %python-pylint < 3.1}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module python-lsp-jsonrpc >= 1.0.0}
+BuildRequires: %{python_module python-lsp-jsonrpc >= 1.1.0 with
%python-python-lsp-jsonrpc < 2}
BuildRequires: %{python_module rope >= 1.2.0}
BuildRequires: %{python_module ujson >= 3.0.0}
BuildRequires: %{python_module whatthepatch >= 1.0.2 with
%python-whatthepatch < 2}
@@ -52,9 +53,12 @@
BuildRequires: fdupes
Requires: python-docstring-to-markdown
Requires: python-pluggy >= 1.0.0
-Requires: python-python-lsp-jsonrpc >= 1.0.0
Requires: python-ujson >= 3.0.0
Requires: (python-jedi >= 0.17.2 with python-jedi < 0.20)
+Requires: (python-python-lsp-jsonrpc >= 1.1.0 with
python-python-lsp-jsonrpc < 2)
+%if 0%{?python_version_nodots} < 310
+Requires: python-importlib_metadata >= 4.8.3
+%endif
Suggests: python-autopep8 >= 2.0.4
Conflicts: python-autopep8 >= 2.1.0
Suggests: python-pydocstyle >= 6.3.0