!2 modify buildrequire

Merge pull request !2 from jinjin/master
This commit is contained in:
openeuler-ci-bot 2020-03-17 21:51:17 +08:00 committed by Gitee
commit 047b8a5a47

View File

@ -1,15 +1,15 @@
Name: python-h2 Name: python-h2
Version: 3.1.0 Version: 3.1.0
Release: 3 Release: 4
Summary: A HTTP/2 protocol stack for Python Summary: A HTTP/2 protocol stack for Python
License: MIT License: MIT
URL: http://hyper.rtfd.org URL: http://hyper.rtfd.org
Source0: https://files.pythonhosted.org/packages/c9/08/109f814130177273afc06b1f9851084397c337b09cdc6f17172c00f3d02b/h2-3.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/c9/08/109f814130177273afc06b1f9851084397c337b09cdc6f17172c00f3d02b/h2-3.1.0.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: (python2dist(hpack) >= 2.3 with python2dist(hpack) < 4) (python2dist(hyperframe) >= 5.2.0 with python2dist(hyperframe) < 6) BuildRequires: (python2dist(hpack) >= 2.3 with python2dist(hpack) < 4) (python2dist(hyperframe) with python2dist(hyperframe) < 6)
BuildRequires: python2-devel python2dist(setuptools) python2dist(pytest) python2dist(hypothesis) BuildRequires: python2-devel python2dist(setuptools) python2dist(pytest) python2dist(hypothesis)
BuildRequires: (python3dist(hpack) >= 2.3 with python3dist(hpack) < 4) (python3dist(hyperframe) >= 5.2.0 with python3dist(hyperframe) < 6) BuildRequires: (python3dist(hpack) >= 2.3 with python3dist(hpack) < 4) (python3dist(hyperframe) with python3dist(hyperframe) < 6)
BuildRequires: python3-devel python3dist(setuptools) python3dist(sphinx) python3dist(pytest) python3dist(hypothesis) BuildRequires: python3-devel python3dist(setuptools) python3dist(sphinx) python3dist(pytest) python3dist(hypothesis)
BuildRequires: js-jquery js-underscore BuildRequires: js-jquery js-underscore
@ -90,5 +90,8 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js
%doc html LICENSE %doc html LICENSE
%changelog %changelog
* Tue Mar 17 2020 yanglijin <yanglijin@huawei.com> - 3.1.0-4
- modify buildrequires
* Tue Mar 03 2020 Jiangping Hu <hujp1985@foxmail.com> - 3.1.0-3 * Tue Mar 03 2020 Jiangping Hu <hujp1985@foxmail.com> - 3.1.0-3
- Package init - Package init