diff --git a/25.10.1.tar.gz b/25.10.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..992e1b5e1cbb81e16c778812fa45037dfc60c710 Binary files /dev/null and b/25.10.1.tar.gz differ diff --git a/pydoctor-25.4.0.tar.gz b/pydoctor-25.4.0.tar.gz deleted file mode 100644 index 9a39608c80e3dbbf54e3e34d6d9de9e505ba0a6f..0000000000000000000000000000000000000000 Binary files a/pydoctor-25.4.0.tar.gz and /dev/null differ diff --git a/python-pydoctor.spec b/python-pydoctor.spec index 5014b7b1f7f262300719e455cb6e4c5e6ebc6426..5ee0f9a0d938f179bb68a705c04a7d948a461d19 100644 --- a/python-pydoctor.spec +++ b/python-pydoctor.spec @@ -1,12 +1,12 @@ %global srcname pydoctor Name: python-%{srcname} -Version: 25.4.0 +Version: 25.10.1 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 +Source0: %{url}/archive/refs/tags/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -41,6 +41,17 @@ BuildRequires: python%{python3_pkgversion}-devel %changelog +* Mon Nov 24 2025 lixiaoyong 25.10.1-1 +- Update to 25.10.1 +- Fix the tag name of the release +- Add support for doc-comments as found in Sphinx +- Fix a bug with inline docstrings +- Fix a regression that prevented the source link on package' page to be rendered +- Improve introspection of C-modules to support data descriptors +- Dunders that are not supposed to be part of the API are now ignored when introspecting code +- Fix bug, ivar field and fiends are not ignored anymore in introspected C-modules + + * Wed Oct 29 2025 lichenguang 25.4.0-1 - Update to 25.4.0 - Drop support for Python 3.8.