Update to 6.0.0 and resolve python-flake8 installation dependencies

This commit is contained in:
starlet-dx 2023-05-10 18:24:23 +08:00
parent 326431cba3
commit 6e3f63f10e
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
flake8-6.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-flake8 Name: python-flake8
Version: 3.9.2 Version: 6.0.0
Release: 2 Release: 1
Summary: the modular source code checker: pep8 pyflakes and co Summary: the modular source code checker: pep8 pyflakes and co
License: MIT License: MIT
URL: https://gitlab.com/pycqa/flake8 URL: https://gitlab.com/pycqa/flake8
Source0: https://files.pythonhosted.org/packages/9e/47/15b267dfe7e03dca4c4c06e7eadbd55ef4dfd368b13a0bab36d708b14366/flake8-3.9.2.tar.gz Source0: https://files.pythonhosted.org/packages/source/f/flake8/flake8-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
The modular source code checker: pep8 pyflakes and co. The modular source code checker: pep8 pyflakes and co.
@ -31,7 +31,7 @@ The modular source code checker: pep8 pyflakes and co.
%prep %prep
%autosetup -n flake8-3.9.2 %autosetup -n flake8-%{version} -p1
%build %build
%py3_build %py3_build
@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed May 10 2023 yaoxin <yao_xin001@hoperun.com> - 6.0.0-1
- Update to 6.0.0 and resolve python-flake8 installation dependencies
* Thu Jul 15 2021 openstack-sig <openstack@openeuler.org> * Thu Jul 15 2021 openstack-sig <openstack@openeuler.org>
- Drop useless requires - Drop useless requires