[Python-modules-commits] r17005 - in packages/pyke/trunk/debian/patches (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed May 11 02:44:58 UTC 2011


    Date: Wednesday, May 11, 2011 @ 02:44:57
  Author: eriol-guest
Revision: 17005

Renamed

Added:
  packages/pyke/trunk/debian/patches/01_disable-hardcoded-path-in-doctest.patch
    (from rev 17003, packages/pyke/trunk/debian/patches/01-disable-hardcoded-path-in-doctest.patch)
Modified:
  packages/pyke/trunk/debian/patches/series
Deleted:
  packages/pyke/trunk/debian/patches/01-disable-hardcoded-path-in-doctest.patch

Deleted: packages/pyke/trunk/debian/patches/01-disable-hardcoded-path-in-doctest.patch
===================================================================
--- packages/pyke/trunk/debian/patches/01-disable-hardcoded-path-in-doctest.patch	2011-05-11 02:37:02 UTC (rev 17004)
+++ packages/pyke/trunk/debian/patches/01-disable-hardcoded-path-in-doctest.patch	2011-05-11 02:44:57 UTC (rev 17005)
@@ -1,12 +0,0 @@
-Disabled a hardcoded path in a doctest
---- a/pyke/special.py
-+++ b/pyke/special.py
-@@ -100,7 +100,7 @@
-         >>> cwd = os.getcwd() + '\n'
-         >>> out == cwd
-         True
--        >>> run_cmd(None, pattern.pattern_literal(('pwd',)),
-+        >>> run_cmd(None, pattern.pattern_literal(('pwd',)), # doctest: +SKIP
-         ...         pattern.pattern_literal('/home/bruce'))
-         (0, '/home/bruce\n', '')
-     '''

Copied: packages/pyke/trunk/debian/patches/01_disable-hardcoded-path-in-doctest.patch (from rev 17003, packages/pyke/trunk/debian/patches/01-disable-hardcoded-path-in-doctest.patch)
===================================================================
--- packages/pyke/trunk/debian/patches/01_disable-hardcoded-path-in-doctest.patch	                        (rev 0)
+++ packages/pyke/trunk/debian/patches/01_disable-hardcoded-path-in-doctest.patch	2011-05-11 02:44:57 UTC (rev 17005)
@@ -0,0 +1,12 @@
+Disabled a hardcoded path in a doctest
+--- a/pyke/special.py
++++ b/pyke/special.py
+@@ -100,7 +100,7 @@
+         >>> cwd = os.getcwd() + '\n'
+         >>> out == cwd
+         True
+-        >>> run_cmd(None, pattern.pattern_literal(('pwd',)),
++        >>> run_cmd(None, pattern.pattern_literal(('pwd',)), # doctest: +SKIP
+         ...         pattern.pattern_literal('/home/bruce'))
+         (0, '/home/bruce\n', '')
+     '''

Modified: packages/pyke/trunk/debian/patches/series
===================================================================
--- packages/pyke/trunk/debian/patches/series	2011-05-11 02:37:02 UTC (rev 17004)
+++ packages/pyke/trunk/debian/patches/series	2011-05-11 02:44:57 UTC (rev 17005)
@@ -1,2 +1,2 @@
+01_disable-hardcoded-path-in-doctest.patch
 02_fix-insecure-temporary-file-use.patch
-01-disable-hardcoded-path-in-doctest.patch




More information about the Python-modules-commits mailing list