#9 Drop the backwards compatible python3-pyflakes command to clean python... tab completion
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/pyflakes exenames  into  master

file modified
+4 -7
@@ -1,7 +1,7 @@ 

  Name:           pyflakes

  # WARNING: When updating pyflakes, check not to break flake8!

  Version:        2.1.1

- Release:        4%{?dist}

+ Release:        5%{?dist}

  Summary:        A simple program which checks Python source files for errors

  

  License:        MIT
@@ -54,10 +54,6 @@ 

  ln -s pyflakes-%{python3_version}.1 %{buildroot}%{_mandir}/man1/pyflakes-3.1

  ln -s pyflakes-3.1 %{buildroot}%{_mandir}/man1/pyflakes.1

  

- # python3-pyflakes: backwards compat

- ln -s pyflakes-3 %{buildroot}%{_bindir}/python3-pyflakes

- ln -s pyflakes-3.1 %{buildroot}%{_mandir}/man1/python3-pyflakes.1

- 

  

  

  %check
@@ -70,15 +66,16 @@ 

  %{_bindir}/pyflakes-%{python3_version}

  %{_bindir}/pyflakes-3

  %{_bindir}/pyflakes

- %{_bindir}/python3-pyflakes

  %{python3_sitelib}/pyflakes*

  %exclude %{python3_sitelib}/pyflakes/test/

  %{_mandir}/man1/pyflakes-%{python3_version}.1*

  %{_mandir}/man1/pyflakes-3.1*

  %{_mandir}/man1/pyflakes.1*

- %{_mandir}/man1/python3-pyflakes.1*

  

  %changelog

+ * Fri Oct 11 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1.1-5

+ - Drop the backwards compatible python3-pyflakes command to clean python... tab completion

+ 

  * Tue Oct 01 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1.1-4

  - Subpackage python2-pyflakes has been removed

    See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal

no initial comment

Thank you, looks good to me.

Pull-Request has been merged by churchyard

4 years ago