diff --git a/pydoctor-24.11.2.tar.gz b/pydoctor-24.11.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6c37b6598f64991c946e6baa4958cbd70731576e Binary files /dev/null and b/pydoctor-24.11.2.tar.gz differ diff --git a/pydoctor-24.3.3.tar.gz b/pydoctor-24.3.3.tar.gz deleted file mode 100644 index a123eff1c3cf591ab56043e66ee9c4fcb27f9642..0000000000000000000000000000000000000000 Binary files a/pydoctor-24.3.3.tar.gz and /dev/null differ diff --git a/python-pydoctor.spec b/python-pydoctor.spec index b5b6bd949240a9a2297650ffd1687f9fc91da07e..420f88a85f6baa3764a7bdc64dbcceecca1ad8e3 100644 --- a/python-pydoctor.spec +++ b/python-pydoctor.spec @@ -1,8 +1,8 @@ %global srcname pydoctor Name: python-%{srcname} -Version: 24.3.3 -Release: 2 +Version: 24.11.2 +Release: 1 Summary: This is an API documentation generator that works by static analysis License: MIT URL: https://github.com/twisted/pydoctor @@ -42,6 +42,16 @@ sed -i 's/lunr==0.6.2/lunr\>=0.6.2/g' setup.cfg %changelog +* Tue May 20 2025 Dongxing Wang - 24.11.2-1 +- Update package with version 24.11.2 + Replace deprecated timestamp call + Use pytest-xdist to speed-up tests locally + Add readthedocs integration example + Fix sphinx extension compat with sphinx8 + Refactor the ASTBuilder to get rid of the currentAttr attribute + Fix of pydoctor crash when creating symlink to index.html + Trigger a warning when several docstrings are detected + * Thu Mar 20 2025 Dongxing Wang - 24.3.3-2 - Modify the deps(lunr) version range for lunr upgrade