Hi,

I attach a NMU patch. Please consider apply it.

Also, try to update the salsa respository, please.

Thanks!
Cheers,


-- 
Emmanuel Arias
@eamanu
yaerobi.com
From 3286c01cac52a8acbcbda38f00f5e8743e05f642 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias <eam...@yaerobi.com>
Date: Sat, 28 Mar 2020 11:38:07 -0300
Subject: [PATCH] python-jsonext: Fix autopkgtest regression.

Use pyversions -s to test all suported versions.
---
 debian/changelog           | 8 ++++++++
 debian/tests/control       | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4704bcc..b165c0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-jsonext (0.4.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * python-jsonext: Fix autopkgtest regression.
+    Use pyversions -s to test all suported versions (Closes: #954477).
+
+ -- Emmanuel Arias <eam...@yaerobi.com>  Sat, 28 Mar 2020 11:39:20 -0300
+
 python-jsonext (0.4.2-1) unstable; urgency=medium
 
   [ Ben Finney ]
diff --git a/debian/tests/control b/debian/tests/control
index ee1fa43..42389c5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
     python3-pkg-resources,
-    python3-jsonext
+    python3-jsonext,
+    python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index 578dbd1..9f89df6 100755
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -24,7 +24,7 @@ for mod in ${MODULE_NAMES[@]} ; do
     test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
     printf "Python command: %s\n" $py
     $py debian/tests/smoke_test.py $test_opts
     printf "\n"
-- 
2.25.1

Attachment: 0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to