Remove __pycache__ folder

This commit is contained in:
王玺源 2021-11-10 01:34:41 +00:00 committed by Gitee
parent 5edf080c34
commit 1535b9834d

View File

@ -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 <openstack@openeuler.org> - 0.7.0-2
- Remove __pycache__ folder
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
- Package Spec generate