[Python-modules-commits] r22050 - in packages/python-mock/trunk/debian (2 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Jun 4 15:43:53 UTC 2012


    Date: Monday, June 4, 2012 @ 15:43:52
  Author: fladi-guest
Revision: 22050

Drop use2to3 flag.

Modified:
  packages/python-mock/trunk/debian/changelog
  packages/python-mock/trunk/debian/patches/python3.2_tests.patch

Modified: packages/python-mock/trunk/debian/changelog
===================================================================
--- packages/python-mock/trunk/debian/changelog	2012-06-03 22:58:46 UTC (rev 22049)
+++ packages/python-mock/trunk/debian/changelog	2012-06-04 15:43:52 UTC (rev 22050)
@@ -3,7 +3,7 @@
   * Add mock.egg-info/PKG-INFO to d/clean to allow two builds in a row
     (Closes: #671252).
   * Run tests during build (Closes: #667554).
-    - Add patch for python3 unittests using 2to3.
+    - Add patch for python3 unittests.
     - B-D on python-unittest2 for python2.x.
     - Add override for dh_auto_test.
   * Exclude SOURCES.txt and add temporary fix for Metadata-Version in

Modified: packages/python-mock/trunk/debian/patches/python3.2_tests.patch
===================================================================
--- packages/python-mock/trunk/debian/patches/python3.2_tests.patch	2012-06-03 22:58:46 UTC (rev 22049)
+++ packages/python-mock/trunk/debian/patches/python3.2_tests.patch	2012-06-04 15:43:52 UTC (rev 22050)
@@ -16,15 +16,7 @@
  
  NAME = 'mock'
  MODULES = ['mock']
-@@ -50,6 +50,7 @@
-     name=NAME,
-     version=__version__,
-     py_modules=MODULES,
-+    use_2to3=True,
- 
-     # metadata for upload to PyPI
-     author=AUTHOR,
-@@ -66,7 +67,10 @@
+@@ -66,7 +66,10 @@
  except ImportError:
      from distutils.core import setup
  else:




More information about the Python-modules-commits mailing list