[Python-modules-commits] r29539 - in packages/python-dugong/trunk/debian (3 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sat Jun 28 20:30:50 UTC 2014


    Date: Saturday, June 28, 2014 @ 20:30:49
  Author: nikratio-guest
Revision: 29539

* New upstream release.
* Added disable_mock_server_logging.diff to make adt-run happy.

Added:
  packages/python-dugong/trunk/debian/patches/disable_mock_server_logging.diff
Modified:
  packages/python-dugong/trunk/debian/changelog
  packages/python-dugong/trunk/debian/patches/series

Modified: packages/python-dugong/trunk/debian/changelog
===================================================================
--- packages/python-dugong/trunk/debian/changelog	2014-06-28 15:47:02 UTC (rev 29538)
+++ packages/python-dugong/trunk/debian/changelog	2014-06-28 20:30:49 UTC (rev 29539)
@@ -1,3 +1,10 @@
+python-dugong (3.1+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Added disable_mock_server_logging.diff to make adt-run happy.
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Sat, 28 Jun 2014 13:13:56 -0700
+
 python-dugong (3.0+dfsg-1) unstable; urgency=medium
 
   * New upstream release.

Added: packages/python-dugong/trunk/debian/patches/disable_mock_server_logging.diff
===================================================================
--- packages/python-dugong/trunk/debian/patches/disable_mock_server_logging.diff	                        (rev 0)
+++ packages/python-dugong/trunk/debian/patches/disable_mock_server_logging.diff	2014-06-28 20:30:49 UTC (rev 29539)
@@ -0,0 +1,21 @@
+Author: Nikolaus Rath <Nikolaus at rath.org>
+Origin: https://bitbucket.org/nikratio/python-dugong/commits/03fd905bbb308c664294864880f811bd55742b60
+Forwarded: not-needed
+Last-Update: 2014-06-28
+Applied-Upstream: commit:03fd905
+Description: Don't write mock server logs to stderr
+  This causes the auto test runner to think the tests have failed.
+
+--- a/test/test_dugong.py
++++ b/test/test_dugong.py
+@@ -634,8 +634,8 @@
+     server_version = "MockHTTP"
+     protocol_version = 'HTTP/1.1'
+ 
+-    #def log_message(self, format, *args):
+-    #    pass
++    def log_message(self, format, *args):
++        pass
+ 
+     def handle_expect_100(self):
+         if self.handle_errors():

Modified: packages/python-dugong/trunk/debian/patches/series
===================================================================
--- packages/python-dugong/trunk/debian/patches/series	2014-06-28 15:47:02 UTC (rev 29538)
+++ packages/python-dugong/trunk/debian/patches/series	2014-06-28 20:30:49 UTC (rev 29539)
@@ -1 +1,2 @@
 use-local-intersphinx.patch
+disable_mock_server_logging.diff




More information about the Python-modules-commits mailing list