From 1535b9834d3e5ce5d198929e3c1528427c2f57fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Wed, 10 Nov 2021 01:34:41 +0000 Subject: [PATCH] Remove __pycache__ folder --- pep257.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pep257.spec b/pep257.spec index 5efa964..97dc1f5 100644 --- a/pep257.spec +++ b/pep257.spec @@ -4,7 +4,7 @@ compliance with Python PEP 257 Name: python-pep257 Version: 0.7.0 -Release: 1 +Release: 2 Summary: Python docstring style checker License: MIT URL: https://github.com/GreenSteam/pep257/ @@ -71,11 +71,13 @@ mv %{buildroot}/doclist.lst . %files -n python3-pep257 -f filelist.lst %dir %{python3_sitelib}/* - +%exclude %{python3_sitelib}/__pycache__ %files help -f doclist.lst %{_docdir}/* %changelog +* Wed Nov 10 2021 OpenStack_SIG - 0.7.0-2 +- Remove __pycache__ folder * Tue Jul 20 2021 OpenStack_SIG - 0.7.0-1 - Package Spec generate -- Gitee