]> git.pld-linux.org Git - packages/python3.git/commitdiff
- patch paths fixed
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 15 Jul 2011 13:22:54 +0000 (13:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3-no_cmdline_tests.patch -> 1.2

python3-no_cmdline_tests.patch

index badfcb4f9dab504d0a847fc8ec38418fe227e0eb..fed9ed78b7efdaf5210cf279cfcb617dfec2e5ff 100644 (file)
@@ -1,6 +1,6 @@
-diff -dur -x '*~' Lib/test.orig//regrtest.py Lib/test//regrtest.py
---- Lib/test.orig//regrtest.py 2011-07-09 08:58:49.000000000 +0200
-+++ Lib/test//regrtest.py      2011-07-15 14:38:55.000000000 +0200
+diff -dur Python-3.2.1.orig/Lib/test/regrtest.py Python-3.2.1/Lib/test/regrtest.py
+--- Python-3.2.1.orig/Lib/test/regrtest.py     2011-07-09 08:58:49.000000000 +0200
++++ Python-3.2.1/Lib/test/regrtest.py  2011-07-15 15:21:06.000000000 +0200
 @@ -216,7 +216,7 @@
  
  from test import support
@@ -10,9 +10,9 @@ diff -dur -x '*~' Lib/test.orig//regrtest.py Lib/test//regrtest.py
                    'decimal', 'cpu', 'subprocess', 'urlfetch', 'gui')
  
  TEMPDIR = os.path.abspath(tempfile.gettempdir())
-diff -dur -x '*~' Lib/test.orig//test_compileall.py Lib/test//test_compileall.py
---- Lib/test.orig//test_compileall.py  2011-07-09 08:58:50.000000000 +0200
-+++ Lib/test//test_compileall.py       2011-07-15 14:41:08.000000000 +0200
+diff -dur Python-3.2.1.orig/Lib/test/test_compileall.py Python-3.2.1/Lib/test/test_compileall.py
+--- Python-3.2.1.orig/Lib/test/test_compileall.py      2011-07-09 08:58:50.000000000 +0200
++++ Python-3.2.1/Lib/test/test_compileall.py   2011-07-15 15:21:06.000000000 +0200
 @@ -130,7 +130,7 @@
          finally:
              sys.stdout = orig_stdout
@@ -22,9 +22,9 @@ diff -dur -x '*~' Lib/test.orig//test_compileall.py Lib/test//test_compileall.py
  class CommandLineTests(unittest.TestCase):
      """Test compileall's CLI."""
  
-diff -dur -x '*~' Lib/test.orig//test_warnings.py Lib/test//test_warnings.py
---- Lib/test.orig//test_warnings.py    2011-07-09 08:58:51.000000000 +0200
-+++ Lib/test//test_warnings.py 2011-07-15 14:44:11.000000000 +0200
+diff -dur Python-3.2.1.orig/Lib/test/test_warnings.py Python-3.2.1/Lib/test/test_warnings.py
+--- Python-3.2.1.orig/Lib/test/test_warnings.py        2011-07-09 08:58:51.000000000 +0200
++++ Python-3.2.1/Lib/test/test_warnings.py     2011-07-15 15:21:06.000000000 +0200
 @@ -715,6 +715,7 @@
      module = py_warnings
  
This page took 0.03288 seconds and 4 git commands to generate.