Control: tags 1058172 + patch Control: tags 1058172 + pending Dear maintainer,
I've prepared an NMU for unattended-upgrades (versioned as 2.9.1+nmu4) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. Stefano
diff -Nru unattended-upgrades-2.9.1+nmu3/debian/changelog unattended-upgrades-2.9.1+nmu4/debian/changelog --- unattended-upgrades-2.9.1+nmu3/debian/changelog 2022-12-31 16:59:00.000000000 -0400 +++ unattended-upgrades-2.9.1+nmu4/debian/changelog 2024-01-22 16:11:59.000000000 -0400 @@ -1,3 +1,11 @@ +unattended-upgrades (2.9.1+nmu4) unstable; urgency=medium + + * Non-maintainer upload. + * Don't run pyflakes, it dropped support for type comments. + (Closes: #1058172) + + -- Stefano Rivera <stefa...@debian.org> Mon, 22 Jan 2024 16:11:59 -0400 + unattended-upgrades (2.9.1+nmu3) unstable; urgency=medium * test: don't confuse -dbg and -unsigned with current running kernel diff -Nru unattended-upgrades-2.9.1+nmu3/test/test_pyflakes.py unattended-upgrades-2.9.1+nmu4/test/test_pyflakes.py --- unattended-upgrades-2.9.1+nmu3/test/test_pyflakes.py 2022-12-31 16:59:00.000000000 -0400 +++ unattended-upgrades-2.9.1+nmu4/test/test_pyflakes.py 2024-01-22 16:11:59.000000000 -0400 @@ -7,6 +7,8 @@ """ ensure that the tree is pyflakes clean """ def test_pyflakes_clean(self): + # https://github.com/PyCQA/pyflakes/issues/683 + self.skipTest("not clean, pyflakes no longer supports type comments") top_src_dir = os.path.join(os.path.dirname(__file__), "..") targets = [ top_src_dir,