Control: tags 1126245 + patch Control: tags 1126245 + pending Dear maintainer,
I've prepared an NMU for ros2-colcon-test-result (versioned as 0.3.8-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ros2-colcon-test-result-0.3.8 ros2-colcon-test-result-0.3.8 changelog | 7 +++++++ patches/flake8.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 22 insertions(+) diff -Nru ros2-colcon-test-result-0.3.8/debian/changelog ros2-colcon-test-result-0.3.8/debian/changelog --- ros2-colcon-test-result-0.3.8/debian/changelog 2022-03-12 21:02:50.000000000 +0200 +++ ros2-colcon-test-result-0.3.8/debian/changelog 2026-03-08 14:30:54.000000000 +0200 @@ -1,3 +1,10 @@ +ros2-colcon-test-result (0.3.8-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with flake8 7.3.0. (Closes: #1126245) + + -- Adrian Bunk <[email protected]> Sun, 08 Mar 2026 14:30:54 +0200 + ros2-colcon-test-result (0.3.8-2) unstable; urgency=medium * source only upload diff -Nru ros2-colcon-test-result-0.3.8/debian/patches/flake8.patch ros2-colcon-test-result-0.3.8/debian/patches/flake8.patch --- ros2-colcon-test-result-0.3.8/debian/patches/flake8.patch 1970-01-01 02:00:00.000000000 +0200 +++ ros2-colcon-test-result-0.3.8/debian/patches/flake8.patch 2026-03-08 14:30:54.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with flake8 7.3.0 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1126245 + +--- ros2-colcon-test-result-0.3.8.orig/test/test_spell_check.py ++++ ros2-colcon-test-result-0.3.8/test/test_spell_check.py +@@ -17,7 +17,6 @@ spell_check_words_path = Path(__file__). + + @pytest.fixture(scope='module') + def known_words(): +- global spell_check_words_path + return spell_check_words_path.read_text().splitlines() + + diff -Nru ros2-colcon-test-result-0.3.8/debian/patches/series ros2-colcon-test-result-0.3.8/debian/patches/series --- ros2-colcon-test-result-0.3.8/debian/patches/series 2022-03-12 13:16:43.000000000 +0200 +++ ros2-colcon-test-result-0.3.8/debian/patches/series 2026-03-08 14:30:54.000000000 +0200 @@ -1,3 +1,4 @@ 0001-Make-spell-checking-test-optional.patch 0002-Rename-ambiguous-variable-name-in-test_copyright_lic.patch 0003-Ignore-DeprecationWarnings-caused-by-pytest.patch +flake8.patch

