forked from pool/python-pylint
- Update to 2.3.1:
* Compat with astroid 2.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=89
This commit is contained in:
committed by
Git OBS Bridge
parent
8081fdc826
commit
9387ccad02
@@ -19,27 +19,27 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pylint
|
||||
Version: 2.2.2
|
||||
Version: 2.3.1
|
||||
Release: 0
|
||||
Summary: Syntax and style checker for Python code
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pycqa/pylint
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pylint/pylint-%{version}.tar.gz
|
||||
BuildRequires: %{python_module astroid >= 2.1}
|
||||
BuildRequires: %{python_module astroid >= 2.2.0}
|
||||
BuildRequires: %{python_module editdistance}
|
||||
BuildRequires: %{python_module isort >= 4.2.5}
|
||||
BuildRequires: %{python_module mccabe}
|
||||
BuildRequires: %{python_module mccabe >= 0.6}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module typed-ast}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-astroid >= 2.1
|
||||
Requires: python-astroid >= 2.2.0
|
||||
Requires: python-editdistance
|
||||
Requires: python-isort >= 4.2.5
|
||||
Requires: python-mccabe
|
||||
Requires: python-mccabe >= 0.6
|
||||
Requires: python-six
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
Reference in New Issue
Block a user