update to 6.0.1
This commit is contained in:
parent
69446307d1
commit
0ab6bf1f00
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: python-hyperframe
|
Name: python-hyperframe
|
||||||
Version: 5.2.0
|
Version: 6.0.1
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: HTTP/2 framing layer for Python
|
Summary: HTTP/2 framing layer for Python
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/python-hyper/hyperframe
|
URL: https://github.com/python-hyper/hyperframe
|
||||||
Source0: https://files.pythonhosted.org/packages/source/h/hyperframe/hyperframe-5.2.0.tar.gz
|
Source0: https://github.com/python-hyper/hyperframe/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel python3dist(setuptools) python3dist(pytest)
|
BuildRequires: python3-devel python3dist(setuptools) python3dist(pytest)
|
||||||
@ -35,7 +35,7 @@ rm -rf hyperframe.egg-info
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} -m pytest
|
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest
|
||||||
|
|
||||||
%files -n python3-hyperframe
|
%files -n python3-hyperframe
|
||||||
%doc README.rst LICENSE
|
%doc README.rst LICENSE
|
||||||
@ -43,6 +43,9 @@ rm -rf hyperframe.egg-info
|
|||||||
%{python3_sitelib}/hyperframe-%{version}-py?.?.egg-info
|
%{python3_sitelib}/hyperframe-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 28 2021 liyanan <liyanan32@huawei.com> - 6.0.1-1
|
||||||
|
- update to 6.0.1
|
||||||
|
|
||||||
* Mon Nov 09 2020 leiju <leiju4@huawei.com> - 5.2.0-3
|
* Mon Nov 09 2020 leiju <leiju4@huawei.com> - 5.2.0-3
|
||||||
- Remove python2 subpackage
|
- Remove python2 subpackage
|
||||||
|
|
||||||
|
|||||||
BIN
v6.0.1.tar.gz
Normal file
BIN
v6.0.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user