diff --git a/python-lsp-black-1.0.0.tar.gz b/python-lsp-black-1.0.0.tar.gz deleted file mode 100644 index 7836ce7..0000000 --- a/python-lsp-black-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d7dd5f440a53b6f676fa8c097979e0ff611065b8f4ffd248b43228b0df2efee -size 3181 diff --git a/python-lsp-black-1.1.0.tar.gz b/python-lsp-black-1.1.0.tar.gz new file mode 100644 index 0000000..ecd1214 --- /dev/null +++ b/python-lsp-black-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f665aca0fd1611f9e2a4c1ea09de8809810bbe5013eeee5dfb8796c90a12d4c +size 4367 diff --git a/python-python-lsp-black.changes b/python-python-lsp-black.changes index bef726d..072dcf9 100644 --- a/python-python-lsp-black.changes +++ b/python-python-lsp-black.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 25 12:39:20 UTC 2022 - Ben Greiner + +- Update to 1.1.0 + * Support global config as a fallback by @jdost in #19 + * Fix TypeError when formatting with black 22.1.0+ by @wlcx in + #30 + ------------------------------------------------------------------- Tue Jul 13 12:59:29 UTC 2021 - Ben Greiner diff --git a/python-python-lsp-black.spec b/python-python-lsp-black.spec index e402ca3..fbcd813 100644 --- a/python-python-lsp-black.spec +++ b/python-python-lsp-black.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-lsp-black # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,19 +19,19 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-python-lsp-black -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Black plugin for the Python LSP Server License: MIT URL: https://github.com/python-lsp/python-lsp-black Source: https://files.pythonhosted.org/packages/source/p/python-lsp-black/python-lsp-black-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module black >= 19.3b0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-lsp-server} BuildRequires: %{python_module toml} -BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes Requires: python-black >= 19.3b0