Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
68a729b0ea
!12 解决python-hyperframe在master分支编译失败 eorror:file not foud .... -py?.?.egg-info
From: @penelope_y 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-04-02 10:59:03 +00:00
penelope
0c7901374e spec 2022-04-01 17:05:52 +08:00
openeuler-ci-bot
81e884c4ed !4 update to 6.0.1
From: @lyn1001
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-07-28 14:00:00 +00:00
lyn1001
0ab6bf1f00 update to 6.0.1 2021-07-28 15:14:16 +08:00
openeuler-ci-bot
69446307d1 !3 remove python2 subpackage
From: @yaokai13
Reviewed-by: @jeff200902,@small_leek
Signed-off-by: @small_leek
2020-11-09 17:04:22 +08:00
yaokai13
56bba81f60 remove python2 subpackage 2020-11-09 15:19:03 +08:00
openeuler-ci-bot
2d677bc470 !2 package update
Merge pull request !2 from zhangtao2020/zt_1
2020-03-10 18:18:39 +08:00
zhangtao2020
b5fce3663b package update 2020-03-10 17:18:25 +08:00
openeuler-ci-bot
a3fb1e1493 !1 package init
Merge pull request !1 from zhangtao2020/zt_1
2020-03-09 14:56:47 +08:00
zhangtao2020
dbe7581af0 package init 2020-03-07 20:57:07 +08:00
2 changed files with 59 additions and 0 deletions

59
python-hyperframe.spec Normal file
View File

@ -0,0 +1,59 @@
Name: python-hyperframe
Version: 6.0.1
Release: 2
Summary: HTTP/2 framing layer for Python
License: MIT
URL: https://github.com/python-hyper/hyperframe
Source0: https://github.com/python-hyper/hyperframe/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3dist(setuptools) python3dist(pytest)
%{?python_enable_dependency_generator}
%description
This library contains the HTTP/2 framing code used in the hyper project.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 used in the hyper project.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 hyperframe.egg-info
%build
%py3_build
%install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest
%files -n python3-hyperframe
%doc README.rst LICENSE
%{python3_sitelib}/hyperframe
%{python3_sitelib}/hyperframe-%{version}-py%{python3_version}.egg-info
%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
- update to 6.0.1
* Mon Nov 09 2020 leiju <leiju4@huawei.com> - 5.2.0-3
- Remove python2 subpackage
* 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
- Package init

BIN
v6.0.1.tar.gz Normal file

Binary file not shown.