!5 解决python-mistune在master分支编译失败 eorror:file not foud .... -py?.?.egg-info

From: @penelope_y 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-04-01 09:41:55 +00:00 committed by Gitee
commit 9fa94dbb63
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-mistune
Version: 0.8.3
Release: 7
Release: 8
Summary: A Python Markdown Parser
License: BSD
URL: https://github.com/lepture/mistune
@ -38,10 +38,13 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
%files -n python3-mistune
%doc LICENSE README.rst
%{python3_sitearch}/mistune.*
%{python3_sitearch}/mistune-%{version}-py?.?.egg-info
%{python3_sitearch}/mistune-%{version}-py%{python3_version}.egg-info
%{python3_sitearch}/__pycache__/mistune*
%changelog
* Fri Apr 01 2022 yangping <yangping69@huawei.com> - 0.8.3-8
- Fix build error caused by py3.10+ wildcard
* Thu Jul 22 2021 wangyue <wangyue92@huawei.com> - 0.8.3-7
- Remove python2-mistune subpackage and remove python2 related buildrequire