From df84b5331655b527f20afcf0a7aece501e3b3c79 Mon Sep 17 00:00:00 2001 From: Christiano Anderson Date: Sep 07 2023 15:34:22 +0000 Subject: Fixed build on F39 RHBZ#2220125 --- diff --git a/python-autopep8.spec b/python-autopep8.spec index c3a5faf..6b56154 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -4,7 +4,7 @@ Name: python-autopep8 Version: 2.0.4 Release: %autorelease -Summary: The package autopep8 formats Python code based on the output of the pep8 utility +Summary: Automatically formats Python code to conform to the PEP 8 style License: MIT URL: http://pypi.python.org/pypi/autopep8 @@ -15,10 +15,14 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: pyproject-rpm-macros + %py_provides python3-%{pypi_name} %description -autopep8 formats Python code based on the output of the pep8 utility. +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. %package -n %{py3_name} Summary: The package autopep8 formats Python code based on the output of the pep8 utility