diff --git a/pylint-ignore-2021.1019.tar.gz b/pylint-ignore-2021.1019.tar.gz deleted file mode 100644 index d11a631..0000000 --- a/pylint-ignore-2021.1019.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:606caaa2b643352791095fd5f602940bef270b313ccd0ef71e2f0fd55b8d846c -size 35889 diff --git a/pylint-ignore-2021.1024.tar.gz b/pylint-ignore-2021.1024.tar.gz new file mode 100644 index 0000000..90f8d6f --- /dev/null +++ b/pylint-ignore-2021.1024.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06abefb1de9401ad6c02a8ade1dd8630989eaf3f4393d0fffc2dc5ba819e5ef9 +size 36151 diff --git a/python-pylint-ignore.changes b/python-pylint-ignore.changes index 324820b..2ff42f3 100644 --- a/python-pylint-ignore.changes +++ b/python-pylint-ignore.changes @@ -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 diff --git a/python-pylint-ignore.spec b/python-pylint-ignore.spec index 303df01..73ed3e9 100644 --- a/python-pylint-ignore.spec +++ b/python-pylint-ignore.spec @@ -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