[Python-modules-commits] r11016 - in packages/python-django/branches/experimental/debian (2 files)

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Wed Jan 6 15:30:54 UTC 2010


    Date: Wednesday, January 6, 2010 @ 15:30:40
  Author: lamby
Revision: 11016

Update "02-embedded_code_copies.diff".

Modified:
  packages/python-django/branches/experimental/debian/changelog
  packages/python-django/branches/experimental/debian/patches/02-embedded_code_copies.diff

Modified: packages/python-django/branches/experimental/debian/changelog
===================================================================
--- packages/python-django/branches/experimental/debian/changelog	2010-01-06 15:30:28 UTC (rev 11015)
+++ packages/python-django/branches/experimental/debian/changelog	2010-01-06 15:30:40 UTC (rev 11016)
@@ -10,6 +10,7 @@
 
   * Update "01_disable_url_verify_regression_tests.diff" - tests now use the
     unittest module instead of doctests.
+  * Update "02-embedded_code_copies.diff".
 
  -- Chris Lamb <lamby at debian.org>  Wed, 06 Jan 2010 11:21:56 +0000
 

Modified: packages/python-django/branches/experimental/debian/patches/02-embedded_code_copies.diff
===================================================================
--- packages/python-django/branches/experimental/debian/patches/02-embedded_code_copies.diff	2010-01-06 15:30:28 UTC (rev 11015)
+++ packages/python-django/branches/experimental/debian/patches/02-embedded_code_copies.diff	2010-01-06 15:30:40 UTC (rev 11016)
@@ -1,10 +1,11 @@
 
  Use the system version of the decimal module.
 
-   -- Chris Lamb <lamby at debian.org>  Tue, 01 Dec 2009 22:43:48 +0000
+    -- Chris Lamb <lamby at debian.org>  Wed, 06 Jan 2010 11:32:56 +0000
 
---- a/django/utils/_decimal.py	2009-12-01 22:47:42.000000000 +0000
-+++ b/django/utils/_decimal.py	2009-12-01 22:48:42.000000000 +0000
+diff -urNad /tmp/bp-build/Django-1.2-alpha-1.orig/django/utils/_decimal.py /tmp/bp-build/Django-1.2-alpha-1/django/utils/_decimal.py
+--- Django-1.2-alpha-1.orig/django/utils/_decimal.py	2010-01-06 11:31:36.000000000 +0000
++++ Django-1.2-alpha-1/django/utils/_decimal.py	2010-01-06 11:32:19.000000000 +0000
 @@ -1,3079 +1 @@
 -# Copyright (c) 2004 Python Software Foundation.
 -# All rights reserved.
@@ -142,7 +143,7 @@
 -    'setcontext', 'getcontext'
 -]
 -
--import copy as _copy
+-import django.utils.copycompat as _copy
 -
 -#Rounding
 -ROUND_DOWN = 'ROUND_DOWN'




More information about the Python-modules-commits mailing list