fix build error caused by py3.10+ wildcard

This commit is contained in:
penelope 2022-04-01 17:15:31 +08:00
parent 9e22794fa2
commit 09887093c3

View File

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