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 11237708299e4602e9ef266595a0d747635ab009
Author: Andrej Shadura <andrew.shadura@collabora.co.uk>
Date: Wed Feb 9 21:27:09 2022 +0100
Declare 3.8 as minimum supported Python version
Without this declaration, PyPy 3 attempts to pre-compile bytecode on
installation even for version 3.7, and fails on := syntax:
Failed to byte-compile /usr/lib/python3/dist-packages/sublime_music/adapters/adapter_base.py:
File "/usr/lib/python3/dist-packages/sublime_music/adapters/adapter_base.py", line 202
if password_type_and_id := self.get(key):
^
SyntaxError: invalid syntax
commit 94daf4eb67452ab2db4c67e8d70488a140a82f26
Author: Andrej Shadura <andrew.shadura@collabora.co.uk>
Date: Wed Feb 9 20:56:40 2022 +0100
Use dh-sequence-python3