!7 【轻量级 PR】:Remove __pycache__ folder

From: @wangpeng_uniontech 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-07-08 09:02:55 +00:00 committed by Gitee
commit f0cf0bcc25
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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: 2 Release: 3
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/
@ -72,8 +72,12 @@ mv %{buildroot}/doclist.lst .
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%exclude %{python3_sitelib}/__pycache__
%changelog %changelog
* Fri May 13 2022 wangpeng<wangpengb_uniontech.com> - 0.7.0-3
- Remove __pycache__ folder
* Fri Mar 04 2022 zhaoshuang <zhaoshuang@uniontech.com> - 0.7.0-2 * Fri Mar 04 2022 zhaoshuang <zhaoshuang@uniontech.com> - 0.7.0-2
- remove unnecessary buildrequires - remove unnecessary buildrequires