Init with 2.2.2 to support OpenStack Train

(cherry picked from commit c5620bcba6948c1a3d6394abb5a70317e1d16231)
This commit is contained in:
huangtianhua 2021-11-12 11:47:26 +08:00 committed by openeuler-sync-bot
parent 6a1bd50508
commit 31703ab91b
3 changed files with 7 additions and 17 deletions

BIN
pylint-2.2.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,17 +1,17 @@
Name: pylint
Version: 2.6.0
Version: 2.2.2
Release: 1
Summary: Analyzes Python code looking for bugs and signs of poor quality
License: GPLv2+
URL: http://www.pylint.org/
Source0: https://files.pythonhosted.org/packages/24/4a/a07484119d23283de4d8db8176e85be3b20583eefc1cbfa8363b1414fbe2/pylint-2.6.0.tar.gz
Source0: https://files.pythonhosted.org/packages/92/8e/e86eb8dbc10ee845b1c04ed9eaeafb981331f6db5dc05ba21555fcbe7595/pylint-2.2.2.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-toml
# For tests
BuildRequires: python3-astroid >= 2.0.2
BuildRequires: python3-astroid
BuildRequires: python3-isort
BuildRequires: python3-mccabe
BuildRequires: python3-pytest
@ -34,7 +34,7 @@ Additionally, it is possible to write plugins to add your own checks.
%package -n python3-%{name}
Summary: %{summary}
Requires: python3-astroid >= 2.3.0
Requires: python3-astroid
Requires: python3-setuptools
Requires: python3-mccabe
Requires: python3-isort
@ -54,7 +54,7 @@ and much more.
Additionally, it is possible to write plugins to add your own checks.
%prep
%autosetup -n pylint-2.6.0
%autosetup -n pylint-%{version}
# Convert DOS line endings to Unix
sed -i 's/\r//g' README.rst
@ -108,15 +108,5 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
%{_mandir}/man1/*-%{python3_version}.1*
%changelog
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.6.0-1
- update to 2.6.0
* Wed Jun 24 2020 chengzihan <chengzihan2@huawei.com> - 2.4.4-0
- Package upgrade
* Fri Feb 28 2020 daiqianwen <daiqianwen@huawei.com> - 2.1.1-4
- modify spec
* Mon Feb 17 2020 daiqianwen <daiqianwen@huawei.com> - 2.1.1-3
- package init
* Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 2.2.2-1
- package init for OpenStack Train