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 fc80fb17308c9bc6b2d2a3d910855826b32be7a6
Author: Sandro Tosi <morph@debian.org>
Date: Tue May 2 01:56:09 2023 -0400
fix: fallback to setup.py if there's no build-system in pyproject.toml
pyproject.toml is much more than just a place to specify the project build system
(f.e. third-party tools configuration can live in that file) so if there's no key
`build-system` in pyproject.toml, fall back to setup.py
Thanks to pere for reporting this on IRC
commit a0e3af17df6ec526b1f24cc985070ac54b027607
Author: Sandro Tosi <morph@debian.org>
Date: Thu Mar 2 01:09:10 2023 -0500
fix: properly handle --revision in package build (if not already specified in the profile's context)
https://github.com/p1otr/pypi2deb/issues/25
commit 22198d335e0fa2a7415b318ad09b97a625712870
Author: Sandro Tosi <morph@debian.org>
Date: Tue Feb 28 14:07:50 2023 -0500
chore: disable PyPy until the Debian toolchain better supports it