#1 Subpackage python2-pep8-naming has been removed
Merged 5 years ago by qulogic. Opened 5 years ago by churchyard.
rpms/ churchyard/python-pep8-naming nopy2  into  master

file modified
+5 -22
@@ -8,7 +8,7 @@ 

  

  Name:           python-%{srcname}

  Version:        0.4.1

- Release:        8%{?dist}

+ Release:        9%{?dist}

  Summary:        Check PEP-8 naming conventions, a plugin for flake8

  

  License:        MIT
@@ -18,9 +18,6 @@ 

  

  BuildArch:      noarch

  

- BuildRequires:  python2-devel

- BuildRequires:  python2-flake8

- 

  BuildRequires:  python3-devel

  BuildRequires:  python3-flake8

  
@@ -28,15 +25,6 @@ 

  %description %{_description}

  

  

- %package -n python2-%{srcname}

- Summary:        %{summary}

- %{?python_provide:%python_provide python2-%{srcname}}

- Requires:       python2-flake8

- 

- 

- %description -n python2-%{srcname} %{_description}

- 

- 

  %package -n python3-%{srcname}

  Summary:        %{summary}

  %{?python_provide:%python_provide python3-%{srcname}}
@@ -52,26 +40,17 @@ 

  

  

  %build

- %py2_build

  %py3_build

  

  

  %install

- %py2_install

  %py3_install

  

  

  %check

- %{__python2} run_tests.py

  %{__python3} run_tests.py

  

  

- %files -n python2-%{srcname}

- %doc README.rst

- %license LICENSE

- %{python2_sitelib}/pep8ext_naming.py*

- %{python2_sitelib}/%{srcname_}-%{version}-py?.?.egg-info

- 

  %files -n python3-%{srcname}

  %doc README.rst

  %license LICENSE
@@ -81,6 +60,10 @@ 

  

  

  %changelog

+ * Wed Feb 27 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.1-9

+ - Subpackage python2-pep8-naming has been removed

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

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-8

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild