[Python-modules-commits] r19695 - in packages/python-launchpadlib/trunk/debian (2 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Mon Dec 19 20:46:06 UTC 2011
Date: Monday, December 19, 2011 @ 20:46:04
Author: dktrkranz
Revision: 19695
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-12-19 20:43:42 UTC (rev 19694)
+++ packages/python-launchpadlib/trunk/debian/changelog 2011-12-19 20:46:04 UTC (rev 19695)
@@ -1,6 +1,8 @@
python-launchpadlib (1.9.12-1) unstable; urgency=low
* New upstream release.
+ * debian/patches/auth_message.patch:
+ - Refresh for new upstream release.
-- Luca Falavigna <dktrkranz at debian.org> Mon, 19 Dec 2011 21:43:08 +0100
Modified: packages/python-launchpadlib/trunk/debian/patches/auth_message.patch
===================================================================
--- packages/python-launchpadlib/trunk/debian/patches/auth_message.patch 2011-12-19 20:43:42 UTC (rev 19694)
+++ packages/python-launchpadlib/trunk/debian/patches/auth_message.patch 2011-12-19 20:46:04 UTC (rev 19695)
@@ -17,7 +17,7 @@
import time
from urllib import urlencode
from urlparse import urljoin
-@@ -520,7 +522,10 @@
+@@ -530,7 +532,10 @@
themselves.
"""
@@ -29,7 +29,7 @@
def __init__(self, service_root, application_name, consumer_name=None,
credential_save_failed=None, allow_access_levels=None):
-@@ -556,8 +561,15 @@
+@@ -566,8 +571,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