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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Fri Nov 25 20:51:48 UTC 2011


    Date: Friday, November 25, 2011 @ 20:51:47
  Author: dktrkranz
Revision: 19435

Refresh patches

Modified:
  packages/python-launchpadlib/trunk/debian/changelog
  packages/python-launchpadlib/trunk/debian/patches/auth_message.patch

Modified: packages/python-launchpadlib/trunk/debian/changelog
===================================================================
--- packages/python-launchpadlib/trunk/debian/changelog	2011-11-25 20:49:26 UTC (rev 19434)
+++ packages/python-launchpadlib/trunk/debian/changelog	2011-11-25 20:51:47 UTC (rev 19435)
@@ -3,8 +3,10 @@
   * New upstream release.
     - No longer use HOME environment variable to determine path of the
       home directory (Closes: #644678).
+  * debian/patches/auth_message.patch:
+    - Refresh for new upstream release.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Fri, 25 Nov 2011 21:47:14 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 25 Nov 2011 21:51:19 +0100
 
 python-launchpadlib (1.9.9-2) unstable; urgency=low
 

Modified: packages/python-launchpadlib/trunk/debian/patches/auth_message.patch
===================================================================
--- packages/python-launchpadlib/trunk/debian/patches/auth_message.patch	2011-11-25 20:49:26 UTC (rev 19434)
+++ packages/python-launchpadlib/trunk/debian/patches/auth_message.patch	2011-11-25 20:51:47 UTC (rev 19435)
@@ -17,7 +17,7 @@
  import time
  from urllib import urlencode
  from urlparse import urljoin
-@@ -500,7 +502,10 @@
+@@ -520,7 +522,10 @@
      themselves.
      """
  
@@ -29,7 +29,7 @@
  
      def __init__(self, service_root, application_name, consumer_name=None,
                   credential_save_failed=None, allow_access_levels=None):
-@@ -536,8 +541,15 @@
+@@ -556,8 +561,15 @@
          """Have the end-user authorize the token in their browser."""
  
          authorization_url = self.authorization_url(request_token)




More information about the Python-modules-commits mailing list