Control: tags 1126243 + patch Control: tags 1126243 + pending Dear maintainer,
I've prepared an NMU for ros2-colcon-library-path (versioned as 0.2.1-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-library-path-0.2.1 ros2-colcon-library-path-0.2.1 changelog | 7 +++++++ patches/flake8.patch | 22 ++++++++++++++++++++++ patches/series | 1 + 3 files changed, 30 insertions(+) diff -Nru ros2-colcon-library-path-0.2.1/debian/changelog ros2-colcon-library-path-0.2.1/debian/changelog --- ros2-colcon-library-path-0.2.1/debian/changelog 2022-03-12 21:01:17.000000000 +0200 +++ ros2-colcon-library-path-0.2.1/debian/changelog 2026-03-08 13:08:27.000000000 +0200 @@ -1,3 +1,10 @@ +ros2-colcon-library-path (0.2.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with flake8 7.3.0. (Closes: #1126243) + + -- Adrian Bunk <[email protected]> Sun, 08 Mar 2026 13:08:27 +0200 + ros2-colcon-library-path (0.2.1-2) unstable; urgency=medium * source only upload diff -Nru ros2-colcon-library-path-0.2.1/debian/patches/flake8.patch ros2-colcon-library-path-0.2.1/debian/patches/flake8.patch --- ros2-colcon-library-path-0.2.1/debian/patches/flake8.patch 1970-01-01 02:00:00.000000000 +0200 +++ ros2-colcon-library-path-0.2.1/debian/patches/flake8.patch 2026-03-08 13:08:27.000000000 +0200 @@ -0,0 +1,22 @@ +Description: Fix FTBFS with flake8 7.3.0 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1126243 + +--- ros2-colcon-library-path-0.2.1.orig/test/test_spell_check.py ++++ ros2-colcon-library-path-0.2.1/test/test_spell_check.py +@@ -11,7 +11,6 @@ spell_check_words_path = Path(__file__). + + + def test_spell_check(): +- global spell_check_words_path + + try: + import enchant # noqa: F401 +@@ -39,7 +38,6 @@ def test_spell_check(): + + + def test_spell_check_word_list(): +- global spell_check_words_path + with spell_check_words_path.open('r') as h: + lines = h.read().splitlines() + assert lines == sorted(lines), \ diff -Nru ros2-colcon-library-path-0.2.1/debian/patches/series ros2-colcon-library-path-0.2.1/debian/patches/series --- ros2-colcon-library-path-0.2.1/debian/patches/series 2022-03-12 13:20:19.000000000 +0200 +++ ros2-colcon-library-path-0.2.1/debian/patches/series 2026-03-08 13:08:27.000000000 +0200 @@ -1,2 +1,3 @@ 0001-Rename-ambiguous-variable-name-in-test_copyright_lic.patch 0002-Ignore-DeprecationWarnings-caused-by-pytest.patch +flake8.patch

