diff --git a/0001-Allow-installation-with-lunr-0.8.patch b/0001-Allow-installation-with-lunr-0.8.patch deleted file mode 100644 index a7889d6a4764ef342785b4e68f3727eef9024917..0000000000000000000000000000000000000000 --- a/0001-Allow-installation-with-lunr-0.8.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 84b5863be672417846780222b1b398722eef4dbb Mon Sep 17 00:00:00 2001 -From: Carl George -Date: Mon, 17 Mar 2025 22:50:11 -0500 -Subject: [PATCH] Allow installation with lunr 0.8 - -Lunr has released version 0.8.0. It is still compatible with lunr.js -version 2.3.9 that is bundled in this project. - -https://github.com/yeraydiazdiaz/lunr.py/blob/0.8.0/lunr/__init__.py#L6 ---- - setup.cfg | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.cfg b/setup.cfg -index 1337184d2..d1cc8eacd 100644 ---- a/setup.cfg -+++ b/setup.cfg -@@ -42,7 +42,7 @@ install_requires = - requests - attrs - docutils>=0.17 -- lunr>=0.6.2,<0.8.0 -+ lunr>=0.6.2,<0.9.0 - configargparse - - toml; python_version < "3.11" diff --git a/pydoctor-24.11.2.tar.gz b/pydoctor-24.11.2.tar.gz deleted file mode 100644 index 6c37b6598f64991c946e6baa4958cbd70731576e..0000000000000000000000000000000000000000 Binary files a/pydoctor-24.11.2.tar.gz and /dev/null differ diff --git a/pydoctor-25.4.0.tar.gz b/pydoctor-25.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7a21b5aa0ff85b36582cdcc918d66496d6429b3a Binary files /dev/null and b/pydoctor-25.4.0.tar.gz differ diff --git a/python-pydoctor.spec b/python-pydoctor.spec index ed9d01c80ccd8d886ba4c8d76b565057f0264da2..8cc61efa3628e6a8b505cc94c12a03520b43876d 100644 --- a/python-pydoctor.spec +++ b/python-pydoctor.spec @@ -1,13 +1,12 @@ %global srcname pydoctor Name: python-%{srcname} -Version: 24.11.2 -Release: 2 +Version: 25.4.0 +Release: 1 Summary: This is an API documentation generator that works by static analysis License: MIT URL: https://github.com/twisted/pydoctor Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz -Patch1: 0001-Allow-installation-with-lunr-0.8.patch BuildArch: noarch BuildRequires: python3-devel @@ -42,6 +41,9 @@ BuildRequires: python%{python3_pkgversion}-devel %changelog +* Wed Jun 18 2025 chenwei - 25.4.0-1 +- Update package with version 25.4.0 + * Tue May 20 2025 Dongxing Wang - 24.11.2-2 - Modify the deps(lunr) version range for lunr upgrade