Your message dated Wed, 25 Mar 2020 13:19:12 +0000
with message-id <e1jh5w8-0008h8...@fasolo.debian.org>
and subject line Bug#954222: fixed in appdirs 1.4.3-2.1
has caused the Debian Bug report #954222,
regarding src:appdirs: Fails autopkgtest with non-default python3 installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
954222: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954222
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:appdirs
Version: 1.4.3-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

Note: Using the ftbfs tag since it seems to be the closest thing we have
for this.

Appdirs failed a recent autopkgtest and this is one of the blockers for
python3-defaults migration.  It failed because python3.7 was installed
in the chroot and the current autopkgtest doesn't handle that.

Autopkgtests should be run for all supported versions.  The attached
patch should solve it (untested on this package, but I've tested the
approach on others with the same problem).  Despite being in the form of
an NMU diff, I do not plan to NMU now.  If we get to the point where
this is one of a few remaining blockers or if the maintianers ask me to
handle it, then I will.  Please let me know (not cc'ed to the bug, so
either include -submitter or email me directly).

Here's the exact failure:

autopkgtest [09:16:17]: test python3: cp -r test "$AUTOPKGTEST_TMP" && cd 
"$AUTOPKGTEST_TMP" && for py in $(py3versions -vi); do "python$py" -m unittest 
discover -v; done
autopkgtest [09:16:17]: test python3: [-----------------------
/usr/bin/python3.7: No module named unittest
autopkgtest [09:16:18]: test python3: -----------------------]
autopkgtest [09:16:18]: test python3:  - - - - - - - - - - results - - - - - - 
- - - -
python3              FAIL non-zero exit status 1

Scott K
diff -Nru appdirs-1.4.3/debian/changelog appdirs-1.4.3/debian/changelog
--- appdirs-1.4.3/debian/changelog      2020-02-26 15:13:19.000000000 -0500
+++ appdirs-1.4.3/debian/changelog      2020-03-18 15:30:59.000000000 -0400
@@ -1,3 +1,10 @@
+appdirs (1.4.3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix autopkgtest to reliably run with multiple python3 versions installed
+
+ -- Scott Kitterman <sc...@kitterman.com>  Wed, 18 Mar 2020 15:30:59 -0400
+
 appdirs (1.4.3-2) unstable; urgency=medium
 
   * Move repository to salsa.debian.org
diff -Nru appdirs-1.4.3/debian/tests/control appdirs-1.4.3/debian/tests/control
--- appdirs-1.4.3/debian/tests/control  2020-02-26 15:06:10.000000000 -0500
+++ appdirs-1.4.3/debian/tests/control  2020-03-18 15:30:59.000000000 -0400
@@ -3,7 +3,7 @@
 Restrictions: allow-stderr
 Features: test-name=pypy
 
-Test-Command: cp -r test "$AUTOPKGTEST_TMP" && cd "$AUTOPKGTEST_TMP" && for py 
in $(py3versions -vi); do "python$py" -m unittest discover -v; done
-Depends: python3-appdirs
+Test-Command: cp -r test "$AUTOPKGTEST_TMP" && cd "$AUTOPKGTEST_TMP" && for py 
in $(py3versions -vs); do "python$py" -m unittest discover -v; done
+Depends: python3-all, python3-appdirs
 Restrictions: allow-stderr
 Features: test-name=python3

--- End Message ---
--- Begin Message ---
Source: appdirs
Source-Version: 1.4.3-2.1
Done: Scott Kitterman <sc...@kitterman.com>

We believe that the bug you reported is fixed in the latest version of
appdirs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 954...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman <sc...@kitterman.com> (supplier of updated appdirs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 25 Mar 2020 08:38:40 -0400
Source: appdirs
Architecture: source
Version: 1.4.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung <benjamin.dr...@cloud.ionos.com>
Changed-By: Scott Kitterman <sc...@kitterman.com>
Closes: 954222
Changes:
 appdirs (1.4.3-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix autopkgtest to reliably run with multiple python3 versions installed
     (Closes: #954222)
Checksums-Sha1:
 57d24d8466b89a57d5f9f5802a7203cdc3230e20 2082 appdirs_1.4.3-2.1.dsc
 58199f39b33685fb121a6fa5bb4db5152189e636 3312 appdirs_1.4.3-2.1.debian.tar.xz
 b05d219cbcee0221dfa24deadcc45ccef256dee8 6034 
appdirs_1.4.3-2.1_source.buildinfo
Checksums-Sha256:
 d4dc5a2b38dff1fe012352fc3369af671b96e9afe5f38b7a3ef215544fee9510 2082 
appdirs_1.4.3-2.1.dsc
 fff21a3f25cb36f6424c61b6ea31c7cc3d81a880e1f83003b879a270422983a4 3312 
appdirs_1.4.3-2.1.debian.tar.xz
 92ad464d80c9b842293ba1fa51d3d9acc7bd2876c9fcfef2da481c7db697bec4 6034 
appdirs_1.4.3-2.1_source.buildinfo
Files:
 f435b9ccaf550daab03a0019de8033da 2082 python optional appdirs_1.4.3-2.1.dsc
 b8d2e0994ca375bb9f300ccc9863cc8a 3312 python optional 
appdirs_1.4.3-2.1.debian.tar.xz
 ca850a6fbef82580d59bc946e5dd0980 6034 python optional 
appdirs_1.4.3-2.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAl57URgACgkQeNfe+5rV
mvEC0A/7BHWDi/h/73fh+Hyo4NE+JcEtSNvJ1l1JedgTNh2UyytXP3c7Zi3iVzf+
THfqKp5REQhL2dfiGHxnOOPxj+Qn3IQ+0WB3zuoo1KVj/KVJwPSYYaeQl2CNSHQc
UBNm6QkUunIKRz34PNWJ0MQrodtuyORtYdFfOb4KWgheE8Z5fg7SRaPr6iz/LmtR
nix+3K8nixA9G4PcO+mU/PJOzumw9LQTsCvWj27/4lFp88lDWMRwYbweWHhriJ9U
jdka2vQRyamsAfvkltk7hmBBGzZtS/qYNGy7W14CTUdjrbi9VlEceIFzkuUjLTMK
8BQPqWbC29Mh9cOMADKsbG9/aAkFkYg7AukgJwOG6tc1U+nljbE+H+LOzlQbxQX7
e/0jRCpM223b606IOPtTIvX9iicuOnHfzG0xK+y5zO30+kFsGHp2fyX3fqr4dzHD
x/rfjxCoDoKBs6XoRuFbsENPxT6nPJ58Aso7IL6/2LlsgA6qSLumNBxBo+y/ivKk
CkvA8jFRZ72nsTAsCIwET49h3tknN6NqltfYsZTQdca2Nj4qgfMDM8PmCOHLaMEW
ClYV2GM+1pEjGJFrXsA7m1MpLs5mfIc6ebIY9BYbDZOiFN2g6LIW0ErLyI1QULnG
puGNmXazesJzT557oT2OgALoBUBX+y+l5qyYFenqh/I6NNS7W88=
=MWZR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to