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 f22fb164dabd9b37acec822854e00a809fc369d5
Merge: bce63b5 601072c
Author: Stefano Rivera <stefanor@debian.org>
Date: Mon May 11 15:16:36 2026 +0000
Merge branch 'random_fixes' into 'master'
py3compile: ignore $PYTHONPYCACHEPREFIX
See merge request cpython-team/python3-defaults!20
commit 601072c7a6b711c332e8ac4050380d5d5f85eea1
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Tue Jul 8 14:14:16 2025 +0200
py3clean: make sure __pycache__ is removed
This also tries to remove each directory only once.
commit 35ec6bd810cccc697bdd7c6c1a840de38f832b2d
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Tue Jul 8 13:51:41 2025 +0200
py3compile: ignore $PYTHONPYCACHEPREFIX
We want to use the default value as it could be that .pyc files are not
created, otherwise.