update to 2.17.5

This commit is contained in:
cyrus.shang 2023-08-10 17:16:42 +08:00
parent 71de995365
commit df3fbcf8e3
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: pylint
Version: 2.17.2
Version: 2.17.5
Release: 1
Summary: Analyzes Python code looking for bugs and signs of poor quality
License: GPLv2+
@ -16,7 +16,7 @@ BuildRequires: python3-editables
BuildRequires: python3-hatch-vcs
BuildRequires: python3-hatchling
# For tests
BuildRequires: python3-astroid >= 2.12.1
BuildRequires: python3-astroid >= 2.15.5
BuildRequires: python3-dill
BuildRequires: python3-isort
BuildRequires: python3-mccabe
@ -42,13 +42,13 @@ Additionally, it is possible to write plugins to add your own checks.
%package -n python3-%{name}
Summary: %{summary}
Requires: python3-astroid >= 2.12.1
Requires: python3-astroid >= 2.15.5
Requires: python3-dill
Requires: python3-setuptools
Requires: python3-mccabe
Requires: python3-isort
Requires: python3-tomlkit
Obsoletes: python3-pylint-gui < 1.7
Obsoletes: python3-pylint-gui
%{?python_provide:%python_provide python3-%{name}}
%description -n python3-%{name}
@ -97,6 +97,9 @@ done
%{_bindir}/*-%{python3_version}
%changelog
* Wed Aug 9 2023 shangjiwei <cyrus_shang@163.com> - 2.17.5-1
- update to 2.17.5
* Mon May 15 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.17.2-1
- update to 2.17.2

Binary file not shown.

BIN
v2.17.5.tar.gz Normal file

Binary file not shown.