vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit fb4b1a2c97a1735ea558042ed66861f853664f7c
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Mar 6 20:45:01 2025 -0500
fix crash in ikiwikitoot after refactoring
commit c1b50d8f115c2d99b8c0aec1d4977cdb2fbe3382
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Mar 6 15:56:47 2025 -0500
ikiwikitoot: move post-receive logic to its own function
This simplifies main and makes it possible to implement other hooks
more easily. I started down this path to implement a post-update hook,
before realizing it doesn't have the actual refs being changed. So
instead I moved the ikiwiki rebuild in post-receive.
commit 7d1ec2f4567476828fc735308c19a06dfa3d1da4
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Mar 6 15:56:29 2025 -0500
ikiwikitoot: fix relative path calls
commit fc0268be06cccaa36d344410242af640a94e7a83
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Mar 3 15:11:23 2025 -0500
fix isort linter
commit ca47a0fde1eff0f30ce2e89ef06521797eeff0fe
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Mar 3 15:05:38 2025 -0500
remove old python 3.6 feedparser note
commit 6499e8f74f2fab976fce4e80e3fd5d9152f1d166
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Mar 3 15:04:57 2025 -0500
drop support for Python 3.8, add 3.11 and 3.13
The type annotations are just too annoying to fix. This silences the
following error:
feed2exec/plugins/ikiwikitoot.py:172: in <module>
def parse_ikiwiki_directives(path: str) -> dict[str, dict[Union[str, int], str]]:
E TypeError: 'type' object is not subscriptable