14
0

Accepting request 964846 from home:bnavigator:branches: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

OBS-URL: https://build.opensuse.org/request/show/964846
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=3
This commit is contained in:
2022-03-25 12:42:51 +00:00
committed by Git OBS Bridge
parent 4e0f633ece
commit 6126956443
4 changed files with 15 additions and 7 deletions

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