From efaae033d6d49bd190d2540667a875df06ceaf54c3e79e217ca48bb261f05d58 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 1 Nov 2023 06:15:15 +0000 Subject: [PATCH 1/2] - Be clear that we require lsp-jsonrpc, because the test suite does. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=13 --- python-python-lsp-black.changes | 5 +++++ python-python-lsp-black.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-python-lsp-black.changes b/python-python-lsp-black.changes index 86120ef..405db08 100644 --- a/python-python-lsp-black.changes +++ b/python-python-lsp-black.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 1 06:12:25 UTC 2023 - Steve Kowalik + +- Be clear that we require lsp-jsonrpc, because the test suite does. + ------------------------------------------------------------------- Sat Jul 1 13:42:33 UTC 2023 - Ben Greiner diff --git a/python-python-lsp-black.spec b/python-python-lsp-black.spec index ed4f23a..199bf6f 100644 --- a/python-python-lsp-black.spec +++ b/python-python-lsp-black.spec @@ -31,6 +31,7 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module black >= 22.3.0} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module python-lsp-jsonrpc >= 1.1} BuildRequires: %{python_module python-lsp-server >= 1.4.0} BuildRequires: %{python_module tomli if %python-base < 3.11} # /SECTION From 18a41f44f179a236acb48d252b89897985639f35525127c1aa0e171096ade1a7 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 1 Nov 2023 16:07:18 +0000 Subject: [PATCH 2/2] Accepting request 1121656 from home:bnavigator:branches:devel:languages:python - Revert the last change. The error message was genuine and showed a dependency issue. OBS-URL: https://build.opensuse.org/request/show/1121656 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=14 --- python-python-lsp-black.changes | 6 ++++++ python-python-lsp-black.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-python-lsp-black.changes b/python-python-lsp-black.changes index 405db08..bd895f0 100644 --- a/python-python-lsp-black.changes +++ b/python-python-lsp-black.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 1 15:46:08 UTC 2023 - Ben Greiner + +- Revert the last change. The error message was genuine and showed + a dependency issue. + ------------------------------------------------------------------- Wed Nov 1 06:12:25 UTC 2023 - Steve Kowalik diff --git a/python-python-lsp-black.spec b/python-python-lsp-black.spec index 199bf6f..159b83c 100644 --- a/python-python-lsp-black.spec +++ b/python-python-lsp-black.spec @@ -31,13 +31,12 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module black >= 22.3.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module python-lsp-jsonrpc >= 1.1} BuildRequires: %{python_module python-lsp-server >= 1.4.0} BuildRequires: %{python_module tomli if %python-base < 3.11} # /SECTION BuildRequires: fdupes Requires: python-black >= 22.3.0 -Requires: python-python-lsp-server +Requires: python-python-lsp-server >= 1.4 %if 0%{?python_version_nodots} < 311 Requires: python-tomli %endif