Compare commits
10 Commits
b494f9043d
...
7d0f088322
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d0f088322 | ||
|
|
3d625bafdd | ||
|
|
1d0805efac | ||
|
|
57d8b839ed | ||
|
|
e2011b80b4 | ||
|
|
6347149409 | ||
|
|
6063e83efd | ||
|
|
6ff548cd68 | ||
|
|
be230e06cc | ||
|
|
599d0ecb49 |
Binary file not shown.
BIN
pyflakes-3.2.0.tar.gz
Normal file
BIN
pyflakes-3.2.0.tar.gz
Normal file
Binary file not shown.
@ -2,12 +2,13 @@
|
|||||||
%global common_desc \
|
%global common_desc \
|
||||||
Pyflakes A simple program which checks Python source files for errors.Pyflakes
|
Pyflakes A simple program which checks Python source files for errors.Pyflakes
|
||||||
Name: python-pyflakes
|
Name: python-pyflakes
|
||||||
Version: 2.3.1
|
Version: 3.2.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: passive checker of Python programs
|
Summary: passive checker of Python programs
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/PyCQA/pyflakes
|
URL: https://github.com/PyCQA/pyflakes
|
||||||
Source0: https://files.pythonhosted.org/packages/a8/0f/0dc480da9162749bf629dca76570972dd9cce5bedc60196a3c912875c87d/pyflakes-2.3.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pyflakes/pyflakes-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
%{common_desc}
|
%{common_desc}
|
||||||
@ -31,7 +32,7 @@ Provides: python3-pyflakes-doc
|
|||||||
%{common_desc}
|
%{common_desc}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pyflakes-2.3.1
|
%autosetup -n pyflakes-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -76,6 +77,21 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 22 2024 xu_ping <707078654@qq.com> - 3.2.0-1
|
||||||
|
- Upgrade package to version 3.2.0
|
||||||
|
|
||||||
|
* Thu Aug 3 2023 Dongxing Wang <dxwangk@isoftstone.com> - 3.1.0-1
|
||||||
|
- Upgrade package to version 3.1.0
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 xu_ping <707078654@qq.com> - 3.0.1-2
|
||||||
|
- fix test failure due to python3.11
|
||||||
|
|
||||||
|
* Fri Apr 14 2023 wulei <wu_lei@hoperun.com> - 3.0.1-1
|
||||||
|
- Upgrade package to version 3.0.1
|
||||||
|
|
||||||
|
* Wed Mar 30 2022 xu_ping <xuping33@huawei.com> - 2.3.1-2
|
||||||
|
- Fix syntax error offsets for python 3.10
|
||||||
|
|
||||||
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.1-1
|
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.1-1
|
||||||
- update to 2.3.1
|
- update to 2.3.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user