[med-svn] r19952 - in trunk/packages/python-hl7/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sat Aug 15 18:22:04 UTC 2015


Author: tille
Date: 2015-08-15 18:22:03 +0000 (Sat, 15 Aug 2015)
New Revision: 19952

Added:
   trunk/packages/python-hl7/trunk/debian/patches/
   trunk/packages/python-hl7/trunk/debian/patches/fix_mock_method_name.patch
   trunk/packages/python-hl7/trunk/debian/patches/series
Modified:
   trunk/packages/python-hl7/trunk/debian/changelog
Log:
fix missing legacy method name in python-mock


Modified: trunk/packages/python-hl7/trunk/debian/changelog
===================================================================
--- trunk/packages/python-hl7/trunk/debian/changelog	2015-08-15 14:27:08 UTC (rev 19951)
+++ trunk/packages/python-hl7/trunk/debian/changelog	2015-08-15 18:22:03 UTC (rev 19952)
@@ -1,3 +1,11 @@
+python-hl7 (0.3.3-4) unstable; urgency=medium
+
+  * fix missing legacy method name in python-mock (thanks for the patch to
+    Michael Fladischer <FladischerMichael at fladi.at>)
+    Closes: #795584
+
+ -- Andreas Tille <tille at debian.org>  Sat, 15 Aug 2015 20:16:55 +0200
+
 python-hl7 (0.3.3-3) unstable; urgency=medium
 
   * Add missing ',' in Provides

Added: trunk/packages/python-hl7/trunk/debian/patches/fix_mock_method_name.patch
===================================================================
--- trunk/packages/python-hl7/trunk/debian/patches/fix_mock_method_name.patch	                        (rev 0)
+++ trunk/packages/python-hl7/trunk/debian/patches/fix_mock_method_name.patch	2015-08-15 18:22:03 UTC (rev 19952)
@@ -0,0 +1,16 @@
+Author: Michael Fladischer <FladischerMichael at fladi.at>
+Last-Update: Sat, 15 Aug 2015 15:58:23 +0200
+Bug-Debian: http://bugs.debian.org/795584
+Description: fix missing missing legacy method name in python-mock
+
+--- a/tests/test_client.py
++++ b/tests/test_client.py
+@@ -201,7 +201,7 @@ class MLLPSendTest(unittest.TestCase):
+         mllp_send()
+ 
+         self.assertFalse(self.mock_socket().send.called)
+-        self.mock_stderr().write.assert_call_with(
++        self.mock_stderr().write.assert_called_with(
+             '--loose requires --file\n'
+         )
+ 

Added: trunk/packages/python-hl7/trunk/debian/patches/series
===================================================================
--- trunk/packages/python-hl7/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/python-hl7/trunk/debian/patches/series	2015-08-15 18:22:03 UTC (rev 19952)
@@ -0,0 +1 @@
+fix_mock_method_name.patch




More information about the debian-med-commit mailing list