diff --git a/pylint-2.2.2.tar.gz b/pylint-2.2.2.tar.gz new file mode 100644 index 0000000..05313ba Binary files /dev/null and b/pylint-2.2.2.tar.gz differ diff --git a/pylint-2.6.0.tar.gz b/pylint-2.6.0.tar.gz deleted file mode 100644 index b9666fe..0000000 Binary files a/pylint-2.6.0.tar.gz and /dev/null differ diff --git a/pylint.spec b/pylint.spec index 5ef4dac..2ad0ae8 100644 --- a/pylint.spec +++ b/pylint.spec @@ -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 - 2.6.0-1 -- update to 2.6.0 - -* Wed Jun 24 2020 chengzihan - 2.4.4-0 -- Package upgrade - -* Fri Feb 28 2020 daiqianwen - 2.1.1-4 -- modify spec - -* Mon Feb 17 2020 daiqianwen - 2.1.1-3 -- package init - +* Tue Nov 09 2021 huangtianhua - 2.2.2-1 +- package init for OpenStack Train