diff --git a/pyflakes-3.1.0.tar.gz b/pyflakes-3.1.0.tar.gz deleted file mode 100644 index 408667d..0000000 Binary files a/pyflakes-3.1.0.tar.gz and /dev/null differ diff --git a/pyflakes-3.2.0.tar.gz b/pyflakes-3.2.0.tar.gz new file mode 100644 index 0000000..043b75b Binary files /dev/null and b/pyflakes-3.2.0.tar.gz differ diff --git a/pyflakes.spec b/pyflakes.spec index 1002787..11a833d 100644 --- a/pyflakes.spec +++ b/pyflakes.spec @@ -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 - 3.1.0-1 - Upgrade package to version 3.1.0