!4 解决 python-priority编译失败 error: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-05-09 04:02:26 +00:00 committed by Gitee
commit a26d78bc0f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-priority
Version: 1.3.0
Release: 5
Release: 6
Summary: A pure-Python HTTP/2 Priority implementation
License: MIT
URL: http://python-hyper.org/priority/
@ -45,11 +45,15 @@ rm -rf priority.egg-info
%files -n python3-priority
%doc README.rst LICENSE
%{python3_sitelib}/priority
%{python3_sitelib}/priority-%{version}-py?.?.egg-info
%{python3_sitelib}/priority-%{version}-py%{python3_version}.egg-info
%changelog
* Mon May 09 2022 yangping <yangping69@h-partners.com> - 1.3.0-6
- Fix build error caused by py3.10+ wildcard
* Thu Jul 22 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 1.3.0-5
- Drop python2 support
* Thu Feb 27 2020 xuping <xuping21@huawei.com> - 1.3.0-4
- Package init