Modify the version restriction of python-h2
This commit is contained in:
parent
bdc65240c3
commit
3d4d520225
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: python-twisted
|
Name: python-twisted
|
||||||
Version: 22.10.0
|
Version: 22.10.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: An event-driven networking engine written in Python
|
Summary: An event-driven networking engine written in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://twistedmatrix.com/
|
URL: http://twistedmatrix.com/
|
||||||
@ -35,7 +35,7 @@ Summary: An event-driven networking engine written in Python
|
|||||||
BuildRequires: python3-devel >= 3.3 python3dist(appdirs) >= 1.4.0
|
BuildRequires: python3-devel >= 3.3 python3dist(appdirs) >= 1.4.0
|
||||||
BuildRequires: python3dist(automat) >= 0.3.0 python3dist(constantly) >= 15.1
|
BuildRequires: python3dist(automat) >= 0.3.0 python3dist(constantly) >= 15.1
|
||||||
BuildRequires: python3dist(cryptography) >= 1.5 python3-hyperlink >= 17.1.1
|
BuildRequires: python3dist(cryptography) >= 1.5 python3-hyperlink >= 17.1.1
|
||||||
BuildRequires: (python3dist(h2) >= 3.0 with python3dist(h2) < 4.0)
|
BuildRequires: (python3dist(h2) >= 3.0 with python3dist(h2) < 5.0)
|
||||||
BuildRequires: python3dist(idna) >= 0.6 python3dist(incremental) >= 16.10.1
|
BuildRequires: python3dist(idna) >= 0.6 python3dist(incremental) >= 16.10.1
|
||||||
BuildRequires: (python3dist(priority) >= 1.1.0 with python3dist(priority) < 2.0)
|
BuildRequires: (python3dist(priority) >= 1.1.0 with python3dist(priority) < 2.0)
|
||||||
BuildRequires: python3dist(pyasn1) python3dist(pyopenssl) >= 16.0.0
|
BuildRequires: python3dist(pyasn1) python3dist(pyopenssl) >= 16.0.0
|
||||||
@ -108,6 +108,9 @@ PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitelib} %{bu
|
|||||||
%{_mandir}/man1/{cftp.1*,ckeygen.1*,conch.1*,mailmail.1*,pyhtmlizer.1*,tkconch.1*,trial.1*,twistd.1*}
|
%{_mandir}/man1/{cftp.1*,ckeygen.1*,conch.1*,mailmail.1*,pyhtmlizer.1*,tkconch.1*,trial.1*,twistd.1*}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 19 2023 caodongxia <caodongxia@h-partners.com> - 22.10.0-2
|
||||||
|
- Modify the version restriction of python-h2
|
||||||
|
|
||||||
* Wed Dec 07 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 22.10.0-1
|
* Wed Dec 07 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 22.10.0-1
|
||||||
- Update package to version 22.10.0
|
- Update package to version 22.10.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user