diff -Nru pydoctor-22.5.0/debian/changelog pydoctor-22.5.1/debian/changelog --- pydoctor-22.5.0/debian/changelog 2022-04-26 18:52:56.000000000 +0000 +++ pydoctor-22.5.1/debian/changelog 2022-05-17 12:48:37.000000000 +0000 @@ -1,9 +1,10 @@ -pydoctor (22.5.0-1) unstable; urgency=medium +pydoctor (22.5.1-1) unstable; urgency=medium * Team upload - * New upstream version 22.5.0 + * d/watch: Adjust watch logic + * New upstream version 22.5.1 - -- Carsten Schoenert Tue, 26 Apr 2022 20:52:56 +0200 + -- Carsten Schoenert Tue, 17 May 2022 14:48:37 +0200 pydoctor (22.4.0-1) unstable; urgency=medium diff -Nru pydoctor-22.5.0/debian/watch pydoctor-22.5.1/debian/watch --- pydoctor-22.5.0/debian/watch 2022-04-02 17:00:08.000000000 +0000 +++ pydoctor-22.5.1/debian/watch 2022-05-17 12:48:37.000000000 +0000 @@ -1,3 +1,8 @@ version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/twisted/pydoctor/tags .*/v?(\d\S*)\.tar\.gz debian + +opts="mode=git, \ + filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz% \ + uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\.?\d*)$/$1~$2/, \ + dversionmangle=s/\+ds(\.?\d+)?$//" \ + https://github.com/twisted/pydoctor.git \ + refs/tags/(\d{2}+\.\d+\.\d+) diff -Nru pydoctor-22.5.0/README.rst pydoctor-22.5.1/README.rst --- pydoctor-22.5.0/README.rst 2022-04-25 13:31:18.000000000 +0000 +++ pydoctor-22.5.1/README.rst 2022-05-17 08:29:11.000000000 +0000 @@ -73,6 +73,13 @@ What's New? ~~~~~~~~~~~ +in development +^^^^^^^^^^^^^^ + +pydoctor 22.5.1 +^^^^^^^^^^^^^^^ +* ``docutils>=0.17`` is now the minimum supported version. This was done to fix crashing with ``AttributeError`` when processing type fields. + pydoctor 22.5.0 ^^^^^^^^^^^^^^^ * Add Read The Docs theme, enable it with option ``--theme=readthedocs``. diff -Nru pydoctor-22.5.0/setup.cfg pydoctor-22.5.1/setup.cfg --- pydoctor-22.5.0/setup.cfg 2022-04-25 13:31:18.000000000 +0000 +++ pydoctor-22.5.1/setup.cfg 2022-05-17 08:29:11.000000000 +0000 @@ -1,6 +1,6 @@ [metadata] name = pydoctor -version = 22.5.0 +version = 22.5.1 author = Michael Hudson-Doyle author_email = micahel@gmail.com maintainer = Maarten ter Huurne @@ -41,7 +41,7 @@ requests astor attrs - docutils + docutils>=0.17 lunr==0.6.2 configargparse toml