Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
85b2311519
!34 update to version 7.0.0
From: @Venland 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-26 03:08:50 +00:00
lwg
3a23fcb60b update to version 7.0.0 2024-01-11 17:44:39 +08:00
openeuler-ci-bot
e5cb3105d7
!28 update package to version 6.1.0
From: @S--Sh 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-08-03 09:33:46 +00:00
sunhui
b01e022c03 python-flake8 2023-08-01 10:37:42 +08:00
openeuler-ci-bot
2172956bf1
!27 Update to 6.0.0 and resolve python-flake8 installation dependencies
From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-05-11 00:58:57 +00:00
starlet-dx
6e3f63f10e Update to 6.0.0 and resolve python-flake8 installation dependencies 2023-05-10 18:24:23 +08:00
openeuler-ci-bot
326431cba3 !18 drop useless requires
From: @zhangy1317
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-07-30 08:54:00 +00:00
zhangy1317
45766dadc6 drop useless requires 2021-07-30 15:38:09 +08:00
openeuler-ci-bot
2f8713ae8f !17 update version to 3.9.2
From: @zhangy1317
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-07-21 09:39:50 +00:00
zhangy1317
cc56499863 update to 3.9.2 2021-07-15 10:12:03 +08:00
3 changed files with 25 additions and 31 deletions

Binary file not shown.

BIN
flake8-7.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,58 +1,37 @@
%global _empty_manifest_terminate_build 0
Name: python-flake8
Version: 3.8.4
Version: 7.0.0
Release: 1
Summary: the modular source code checker: pep8 pyflakes and co
License: MIT
URL: https://gitlab.com/pycqa/flake8
Source0: https://files.pythonhosted.org/packages/71/6a/b3341ef7e7f3585add027d876a7d9837cdfe3320b6c6b5fd0cddfa9ceeac/flake8-3.8.4.tar.gz
Source0: https://files.pythonhosted.org/packages/40/3c/3464b567aa367b221fa610bbbcce8015bf953977d21e52f2d711b526fb48/flake8-7.0.0.tar.gz
BuildArch: noarch
Requires: python3-pyflakes
Requires: python3-pycodestyle
Requires: python3-mccabe
Requires: python3-configparser
Requires: python3-enum34
Requires: python3-typing
Requires: python3-importlib-metadata
Recommends: %{name}-help = %{version}-%{release}
%description
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe
script. It runs all the tools by launching the single flake8 script,
and displays the warnings in a per-file, merged output.
The modular source code checker: pep8 pyflakes and co.
It also adds a few features: files that contain "# flake8: noqa" are
skipped, lines that contain a "# noqa" comment at the end will not
issue warnings, Git and Mercurial hooks are included, a McCabe
complexity checker is included, and it is extendable through
flake8.extension entry points.
%package -n python3-flake8
Summary: the modular source code checker: pep8 pyflakes and co
Provides: python-flake8
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-pyflakes
Requires: python3-pycodestyle
Requires: python3-mccabe
%description -n python3-flake8
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe
script. It runs all the tools by launching the single flake8 script,
and displays the warnings in a per-file, merged output.
The modular source code checker: pep8 pyflakes and co.
It also adds a few features: files that contain "# flake8: noqa" are
skipped, lines that contain a "# noqa" comment at the end will not
issue warnings, Git and Mercurial hooks are included, a McCabe
complexity checker is included, and it is extendable through
flake8.extension entry points.
%package help
Summary: Development documents and examples for flake8
Provides: python3-flake8-doc
%description help
Development documents and examples for flake8
The modular source code checker: pep8 pyflakes and co.
%prep
%autosetup -n flake8-3.8.4
sed -i 's/pycodestyle >= 2.6.0a1/pycodestyle >= 2.6.0/' setup.cfg
%autosetup -n flake8-%{version} -p1
%build
%py3_build
@ -92,5 +71,20 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jan 11 2024 Paul Thomas <paulthomas100199@gmail.com> - 7.0.0-1
- update to version 7.0.0
* Tue Aug 01 2023 sunhui <sunhui@kylinos.cn> - 6.1.0-1
- Update package to version 6.1.0
* 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>
- Drop useless requires
* Thu Jul 15 2021 openstack-sig <openstack@openeuler.org>
- Update to 3.9.2
* Mon Oct 12 2020 maminjie <maminjie1@huawei.com> - 3.8.4-1
- Package Init