Your message dated Fri, 28 Aug 2015 16:12:29 +0000
with message-id <[email protected]>
and subject line Bug#791804: fixed in python-logutils 0.3.3-5
has caused the Debian Bug report #791804,
regarding python-logutils: Ensure that any unit test failures fail the package
build
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.)
--
791804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791804
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-logutils
Version: 0.3.3-4
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
- d/p/test-failures-fatal.patch: Make unit test failures fatal.
This fix has been submitted upstream (see patch headers).
Thanks for considering the patch.
-- System Information:
Debian Release: jessie/sid
APT prefers wily-updates
APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'),
(100, 'wily-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.0.0-4-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru python-logutils-0.3.3/debian/patches/series python-logutils-0.3.3/debian/patches/series
--- python-logutils-0.3.3/debian/patches/series 2015-05-29 10:22:08.000000000 +0100
+++ python-logutils-0.3.3/debian/patches/series 2015-05-30 00:13:46.000000000 +0100
@@ -1,2 +1,3 @@
no-network-access-during-doc-build.patch
+test-failures-fatal.patch
fix-_levelNames-vs-_levelToName.patch
diff -Nru python-logutils-0.3.3/debian/patches/test-failures-fatal.patch python-logutils-0.3.3/debian/patches/test-failures-fatal.patch
--- python-logutils-0.3.3/debian/patches/test-failures-fatal.patch 1970-01-01 01:00:00.000000000 +0100
+++ python-logutils-0.3.3/debian/patches/test-failures-fatal.patch 2014-12-18 13:58:25.000000000 +0000
@@ -0,0 +1,21 @@
+Description: Test failures should be fatal to the build process
+Author: Liam Young <[email protected]>
+Bug-Ubuntu: https://launchpad.net/bugs/1319909
+Forwarded: https://bitbucket.org/vinay.sajip/logutils/pull-request/1/fix-python3-tests-and-make-test-failures/diff
+Last-Update: 2014-07-04
+
+Index: python-logutils/setup.py
+===================================================================
+--- python-logutils.orig/setup.py
++++ python-logutils/setup.py
+@@ -27,7 +27,9 @@ class TestCommand(distutils.core.Command
+ import logutil_tests
+ loader = unittest.TestLoader()
+ runner = unittest.TextTestRunner()
+- runner.run(loader.loadTestsFromModule(logutil_tests))
++ test_results = runner.run(loader.loadTestsFromModule(logutil_tests))
++ if not test_results.wasSuccessful():
++ sys.exit(1)
+
+ def initialize_options(self):
+ pass
--- End Message ---
--- Begin Message ---
Source: python-logutils
Source-Version: 0.3.3-5
We believe that the bug you reported is fixed in the latest version of
python-logutils, 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.
Thomas Goirand <[email protected]> (supplier of updated python-logutils 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: Fri, 28 Aug 2015 15:37:45 +0000
Source: python-logutils
Binary: python-logutils python3-logutils python-logutils-doc
Architecture: source all
Version: 0.3.3-5
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
python-logutils - handlers for the Python standard library's logging package -
Pyth
python-logutils-doc - handlers for the Python standard library's logging
package - docs
python3-logutils - handlers for the Python standard library's logging package
- Pyth
Closes: 791804
Changes:
python-logutils (0.3.3-5) unstable; urgency=medium
.
* Added Ubuntu patch: test-failures-fatal.patch (Closes: #791804).
* Fixed watch file to use the PyPi redirector.
* Usual clean-up in debian/control (Standards-Version, Uploaders,
dh-python, python-all version...).
Checksums-Sha1:
21decc9b676006db122f0a48e83e10363572057d 2204 python-logutils_0.3.3-5.dsc
80174775e33f3fa4ffbaa24a82477d7291eebf56 4116
python-logutils_0.3.3-5.debian.tar.xz
02d8f992a6372475d97ccd0e26c60e6c571f3eee 31844
python-logutils-doc_0.3.3-5_all.deb
207ee92676871a88bfaddb94c53174da409fe494 17224 python-logutils_0.3.3-5_all.deb
43d648819dd9baba62685393c010a93ec8243df0 17310 python3-logutils_0.3.3-5_all.deb
Checksums-Sha256:
733dc5a004dad90072bdf9e54ea6fba244bd4e93c56d73f75ca9697984b70015 2204
python-logutils_0.3.3-5.dsc
50d5f250b4a0224ae6036601d3ff96d0ec45db6500d00d30466b0b689ed6b2c5 4116
python-logutils_0.3.3-5.debian.tar.xz
dff150fad45b0de77e2223d1fd434f42b80fb3c989a673c9a16d7b230262d4f8 31844
python-logutils-doc_0.3.3-5_all.deb
5f67d685b5671b5387308caeb880456ac5decb8902f83aa9669e6a2bef08d760 17224
python-logutils_0.3.3-5_all.deb
04178e3ae7b3d6d4fe199c5e521acc2e64bb803f0ec778baab66bcdba8b6c9c1 17310
python3-logutils_0.3.3-5_all.deb
Files:
7f14380d1e5db5bbb99564f8aae66212 2204 python optional
python-logutils_0.3.3-5.dsc
ddcd6a2ae66d098af66b15b12aeaa568 4116 python optional
python-logutils_0.3.3-5.debian.tar.xz
0f7a8713f65e1791e33b3be5d56a9775 31844 doc optional
python-logutils-doc_0.3.3-5_all.deb
94cdc48a022d9b32ea4f4ac40982c190 17224 python optional
python-logutils_0.3.3-5_all.deb
f9e6c46f049f84590088ced7ade50245 17310 python optional
python3-logutils_0.3.3-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJV4IG1AAoJENQWrRWsa0P+Z2wP/iel6sLAamF9haQWPRiZ/DrO
xsppV5NKf3Od0L6TxEASxnjzXbCTwOudPWQneOUiV7gtHrH4nBk6/Gjav+Ryw7ue
Fi3PanhFHU6hzhsDyC51h1hZZjMOIFaTee5NJ6+hfwLseUoJqjo+JTk9VIYsctUB
6USfHWnKgO6ADZJw6arldGpIOfQIjyDLviwYYDDj2kkjv48R5eFan1SFwY+UNmrL
Wun/Rdmz5vEHcCF/JVOJbqetYZ0vUQHwgHKoYr6XXet8Thgbi2le4IcY++sQgiUp
/94NMDmiNgj5UUvOfUzi1LtQwT9Q6/yAhrLTR/kKyKWRkSc8RBmLyPwytXPe+H5W
riZC1XhD2UUt1n6Vd6h0CoIm4dTGIhTrQ8B5nOmtk7Mt/H7W20gNfBdmlngFhhb1
mBfX36rBn1K8uN/WxbD2x5wvqehcD7itIQ+22xpjkL+SKOXGJ0/8Vb0hLAawpzNf
5cVAYPtPxVvVGmD0KqLEADG9GDUV5il2S/qMSANu3rcdUH3uFecGlIWKw30m5AHq
43ppuUVNA4jSvoubY6MJ3JcBrqySrG0JyUh1Fve6rvmK3vSbzbp2kJJ/0CFrcTr1
ClkhQMbJcP8eguvGRvZ7EsKL1seyfToh3Lf3qe1PKURAJ9iW0WfikwhtFokS1sah
JDMJC7grRstaUNb08b+Q
=zeoF
-----END PGP SIGNATURE-----
--- End Message ---