Control: tags 1126241 + patch
Control: tags 1126241 + pending

Dear maintainer,

I've prepared an NMU for ros2-colcon-bash (versioned as 0.5.0-1.1) and 
uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for ros2-colcon-bash-0.5.0 ros2-colcon-bash-0.5.0

 changelog            |    7 +++++++
 patches/flake8.patch |   14 ++++++++++++++
 patches/series       |    1 +
 3 files changed, 22 insertions(+)

diff -Nru ros2-colcon-bash-0.5.0/debian/changelog ros2-colcon-bash-0.5.0/debian/changelog
--- ros2-colcon-bash-0.5.0/debian/changelog	2023-10-31 13:49:12.000000000 +0200
+++ ros2-colcon-bash-0.5.0/debian/changelog	2026-02-21 20:14:49.000000000 +0200
@@ -1,3 +1,10 @@
+ros2-colcon-bash (0.5.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with flake8 7.3.0. (Closes: #1126241)
+
+ -- Adrian Bunk <[email protected]>  Sat, 21 Feb 2026 20:14:49 +0200
+
 ros2-colcon-bash (0.5.0-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru ros2-colcon-bash-0.5.0/debian/patches/flake8.patch ros2-colcon-bash-0.5.0/debian/patches/flake8.patch
--- ros2-colcon-bash-0.5.0/debian/patches/flake8.patch	1970-01-01 02:00:00.000000000 +0200
+++ ros2-colcon-bash-0.5.0/debian/patches/flake8.patch	2026-02-21 20:14:49.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/1126241
+
+--- ros2-colcon-bash-0.5.0.orig/test/test_spell_check.py
++++ ros2-colcon-bash-0.5.0/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-bash-0.5.0/debian/patches/series ros2-colcon-bash-0.5.0/debian/patches/series
--- ros2-colcon-bash-0.5.0/debian/patches/series	2023-10-31 13:49:12.000000000 +0200
+++ ros2-colcon-bash-0.5.0/debian/patches/series	2026-02-21 20:14:49.000000000 +0200
@@ -1 +1,2 @@
 0001-Make-spell-checking-test-optional.patch
+flake8.patch

Reply via email to