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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:606caaa2b643352791095fd5f602940bef270b313ccd0ef71e2f0fd55b8d846c
|
||||
size 35889
|
3
pylint-ignore-2021.1024.tar.gz
Normal file
3
pylint-ignore-2021.1024.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06abefb1de9401ad6c02a8ade1dd8630989eaf3f4393d0fffc2dc5ba819e5ef9
|
||||
size 36151
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 14:35:03 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- 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] :heart:.
|
||||
- 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`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 24 17:42:26 UTC 2021 - Alexander Graul <alexander.graul@suse.com>
|
||||
|
||||
|
@@ -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