[Python-modules-commits] r19226 - in packages/python-django-piston/trunk/debian/patches (1 file)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Sat Nov 12 12:51:17 UTC 2011


    Date: Saturday, November 12, 2011 @ 12:51:16
  Author: svedrin-guest
Revision: 19226

quilt refresh the patch because it didn't apply cleanly

Modified:
  packages/python-django-piston/trunk/debian/patches/01-fix-oauth-import.diff

Modified: packages/python-django-piston/trunk/debian/patches/01-fix-oauth-import.diff
===================================================================
--- packages/python-django-piston/trunk/debian/patches/01-fix-oauth-import.diff	2011-11-12 12:28:00 UTC (rev 19225)
+++ packages/python-django-piston/trunk/debian/patches/01-fix-oauth-import.diff	2011-11-12 12:51:16 UTC (rev 19226)
@@ -3,25 +3,25 @@
 Forwarded: not-needed
 Author: Michael Ziegler <diese-addy at funzt-halt.net>
 
-Index: python-django-piston-0.2.2/piston/authentication.py
+Index: python-django-piston-0.2.3/piston/authentication.py
 ===================================================================
---- python-django-piston-0.2.2.orig/piston/authentication.py	2010-02-25 19:40:29.000000000 +0100
-+++ python-django-piston-0.2.2/piston/authentication.py	2010-02-25 19:41:10.000000000 +0100
-@@ -1,4 +1,4 @@
+--- python-django-piston-0.2.3.orig/piston/authentication.py	2011-11-01 14:52:13.000000000 +0100
++++ python-django-piston-0.2.3/piston/authentication.py	2011-11-12 13:50:23.899726540 +0100
+@@ -1,6 +1,6 @@
  import binascii
-
+ 
 -import oauth
 +from oauth import oauth
  from django.http import HttpResponse, HttpResponseRedirect
  from django.contrib.auth.models import User, AnonymousUser
  from django.contrib.auth.decorators import login_required
-Index: python-django-piston-0.2.2/piston/store.py
+Index: python-django-piston-0.2.3/piston/store.py
 ===================================================================
---- python-django-piston-0.2.2.orig/piston/store.py	2010-02-25 19:40:29.000000000 +0100
-+++ python-django-piston-0.2.2/piston/store.py	2010-02-25 19:41:10.000000000 +0100
+--- python-django-piston-0.2.3.orig/piston/store.py	2011-11-01 14:52:13.000000000 +0100
++++ python-django-piston-0.2.3/piston/store.py	2011-11-12 13:50:23.900726539 +0100
 @@ -1,4 +1,4 @@
 -import oauth
 +from oauth import oauth
  
  from models import Nonce, Token, Consumer
- 
+ from models import generate_random, VERIFIER_SIZE




More information about the Python-modules-commits mailing list