[Python-modules-commits] r24352 - in packages/python-django-rosetta/trunk/debian (2 files)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Mon May 13 18:17:08 UTC 2013


    Date: Monday, May 13, 2013 @ 18:17:06
  Author: svedrin-guest
Revision: 24352

Refresh 01-import.patch.

Modified:
  packages/python-django-rosetta/trunk/debian/changelog
  packages/python-django-rosetta/trunk/debian/patches/01-import.patch

Modified: packages/python-django-rosetta/trunk/debian/changelog
===================================================================
--- packages/python-django-rosetta/trunk/debian/changelog	2013-05-13 18:12:34 UTC (rev 24351)
+++ packages/python-django-rosetta/trunk/debian/changelog	2013-05-13 18:17:06 UTC (rev 24352)
@@ -7,6 +7,7 @@
 
   [ Michael Ziegler ]
   * New upstream version.
+  * Refresh 01-import.patch.
 
  -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 13 May 2013 20:11:23 +0200
 

Modified: packages/python-django-rosetta/trunk/debian/patches/01-import.patch
===================================================================
--- packages/python-django-rosetta/trunk/debian/patches/01-import.patch	2013-05-13 18:12:34 UTC (rev 24351)
+++ packages/python-django-rosetta/trunk/debian/patches/01-import.patch	2013-05-13 18:17:06 UTC (rev 24352)
@@ -3,16 +3,16 @@
 Forwarded: not-needed
 Author: Michael Ziegler <diese-addy at funzt-halt.net>
 
-Index: python-django-rosetta-0.6.6/rosetta/views.py
+Index: python-django-rosetta-0.7.2/rosetta/views.py
 ===================================================================
---- python-django-rosetta-0.6.6.orig/rosetta/views.py	2012-03-27 16:54:56.000000000 +0200
-+++ python-django-rosetta-0.6.6/rosetta/views.py	2012-03-31 11:58:00.994488327 +0200
+--- python-django-rosetta-0.7.2.orig/rosetta/views.py	2013-05-13 20:15:13.648522770 +0200
++++ python-django-rosetta-0.7.2/rosetta/views.py	2013-05-13 20:15:13.642522770 +0200
 @@ -9,7 +9,7 @@
  from django.utils.translation import ugettext_lazy as _
  from django.views.decorators.cache import never_cache
  from rosetta.conf import settings as rosetta_settings
 -from rosetta.polib import pofile
 +from polib import pofile
- from rosetta.poutil import find_pos, pagination_range
+ from rosetta.poutil import find_pos, pagination_range, timestamp_with_timezone
  from rosetta.signals import entry_changed, post_save
- import re
+ from rosetta.storage import get_storage




More information about the Python-modules-commits mailing list