diff --git a/python-twisted.spec b/python-twisted.spec index 79c0c237b3f5120c8395c60a7b4dd4b292a94d78..3bb4ae62e390dbcdead02d090ef7329874a7c2a2 100644 --- a/python-twisted.spec +++ b/python-twisted.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: python-twisted Version: 22.4.0 -Release: 3 +Release: 4 Summary: An event-driven networking engine written in Python License: MIT URL: http://twistedmatrix.com/ @@ -39,7 +39,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 @@ -112,6 +112,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 +* Wed May 15 2024 Han Guangyu - 22.4.0-4 +- Fix the version restriction of python-h2 + * Fri Dec 29 2023 yaoxin - 22.4.0-3 - Fix CVE-2023-46137