diff --git a/hyperframe-5.1.0.tar.gz b/hyperframe-5.1.0.tar.gz new file mode 100644 index 0000000..30e7135 Binary files /dev/null and b/hyperframe-5.1.0.tar.gz differ diff --git a/python-hyperframe.spec b/python-hyperframe.spec new file mode 100644 index 0000000..fd5ee28 --- /dev/null +++ b/python-hyperframe.spec @@ -0,0 +1,63 @@ +Name: python-hyperframe +Version: 5.1.0 +Release: 4 +Summary: HTTP/2 framing layer for Python +License: MIT +URL: https://github.com/python-hyper/hyperframe +Source0: https://files.pythonhosted.org/packages/source/h/hyperframe/hyperframe-5.1.0.tar.gz +BuildArch: noarch + +BuildRequires: python2-devel python2dist(setuptools) python3-devel python3dist(setuptools) + +%{?python_enable_dependency_generator} + +%description +This library contains the HTTP/2 framing code userd in the hyper projece.It provides a pure-python +codebase that is capable of decoding a binary stream into HTTP/2 frames. + +%package -n python2-hyperframe +Summary: HTTP/2 framing layer for Python +%{?python_provide:%python_provide python2-hyperframe} + +%description -n python2-hyperframe +This library contains the HTTP/2 framing code userd in the hyper projece.It provides a pure-python +codebase that is capable of decoding a binary stream into HTTP/2 frames. + +%package -n python3-hyperframe +Summary: HTTP/2 framing layer for Python +%{?python_provide:%python_provide python3-hyperframe} + +%description -n python3-hyperframe +This library contains the HTTP/2 framing code userd in the hyper projece.It provides a pure-python +codebase that is capable of decoding a binary stream into HTTP/2 frames. + +%prep +%autosetup -n hyperframe-%{version} +rm -rf %{pypi_name}.egg-info + +%build +%py2_build +%py3_build + +%install +%py2_install +%py3_install + +%check +%{__python2} setup.py test +%{__python3} setup.py test + +%files -n python2-hyperframe +%doc README.rst LICENSE +%{python2_sitelib}/hyperframe +%{python2_sitelib}/hyperframe-%{version}-py?.?.egg-info + + +%files -n python3-hyperframe +%doc README.rst LICENSE +%{python3_sitelib}/hyperframe +%{python3_sitelib}/hyperframe-%{version}-py?.?.egg-info + +%changelog +* Fri Mar 6 2020 zhangtao - 5.1.0-4 +- Package init