diff options
| author | Emmanuel Arias <eamanu@yaerobi.com> | 2020-03-28 17:35:28 -0400 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2020-03-29 16:57:06 +0000 |
| commit | 3716e34937f6e1d8de0ebe8ec7320f2bb741246c (patch) | |
| tree | 9bfc21d11051dd4ffc1e8a3ad56a14c424852ea6 | |
| parent | cd6877df588272d023be44cd86a93ddd0f6ca703 (diff) | |
| parent | 4d603e6510b9803f041c327c715a8ba92507383f (diff) | |
0.4.2-1.1 (patches applied)applied/0.4.2-1.1applied/ubuntu/kinetic-develapplied/ubuntu/kineticapplied/ubuntu/jammy-develapplied/ubuntu/jammyapplied/ubuntu/impish-develapplied/ubuntu/impishapplied/ubuntu/hirsute-develapplied/ubuntu/hirsuteapplied/ubuntu/groovy-proposedapplied/ubuntu/groovy-develapplied/ubuntu/groovyapplied/debian/bullseye
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/tests/control | 3 | ||||
| -rwxr-xr-x | debian/tests/smoke-python3 | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4704bcc..9d6f418 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 <eamanu@yaerobi.com> Sat, 28 Mar 2020 17:35:28 -0400 + 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" |
