diff --git a/python-autopep8.spec b/python-autopep8.spec index 6b56154..c3a5faf 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -4,7 +4,7 @@ Name: python-autopep8 Version: 2.0.4 Release: %autorelease -Summary: Automatically formats Python code to conform to the PEP 8 style +Summary: The package autopep8 formats Python code based on the output of the pep8 utility License: MIT URL: http://pypi.python.org/pypi/autopep8 @@ -15,14 +15,10 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: pyproject-rpm-macros - %py_provides python3-%{pypi_name} %description -The package autopep8 automatically formats Python code to conform to the PEP 8 -style guide. It uses the pycodestyle utility to determine what parts of the -code needs to be formatted. autopep8 is capable of fixing most of the -formatting issues that can be reported by pycodestyle. +autopep8 formats Python code based on the output of the pep8 utility. %package -n %{py3_name} Summary: The package autopep8 formats Python code based on the output of the pep8 utility