!10 [sync] PR-9: Init with 2.2.2 to support OpenStack Train

From: @openeuler-sync-bot
Reviewed-by: @zhuchunyi
Signed-off-by: @zhuchunyi
This commit is contained in:
openeuler-ci-bot 2021-11-18 03:43:51 +00:00 committed by Gitee
commit fa81edb1e3
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 Name: pylint
Version: 2.6.0 Version: 2.2.2
Release: 1 Release: 1
Summary: Analyzes Python code looking for bugs and signs of poor quality Summary: Analyzes Python code looking for bugs and signs of poor quality
License: GPLv2+ License: GPLv2+
URL: http://www.pylint.org/ 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 BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-toml BuildRequires: python3-toml
# For tests # For tests
BuildRequires: python3-astroid >= 2.0.2 BuildRequires: python3-astroid
BuildRequires: python3-isort BuildRequires: python3-isort
BuildRequires: python3-mccabe BuildRequires: python3-mccabe
BuildRequires: python3-pytest BuildRequires: python3-pytest
@ -34,7 +34,7 @@ Additionally, it is possible to write plugins to add your own checks.
%package -n python3-%{name} %package -n python3-%{name}
Summary: %{summary} Summary: %{summary}
Requires: python3-astroid >= 2.3.0 Requires: python3-astroid
Requires: python3-setuptools Requires: python3-setuptools
Requires: python3-mccabe Requires: python3-mccabe
Requires: python3-isort Requires: python3-isort
@ -54,7 +54,7 @@ and much more.
Additionally, it is possible to write plugins to add your own checks. Additionally, it is possible to write plugins to add your own checks.
%prep %prep
%autosetup -n pylint-2.6.0 %autosetup -n pylint-%{version}
# Convert DOS line endings to Unix # Convert DOS line endings to Unix
sed -i 's/\r//g' README.rst sed -i 's/\r//g' README.rst
@ -108,15 +108,5 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
%{_mandir}/man1/*-%{python3_version}.1* %{_mandir}/man1/*-%{python3_version}.1*
%changelog %changelog
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.6.0-1 * Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 2.2.2-1
- update to 2.6.0 - package init for OpenStack Train
* 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