From dfa3d8674517cc46d027526e1c83647ed7333582 Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Thu, 20 Mar 2025 14:42:43 +0800 Subject: [PATCH] Modify the deps(lunr) version range for lunr upgrade --- python-pydoctor.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pydoctor.spec b/python-pydoctor.spec index 81092a1..b5b6bd9 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 -- Gitee