%global modname mccabe Name: python-%{modname} Version: 0.6.1 Release: 18%{?dist} Summary: McCabe complexity checker License: MIT URL: http://pypi.python.org/pypi/mccabe Source0: https://files.pythonhosted.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz BuildArch: noarch %description Ned's script to check McCabe complexity. This module provides a plugin for flake8, the Python code checker. %package -n python%{python3_pkgversion}-%{modname} Summary: McCabe checker, plugin for flake8 BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-pytest-runner %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}} %description -n python%{python3_pkgversion}-%{modname} Ned's script to check McCabe complexity. This module provides a plugin for flake8, the Python code checker. %prep %autosetup -n %{modname}-%{version} %build %py3_build %install %py3_install %check %{__python3} -m pytest -v %files -n python%{python3_pkgversion}-%{modname} %license LICENSE %doc README.rst %{python3_sitelib}/%{modname}.py* %{python3_sitelib}/%{modname}-%{version}-* %{python3_sitelib}/__pycache__/%{modname}.* %changelog * Wed Jan 27 2021 Fedora Release Engineering - 0.6.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro Hrončok - 0.6.1-16 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.6.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.6.1-14 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sat Aug 17 2019 Miro Hrončok - 0.6.1-13 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.6.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Feb 27 2019 Miro Hrončok - 0.6.1-11 - Remove Python 2 subpackage * Sat Feb 02 2019 Fedora Release Engineering - 0.6.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 0.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 18 2018 Miro Hrončok - 0.6.1-8 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 0.6.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Oct 25 2017 Matěj Cepl - 0.6.1-6 - Fix wrong conditional * Tue Oct 24 2017 Matěj Cepl - 0.6.1-5 - Apply fix for building on EPEL7, thanks to mvadkert. * Thu Jul 27 2017 Fedora Release Engineering - 0.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 25 2017 Ville Skyttä - 0.6.1-3 - Use explicit python2-* dependencies where available - Build Python 3 version by default on EL7 * Sat Feb 11 2017 Fedora Release Engineering - 0.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 27 2017 Ville Skyttä - 0.6.1-1 - Update to 0.6.1 * Tue Jan 24 2017 Ville Skyttä - 0.6.0-1 - Update to 0.6.0 * Thu Jan 12 2017 Ville Skyttä - 0.5.3-1 - Update to 0.5.3 - Drop pytest-runner avoidance patch * Tue Dec 13 2016 Stratakis Charalampos - 0.5.2-3 - Rebuild for Python 3.6 * Mon Oct 24 2016 Orion Poplawski - 0.5.2-2 - Enable python3 for EPEL - Ship python2-mccabe - Ship LICENSE - Modernize spec * Sun Aug 14 2016 Ville Skyttä - 0.5.2-1 - Update to 0.5.2 * Sat Aug 13 2016 Ville Skyttä - 0.5.0-3 - Add python3-pytest build dep, patch to build/test without pytest-runner * Tue Jul 19 2016 Fedora Release Engineering - 0.5.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Jun 01 2016 Matěj Cepl - 0.5.0-1 - Upstream upgrade * Thu Feb 04 2016 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 28 2016 Matěj Cepl - 0.4.0-1 - Upstream upgrade * Fri Nov 06 2015 Robert Kuska - 0.2.1-8 - Rebuilt for Python3.5 rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda - 0.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Tue Apr 29 2014 Matěj Cepl - 0.2.1-4 - Fix building on RHEL-7 (we really don’t have Python3) * Sun Aug 04 2013 Fedora Release Engineering - 0.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Apr 15 2013 Matěj Cepl 0.2.1-2 - Fix %%changelog. * Sun Apr 14 2013 Matěj Cepl 0.2.1-1 - initial package for Fedora