Fix build error caused by py3.10+ wildcard
This commit is contained in:
parent
4a1324f822
commit
62eef001d8
@ -1,6 +1,6 @@
|
|||||||
Name: python-priority
|
Name: python-priority
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: A pure-Python HTTP/2 Priority implementation
|
Summary: A pure-Python HTTP/2 Priority implementation
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://python-hyper.org/priority/
|
URL: http://python-hyper.org/priority/
|
||||||
@ -45,11 +45,15 @@ rm -rf priority.egg-info
|
|||||||
%files -n python3-priority
|
%files -n python3-priority
|
||||||
%doc README.rst LICENSE
|
%doc README.rst LICENSE
|
||||||
%{python3_sitelib}/priority
|
%{python3_sitelib}/priority
|
||||||
%{python3_sitelib}/priority-%{version}-py?.?.egg-info
|
%{python3_sitelib}/priority-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 1.3.0-5
|
||||||
- Drop python2 support
|
- Drop python2 support
|
||||||
|
|
||||||
* Thu Feb 27 2020 xuping <xuping21@huawei.com> - 1.3.0-4
|
* Thu Feb 27 2020 xuping <xuping21@huawei.com> - 1.3.0-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user