!4 【轻量级 PR】:Remove __pycache__ folder
From: @xiyuanwang Reviewed-by: @huangtianhua Signed-off-by: @huangtianhua
This commit is contained in:
commit
49ac6bb7bb
@ -4,7 +4,7 @@
|
|||||||
compliance with Python PEP 257
|
compliance with Python PEP 257
|
||||||
Name: python-pep257
|
Name: python-pep257
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python docstring style checker
|
Summary: Python docstring style checker
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/GreenSteam/pep257/
|
URL: https://github.com/GreenSteam/pep257/
|
||||||
@ -71,11 +71,13 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
%files -n python3-pep257 -f filelist.lst
|
%files -n python3-pep257 -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
%exclude %{python3_sitelib}/__pycache__
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
|
||||||
- Package Spec generate
|
- Package Spec generate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user