forked from pool/python-pylint-ignore
Accepting request 957102 from home:pgajdos:python
- version update to 2021.1024 - Add/document support for [pre-commit](https://pre-commit.com/). Thank you James Quilty for this contribution [github/issue/9][gh_i9] [github/pull/10][gh_i10] ❤️. - Fix [github #11][gh_i11]: MessagesHandlerMixIn has been removed in pylint 2.12 - Breaking: Drop support for `Python<3.7` - Breaking: Drop support for `pylint<2.4` Due to internal API changes in pylint, older versions of pylint are no longer supported. If you need to use an older version of pylint, you will have to pin `pylint-ignore==2021.1021`. OBS-URL: https://build.opensuse.org/request/show/957102 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint-ignore?expand=0&rev=2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pylint-ignore
|
||||
#
|
||||
# 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
|
||||
@@ -18,24 +18,24 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pylint-ignore
|
||||
Version: 2021.1019
|
||||
Version: 2021.1024
|
||||
Release: 0
|
||||
Summary: Start with silence, not with noise But do start!
|
||||
License: MIT
|
||||
URL: https://github.com/mbarkhau/pylint-ignore
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pylint-ignore/pylint-ignore-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pathlib2}
|
||||
BuildRequires: %{python_module pylev}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pylint > 2.4}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-astroid > 2.1.0
|
||||
Requires: python-pathlib2
|
||||
Requires: python-pylev
|
||||
Requires: python-astroid > 2.1.0
|
||||
Requires: python-pylint > 2.4
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user