This commit is contained in:
penelope 2022-04-01 15:21:26 +08:00
parent 7be7f8006f
commit 04a8e21207

View File

@ -1,6 +1,6 @@
Name: python-hpack Name: python-hpack
Version: 4.0.0 Version: 4.0.0
Release: 1 Release: 2
Summary: HTTP/2 Header Compression for Python Summary: HTTP/2 Header Compression for Python
License: MIT License: MIT
URL: https://github.com/python-hyper/hpack URL: https://github.com/python-hyper/hpack
@ -41,9 +41,12 @@ rm -rf %{pypi_name}.egg-info
%files -n python3-hpack %files -n python3-hpack
%doc README.rst LICENSE %doc README.rst LICENSE
%{python3_sitelib}/hpack %{python3_sitelib}/hpack
%{python3_sitelib}/hpack-%{version}-py?.?.egg-info %{python3_sitelib}/hpack-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Fri Apr 01 2022 xigaoxinyan <xigaoxinyan@huawei.com> - 4.0.0-2
- Fix build error caused by py3.10+ wildcard
* Wed Jul 28 2021 liyanan <liyanan32@huawei.com> - 4.0.0-1 * Wed Jul 28 2021 liyanan <liyanan32@huawei.com> - 4.0.0-1
- update to 4.0.0 - update to 4.0.0