[Python-modules-commits] r17203 - in packages/python-django-rosetta/trunk/debian (2 files)
svedrin-guest at users.alioth.debian.org
svedrin-guest at users.alioth.debian.org
Sat May 28 07:47:01 UTC 2011
Date: Saturday, May 28, 2011 @ 07:46:59
Author: svedrin-guest
Revision: 17203
Update patches/01-import.diff to match the new version of views.py.
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 2011-05-28 07:40:21 UTC (rev 17202)
+++ packages/python-django-rosetta/trunk/debian/changelog 2011-05-28 07:46:59 UTC (rev 17203)
@@ -2,8 +2,9 @@
* New upstream release.
* Bump Standards Version to 3.9.2.
+ * Update patches/01-import.diff to match the new version of views.py.
- -- Michael Ziegler <diese-addy at funzt-halt.net> Sat, 28 May 2011 09:34:27 +0200
+ -- Michael Ziegler <diese-addy at funzt-halt.net> Sat, 28 May 2011 09:47:12 +0200
python-django-rosetta (0.5.6-1) unstable; urgency=low
Modified: packages/python-django-rosetta/trunk/debian/patches/01-import.patch
===================================================================
--- packages/python-django-rosetta/trunk/debian/patches/01-import.patch 2011-05-28 07:40:21 UTC (rev 17202)
+++ packages/python-django-rosetta/trunk/debian/patches/01-import.patch 2011-05-28 07:46:59 UTC (rev 17203)
@@ -3,16 +3,16 @@
Forwarded: not-needed
Author: Michael Ziegler <diese-addy at funzt-halt.net>
-Index: python-django-rosetta-0.5.6/rosetta/views.py
+Index: python-django-rosetta-0.6.0/rosetta/views.py
===================================================================
---- python-django-rosetta-0.5.6.orig/rosetta/views.py 2010-07-04 11:45:55.000000000 +0200
-+++ python-django-rosetta-0.5.6/rosetta/views.py 2010-07-11 11:10:43.665926004 +0200
-@@ -7,7 +7,7 @@
- from django.utils.encoding import smart_unicode, force_unicode, iri_to_uri
+--- python-django-rosetta-0.6.0.orig/rosetta/views.py 2011-05-28 09:45:30.183832988 +0200
++++ python-django-rosetta-0.6.0/rosetta/views.py 2011-05-28 09:45:46.102717276 +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.conf import settings as rosetta_settings
- import re, os, rosetta, datetime, unicodedata, hashlib
+ from rosetta.signals import entry_changed, post_save
+ import re, rosetta, datetime, unicodedata, hashlib, os
More information about the Python-modules-commits
mailing list