14
0
forked from pool/python-pylint

- Update to 2.2.2:

* Black is more used
  * Many bugfixes
  * For details see Changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=85
This commit is contained in:
Tomáš Chvátal
2018-12-06 14:47:31 +00:00
committed by Git OBS Bridge
parent 853b184107
commit b54ff2f4b0
4 changed files with 14 additions and 8 deletions

View File

@@ -19,14 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pylint
Version: 2.1.1
Version: 2.2.2
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.0}
BuildRequires: %{python_module astroid >= 2.1}
BuildRequires: %{python_module editdistance}
BuildRequires: %{python_module isort >= 4.2.5}
BuildRequires: %{python_module mccabe}
@@ -36,7 +36,7 @@ BuildRequires: %{python_module six}
BuildRequires: %{python_module typed-ast}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-astroid >= 2.0
Requires: python-astroid >= 2.1
Requires: python-editdistance
Requires: python-isort >= 4.2.5
Requires: python-mccabe
@@ -66,8 +66,6 @@ feature.
%prep
%setup -q -n pylint-%{version}
# https://github.com/PyCQA/pylint/issues/2499
rm -f pylint/test/functional/using_constant_test.py
%build
%python_build