diff --git a/pydoctor-23.9.1.tar.gz b/pydoctor-23.9.1.tar.gz deleted file mode 100644 index 5d05af705307342f9ec3a0ddd36b2d7d42a0ebcf..0000000000000000000000000000000000000000 Binary files a/pydoctor-23.9.1.tar.gz and /dev/null differ diff --git a/pydoctor-24.3.3.tar.gz b/pydoctor-24.3.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a123eff1c3cf591ab56043e66ee9c4fcb27f9642 Binary files /dev/null and b/pydoctor-24.3.3.tar.gz differ diff --git a/python-pydoctor.spec b/python-pydoctor.spec index ae038d796fbda5ccb1959ea91e1d496571fd727e..81092a1fe248a9c4168ac75c91c0ed63c502a48f 100644 --- a/python-pydoctor.spec +++ b/python-pydoctor.spec @@ -1,18 +1,16 @@ %global srcname pydoctor Name: python-%{srcname} -Version: 23.9.1 +Version: 24.3.3 Release: 1 Summary: This is an API documentation generator that works by static analysis License: MIT URL: https://github.com/twisted/pydoctor -Source0: %{pypi_source pydoctor} +Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch -Requires: python3-astor -Requires: python3-cachecontrol -Requires: python3-configargparse -Requires: python3-twisted +BuildRequires: python3-devel +BuildRequires: python3-setuptools %global _description %{expand: pydoctor puts a fair bit of effort into resolving imports and computing inheritance hierarchies and, as it aims at documenting Twisted, knows about zope.interface’s declaration API and can present information about which classes implement which interface, and vice versa.} @@ -43,6 +41,15 @@ BuildRequires: python%{python3_pkgversion}-devel %changelog +* 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 + Fix tests with sphinx 7.2.0 and greater + Little fix for re-export names imported from package wildcard + Allow to choose members order of classes and modules + Run without warnings on python 3.12 and 3.13 + Fix compatibility with docutils 0.21.x + * Fri Mar 01 2024 jiangxinyu - 23.9.1-1 - Update package to version 23.9.1 Use Sequence instead of List to annotate the Class._mro attribute