Control: tags 1001291 + patch
Control: tags 1001291 + pending

Dear maintainer,

I've prepared an NMU for binoculars (versioned as 0.0.10-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Also filed as: 
https://salsa.debian.org/science-team/binoculars/-/merge_requests/1

Regards.

SR
diff -Nru binoculars-0.0.10/debian/changelog binoculars-0.0.10/debian/changelog
--- binoculars-0.0.10/debian/changelog	2021-12-20 04:48:28.000000000 -0400
+++ binoculars-0.0.10/debian/changelog	2022-03-24 14:00:50.000000000 -0400
@@ -1,3 +1,11 @@
+binoculars (0.0.10-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bug fix: Run the autopkgtest only against the supported version of
+    Python 3 (Closes: #1001291).
+
+ -- Stefano Rivera <stefa...@debian.org>  Thu, 24 Mar 2022 14:00:50 -0400
+
 binoculars (0.0.10-1) unstable; urgency=medium
 
   [ Neil Williams ]
diff -Nru binoculars-0.0.10/debian/tests/control binoculars-0.0.10/debian/tests/control
--- binoculars-0.0.10/debian/tests/control	2021-12-20 04:48:28.000000000 -0400
+++ binoculars-0.0.10/debian/tests/control	2022-03-24 14:00:50.000000000 -0400
@@ -1,10 +1,7 @@
 Test-Command: set -efu
  ; cp -r tests examples "$AUTOPKGTEST_TMP"
- ; for py in $(py3versions -r 2>/dev/null)
- ; do cd "$AUTOPKGTEST_TMP"
- ; echo "Testing with $py:"
- ; $py -m unittest discover -s tests -v
- ; done
+ ; cd "$AUTOPKGTEST_TMP"
+ ; python3 -m unittest discover -s tests -v
 Depends:
  python3,
  python3-binoculars,

Reply via email to