Your message dated Mon, 30 Dec 2019 23:34:15 +0000
with message-id <[email protected]>
and subject line Bug#946897: fixed in python-gnupg 0.4.5-2
has caused the Debian Bug report #946897,
regarding please make the test log more verbose
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 [email protected]
immediately.)


-- 
946897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946897
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-gnupg
Version: 0.4.5-1
Tags: patch

please make the test log more verbose.

diff -pruN 0.4.3-1/debian/changelog 0.4.3-1ubuntu1/debian/changelog
--- 0.4.3-1/debian/changelog	2018-06-16 08:06:36.000000000 +0000
+++ 0.4.3-1ubuntu1/debian/changelog	2018-09-25 15:35:29.000000000 +0000
@@ -1,3 +1,9 @@
+python-gnupg (0.4.3-1ubuntu1) cosmic; urgency=medium
+
+  * Increase the verbosity of the test run.
+
+ -- Matthias Klose <[email protected]>  Tue, 25 Sep 2018 17:35:29 +0200
+
 python-gnupg (0.4.3-1) unstable; urgency=medium
 
   [ Elena Grandi ]
diff -pruN 0.4.3-1/debian/patches/log-on-stderr.diff 0.4.3-1ubuntu1/debian/patches/log-on-stderr.diff
--- 0.4.3-1/debian/patches/log-on-stderr.diff	1970-01-01 00:00:00.000000000 +0000
+++ 0.4.3-1ubuntu1/debian/patches/log-on-stderr.diff	2018-09-25 15:35:29.000000000 +0000
@@ -0,0 +1,23 @@
+Index: b/test_gnupg.py
+===================================================================
+--- a/test_gnupg.py
++++ b/test_gnupg.py
+@@ -943,11 +943,17 @@ def suite(args=None):
+ def init_logging():
+     logging.basicConfig(level=logging.DEBUG, filename="test_gnupg.log",
+                         filemode="w", format="%(asctime)s %(levelname)-5s %(name)-10s %(threadName)-10s %(lineno)4d %(message)s")
++    return
++    console = logging.StreamHandler()
++    console.setLevel(logging.INFO)
++    formatter = logging.Formatter('%(name)-12s: %(levelname)-8s %(message)s')
++    console.setFormatter(formatter)
++    logging.getLogger('').addHandler(console)
+ 
+ def main():
+     init_logging()
+     tests = suite()
+-    results = unittest.TextTestRunner(verbosity=1).run(tests)
++    results = unittest.TextTestRunner(verbosity=2).run(tests)
+     return not results.wasSuccessful()
+ 
+ 
diff -pruN 0.4.3-1/debian/patches/series 0.4.3-1ubuntu1/debian/patches/series
--- 0.4.3-1/debian/patches/series	2018-06-16 08:06:36.000000000 +0000
+++ 0.4.3-1ubuntu1/debian/patches/series	2018-09-25 15:35:29.000000000 +0000
@@ -1 +1,2 @@
 skip_network_needing_test.patch
+log-on-stderr.diff

--- End Message ---
--- Begin Message ---
Source: python-gnupg
Source-Version: 0.4.5-2

We believe that the bug you reported is fixed in the latest version of
python-gnupg, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <[email protected]> (supplier of updated python-gnupg 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 [email protected])


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

Format: 1.8
Date: Mon, 30 Dec 2019 18:23:06 -0500
Source: python-gnupg
Architecture: source
Version: 0.4.5-2
Distribution: unstable
Urgency: medium
Maintainer: Elena Grandi <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Closes: 937794 946897
Changes:
 python-gnupg (0.4.5-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 .
   [ Elena Grandi ]
   * Remove python2 version; Closes: #937794
   * Bump compat to 12
 .
   [ Sandro Tosi ]
   * debian/patches/make-tests-more-verbose.patch
     - make tests a bit more verbose, initial patch by Matthias Klose;
       Closes: #946897
Checksums-Sha1:
 b1b47c862ecbf2cf6cb1481efa52261ebe4a1f08 2033 python-gnupg_0.4.5-2.dsc
 439dcfffc084aa5a144367919beac0ecad34add0 7480 
python-gnupg_0.4.5-2.debian.tar.xz
 3b1ec57fb49152058ba7ad6b34d4335539d2348f 10340 
python-gnupg_0.4.5-2_source.buildinfo
Checksums-Sha256:
 3fe52d3aff364dfa5fb982deefb3065de552ac79a61ac79b836cccdaee92ccd4 2033 
python-gnupg_0.4.5-2.dsc
 1268d47768e7a2f5998dfd7f4e0a154ab1ee2ff2ede914b8c4d603fc48f7e4b3 7480 
python-gnupg_0.4.5-2.debian.tar.xz
 8852b3407f6c345a323f5915c519973b13730307ec8c5cba3eb1b3eb61fc5870 10340 
python-gnupg_0.4.5-2_source.buildinfo
Files:
 6292839392282a21c16f11243badb804 2033 python optional python-gnupg_0.4.5-2.dsc
 f5418b57f88e6919bc6c5aa6f84dd590 7480 python optional 
python-gnupg_0.4.5-2.debian.tar.xz
 8d56fb3322a0d8038ff391c00c448ab4 10340 python optional 
python-gnupg_0.4.5-2_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAl4KhvkACgkQh588mTgB
qU901Q/+IV1AOB+/+qXd6hr/LaY9EGMHCzaaRl0LqjxiDJS/mHvfjq/2A24B4pHt
NS5TjBQQxhL7B4y/TXcVY3J8s/rnwjVSzGZBVFH1GqvO4ybugMOZ/UvYWAEMmfAY
kyjTCjVv8fm3XDgVTn6dGGqeIdMOjBZya5erdKRtQ+ZS9D3hoHgxjvw0SW25NPLv
0zZw7RcheSMKPRpZTrJsMMZTH3mqCD0bZqJKcLlHa33HeDCca8XT3umsryY8aei5
4lcTKUKTFctjNnHo8Maq/411+0Gmo9D9VB1MhF4UeL1H3lC0sGJ225FIcQANXxNH
3yPOKip+KG3O2YbxUE9V88IWQ3KB1jCOtnp1dQuJsgmxArilsMV4PdDPqyZCVApt
E7jGENhcyvJEWsv8Wi2FMi1Pmf2XVt5s9lch1yDzexqajo0NBecKqXpl7fJyT914
QTRqf05VcBarwWF3jieiMZ9Vfafl7eZVqH7fyjzJJqkBx9meUUfWSS9ZDLXI6yjF
AAv1I8PvUP22Acgy0nBs0QNoErIiL9ULqrr5FFuEkgkAHEegHZDvfz8j8c/au5FU
wWRfrdau+Vt893+mmXiOQTmpC8z1ToFL5s4r17n/jFVwe4fPfBrUXDiI7VQOgf9s
rSQaMcIJSNjswpwska8p0MwR+IkZh38jvYw+yDygEAMb0dL2PNo=
=aHij
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to