Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7d0f088322
!61 Upgrade version to 3.2.0
From: @cherry530 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2024-02-22 11:05:39 +00:00
cherry530
3d625bafdd Upgrade version to 3.2.0
Signed-off-by: cherry530 <707078654@qq.com>
2024-02-22 17:29:45 +08:00
openeuler-ci-bot
1d0805efac
!17 Upgrade package to version 3.1.0
From: @desert-sailor 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-08-03 06:20:01 +00:00
desert-sailor
57d8b839ed Upgrade package to version 3.1.0 2023-08-03 13:25:06 +08:00
openeuler-ci-bot
e2011b80b4
!16 fix test failure due to python 3.11
From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-07-22 10:05:42 +00:00
cherry530
6347149409 fix test failure due to python3.11
Signed-off-by: cherry530 <707078654@qq.com>
2023-07-22 17:39:55 +08:00
openeuler-ci-bot
6063e83efd
!15 Upgrade to 3.0.1
From: @wu-leilei 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-04-17 01:12:59 +00:00
wu-leilei
6ff548cd68 Upgrade package to version 3.0.1 2023-04-14 17:01:55 +08:00
openeuler-ci-bot
be230e06cc
!11 适配由于python升级搭配3.10出现测试用例失败问题
From: @cherry530 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-03-31 01:32:49 +00:00
cherry530
599d0ecb49 Fix syntax error offsets for python 3.10
Signed-off-by: cherry530 <xuping33@huawei.com>
2022-03-30 15:35:04 +08:00
3 changed files with 19 additions and 3 deletions

Binary file not shown.

BIN
pyflakes-3.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,13 @@
%global common_desc \
Pyflakes A simple program which checks Python source files for errors.Pyflakes
Name: python-pyflakes
Version: 2.3.1
Version: 3.2.0
Release: 1
Summary: passive checker of Python programs
License: MIT
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
%description
%{common_desc}
@ -31,7 +32,7 @@ Provides: python3-pyflakes-doc
%{common_desc}
%prep
%autosetup -n pyflakes-2.3.1
%autosetup -n pyflakes-%{version} -p1
%build
%py3_build
@ -76,6 +77,21 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- update to 2.3.1