[Python-modules-commits] r24320 - in packages/python-eventlet/trunk/debian/patches (1 file)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Sun May 12 01:47:52 UTC 2013


    Date: Sunday, May 12, 2013 @ 01:47:49
  Author: zigo
Revision: 24320

Fixes remove-self.assert-in-tests.patcher_test.py.patch as dpkg-source -x doesn't like patching a file twice.

Modified:
  packages/python-eventlet/trunk/debian/patches/remove-self.assert-in-tests.patcher_test.py.patch

Modified: packages/python-eventlet/trunk/debian/patches/remove-self.assert-in-tests.patcher_test.py.patch
===================================================================
--- packages/python-eventlet/trunk/debian/patches/remove-self.assert-in-tests.patcher_test.py.patch	2013-05-11 20:26:43 UTC (rev 24319)
+++ packages/python-eventlet/trunk/debian/patches/remove-self.assert-in-tests.patcher_test.py.patch	2013-05-12 01:47:49 UTC (rev 24320)
@@ -14,8 +14,6 @@
  
      def test_threading(self):
          new_mod = """import eventlet
---- python-eventlet-0.12.0.orig/tests/patcher_test.py
-+++ python-eventlet-0.12.0/tests/patcher_test.py
 @@ -344,7 +344,7 @@ print len(threading._active)
  """
          self.write_to_tempfile("newmod", new_mod)




More information about the Python-modules-commits mailing list