1
0

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:
Dominique Leuenberger 2022-03-25 20:54:58 +00:00 committed by Git OBS Bridge
commit 59820f006a
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d7dd5f440a53b6f676fa8c097979e0ff611065b8f4ffd248b43228b0df2efee
size 3181

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f665aca0fd1611f9e2a4c1ea09de8809810bbe5013eeee5dfb8796c90a12d4c
size 4367

View File

@ -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>

View File

@ -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