!2 package update

Merge pull request !2 from zhangtao2020/zt_1
This commit is contained in:
openeuler-ci-bot 2020-03-10 18:18:39 +08:00 committed by Gitee
commit 2d677bc470
3 changed files with 18 additions and 15 deletions

Binary file not shown.

BIN
hyperframe-5.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,39 +1,41 @@
Name: python-hyperframe Name: python-hyperframe
Version: 5.1.0 Version: 5.2.0
Release: 4 Release: 2
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.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/h/hyperframe/hyperframe-5.2.0.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel python2dist(setuptools) python3-devel python3dist(setuptools) BuildRequires: python2-devel python2dist(setuptools) python2dist(pytest)
BuildRequires: python3-devel python3dist(setuptools) python3dist(pytest)
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
%description %description
This library contains the HTTP/2 framing code userd in the hyper projece.It provides a pure-python This library contains the HTTP/2 framing code used in the hyper project.It provides a
codebase that is capable of decoding a binary stream into HTTP/2 frames. pure-python codebase that is capable of decoding a binary stream into HTTP/2 frames.
%package -n python2-hyperframe %package -n python2-hyperframe
Summary: HTTP/2 framing layer for Python Summary: HTTP/2 framing layer for Python
%{?python_provide:%python_provide python2-hyperframe} %{?python_provide:%python_provide python2-hyperframe}
%description -n python2-hyperframe %description -n python2-hyperframe
This library contains the HTTP/2 framing code userd in the hyper projece.It provides a pure-python This library contains the HTTP/2 framing code used in the hyper project.It provides a
codebase that is capable of decoding a binary stream into HTTP/2 frames. pure-python codebase that is capable of decoding a binary stream into HTTP/2 frames.
%package -n python3-hyperframe %package -n python3-hyperframe
Summary: HTTP/2 framing layer for Python Summary: HTTP/2 framing layer for Python
%{?python_provide:%python_provide python3-hyperframe} %{?python_provide:%python_provide python3-hyperframe}
%description -n python3-hyperframe %description -n python3-hyperframe
This library contains the HTTP/2 framing code userd in the hyper projece.It provides a pure-python This library contains the HTTP/2 framing code used in the hyper project.It provides a
codebase that is capable of decoding a binary stream into HTTP/2 frames. pure-python codebase that is capable of decoding a binary stream into HTTP/2 frames.
%prep %prep
%autosetup -n hyperframe-%{version} %autosetup -n hyperframe-%{version}
rm -rf %{pypi_name}.egg-info rm -rf hyperframe.egg-info
%build %build
%py2_build %py2_build
@ -44,20 +46,21 @@ rm -rf %{pypi_name}.egg-info
%py3_install %py3_install
%check %check
%{__python2} setup.py test %{__python2} -m pytest
%{__python3} setup.py test %{__python3} -m pytest
%files -n python2-hyperframe %files -n python2-hyperframe
%doc README.rst LICENSE %doc README.rst LICENSE
%{python2_sitelib}/hyperframe %{python2_sitelib}/hyperframe
%{python2_sitelib}/hyperframe-%{version}-py?.?.egg-info %{python2_sitelib}/hyperframe-%{version}-py?.?.egg-info
%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?.?.egg-info
%changelog %changelog
* Tue Mar 10 2020 zhangtao <zhangtao221@huawei.com> - 5.2.0-2
- Package update
* Fri Mar 6 2020 zhangtao <zhangtao221@huawei.com> - 5.1.0-4 * Fri Mar 6 2020 zhangtao <zhangtao221@huawei.com> - 5.1.0-4
- Package init - Package init