diff --git a/pyflakes-2.0.0.tar.gz b/pyflakes-2.0.0.tar.gz deleted file mode 100644 index 95d6d3e..0000000 Binary files a/pyflakes-2.0.0.tar.gz and /dev/null differ diff --git a/pyflakes-2.1.0.tar.gz b/pyflakes-2.1.0.tar.gz new file mode 100644 index 0000000..9b6e7ca Binary files /dev/null and b/pyflakes-2.1.0.tar.gz differ diff --git a/pyflakes.spec b/pyflakes.spec index b4ef7a7..01bf5f0 100644 --- a/pyflakes.spec +++ b/pyflakes.spec @@ -1,11 +1,11 @@ Name: pyflakes -Version: 2.0.0 -Release: 8 +Version: 2.1.0 +Release: 1 Summary: A simple program which checks Python source files for errors License: MIT URL: https://github.com/PyCQA/pyflakes Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz -Source1: http://mirrors.aliyun.com/ubuntu/ubuntu/pool/universe/p/pyflakes/pyflakes_1.6.0-1.debian.tar.xz +Source1: http://cdn.debian.net/debian/pool/main/p/pyflakes/pyflakes_2.0.0-1.debian.tar.xz Patch0001: %{name}-1.1.0-python3-man.patch BuildArch: noarch BuildRequires: python2-devel >= 2.7 python2-setuptools @@ -93,11 +93,14 @@ ln -s pyflakes-3.1 %{buildroot}%{_mandir}/man1/pyflakes.1 %{_bindir}/pyflakes %files help -%doc AUTHORS NEWS.txt README.rst +%doc AUTHORS README.rst NEWS.rst %{_mandir}/man1/* %changelog +* Tue Jun 23 2020 yanan li - 2.1.0-1 +- Package update + * Fri Nov 15 2019 zhujunhao - 2.0.0-8 - package init diff --git a/pyflakes_1.6.0-1.debian.tar.xz b/pyflakes_1.6.0-1.debian.tar.xz deleted file mode 100644 index e3266a2..0000000 Binary files a/pyflakes_1.6.0-1.debian.tar.xz and /dev/null differ diff --git a/pyflakes_2.0.0-1.debian.tar.xz b/pyflakes_2.0.0-1.debian.tar.xz new file mode 100644 index 0000000..0a50c25 Binary files /dev/null and b/pyflakes_2.0.0-1.debian.tar.xz differ