Upgrade version to 3.2.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2024-02-22 17:29:45 +08:00
parent 1d0805efac
commit 3d625bafdd
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
pyflakes-3.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global common_desc \
Pyflakes A simple program which checks Python source files for errors.Pyflakes
Name: python-pyflakes
Version: 3.1.0
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/8b/fb/7251eaec19a055ec6aafb3d1395db7622348130d1b9b763f78567b2aab32/pyflakes-3.1.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/pyflakes/pyflakes-%{version}.tar.gz
BuildArch: noarch
%description
@ -77,6 +77,9 @@ 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