spec
This commit is contained in:
parent
81e884c4ed
commit
0c7901374e
@ -1,6 +1,6 @@
|
|||||||
Name: python-hyperframe
|
Name: python-hyperframe
|
||||||
Version: 6.0.1
|
Version: 6.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: HTTP/2 framing layer for Python
|
Summary: HTTP/2 framing layer for Python
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -40,9 +40,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest
|
|||||||
%files -n python3-hyperframe
|
%files -n python3-hyperframe
|
||||||
%doc README.rst LICENSE
|
%doc README.rst LICENSE
|
||||||
%{python3_sitelib}/hyperframe
|
%{python3_sitelib}/hyperframe
|
||||||
%{python3_sitelib}/hyperframe-%{version}-py?.?.egg-info
|
%{python3_sitelib}/hyperframe-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 01 2022 xigaoxinyan <xigaoxinyan@huawei.com> - 6.0.1-2
|
||||||
|
- Fix build error caused by py3.10+ wildcard
|
||||||
|
|
||||||
* Wed Jul 28 2021 liyanan <liyanan32@huawei.com> - 6.0.1-1
|
* Wed Jul 28 2021 liyanan <liyanan32@huawei.com> - 6.0.1-1
|
||||||
- update to 6.0.1
|
- update to 6.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user