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 f8168a49115489a6e1a73e14610fd57107fd3bb6
Merge: 137ec87 9d8296d
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Tue Jul 21 19:10:16 2026 +0200
Merge branch 'sysusers' into 'debian/master'
Install and use sysusers.d/tmpfiles.d config files
See merge request python-team/packages/pygopherd!1
commit 9d8296d869d08e5a07605f61f0bebe4b05faa443
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Jul 10 21:52:54 2026 +0100
Install and use sysusers.d/tmpfiles.d config files
sysusers.d/tmpfiles.d config files allow a package to use declarative
configuration instead of manually written maintainer scripts. This also
allows image-based systems to be created with /usr/ only, and also
allows for factory resetting a system and recreating /etc/ on boot.
https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html
Note that this does not require a hard dependency on systemd,
debhelper generates depetencies correctly so that they work out
of the box on non-systemd and non-linux Debian builds seamlessly.