forked from pool/python-python-lsp-black
Accepting request 964847 from devel:languages:python
- 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 (forwarded request 964846 from bnavigator) OBS-URL: https://build.opensuse.org/request/show/964847 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-black?expand=0&rev=2
This commit is contained in:
commit
59820f006a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d7dd5f440a53b6f676fa8c097979e0ff611065b8f4ffd248b43228b0df2efee
|
|
||||||
size 3181
|
|
3
python-lsp-black-1.1.0.tar.gz
Normal file
3
python-lsp-black-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f665aca0fd1611f9e2a4c1ea09de8809810bbe5013eeee5dfb8796c90a12d4c
|
||||||
|
size 4367
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 25 12:39:20 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Tue Jul 13 12:59:29 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-lsp-black
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,19 +19,19 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-python-lsp-black
|
Name: python-python-lsp-black
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Black plugin for the Python LSP Server
|
Summary: Black plugin for the Python LSP Server
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/python-lsp/python-lsp-black
|
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
|
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_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module black >= 19.3b0}
|
BuildRequires: %{python_module black >= 19.3b0}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-lsp-server}
|
BuildRequires: %{python_module python-lsp-server}
|
||||||
BuildRequires: %{python_module toml}
|
BuildRequires: %{python_module toml}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-black >= 19.3b0
|
Requires: python-black >= 19.3b0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user