sublime-music (0.11.16-3)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/0.11.16-3 tag
- Git: https://salsa.debian.org/python-team/packages/sublime-music.git
-
- Branch: debian/master
- Path: debian/changelog
- Browser: https://salsa.debian.org/python-team/packages/sublime-music
- Last scan: 2022-05-14 05:32:35+00
- Next scan: 2022-05-21 00:51:00+00
- CI pipeline status: failed
- Debian changelog in Git:
sublime-music (0.11.16-3) unstable; urgency=medium
* Team upload.
* dh-python-pep517 is replaced by pybuild-plugin-pyproject
-- Stefano Rivera <stefanor@debian.org> Tue, 08 Feb 2022 22:30:05 -0400
- This branch is 2 commits ahead of tag debian/0.11.16-3
- Git log:
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