From 3d4d5202257498b3324da142ddc22efcbfe4be0c Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 19 Jan 2023 15:07:56 +0800 Subject: [PATCH] Modify the version restriction of python-h2 --- python-twisted.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-twisted.spec b/python-twisted.spec index c686b32..b02f155 100644 --- a/python-twisted.spec +++ b/python-twisted.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: python-twisted Version: 22.10.0 -Release: 1 +Release: 2 Summary: An event-driven networking engine written in Python License: MIT 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: python3dist(automat) >= 0.3.0 python3dist(constantly) >= 15.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(priority) >= 1.1.0 with python3dist(priority) < 2.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*} %changelog +* Thu Jan 19 2023 caodongxia - 22.10.0-2 +- Modify the version restriction of python-h2 + * Wed Dec 07 2022 jiangxinyu - 22.10.0-1 - Update package to version 22.10.0 -- Gitee