From a5cf966635d7a30d8bec9ebe94df07790c274b9e719af08926af977a797edc66 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 9 Apr 2022 22:47:45 +0000 Subject: [PATCH] Accepting request 968078 from home:bnavigator:branches:devel:languages:python:numeric - Fix runtime requirement for black OBS-URL: https://build.opensuse.org/request/show/968078 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=7 --- python-python-lsp-black.changes | 5 +++++ python-python-lsp-black.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-python-lsp-black.changes b/python-python-lsp-black.changes index 8dd0fe4..31fa0b3 100644 --- a/python-python-lsp-black.changes +++ b/python-python-lsp-black.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 9 22:46:36 UTC 2022 - Ben Greiner + +- Fix runtime requirement for black + ------------------------------------------------------------------- Sat Apr 9 21:17:31 UTC 2022 - Ben Greiner diff --git a/python-python-lsp-black.spec b/python-python-lsp-black.spec index 8af5c4a..eb21a4a 100644 --- a/python-python-lsp-black.spec +++ b/python-python-lsp-black.spec @@ -35,7 +35,7 @@ BuildRequires: %{python_module python-lsp-server >= 1.4.0} BuildRequires: %{python_module toml} # /SECTION BuildRequires: fdupes -Requires: python-black >= 19.3b0 +Requires: python-black >= 22.1.0 Requires: python-python-lsp-server Requires: python-toml BuildArch: noarch