diff --git a/python-pydoctor.spec b/python-pydoctor.spec index 81092a1fe248a9c4168ac75c91c0ed63c502a48f..b5b6bd949240a9a2297650ffd1687f9fc91da07e 100644 --- a/python-pydoctor.spec +++ b/python-pydoctor.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 24.3.3 -Release: 1 +Release: 2 Summary: This is an API documentation generator that works by static analysis License: MIT URL: https://github.com/twisted/pydoctor @@ -26,6 +26,7 @@ BuildRequires: python%{python3_pkgversion}-devel %prep %autosetup -p1 -n %{srcname}-%{version} +sed -i 's/lunr==0.6.2/lunr\>=0.6.2/g' setup.cfg %build %py3_build @@ -41,6 +42,9 @@ BuildRequires: python%{python3_pkgversion}-devel %changelog +* Thu Mar 20 2025 Dongxing Wang - 24.3.3-2 +- Modify the deps(lunr) version range for lunr upgrade + * Fri Oct 25 2024 Dongxing Wang - 24.3.3-1 - Update package to version 24.3.3 Drop python 3.6 and enable future annotations everywhere