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 | 4d603e6510b9803f041c327c715a8ba92507383f (patch) | |
| tree | 9bfc21d11051dd4ffc1e8a3ad56a14c424852ea6 | |
| parent | aee633e07fcca54e5466036b667a4137d75bb509 (diff) | |
0.4.2-1.1 (patches unapplied)import/0.4.2-1.1ubuntu/kinetic-develubuntu/kineticubuntu/jammy-develubuntu/jammyubuntu/impish-develubuntu/impishubuntu/hirsute-develubuntu/hirsuteubuntu/groovy-proposedubuntu/groovy-develubuntu/groovydebian/bullseye
Imported using git-ubuntu import.
Notes
Notes:
* Non-maintainer upload.
* python-jsonext: Fix autopkgtest regression.
Use pyversions -s to test all suported versions (Closes: #954477).
| -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" |
