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 6117e8919ec55552deca7090bdada67994620ecd
Author: Alessandro Astone <alessandro.astone@canonical.com>
Date: Mon Feb 23 19:54:51 2026 +0100
d/tests/introspection: Avoid missing features in pygobject
Graphene.Vec3.to_float is defined as
(out caller-allocates) (array fixed-size=3)
which is not supported in pygobject as of 3.55.3
Since pygobject 3.55.0 it started throwing an exception rather than accessing
invalid memory.