diff --git a/pep257.spec b/pep257.spec index a545bef0728f713a7bb956cc3cbb29c1e6e2aedb..a616904210701b67186290440d541d0885179709 100644 --- a/pep257.spec +++ b/pep257.spec @@ -4,7 +4,7 @@ compliance with Python PEP 257 Name: python-pep257 Version: 0.7.0 -Release: 2 +Release: 3 Summary: Python docstring style checker License: MIT URL: https://github.com/GreenSteam/pep257/ @@ -72,8 +72,12 @@ mv %{buildroot}/doclist.lst . %files help -f doclist.lst %{_docdir}/* +%exclude %{python3_sitelib}/__pycache__ %changelog +* Fri May 13 2022 wangpeng - 0.7.0-3 +- Remove __pycache__ folder + * Fri Mar 04 2022 zhaoshuang - 0.7.0-2 - remove unnecessary buildrequires